/* IMAGEM */
img {
  max-width: 100%;
}

/* TEXTO */

body {
  font-family: "Noka";
  position: relative;
  color: #000;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 1px solid #000;
  opacity: 1;
}

.page-template-default h1 {
  font: normal normal 400 48px / 58px Noka;
  color: #000;
  text-transform: uppercase;
}

.page-title {
  font-family: "Noka";
  font-weight: bold;
  font-size: clamp(2rem, 0.7974rem + 1.9397vw, 3.125rem);
  letter-spacing: 0.01em;
  line-height: normal;
  text-align: left;
  color: #000;
}

a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  transition: all ease-in-out 0.4s;
}
a:hover,
a:focus {
  color: #000000a8;
}

/* BTN */

/* HEADER */
header {
  height: 85px;
  background-color: #fff;
  position: fixed;
  z-index: 100;
}

.header-placeholder {
  height: 85px;
  display: block;
}

header svg#logo-campana-svg {
  min-width: 180px;
  max-width: 280px;
  width: auto;
  height: 55px;
}

header svg#logo-campana-svg path {
  fill: #000;
}

header .btn-modal-menu {
  font-family: "Noka";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 10px 6px;
  background-color: #fff;
  color: #000;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all ease-in-out 0.4s;
}

header .btn-modal-menu:hover,
header .btn-modal-menu:focus {
  background-color: #000;
  color: #fff;
}

/* MENU PRINCIPAL */
#modalMenuPrincipal .modal-content {
  background-color: #000;
}

#modalMenuPrincipal .modal-header {
  height: 85px;
  background-color: #000000;
  border: none;
}

#modalMenuPrincipal svg#menu-logo-campana-svg {
  min-width: 180px;
  max-width: 280px;
  width: auto;
  height: 55px;
}

#modalMenuPrincipal svg#menu-logo-campana-svg path {
  fill: #fff;
}

#modalMenuPrincipal button#modalMenuPrincipalFechar {
  background-color: transparent;
}

#modalMenuPrincipal button#modalMenuPrincipalFechar svg#icone-fechar {
  width: 14px;
}

#modalMenuPrincipal .navbar-nav.menu-header {
  display: flex;
  flex-direction: initial;
  flex-wrap: wrap;
  padding-left: 0;
  height: auto;
  list-style: none;
  justify-content: center;
  gap: 3rem;
}

#modalMenuPrincipal .navbar-nav.menu-header li.menu-item {
  width: calc(100% / 4);
  padding: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modalMenuPrincipal .navbar-nav.menu-header li.menu-item span.texto-menu-item {
  font-family: "Noka";
  font-weight: 600;
  font-size: clamp(1.375rem, 0.7069rem + 1.0776vw, 2rem);
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: fit-content;
  margin: 12px auto;
  height: auto;
  display: flex;
  align-items: end;
  padding: 6px 0px;
}

/* IDIOMA */
.container-idioma a {
  color: #fff;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.container-idioma a:hover,
.container-idioma a:focus {
  color: #7b7b7b;
}

.container-idioma a.gt-current-lang {
  font-weight: bold;
  color: #fff;
}

.header-mobile-preto .container-idioma a {
  color: #000;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.header-mobile-preto .container-idioma a:hover,
.header-mobile-preto .container-idioma a:focus {
  color: #7b7b7b;
}

.header-mobile-preto .container-idioma a.gt-current-lang {
  font-weight: bold;
  color: #000;
}

/* MENU SECUNDARIO */
.container-menu-secundario {
  background: #000;
}

.container-menu-secundario #menu-menu-secundario {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  gap: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.container-menu-secundario #menu-menu-secundario .menu-item .nav-link {
  font-family: "Noka";
  font-weight: bold;
  font-size: clamp(0.875rem, 0.4741rem + 0.6466vw, 1.25rem);
  line-height: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px !important;
  transition: all ease-in-out 0.4s;
}

.container-menu-secundario #menu-menu-secundario .menu-item .nav-link:hover,
.container-menu-secundario #menu-menu-secundario .menu-item .nav-link:focus {
  color: #a9a96f;
}

/* RODAPE LOGOS */
.rodape-logos {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.rodape-logos .rodape-container-logos {
  margin: 0px;
}
.rodape-logos h2 {
  font-family: "Noka";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 48px;
  text-align: left;
  color: #000;
}
.rodape-logos img {
  height: clamp(70px, 8.594vw, 110px);
  width: auto;
}

/* FOOTER */
.container-detalhe-rodape {
  height: 26px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 70px;
}

.container-detalhe-rodape .detalhe-rodape {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.container-detalhe-rodape .detalhe-rodape:before,
.container-detalhe-rodape .detalhe-rodape:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.container-detalhe-rodape.detalhe-footer-preto .detalhe-rodape:before,
.container-detalhe-rodape.detalhe-footer-preto .detalhe-rodape:after {
  background-image: url(../images/campana-footer-detalhe-preto.png);
}

/* .container-detalhe-rodape.detalhe-footer-cinza .detalhe-rodape:before, .container-detalhe-rodape.detalhe-footer-cinza .detalhe-rodape:after{
    background-image: url(../images/campana-footer-detalhe-cinza.png);
}
.container-detalhe-rodape .detalhe-rodape:before {
    right: 102%;
}
@keyframes detalheRodapeAnim {
    from {transform: translateX(  0%);}
    to {transform: translateX(101%);}
} */
footer .container-rodape {
  padding-top: 60px;
  padding-bottom: 40px;
}

footer .rede-social-item {
  padding-top: 2px;
  padding-bottom: 8px;
}

footer .rede-social-item a {
  font-family: "Noka";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

footer .rede-social-item a:hover,
footer .rede-social-item a:focus {
  text-decoration: underline;
}

footer .link-footer-item a {
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

footer .link-footer-item a:hover,
footer .link-footer-item a:focus {
  text-decoration: underline;
}

footer .container-texto-copyright p {
  display: inline-block;
  font-family: "Noka";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}

footer .containr-texto-direitos p {
  display: inline-block;
  font-family: "Noka";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

footer.footer-preto .rede-social-item a,
footer.footer-preto .container-texto-copyright p,
footer.footer-preto .containr-texto-direitos p {
  color: #000;
}

footer.footer-cinza .rede-social-item a,
footer.footer-cinza .container-texto-copyright p,
footer.footer-cinza .containr-texto-direitos p {
  color: #9e988b;
}

/* MAIN CONTEUDO */

#conteudo {
  min-height: calc(100vh - 312px);
  background: #d3d3a0;
}

/* HOME */

/* PAGINA home */

body.page-template-template-home {
  background-color: #ffd09d;
}

.container-home-titulo {
  z-index: 2;
  bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container-home-titulo .col-home-titulo {
  position: relative;
  padding: 30px 36px;
}

.container-home-titulo .col-home-titulo::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: -1;
}

.container-home-titulo h1 {
  color: #fff;
}

.container-home-titulo h2 {
  font-family: "Noka";
  font-weight: bold;
  font-size: clamp(1.75rem, 0.7478rem + 1.6164vw, 2.6875rem);
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  opacity: 1;
  margin-bottom: 1.4rem;
}

.container-home-titulo p {
  font-family: "Noka";
  font-weight: 500;
  font-size: clamp(0.875rem, 0.1401rem + 1.1853vw, 1.5625rem);
  line-height: normal;
  text-align: left;
  color: #000;
  opacity: 1;
}

/* TOPOhome */

.topo-home {
  min-height: calc(50vh - 155px);
  pointer-events: none;
  aspect-ratio: 2.42 / 1;
}

.topo-home .row-content {
  height: auto;
  position: relative;
  overflow: hidden;
}

.topo-home .overlayTopo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* TOPO home IMAGEM */
.topo-home.container-topo-imagem {
  padding: 0;
}

.topo-home.container-topo-imagem .container-imagem img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TOPO home VIDEO*/

.topo-home .container-video {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 0;
  margin: 0 auto;
  height: 100%;
}

.topo-home.container-topo-video .container-video video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TOPO home YOUTUBE*/

.topo-home .container-youtube {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 0;
  margin: 0 auto;
  height: 100%;
}

.topo-home .container-youtube iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
}

.col-home-rolagem {
  bottom: 16px;
}

.btn-home-rolagem {
  display: inline-block;
  background: transparent;
  border: none;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.btn-home-rolagem:hover,
.btn-home-rolagem:focus {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
}

.btn-home-rolagem img {
  filter: brightness(100);
}

.container-botoes-home-topo {
  bottom: 16px;
  right: 0;
}

.container-botoes-home-topo .button-campana {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Noka";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  background-color: #000;
  margin-bottom: 16px;
  padding: 16px 26px 14px;
  text-decoration: none;
  border: 2px solid #000;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  z-index: 8;
  position: relative;
}

.container-botoes-home-topo .button-campana:hover,
.container-botoes-home-topo .button-campana:focus {
  background-color: #fff;
  color: #000;
}

/* SEARCH FORMS */

.search-form {
  display: flex;
  border-bottom: 1px solid #000;
}

.search-form input.search-field {
  padding: 10px 12px 5px 0px;
  font-family: "Noka";
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.search-form button.search-submit {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.search-form button.search-submit svg {
  width: 15px;
  height: auto;
}

.search-form input.search-field::-webkit-input-placeholder {
  /* Edge */
  color: #000;
  opacity: 0.3;
}

.search-form input.search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  opacity: 0.3;
}

.search-form input.search-field::placeholder {
  color: #000;
  opacity: 0.3;
}

/* MODAL ANIMAÇÂO ENTRADA */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -100%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: 0%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: -100%;
}

/* BREADCRUMBS */
.breadcrumbs {
  background-color: #d3d3a0;
}
.breadcrumb-item + .breadcrumb-item:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.5 20.16"><path d="M2.08,14.4l11.49,5.43c2.46,1.16,5.19-.84,4.91-3.62l-1.31-12.92c-.28-2.77-3.36-4.23-5.55-2.62L1.45,8.16c-2.18,1.61-1.83,5.07,.63,6.24Z" style="fill:%23000;"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  content: "" !important;
  width: 18px;
  display: inline-block;
  height: 100%;
  padding-right: 0px;
  margin-right: 4px;
  transform: rotate(185deg);
  -webkit-transform: rotate(185deg);
  -moz-transform: rotate(185deg);
  -ms-transform: rotate(185deg);
  -o-transform: rotate(185deg);
}

.breadcrumb-item > a,
.breadcrumb-item {
  opacity: 1 !important;
  font-family: "Noka";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

.breadcrumb-item > a:hover,
.breadcrumb-item > a:focus {
  color: #a09a8d;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #000 !important;
}

.breadcrumb-item:last-child > * {
  opacity: 1 !important;
}

.page-template-template-sobre .breadcrumbs {
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: transparent;
}

.page-template-template-sobre .breadcrumbs .breadcrumb-item,
.page-template-template-sobre .breadcrumbs .breadcrumb-item a {
  color: #fff;
  text-decoration: underline;
}

.page-template-template-sobre .breadcrumbs .breadcrumb-item > a:hover,
.page-template-template-sobre .breadcrumbs .breadcrumb-item > a:focus {
  color: #000;
  text-decoration: underline;
}

.page-template-template-sobre .breadcrumbs .breadcrumb-item.active {
  color: #fff !important;
}

.page-template-template-sobre .breadcrumb-item + .breadcrumb-item:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.5 20.16"><path d="M2.08,14.4l11.49,5.43c2.46,1.16,5.19-.84,4.91-3.62l-1.31-12.92c-.28-2.77-3.36-4.23-5.55-2.62L1.45,8.16c-2.18,1.61-1.83,5.07,.63,6.24Z" style="fill:%23ffffff;"></path></svg>');
}

.page-link {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.page-link:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #2e2e2e;
  border-color: #000000;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.page-item.disabled .page-link {
  color: #ced4da;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

/* CONTATO */

.form-title {
  font-family: "Noka";
  font-weight: 500;
  font-size: clamp(1.125rem, 0.4569rem + 1.0776vw, 1.75rem);
  line-height: normal;
  text-align: left;
  color: #000;
}

.wpcf7 br {
  display: none;
}

.wpcf7 label {
  width: 100%;
}

.wpcf7 .form-label {
  font-family: "Noka" !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  text-align: left !important;
  margin-bottom: 6px !important;
}

.wpcf7 input.form-control,
.wpcf7 textarea.form-control {
  line-height: normal !important;
  font-family: "Noka" !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #000 !important;
  padding: 14px !important;
  border: none;
  width: 100%;
}

/* .wpcf7 .wpcf7-submit {
  font-family: "Noka" !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #fff !important;
  background-color: #000 !important;
  transition: all ease-in-out 0.4s !important;
  border-radius: 0 !important;
  border: none !important;
  width: 100% !important;
  padding: 12px 22px 12px 22px;
  text-align: center;
  display: block;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus {
  background-color: #00000088 !important;
  color: #fff !important;
} */

.wpcf7 .btn-container p {
  width: auto;
  display: inline-flex;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
}

.wpcf7 .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

.wpcf7 input[type="file"] {
  position: relative;
}

.wpcf7 input[type="file"]::file-selector-button {
  float: right;
  margin: 0;
  margin-left: 1rem;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  border: 2px solid #000;
  font-family: "Noka";
  font-weight: bold;
  font-size: clamp(0.875rem, 0.4741rem + 0.6466vw, 1.25rem);
  line-height: normal;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: clamp(1.125rem, 0.5905rem + 0.8621vw, 1.625rem);
  padding-right: clamp(1.125rem, 0.5905rem + 0.8621vw, 1.625rem);
}

.wpcf7
  .form-control:hover:not(:disabled):not(
    [readonly]
  )::-webkit-file-upload-button,
.wpcf7
  .form-control:focus:not(:disabled):not(
    [readonly]
  )::-webkit-file-upload-button {
  color: #000;
  background-color: #fff;
}

select.wpcf7-form-control {
  line-height: normal !important;
  font-family: "Noka" !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #000 !important;
  padding: 14px 44px 14px 14px !important;
  border: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 18.74'%3E%3Crect x='3.39' y='-.11' width='2.82' height='18.97' transform='translate(-3.11 2.42) rotate(-21.57)'/%3E%3Crect x='6.95' y='7.96' width='18.97' height='2.82' transform='translate(1.85 21.42) rotate(-69.26)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
}

/* PAGINA SOBRE */

body.page-template-template-sobre {
  background-color: #ffffff;
}

.container-sobre-titulo {
  top: 68px;
  z-index: 2;
}

.container-sobre-titulo h1 {
  color: #fff;
}

/* TOPOSOBRE */

#topo-sobre {
  height: calc(100vh - 155px);
}

#topo-sobre .row-content {
  height: auto;
  position: relative;
  overflow: hidden;
}

#topo-sobre .overlayTopo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.col-sobre-rolagem {
  bottom: 16px;
}

.btn-sobre-rolagem {
  display: inline-block;
  background: transparent;
  border: none;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.btn-sobre-rolagem:hover,
.btn-sobre-rolagem:focus {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
}

.btn-sobre-rolagem img {
  filter: brightness(100);
}

.container-botoes-sobre-topo {
  bottom: 16px;
  right: 0;
}

.container-botoes-sobre-topo .button-campana {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Noka";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  background-color: #000;
  margin-bottom: 16px;
  padding: 16px 26px 14px;
  text-decoration: none;
  border: 2px solid #000;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  z-index: 8;
  position: relative;
}

.container-botoes-sobre-topo .button-campana:hover,
.container-botoes-sobre-topo .button-campana:focus {
  background-color: #fff;
  color: #000;
}

/* TOPO SOBRE VIDEO*/

#topo-sobre .container-video {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 0;
  margin: 0 auto;
}

#topo-sobre.container-topo-video .container-video video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TOPO SOBRE IMAGEM */
#topo-sobre.container-topo-imagem {
  padding: 0;
}

#topo-sobre.container-topo-imagem .container-imagem img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* SOBRE NAVEGACAO INTERNA */
.navegacao-interna-sobre {
  position: absolute;
  top: 40vh;
  width: 100%;
  z-index: 90;
}

.navegacao-interna-sobre .container-navegacao-interna-sobre {
  max-width: 195px;
  position: relative;
  top: 0px;
}

.navegacao-interna-sobre .container-navegacao-interna-sobre::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d3d3a0;
  opacity: 0.8;
}

.navegacao-interna-sobre #navegacao-interna {
  overflow: hidden;
  width: 213px;
}

.navegacao-interna-sobre #navegacao-interna .nav {
  flex-flow: column;
  max-height: 91vh;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 213px;
  padding: 0px 20px 0px 10px;
}

.navegacao-interna-sobre #navegacao-interna .nav .nav-item {
  width: fit-content;
}

.navegacao-interna-sobre #navegacao-interna .nav .nav-item a.nav-link {
  padding: 8px 0px;
  font-family: "Noka";
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  position: relative;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

.navegacao-interna-sobre #navegacao-interna .nav .nav-item a.nav-link:hover,
.navegacao-interna-sobre #navegacao-interna .nav .nav-item a.nav-link:focus {
  text-decoration: underline;
  color: #000000;
}

.navegacao-interna-sobre #navegacao-interna .nav .nav-item a.nav-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 16%;
  right: -10px;
  width: 10px;
  height: 60%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.64 16.01'%3E%3Cg id='SOBRE'%3E%3Cg id='Menu'%3E%3Cg%3E%3Crect x='4.11' y='2.35' width='1.42' height='9.53' transform='translate(-3.57 8.98) rotate(-68.43)'/%3E%3Crect x='.05' y='12.95' width='9.53' height='1.42' transform='translate(-4.53 2.59) rotate(-20.74)'/%3E%3Crect x='.05' y='.75' width='9.53' height='1.42' transform='translate(-.17 .78) rotate(-9.14)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all ease-in-out 0.4s;
}

.navegacao-interna-sobre
  #navegacao-interna
  .nav
  .nav-item
  a.nav-link:hover::before,
.navegacao-interna-sobre
  #navegacao-interna
  .nav
  .nav-item
  a.nav-link:focus::before {
  opacity: 0.4;
}

.navegacao-interna-sobre
  #navegacao-interna
  .nav
  .nav-item
  a.nav-link.active::before {
  opacity: 1;
}

.page-template-template-sobre .conteudo-fexivel {
  padding-top: 2rem;
}

/* HEADER LOJA */
a.btn-header-loja {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}
a.btn-header-loja:hover,
a.btn-header-loja:focus {
  background-color: #000;
  color: #fff;
}
a.btn-header-loja svg {
  width: 100%;
  height: auto;
}
a.btn-header-loja svg path {
  fill: #000;
  transition: all ease-in-out 0.4s;
}
a.btn-header-loja:hover svg path,
a.btn-header-loja:focus svg path {
  fill: #fff;
}

a.btn-header-loja span.numero {
  position: absolute;
  top: 6px;
  left: 15px;
  background-color: #fff;
  color: #000;
  font-size: 9px;
  line-height: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border-radius: 50%;
  min-width: 14px;
  min-height: 14px;
  transition: all ease-in-out 0.4s;
}

a.btn-header-loja:hover span.numero,
a.btn-header-loja:focus span.numero {
  background-color: #000;
  color: #fff;
}

/* LOJA */

.loja-sidebar form.woocommerce-ordering {
  width: 100%;
}

.loja-sidebar select.orderby {
  width: 100%;
  padding: 6px 5px;
  margin: 0;
}

.loja-sidebar {
  height: auto;
  border-right: 1px solid black;
  position: relative;
  padding-bottom: 60px;
  flex-flow: column;
}

.exposicoes .exposicoes-listagem {
  padding-top: 0.6rem !important;
}

#anos-passados-exposicoes-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -5px;
}

.loja-sidebar #accordionCategoria a.tax_link {
  margin-bottom: 0;
  margin-top: 5px;
}

#accordionCategoria button.accordion-button {
  width: 100%;
  height: 40px;
  padding: 0rem 0rem;
  background-color: transparent !important;
  color: #000 !important;
  border: none !important;
  box-shadow: none !important;
  justify-content: space-between;
}

#accordionCategoria button.accordion-button span {
  font-family: "Noka";
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #000 !important;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#accordionCategoria .accordion-item {
  border: none !important;
  background-color: transparent;
}

#accordionCategoria button.accordion-button::after {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  margin-left: 2px;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 18.74'%3E%3Crect x='3.39' y='-.11' width='2.82' height='18.97' transform='translate(-3.11 2.42) rotate(-21.57)'/%3E%3Crect x='6.95' y='7.96' width='18.97' height='2.82' transform='translate(1.85 21.42) rotate(-69.26)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 2px;
}

#accordionCategoria button.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 18.74'%3E%3Crect x='3.39' y='-.11' width='2.82' height='18.97' transform='translate(-3.11 2.42) rotate(-21.57)'/%3E%3Crect x='6.95' y='7.96' width='18.97' height='2.82' transform='translate(1.85 21.42) rotate(-69.26)'/%3E%3C/svg%3E");
  transform: rotate(180deg);
  top: 0px;
}

#accordionCategoria {
  margin-bottom: 2rem;
}

#accordionCategoria .accordion-body {
  padding: 1rem 0rem;
}

#accordionCategoria .accordion-body a.ano_link {
  color: #000;
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
  font-size: 16px;
  transition: all ease-in-out 0.4s;
}

#accordionCategoria .accordion-body a.ano_link:hover,
#accordionCategoria .accordion-body a.ano_link:focus {
  opacity: 0.7;
  text-decoration: underline;
}

#accordionCategoria .accordion-body a.ano_link.ativo {
  text-decoration: underline;
  opacity: 1;
}

.woocommerce .woocommerce-result-count {
  display: block;
  width: 100%;
  font-family: "Noka";
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-align: left;
  color: #000;
}

.card-loja-produto img {
  height: auto;
  max-width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.card-loja-produto h2.woocommerce-loop-product__title {
  font-family: "Noka";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: left;
  color: #000;
  text-decoration: none;
}

.card-loja-produto a.woocommerce-LoopProduct-link {
  text-decoration: none;
  display: flex;
  flex-flow: column;
  margin-bottom: 1rem;
}

.woocommerce .product p.price ins,
.woocommerce .product span.price ins,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .product
  span.price {
  display: inline-block !important;
  font-family: "Noka" !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  letter-spacing: 0.01em !important;
  line-height: 46px !important;
  text-align: left !important;
  color: #000 !important;
}

.woocommerce .product p.price del,
.woocommerce .product span.price del {
  opacity: 0.5 !important;
  display: inline-block !important;
  font-family: "Noka" !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  letter-spacing: 0.01em !important;
  line-height: 28px !important;
  text-align: left !important;
  color: #000 !important;
  text-decoration: line-through;
}

.woocommerce .card-loja-produto a.button {
  font-family: "Noka";
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  width: 100%;
  background-color: #000;
  transition: all ease-in-out 0.4s;
  display: inline-block;
  border-radius: 0;
}

.woocommerce .card-loja-produto a.button:hover,
.woocommerce .card-loja-produto a.button:focus {
  background-color: #00000088;
  color: #fff;
}

.woocommerce h1.product_title.entry-title {
  font-family: "Noka";
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.01em;
  line-height: 55px;
  text-align: left;
  color: #000;
  margin-bottom: 3.2rem;
}

.woocommerce .summary.entry-summary {
  margin-top: 8%;
}

.woocommerce .summary.entry-summary .product_meta {
  display: flex;
  flex-flow: column;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}

.woocommerce .summary.entry-summary .product_meta a {
  color: #000;
  transition: all ease-in-out 0.4s;
}

.woocommerce .summary.entry-summary .product_meta a:hover,
.woocommerce .summary.entry-summary .product_meta a:focus {
  opacity: 0.8;
}

.woocommerce .summary.entry-summary p.stock.in-stock {
  font-family: "Noka";
  font-weight: 500;
  font-size: 20px !important;
  line-height: 24px;
  text-align: left;
  color: #000;
  display: inline-flex;
  background-color: #a9a96f;
  width: auto;
  padding: 12px 42px 12px 16px;
  margin: 0px 0px 18px;
}

.woocommerce div.product form.cart .button {
  font-family: "Noka";
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  width: auto;
  background-color: #000;
  transition: all ease-in-out 0.4s;
  display: inline-block;
  border-radius: 0;
  padding: 12px 42px 12px 16px;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus {
  background-color: #00000088;
  color: #fff;
}

.woocommerce div.product form.cart .variations label {
  font-family: "Noka";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.woocommerce div.product form.cart .reset_variations {
  font-family: "Noka";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  padding: 10px 4px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: middle;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  font-family: Noka;
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin-right: -5px;
  padding: 4px 0px 4px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 0px !important;
  padding-left: 6px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #fff !important;
  border: 1px solid #000 !important;
  padding: 5px 26px !important;
  margin: 0 !important;
  margin-left: -5px !important;
  border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #ffffff7c !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: "Noka" !important;
  font-weight: 500 !important;
  font-size: 25px !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 2rem !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button,
.woocommerce a.added_to_cart {
  font-family: "Noka" !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #fff !important;
  width: auto !important;
  background-color: #000 !important;
  transition: all ease-in-out 0.4s !important;
  border-radius: 0 !important;
  padding: 12px 22px 12px 22px;
  text-align: center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:focus,
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus {
  background-color: #00000088 !important;
  color: #fff !important;
}

a.added_to_cart.wc-forward {
  margin-top: 9px;
  text-decoration: none;
}

.woocommerce table.shop_table th {
  padding: 9px 12px !important;
  font-family: "Noka" !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #000 !important;
}

.woocommerce table.shop_table td.product-name a {
  font-family: "Noka";
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  text-align: left;
  color: #000;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

.woocommerce table.shop_table td span.woocommerce-Price-amount.amount {
  font-family: "Noka";
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  text-align: left;
  color: #000;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

.woocommerce table.shop_table td.product-name a:hover,
.woocommerce table.shop_table td.product-name a :focus {
  text-decoration: underline;
}

.theme-parque-campana-lp .woocommerce a.remove {
  display: flex !important;
  font-size: 3rem !important;
  height: 3rem !important;
  width: 3rem !important;
  text-align: center !important;
  line-height: 1 !important;
  border-radius: 100% !important;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  border: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all ease-in-out 0.4s !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px !important;
  box-shadow: none;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  min-width: 210px !important;
  font-size: 18px !important;
  padding: 12px 22px !important;
  margin-right: -5px !important;
}

.woocommerce table.shop_table {
  border: 0px solid rgb(255 255 255 / 0%) !important;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents thead,
.woocommerce table.shop_table.woocommerce-cart-form__contents tbody,
.woocommerce table.shop_table.woocommerce-cart-form__contents tfoot,
.woocommerce table.shop_table.woocommerce-cart-form__contents tr,
.woocommerce table.shop_table.woocommerce-cart-form__contents td,
.woocommerce table.shop_table.woocommerce-cart-form__contents th,
.woocommerce .cart_totals table.shop_table thead,
.woocommerce .cart_totals table.shop_table tbody,
.woocommerce .cart_totals table.shop_table tfoot,
.woocommerce .cart_totals table.shop_table tr,
.woocommerce .cart_totals table.shop_table td,
.woocommerce .cart_totals table.shop_table th {
  border: none !important;
}

.woocommerce .cart_totals .shop_table td {
  text-align: end;
}

.woocommerce span.separador {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #000;
  margin: 3rem 0rem 4rem;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"],
.wc-block-components-textarea,
.wc-blocks-components-select .wc-blocks-components-select__container,
.wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__rendered {
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: "Noka" !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #000 !important;
}

.woocommerce form .form-row .select2-container {
  height: 52px;
}

.wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce form .form-row select,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  -moz-appearance: none !important; /* Firefox */
  -webkit-appearance: none !important; /* Safari and Chrome */
  appearance: none !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="18" viewBox="0 0 31 18"><path id="Polígono_7" data-name="Polígono 7" d="M13.984,1.76a2,2,0,0,1,3.031,0L28.154,14.695A2,2,0,0,1,26.638,18H4.362a2,2,0,0,1-1.516-3.305Z" transform="translate(31 18) rotate(180)" fill="%239e988c"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 0.7rem top 50% !important;
  background-size: 24px auto !important;
}
.wc-blocks-components-select .wc-blocks-components-select__expand,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 14px;
}

.wc-block-components-button:not(.is-link) {
  font-family: "Noka" !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #fff !important;
  width: auto !important;
  background-color: #000 !important;
  transition: all ease-in-out 0.4s !important;
  border-radius: 0 !important;
  border: none !important;
  width: 100% !important;
  padding: 12px 22px 12px 22px;
  text-align: center;
}

.wc-block-components-button:not(.is-link):hover,
.wc-block-components-button:not(.is-link):focus {
  background-color: #00000088 !important;
  color: #fff !important;
}

.wc-block-components-address-card,
.is-large .wp-block-woocommerce-checkout-order-summary-block,
.wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted,
.woocommerce .woocommerce-customer-details address {
  border-radius: 0px !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none !important;
  margin: 0em 0 !important;
  border-radius: 0px !important;
}

.woocommerce form .form-row {
  padding: 0px !important;
  margin: 0px 0 28px !important;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-family: "Noka" !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  text-align: left !important;
  margin-bottom: 6px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: normal !important;
  font-family: "Noka" !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #000 !important;
  padding: 14px !important;
  border: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.woocommerce
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link {
  margin-bottom: 12px;
}

.woocommerce
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link
  a {
  font-family: "Noka";
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #000 !important;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
}

.woocommerce
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link
  a:hover,
.woocommerce
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link
  a:focus {
  color: #000000a3 !important;
}

.woocommerce
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link.is-active
  a {
  color: #000 !important;
  text-decoration: underline;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0px !important;
  padding: 1.4rem 0rem !important;
  background: #ffffff00 !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #b1b182 !important;
  color: #000 !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #b1b182 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 0px !important;
  border-bottom: none !important;
}

body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span {
  background: #fff;
  border: 1px solid #000;
  font-family: "Noka";
  font-weight: 500;
  font-size: 25px;
  line-height: 24px;
  text-align: center;
  color: #000;

  transition: all ease-in-out 0.4s;
}

body.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #000;
  color: #fff;
}

body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: #1b1b1b;
  color: #fff;
}

body.woocommerce nav.woocommerce-pagination ul li a.disabled {
  pointer-events: none;
  background-color: #fff !important;
  color: #000 !important;
  opacity: 0.8;
}

body.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  min-width: 51px !important;
}

body.woocommerce .woocommerce-pagination ul.page-numbers li,
body.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  border: none;
}

body.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-top: 3rem;
}

a.link-hous360 {
  width: 90px;
  height: auto;
  filter: contrast(0.5);
  transition: all ease-in-out 0.4s;
}
a.link-hous360:hover,
a.link-hous360:focus {
  filter: contrast(0);
}

/* DATAS E HORARIOS */

.container-datas-horarios {
  background: #4cb790;
  position: relative;
  overflow: hidden;
      padding-bottom: 10rem !important;
}

.container-datas-horarios .container-lg {
  z-index: 2;
  position: relative;
}

.container-datas-horarios .titulo-bloco {
  font-family: "Noka";
  font-weight: bold;
  font-size: clamp(1.125rem, 0.8578rem + 0.431vw, 1.375rem);
  letter-spacing: 0.02em;
  line-height: normal;
  text-align: left;
  color: #d3d3a0;
  text-transform: uppercase;
}

.container-datas-horarios .conteudo * {
  font-family: "Noka";
  font-weight: 500;
  font-size: clamp(0.875rem, 0.6078rem + 0.431vw, 1.125rem);
  line-height: normal;
  text-align: left;
  color: #fff;
}

.container-datas-horarios .conteudo strong,
.container-datas-horarios .conteudo b {
  font-weight: bold;
}

.container-datas-horarios .texto-atencao {
  font-family: "Noka";
  font-weight: bold;
  font-size: clamp(0.875rem, 0.6078rem + 0.431vw, 1.125rem);
  letter-spacing: 0.02em;
  line-height: normal;
  text-align: left;
  color: #d3d3a0;
}

.container-datas-horarios .container-detalhe {
  position: absolute;
  bottom: 0px;
  right: calc(50% + 1.5rem);
  z-index: 0;
  width: 50%;
  height: auto;
}

.container-datas-horarios .container-detalhe img {
  width: 100%;
  height: auto;
}

/* BOTAO VOLTAR */

button.botao-voltar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255 255 255 / 0%);
  border: none;
  border-radius: 0;
  font-family: "Noka";
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  transition: all ease-in-out 0.4s;
}

button.botao-voltar span.svg {
  display: inline-block;
  width: 20px;
  height: 45px;
  margin-right: 16px;
}

button.botao-voltar:hover,
button.botao-voltar:focus {
  color: #fff;
}

button.botao-voltar span.svg svg path {
  fill: #000 !important;
  transition: all ease-in-out 0.4s;
}

button.botao-voltar:hover span.svg svg path,
button.botao-voltar:focus span.svg svg path {
  fill: #fff !important;
}

/* SIDEBAR */
.sidebar {
  position: relative;
}

.sidebar::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #000;
}

.sidebar .container-lista-sidebar .lista-sidebar {
  padding: 0;
  list-style: none;
}

.sidebar
  .container-lista-sidebar
  .lista-sidebar
  .lista-item-sidebar
  .sidebar_link {
  font-family: "Noka";
  font-weight: 600;
  font-size: clamp(16px, 5.3103px + 1.0776vw, 26px);
  letter-spacing: 0.01em;
  line-height: normal;
  color: #000 !important;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 2rem;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

.sidebar
  .container-lista-sidebar
  .lista-sidebar
  .lista-item-sidebar
  a.sidebar_link:hover,
.sidebar
  .container-lista-sidebar
  .lista-sidebar
  .lista-item-sidebar
  a.sidebar_link:focus {
  opacity: 0.6;
  text-decoration: underline;
}

.sidebar
  .container-lista-sidebar
  .lista-sidebar
  .lista-item-sidebar
  a.sidebar_link.ativo {
  text-decoration: underline;
}

/* CARD LOGO */

.card-logo {
  position: relative;
}

.card-logo .container-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}

.card-logo .container-img img {
  width: 100%;
  height: auto;
}

.card-logo a {
  text-decoration: none;
}

.card-logo a span.hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 0px;
  padding: 5%;
  z-index: 1;
  font-family: "Noka";
  font-weight: 600;
  font-size: clamp(1rem, 0.4655rem + 0.8621vw, 1.5rem);
  letter-spacing: 0.01em;
  line-height: normal;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: all ease-in-out 0.4s;
}

.card-logo a:hover span.hover-text,
.card-logo a:focus span.hover-text {
  opacity: 1;
}

.card-logo a .hover-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: -1;
}

/* BOTOES */
.button-campana {
  display: block;
  width: fit-content;
  min-width: clamp(120px, -72.4138px + 19.3966vw, 300px);
  text-align: left;
  font-family: "Noka";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  background-color: #000;
  margin-bottom: 16px;
  padding-top: 22px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: clamp(32px, -2.2069px + 3.4483vw, 64px);
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 0;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.button-campana:hover,
.button-campana:focus {
  background-color: #fff;
  color: #000;
}

/* CARD PARQUE CAMPANA */

.card-parque-campana {
  position: relative;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

.card-parque-campana a.container-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.card-parque-campana img {
  width: 100%;
  height: auto;
}

.card-parque-campana .hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 0px;
  padding: 5%;
  z-index: 1;
  opacity: 0;
  transition: all ease-in-out 0.4s;
}

.card-parque-campana:hover .hover-text,
.card-parque-campana:focus .hover-text {
  opacity: 1;
}

.card-parque-campana .hover-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: -1;
}

.card-parque-campana .hover-text h3 {
  font-family: "Noka";
  font-weight: 600;
  font-size: clamp(1rem, 0.4655rem + 0.8621vw, 1.5rem);
  letter-spacing: 0.01em;
  line-height: normal;
  text-align: center;
  color: #fff;
}

.card-parque-campana .hover-text .data {
  font-family: "Noka";
  font-weight: 400;
  font-size: clamp(0.75rem, 0.4828rem + 0.431vw, 1rem);
  letter-spacing: 0.01em;
  line-height: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

/* SIDEBAR */
.sidebar .container-tax {
  margin-bottom: clamp(0.125rem, -1.6121rem + 2.8017vw, 1.75rem);
}

.sidebar .container-tax .container-tax-child {
  margin-left: clamp(1.375rem, 0.7069rem + 1.0776vw, 2rem);
}

.sidebar a.tax_link {
  font-family: "Noka";
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #000 !important;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: clamp(0.5rem, 0.2328rem + 0.431vw, 0.75rem);
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

.sidebar a.tax_link:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.sidebar a.tax_link.ativo {
  text-decoration: underline;
}

.sidebar .container-tax-list {
  height: 100%;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 22px;
  flex-flow: column;
}

.exposicoes .exposicoes-listagem {
  padding-top: 0.6rem !important;
}

.sidebar .accordion-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -5px;
}

.sidebar .accordion-header a.tax_link {
  margin-top: 5px;
}

.sidebar .accordion-header button.accordion-button {
  width: auto;
  height: 40px;
  padding: 0rem 1rem;
  background-color: #d3d3a0 !important;
  color: #000 !important;
  border: none !important;
  box-shadow: none !important;
}
.sidebar .accordion .accordion-item {
  border: none !important;
}

.sidebar .accordion-header button.accordion-button::after {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  margin-left: 2px;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 18.74'%3E%3Crect x='3.39' y='-.11' width='2.82' height='18.97' transform='translate(-3.11 2.42) rotate(-21.57)'/%3E%3Crect x='6.95' y='7.96' width='18.97' height='2.82' transform='translate(1.85 21.42) rotate(-69.26)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: -2px;
}

.sidebar .accordion-header button.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 18.74'%3E%3Crect x='3.39' y='-.11' width='2.82' height='18.97' transform='translate(-3.11 2.42) rotate(-21.57)'/%3E%3Crect x='6.95' y='7.96' width='18.97' height='2.82' transform='translate(1.85 21.42) rotate(-69.26)'/%3E%3C/svg%3E");
  transform: rotate(180deg);
  top: 0px;
}

.sidebar .accordion .accordion-item {
  background-color: #d3d3a0;
}

.sidebar .accordion .accordion-body {
  padding: 0rem 0rem 1rem 1.4rem;
  background-color: #d3d3a0;
}

.sidebar .accordion .accordion-body a.ano_link {
  color: #000;
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
  font-size: 16px;
  transition: all ease-in-out 0.4s;
}

.sidebar .accordion .accordion-body a.ano_link:hover,
.sidebar .accordion .accordion-body a.ano_link:focus {
  opacity: 0.7;
  text-decoration: underline;
}

.sidebar .accordion .accordion-body a.ano_link.ativo {
  text-decoration: underline;
  opacity: 1;
}

/* INTERNAS */
.page-info {
  font-family: "Noka";
  font-weight: bold;
  font-size: clamp(0.875rem, 0.4741rem + 0.6466vw, 1.25rem);
  letter-spacing: 0.01em;
  line-height: normal;
  text-align: left;
  color: #000;
}

/* FAQ ACCORDION */

div#faqAccordion {
  margin-bottom: clamp(2rem, 0.6638rem + 2.1552vw, 3.25rem);
}

#faqAccordion .accordion-item {
  margin-bottom: 12px;
}
#faqAccordion .accordion-button {
  gap: 1rem;
  font-family: "Noka";
  font-weight: 500;
  font-size: clamp(1.125rem, 0.4569rem + 1.0776vw, 1.75rem);
  line-height: normal;
  text-align: left;
  color: #000;
  background-color: #fff;
  padding-top: clamp(1.125rem, 0.7241rem + 0.6466vw, 1.5rem);
  padding-bottom: clamp(1.125rem, 0.7241rem + 0.6466vw, 1.5rem);
  padding-left: clamp(1.625rem, 1.2241rem + 0.6466vw, 2rem);
  padding-right: clamp(3.375rem, 2.0388rem + 2.1552vw, 4.625rem);
}

#faqAccordion .accordion-button::after,
#faqAccordion .accordion-button::before {
  content: "";
  position: absolute;
  right: clamp(1.625rem, 1.2241rem + 0.6466vw, 2rem);
  top: 50%;
  width: clamp(1.25rem, 0.5819rem + 1.0776vw, 1.875rem);
  height: clamp(0.1875rem, 0.1207rem + 0.1078vw, 0.25rem);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

#faqAccordion .accordion-button::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30.24' height='3.78' viewBox='0 0 30.24 3.78'><path d='M-36.84-14.7H-6.6v-3.78H-36.84Z' transform='translate(36.84 18.48)' fill='%23368c7a'/></svg>");
}

#faqAccordion .accordion-button::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30.24' height='3.78' viewBox='0 0 30.24 3.78'><path d='M-36.84-14.7H-6.6v-3.78H-36.84Z' transform='translate(36.84 18.48)' fill='%23368c7a'/></svg>");
  transform: translateY(-50%) rotate(90deg);
}

#faqAccordion .accordion-button:not(.collapsed)::before {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

#faqAccordion .accordion-body {
  padding-top: clamp(1.25rem, -0.0862rem + 2.1552vw, 2.5rem);
  padding-bottom: clamp(1.25rem, -0.0862rem + 2.1552vw, 2.5rem);
  padding-left: clamp(2rem, -0.0043rem + 3.2328vw, 3.875rem);
  padding-right: clamp(2rem, -4.0797rem + 9.806vw, 7.6875rem);
}

/* CARD VAGA */

.card-vaga {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.card-vaga .card-vaga-body {
  padding-top: clamp(1.75rem, 1.0819rem + 1.0776vw, 2.375rem);
  padding-bottom: clamp(1.75rem, 1.0819rem + 1.0776vw, 2.375rem);
  padding-left: clamp(1.25rem, 0.5819rem + 1.0776vw, 1.875rem);
  padding-right: clamp(1.25rem, 0.5819rem + 1.0776vw, 1.875rem);
}

.card-vaga .card-vaga-body .card-vaga-title {
  font-family: "Noka";
  font-weight: 600;
  font-size: clamp(1.25rem, 0.9828rem + 0.431vw, 1.5rem);
  letter-spacing: 0.01em;
  line-height: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}

.card-vaga .card-vaga-body .card-vaga-resumo {
  font-family: "Noka";
  font-weight: 500;
  font-size: clamp(1rem, 0.8664rem + 0.2155vw, 1.125rem);
  letter-spacing: 0.01em;
  line-height: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}

.card-vaga .card-vaga-body .card-vaga-info {
  font-family: "Noka";
  font-weight: 500;
  font-size: clamp(0.75rem, 0.6164rem + 0.2155vw, 0.875rem);
  letter-spacing: 0.01em;
  line-height: normal;
  text-align: left;
  color: #000;
}

.card-vaga .card-vaga-body .card-vaga-info:last-child {
  margin-bottom: 0;
}

.card-vaga .card-vaga-btn {
  display: block;
  width: 100%;
  font-family: "Noka";
  font-weight: bold;
  font-size: clamp(1.125rem, 0.9914rem + 0.2155vw, 1.25rem);
  line-height: normal;
  text-align: left;
  color: #fff;
  background: #000;
  text-align: left;
  padding-top: 22px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: clamp(32px, -2.2069px + 3.4483vw, 74px);
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #000;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.card-vaga .card-vaga-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-vaga .card-vaga-btn:hover,
.card-vaga .card-vaga-btn:focus {
  background-color: #fff;
  color: #000;
}

/* BLOCO DICAS */

.container-dicas {
  background-color: #368c7a;
}

.container-dicas h2 {
  color: #fff;
}

.container-dicas .wysiwyg,
.container-dicas .wysiwyg * {
  color: #fff;
}

/* BLOG */

.blog main#conteudo,
.category main#conteudo,
.tag main#conteudo {
  overflow: hidden;
}

.blog .breadcrumbs {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.blog .breadcrumbs .container {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.card-blog a {
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

.card-blog .titulo {
  font-family: "Noka";
  font-weight: 600;
  font-size: clamp(1.375rem, 0.9741rem + 0.6466vw, 1.75rem);
  letter-spacing: 0.01em;
  line-height: normal;
  text-align: left;
  color: #000;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

.card-blog a:hover .titulo,
.card-blog a:focus .titulo {
  text-decoration: underline;
}

.card-blog .datas,
.card-blog .resumo {
  font-family: "Noka";
  font-weight: 500;
  font-size: clamp(1rem, 0.8664rem + 0.2155vw, 1.125rem);
  letter-spacing: 0.01em;
  line-height: normal;
  text-align: left;
  color: #000;
}

.card-blog img {
  width: 100%;
  height: auto;
}

.blog .container-img-destaque-placeholder {
  height: calc(100vh - 68px);
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.blog .sticky-img-destaque-blog {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: calc(100vh - 68px);
}

.blog .sticky-img-destaque-blog img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-parceiross-apoiadores {
  background-color: #fff;
  z-index: 5;
  position: relative;
}
