:root {
  --branco: #ffffff;
  --branco-2: #f7f6f2;
  --azul: #1c395c;
  --azul-2: #41bed0;
  --azul-claro: #e1e5ea;
  --azul-claro-2: #abb5c2;
  --azul-claro-3: #cfeff3;
  --azul-claro-4: #e2f5f8;
  --preto: #000000;
  --preto-2: #333;
  --preto-3: #212020;
  --laranja: #fde2ce;
  --vermelho: #812926;
  --cinza: #c1c1c1;
  --cinza-escuro: #414141;
  --cinza-escuro-2: #484848;
  --cinza-claro: #f3f4f5;
  --cinza-claro-2: #e5e5e5;
  --marrom-claro: #f2eae9;
  --poppins: "Poppins", sans-serif;
  --GT-Walsheim: "GT Walsheim", sans-serif;
}
img {
  height: auto;
}
.pll-parent-menu-item { display: none !important; }
/* Importação da fonte regular */
@font-face {
  font-family: "GT Walsheim";
  src: url("/wp-content/themes/labbotheme/assets/fonts/GT-Walsheim/GTWalsheim-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT Walsheim";
  src: url("/wp-content/themes/labbotheme/assets/fonts/GT-Walsheim/GTWalsheimMedium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT Walsheim";
  src: url("/wp-content/themes/labbotheme/assets/fonts/GT-Walsheim/GTWalsheimBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/labbotheme/assets/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/labbotheme/assets/fonts/Montserrat/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
  /* transform: scale(0.8);
  transform-origin: 0 0;
  width: 125%;
  height: 125%; */
}
html body {
  min-height: 100vh;
  overflow-x: hidden;
  zoom: 0.8;
}
html #page {
  font-family: var(--poppins);
  min-height: 100vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
html #page p:not(:last-child) {
  margin: 0 0 15px 0;
}
html #page p:empty {
  display: none;
}
html #page #main-header {
  width: 100%;
}
html #page #main-content {
  width: 100%;
}
html #page #main-footer {
  width: 100%;
  margin-bottom: 25px;
}
@media(max-width: 525px){
  html #page #main-footer{
    margin-bottom: 0;
  }

  html #page #main-footer > .container-fluid{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.custom-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.container-1465px {
  width: 100%;
  max-width: calc(1465px + 1.5rem);
  padding: 0 calc(1.5rem / 2);
  margin: 0 auto;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
  html body {
    zoom: 1;
  }
}
.slick-slider .slick-list .slick-track {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.slick-slider .slick-list .slick-track .slick-slide {
  height: inherit;
}
.slick-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.slick-slider .slick-dots li {
  opacity: 0.5;
}
.slick-slider .slick-dots li.slick-active {
  opacity: 1;
}
/*
  STYLEGUIDE
*/
.titulo-1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: left;
}
.titulo-2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: left;
}
.titulo-3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: left;
}
.titulo-4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.titulo-5 {
  font-family: var(--GT-Walsheim);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
.titulo-6 {
  font-family: var(--GT-Walsheim);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.texto {
  font-family: var(--GT-Walsheim);
  font-size: 16px;
  font-weight: 400;
  line-height: 22x;
  letter-spacing: 0em;
  text-align: left;
}
.btn-download {
  display: flex;
  padding: 14px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 100px;
  background: var(--azul-2, #41bed0);
  color: var(--Design-Colours-Base-Colours-White, #fff);
  font-family: var(--GT-Walsheim);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}
.btn-download:hover {
  color: var(--branco);
}
.btn-download:hover img {
  animation: downloadAnimation 1s infinite;
}

.btn-download.bt-link:hover {
  text-decoration: underline;
}

.btn-slide-animation {
  border: 3px solid #000;
  background-image: -webkit-linear-gradient(30deg, white 50%, transparent 50%);
  background-image: linear-gradient(30deg, white 50%, transparent 50%);
  background-color: #000;
  transition: .3s ease-in-out;
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  color: var(--branco, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  width: fit-content;
  background-size: 825px;
  background-repeat: no-repeat;
  background-position: 100%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.btn-slide-animation:hover {
  background-position: 0%;
  color: #000;
}
.btn-slide-animation svg path {
  transition: .3s ease-in-out;
}
.btn-slide-animation:hover svg path {
  stroke: #000;
}

/* BOTÕES - Container de Botões */
.wrapper-btns {
  gap: 20px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

/* BOTÃO - Botão Padrão */
.default-btn {
  font-family: var(--poppins);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid transparent;
  padding: 20px 40px;
  gap: 20px;
  transition: all 0.3s;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.default-btn > svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s;
}
.default-btn > svg * {
  transition: all 0.3s;
}

/* BOTÃO - Botão Vermelho */
.default-btn.btn-vermelho {
  color: var(--branco);
  background-color: var(--vermelho);
}
.default-btn.btn-vermelho > svg path {
  stroke: var(--branco);
}
.default-btn.btn-vermelho:hover {
  color: var(--azul);
  border: 1px solid var(--azul);
  background-color: var(--branco);
}
.default-btn.btn-vermelho:hover > svg path {
  stroke: var(--azul);
}

/* BOTÃO - Botão Vermelho Outine */
.default-btn.btn-vermelho-outline {
  color: var(--vermelho);
  border: 1px solid var(--vermelho);
}
.default-btn.btn-vermelho-outline > svg path {
  stroke: var(--vermelho);
}
.default-btn.btn-vermelho-outline:hover {
  color: var(--branco);
  border: 1px solid var(--azul);
  background-color: var(--azul);
}
.default-btn.btn-vermelho-outline:hover > svg path {
  stroke: var(--branco);
}

/* BOTÃO - Botão Preto */
.default-btn.btn-preto {
  color: var(--branco);
  background-color: var(--preto);
}
.default-btn.btn-preto > svg path {
  stroke: var(--branco);
}
.default-btn.btn-preto:hover {
  color: var(--preto);
  border: 1px solid var(--preto);
  background-color: var(--branco);
}
.default-btn.btn-preto:hover > svg path {
  stroke: var(--preto);
}

/* BOTÃO - Botão Preto Outine */
.default-btn.btn-preto-outline {
  color: var(--preto);
  border: 1px solid var(--preto);
}
.default-btn.btn-preto-outline > svg path {
  stroke: var(--preto);
}
.default-btn.btn-preto-outline:hover {
  color: var(--branco);
  border: 1px solid var(--preto);
  background-color: var(--preto);
}
.default-btn.btn-preto-outline:hover > svg path {
  stroke: var(--branco);
}

/* BOTÃO - Botão Preto Outine Alternativo*/
.default-btn.btn-preto-outline-alt {
  color: var(--preto);
  border: 1px solid var(--branco);
}
.default-btn.btn-preto-outline-alt > svg path {
  stroke: var(--preto);
}
.default-btn.btn-preto-outline-alt:hover {
  color: var(--branco);
  border: 1px solid var(--preto);
  background-color: var(--preto);
}
.default-btn.btn-preto-outline-alt:hover > svg path {
  stroke: var(--branco);
}

/* BOTÃO - Botão Azul */
.default-btn.btn-azul {
  color: var(--branco);
  background-color: var(--azul);
}
.default-btn.btn-azul > svg path {
  stroke: var(--branco);
}
.default-btn.btn-azul:hover {
  color: var(--azul);
  border: 1px solid var(--azul);
  background-color: var(--branco);
}
.default-btn.btn-azul:hover > svg path {
  stroke: var(--azul);
}

/* BOTÕES - Botão Padrão Fino */
.default-btn.btn-thin {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 15px 20px;
  gap: 10px;
}
.default-btn.btn-thin > svg {
  width: 16px;
  height: 16px;
  transition: all 0.3s;
}
.default-btn.btn-thin > svg * {
  transition: all 0.3s;
}

/* MENU HEADER */
#main-header {
  padding-block: 24px;
}
.logo {
  justify-content: flex-start;
  align-items: end;
  gap: 6px;
}
.typing {
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.9px;
  color: var(--cinza-escuro);
}
.main-menu nav {
  display: flex;
  align-items: center;
  justify-content: end;
  max-height: 64px;
}
.top-menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  max-height: 64px;
  margin-bottom: 0;
  gap: 30px;
}
.top-menu > li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top-menu > li > a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  padding: 12px 0 10px 0;
  border-bottom: 2px solid var(--branco);
  color: var(--vermelho);
  font-family: var(--GT-Walsheim);
  transition: all .3s;
}
.top-menu > li:not(.entre-em-contato) > a:hover {
  color: var(--preto);
  padding: 12px 0 10px 0;
  border-bottom: 2px solid var(--preto);
}
.top-menu li.entre-em-contato a {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: var(--branco);
  background-color: var(--vermelho);
  border-radius: 100px;
  border: 1px solid var(--vermelho);
  padding: 8px 20px;
}
.top-menu li.entre-em-contato a:hover {
  color: var(--vermelho);
  background-color: transparent;
}
.top-menu li.pll-parent-menu-item > a {
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  padding: 0 !important;
  margin: 0;
}
.top-menu li.pll-parent-menu-item > a::after {
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/labbotheme/assets/svg/icone-lang.svg");
  background-size: contain;
  background-position: center;
  display: block;
  content: '';
}
.top-menu li.pll-parent-menu-item .img-submenu {
  background-color: var(--branco) !important;
}
.top-menu li.pll-parent-menu-item .img-submenu img {
  filter:brightness(0) invert(91%) sepia(0%) saturate(43%) hue-rotate(180deg) brightness(88%) contrast(86%) !important;
}

.submenu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 44px;
  right: 0;
  padding: 10px 24px;
}
.submenu::after{display: none;}
.submenu li {
  border-bottom: 1px solid var(--preto-2, #333);
}
.submenu li:last-child {
  border-bottom: none;
}
.submenu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  padding: 20px 0;
  color: var(--vermelho);
  font-family: var(--GT-Walsheim);

  color: var(--branco);
  display: flex;
  padding: 8px;
  text-align: end;
  gap: 8px;
  justify-content: end;
  align-items: end;
}
.submenu li a:hover {
  color: var(--branco);
  text-decoration: underline;
}
.top-menu li:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  background: var(--preto-3, #212020);
  list-style: none;
}
.img-submenu {
  margin-left: 5px;
  transition: 0.3s ease-in-out;
  padding: 4px;
  height: 20px;
  display: grid;
  place-items: center;
}
.top-menu li:hover .img-submenu {
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: var(--preto-3, #212020);
  transform: rotate(180deg);
}
.top-menu li .img-submenu img {
  transition: 0.3s ease-in-out;
}
.top-menu li:hover .img-submenu img {
  filter: brightness(0) invert(1);
}
.shiftnav-toggle-button {
  padding: 0 !important;
  background: transparent !important;
  color: var(--vermelho) !important;
  font-size: 37px;
  display: none !important;
}
/* @media (prefers-color-scheme: dark) {
  .shiftnav-toggle-button {
    color: var(--branco) !important;
  }
}
@media (prefers-dark-interface) { 
  .shiftnav-toggle-button {
    color: var(--branco) !important;
  }
} */
.shiftnav .shiftnav-menu-title {
  display: none;
}

/*
ACESSO RAPIDO
*/
.nav--checkbox {
  display: none;
}
.nav--button {
  position: fixed;
  bottom: 100px;
  right: 50px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 666;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  background: var(--vermelho);
  border: 3px solid var(--branco);
  cursor: pointer;
}
.nav--button span {
  position: relative;
  display: block;
  width: -webkit-fill-available;
  background-image: url(/wp-content/themes/labbotheme/assets/svg/add.svg);
  transition: 0.3s ease-in-out;
  background-position: center;
  width: -moz-available;
}

.nav--checkbox:checked ~ .nav--button span {
  transform: rotate(45deg);
}
.nav--small {
  position: fixed;
  bottom: 104px;
  right: 54px;
  height: 40px;
  width: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all 500ms cubic-bezier(0.6, -0.5, 0.4, 1.5);
  z-index: 1;
}
.nav--small a {
  position: relative;
  display: block;
  height: inherit;
  width: inherit;
  border-radius: inherit;
  text-decoration: none;
  color: var(--branco);
  padding: 5px;
}
.nav--small a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
}
.nav--btn-1 {
  background-color: var(--branco);
}
.nav--btn-2 {
  background-color: var(--branco);
  transition-delay: 50ms;
}
.nav--btn-3 {
  background-color: var(--branco);
  transition-delay: 100ms;
}
.nav--checkbox:checked ~ .nav--btn-1 {
  bottom: 198px;
}
.nav--checkbox:checked ~ .nav--btn-2 {
  bottom: 168px;
  right: 118px;
}
.nav--checkbox:checked ~ .nav--btn-3 {
  right: 148px;
  bottom: 104px;
}
.nav--small a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tooltip-access {
  color: var(--preto-3, #212020);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  width: auto;
  position: fixed;
  bottom: 50px;
  right: 50px;
  height: 40px;
  display: block;
  z-index: 666;
  opacity: 1;
  transition: 0.3s ease-in-out;
  font-family: var(--GT-Walsheim);
  text-shadow: 1px 0 var(--branco), 0 -1px var(--branco), -1px 0 var(--branco),
    0 1px var(--branco);
  padding-top: 5px;
}
.tooltip-text {
  visibility: hidden;
  position: absolute;
  color: var(--preto-3, #212020);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  top: -23px;
  left: -50%;
  text-shadow: 1px 0 var(--branco), 0 -1px var(--branco), -1px 0 var(--branco),
    0 1px var(--branco);
  font-family: var(--GT-Walsheim);
  text-align: center;
  width: 78px;
  transition: 0.5s ease-in-out;
}

.nav--checkbox:checked ~ .nav--small .tooltip-text {
  visibility: visible;
}
#main-footer .news {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  border-bottom: 1.5px solid var(--preto-2, #333);
  padding-bottom: 20px;
  margin-bottom: 48px;
}
@media(max-width: 767px){
  #main-footer .news {
    flex-direction: column;
  }
}
#main-footer .news .left h3 {
  color: var(--branco, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
#main-footer .news .left p {
  color: var(--cinza, #c1c1c1);
  font-family: var(--GT-Walsheim);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
#main-footer .news .right {
  position: relative;
}
#main-footer .news .right form {
  display: flex;
  gap: 16px;
}
#main-footer .container-fluid {
  max-width: 1615px;
  display: flex;
  padding: 48px 75px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  border-radius: 8px;
  background: var(--preto-3, #212020);
}
#main-footer .footer-content {
  width: 100%;
  padding-bottom: 80px;
}
#main-footer .slide-footer {
  max-width: 1228px;
}
/* Estilos para as unidades */
#main-footer .unidades {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 32px;
}

/* Estilos para cada unidade */
#main-footer .unidade {
  width: 260px;
}
#main-footer .unidade h3 {
  color: var(--branco, #fff);
  font-family: var(--GT-Walsheim);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
#main-footer .unidade p {
  color: var(--cinza, #c1c1c1);
  font-family: var(--GT-Walsheim);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
#main-footer .par-de-unidades {
  margin-bottom: 20px;
}

/* Novos estilos para as unidades do footer */

.footer-units .list-units {
    margin: 0 0 60px;
    gap: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.footer-units .list-units .col-unit {
    width: calc((100% / 5) - 24px);
}

@media(max-width: 991px){
  .footer-units .list-units .col-unit {
      width: calc((100% / 3) - 24px);
  }
}

@media(max-width: 767px){
  .footer-units .list-units .col-unit {
      width: calc((100% / 2) - 24px);
  }
}

@media(min-width: 526px){
  .footer-units .list-units .col-unit {
      display: block !important;
  }
}

@media(max-width: 525px){
  .footer-units .list-units .col-unit {
      width: 100%;
  }

  .footer-units .list-units .col-unit.show-other-units {
      /*display: block !important;*/
  }

  .footer-units .list-units .col-unit.current-unit {
      order: -1;
  }

  .footer-units .exibir-outras-cidade{
      width: 100%;
      margin-bottom: 30px;
      display: block !important;
  }
}

.footer-units .list-units .col-unit .unidade {
    width: 100% !important;
}

.footer-units .list-units .col-unit .unidade .hub-logotipo {
    margin-bottom: 30px;
}

@media(max-width: 525px){
  .footer-units .list-units .col-unit .unidade .hub-logotipo.hidden-unit {
      display: none;
  }
}


#main-footer .footer-content .bottom {
  flex-direction: column;
}
#main-footer .footer-content .bottom > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--preto-2, #333);
}
#main-footer .footer-content .bottom > div nav ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 30px;
  flex-wrap: wrap;
}
#main-footer .footer-content .bottom > div nav ul li a {
  color: var(--cinza, #c1c1c1);
  font-family: var(--GT-Walsheim);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
#main-footer .footer-content .bottom > div nav ul li a:hover {
  text-decoration: underline;
}
#main-footer .footer-content .bottom > div nav ul li:first-child {
  margin-right: 30px;
}
#main-footer .footer-content .bottom > div nav ul li:first-child a {
  color: var(--cinza);
  font-family: var(--GT-Walsheim);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
#main-footer .footer-content .social-footer {
  display: flex;
  gap: 40px;
}
#main-footer .footer-content .social-footer a img{
  transition: all .3s;
}
#main-footer .footer-content .social-footer a img:hover{
  opacity: .5;
}
#main-footer .footer-content footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}
#main-footer .footer-content footer p {
  color: var(--cinza, #c1c1c1);
  text-align: center;
  font-family: var(--GT-Walsheim);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
/*
  .banner-simple
*/
#banner-simple .container-fluid {
  max-width: 1465px;
  padding: 0;
}
.banner-simple {
  display: flex;

  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
}
.secao-flexivel {
  width: 100%;
}
.secao-flexivel h2 {
  color: var(--Design-Colours-Base-Colours-Deep-Blue, #1c395c);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.96px;
}

.secao-flexivel h2 a{
  color: var(--Design-Colours-Base-Colours-Deep-Blue, #1c395c)!important;
  text-decoration: none;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.96px;
  margin-bottom: 10px;
}
.titulo-e-texto {
  display: flex;
  justify-content: space-between;
  padding: 80px;
  background: var(--cinza-claro, #f3f4f5);
  margin-bottom: 24px;
  align-items: center;
  border-radius: 8px;
  gap: 40px;
}
.titulo-e-texto > div {
  max-width: 970px;
}
.titulo-e-texto > div h3 {
  color: var(--Design-Colours-Base-Colours-Black, #212020);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.72px;
}
.titulo-e-texto > div p {
  color: var(--Design-Colours-Base-Colours-Black, #212020);
  font-family: var(--GT-Walsheim);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.logo_e_texto {
  display: flex;
  justify-content: space-between;
  height: 340px;
  padding: 0px 80px 0px 75px;
  align-items: center;
  border-radius: 8px;
  gap: 100px;
}
.logo_e_texto .left {
  display: flex;
  gap: 45px;
  align-items: center;
}

.fadeArrow {
  animation-name: fadeArrow;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.logo_e_texto .left a:hover svg path {
  animation-name: fadeArrow;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.logo_e_texto .right p {
  color: var(--azul-claro-2, #abb5c2);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.logo_e_texto .right span {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  text-align: center;
  font-family: var(--GT-Walsheim);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 24px;
}
.logo_e_texto .left img {
  width: 151px;
  height: auto;
  object-fit: contain;
}
/*
  BOTÕES
*/
.btn-learn-more {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  background: var(--vermelho, #812926);
  color: var(--branco, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  width: fit-content;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.btn-learn-more img {
  transition: 0.3s ease-in-out;
}
.btn-learn-more:hover {
  color: var(--branco);
}
.btn-learn-more:hover img {
  transform: translateX(10px);
}
.btn-join {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  border: 1.5px solid var(--vermelho, #812926);
  color: var(--vermelho, #812926);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  width: fit-content;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.btn-join svg path {
  transition: 0.3s ease-in-out;
  stroke: var(--vermelho, #812926);
}
.btn-join:hover {
  border: 1.5px solid var(--preto-3, #212020);
  color: var(--preto-3, #212020);

}
.btn-join:hover svg path {
  stroke: var(--preto-3);
}
/*
  PAGINAÇÃO
*/
.custom-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 80px 75px;
  margin-block: 80px 24px;
}
.custom-pagination .next,
.custom-pagination .prev {
  color: var(--vermelho, #812926);
  font-family: var(--GT-Walsheim);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  gap: 5px;
}
.custom-pagination .next img,
.custom-pagination .prev img {
  margin: 0 5px;
}
.custom-pagination .next {
  position: absolute;
  right: 75px;
  top: 90px;
}
.custom-pagination .prev {
  position: absolute;
  left: 75px;
  top: 90px;
}
.custom-pagination .page-numbers:not(.prev, .next) {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  color: var(--preto-3, #212020);
  text-align: center;
  font-family: var(--GT-Walsheim);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  margin: 0 3px;
}
.custom-pagination .page-numbers.current {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--vermelho, #812926);
  color: var(--branco, #fff);
  font-weight: 700;
}
@media (max-width: 450px) {
  .custom-pagination .next,
  .custom-pagination .prev {
    bottom: 30px;
  }
}
/*
  NEWSLETTER
*/
/*#main-footer .wpcf7 form.invalid .wpcf7-response-output,
#main-footer .wpcf7 form.unaccepted .wpcf7-response-output,
#main-footer .wpcf7 form.payment-required .wpcf7-response-output {
  position: absolute;
  bottom: 88px;
  margin: 0;
  color: var(--branco);
  padding: 0 4px;
}
#main-footer .wpcf7 form.invalid {
  background: #ffb900;
  border: none;
  border-radius: 30px;
}*/
/*
  404
*/
.class404 {
  padding-block: 120px;
}
.class404 .col-12 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.class404 .col-12 img {
  max-width: 508.664px;
  max-height: 523.827px;
  object-fit: contain;
  margin-bottom: 40px;
  width: 100%;
}
.class404 .col-12 h2 {
  color: var(--Gray-900, #101828);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.96px;
  margin-bottom: 0;
}
.class404 .col-12 p {
  color: var(--Design-Colours-Base-Colours-Dark, #484848);
  text-align: center;
  font-family: var(--GT-Walsheim);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 725px;
  margin-bottom: 25px !important;
}
.class404 .col-12 p strong {
  color: var(--vermelho, #812926);
  text-align: center;
  font-family: var(--GT-Walsheim);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
  display: block;
}
.class404 .col-12 p a {
  color: var(--vermelho, #812926);
  font-family: var(--GT-Walsheim);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}
/*
  BOTÔES
*/
.btn-red {
  display: flex;
  padding: 14px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--vermelho, #812926);
  color: var(--branco, #fff);
  font-family: var(--GT-Walsheim);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  width: fit-content;
}
.btn-red:hover {
  color: #fff;
}


/*
  ANIMAÇÔES
*/
@keyframes fadeArrow {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  25% {
    opacity: 0;
    transform: translateX(-10px);
  }
  26% {
    opacity: 0;
    transform: translateX(10px);
  }
  55% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes downloadAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes linkAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px) translateX(4px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}
@media (max-width: 1440px) {
}
@media (max-width: 1400px) {
  /*.main-menu nav,
  .logo {
    padding: 0;
  }*/
}
@media (max-width: 991px) {
  #main-header {
    /*padding-inline: 25px;*/
  }
  .top-menu {
    display: none;
  }
  .shiftnav-toggle-button {
    display: block !important;
  }
  .logo_e_texto {
    margin-inline: 15px;
  }
  .tooltip-access {
    display: none;
  }
  .nav--button {
    bottom: 30px;
    right: 30px;
  }
  .nav--small {
    bottom: 34px;
    right: 34px;
  }
  .nav--checkbox:checked ~ .nav--btn-1 {
    bottom: 150px;
  }
  .nav--checkbox:checked ~ .nav--btn-2 {
    bottom: 110px;
    right: 120px;
  }
  .nav--checkbox:checked ~ .nav--btn-3 {
    right: 150px;
    bottom: 30px;
  }
  .titulo-e-texto {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .logo_e_texto {
    padding: 30px;
    flex-direction: column;
    height: auto;
  }
  .logo_e_texto .left {
    gap: 30%;
    width: 100%;
  }
  .class404 {
    padding-block: 30px;
  }
}
@media (max-width: 600px) {
  #main-footer .news {
    flex-direction: column;
  }
  #main-footer .container-fluid {
    padding: 30px;
  }
  .logo_e_texto .right span {
    margin: 0 auto 20px;
  }
  .logo_e_texto .right p {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #main-header .container .main-menu {
    margin-inline: 10px;
  }
  /*.logo {
    max-width: 60%;
  }
  .main-menu nav {
    max-width: 40%;
  }*/
  .titulo-e-texto {
    height: auto;
    padding: 30px;
  }
  .secao-flexivel h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .titulo-e-texto > div h3 {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .custom-pagination .prev {
    top: 130px;
  }
  .custom-pagination .next {
    top: 160px;
  }
}
/*
  MODAL
*/
.lity-container {
  max-width: 800px;
  border-radius: 16px;
  overflow: hidden;
}
#inscreverModal {
  padding: 45px 35px;
}
#inscreverModal .modal-form {
  padding: 40px 80px;
  border-radius: 8px;
  background-color: #F7F6F2;
}
#inscreverModal h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--azul-2);
  margin-bottom: 10px;
}
#inscreverModal .wpcf7-form label {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  font-family: var(--GT-Walsheim);
  color: var(----preto-3, #212020);
}
#inscreverModal .wpcf7-form input:not([type="checkbox"]),
#inscreverModal .wpcf7-form select,
#inscreverModal .wpcf7-form textarea {
  margin-top: 6px;
  width: 100%;
  height: 46px;
  padding: 12px 16px 12px 16px;
  border-radius: 4px;
  border: 1.5px;
  gap: 12px;
  border: 1.5px solid #e5e5e5;
  background-color: var(--branco, #fff);
}
#inscreverModal .wpcf7-form input::placeholder,
#inscreverModal .wpcf7-form select::placeholder,
#inscreverModal .wpcf7-form textarea::placeholder {
  color: var(--cinza);
  font-family: var(--GT-Walsheim);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
#inscreverModal .wpcf7-form textarea {
  height: 192px;
}
#inscreverModal .wpcf7-form select {
  color: var(--cinza);
  font-family: var(--GT-Walsheim);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
#inscreverModal .wpcf7-form select,
#inscreverModal .wpcf7-form #telMask {
  max-width: 240px;
}
#inscreverModal .wpcf7-form .wpcf7-acceptance span {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  color: #484848;
}
#inscreverModal .wpcf7-form .wpcf7-acceptance span a {
  color: var(--azul-2, #41BED0);
  font-weight: 700;
  text-decoration: none;
}
#inscreverModal .wpcf7-form .wpcf7-acceptance span a {
  text-decoration: underline;
}
#inscreverModal .wpcf7-form .wpcf7-checkbox span {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
  color: #484848;
}
#inscreverModal .btn-download {
  background-color: var(--azul-2);
  color: var(--branco);
}
#inscreverModal .btn-download:hover svg {
  animation: downloadAnimation 1s infinite;
}
/* Checkbox */
#inscreverModal .wpcf7-form .wpcf7-acceptance,
#inscreverModal .wpcf7-form .wpcf7-checkbox {
  accent-color: var(--azul-2);
}
#inscreverModal .triple-input {
  justify-content: space-between;
}
.custom-pagination:empty{
  padding: 30px 0;
  margin: 0 0 0 0;
}

@media (max-width: 1300px) {
  #main-footer .slide-footer{
    max-width: 100%!important;
  }
}

/* Customização do Form via Script  */

html body #page #main-content ._form label, body [id*="modal-"] ._form label {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  font-family: var(--GT-Walsheim) !important;
  color: var(--preto-3, #212020) !important;
}
html body #page #main-content ._form input:not([type="checkbox"]),
html body #page #main-content ._form select,
html body #page #main-content ._form textarea,
html body [id*="modal-"] ._form input:not([type="checkbox"]),
html body [id*="modal-"] ._form select,
html body [id*="modal-"] ._form textarea {
  margin-top: 6px !important;
  width: 100% !important;
  height: 46px !important;
  padding: 12px 16px !important;
  border-radius: 4px !important;
  border: 1.5px !important;
  gap: 12px !important;
  border: 1.5px solid #e5e5e5 !important;
  background-color: var(--branco, #fff) !important;
}
html body #page #main-content ._form textarea,
html body [id*="modal-"] ._form textarea {
  min-height: 150px !important;
}
html body #page #main-content ._form input[type="checkbox"],
html body [id*="modal-"] ._form input[type="checkbox"]{
  position: relative !important;
  top: 2px !important;
}
html body #page #main-content ._form button._submit,
html body [id*="modal-"] ._form button._submit{
  color: var(--branco) !important;
  font-family: var(--poppins) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  text-decoration: none !important;
  background-color: var(--vermelho) !important;
  border-radius: 100px !important;
  border: 1px solid transparent !important;
  padding: 15px 20px !important;
  transition: all 0.3s !important;

  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

html body #page #main-content ._form button._submit:hover,
html body [id*="modal-"] ._form button._submit:hover{
  color: var(--azul) !important;
  border: 1px solid var(--azul) !important;
  background-color: var(--branco) !important;
} {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  font-family: var(--GT-Walsheim) !important;
  color: var(--preto-3, #212020) !important;
}
html body #page #main-content ._form input:not([type="checkbox"]),
html body #page #main-content ._form select,
html body #page #main-content ._form textarea,
html body [id*="modal-"] ._form input:not([type="checkbox"]),
html body [id*="modal-"] ._form select,
html body [id*="modal-"] ._form textarea {
  margin-top: 6px !important;
  width: 100% !important;
  height: 46px !important;
  padding: 12px 16px !important;
  border-radius: 4px !important;
  border: 1.5px !important;
  gap: 12px !important;
  border: 1.5px solid #e5e5e5 !important;
  background-color: var(--branco, #fff) !important;
}
html body #page #main-content ._form textarea,
html body [id*="modal-"] ._form textarea {
  min-height: 150px !important;
}
html body #page #main-content ._form input[type="checkbox"],
html body [id*="modal-"] ._form input[type="checkbox"]{
  position: relative !important;
  top: 2px !important;
}
html body #page #main-content ._form button._submit,
html body [id*="modal-"] ._form button[id*="_form_"]._submit{
  color: var(--branco) !important;
  font-family: var(--poppins) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  text-decoration: none !important;
  background-color: var(--vermelho) !important;
  border-radius: 100px !important;
  border: 1px solid transparent !important;
  padding: 15px 20px !important;
  transition: all 0.3s !important;

  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

html body #page #main-content ._form button._submit:hover,
html body [id*="modal-"] ._form button[id*="_form_"]._submit:hover{
  color: var(--azul) !important;
  border: 1px solid var(--azul) !important;
  background-color: var(--branco) !important;
}

/* MODAL */
.modal-backdrop {
  width: calc(100vw / 0.8);
  height: calc(100vh / 0.8);
} 

.loading-container {
    text-align: center;
    position: relative;
}

.loading-container .impact-hub-logo {
    width: 64px;
    height: 64px;
    background: #8B2635;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
    animation: pulse 2s ease-in-out infinite;
}

.loading-container .logo-text {
    color: white;
    font-weight: bold;
    line-height: 1.1;
}

.loading-container .impact {
    font-size: 16px;
    letter-spacing: 1px;
}

.loading-container .hub {
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: -2px;
}

.loading-container .loading-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
}

.loading-container .dot {
    width: 8px;
    height: 8px;
    background: #8B2635;
    border-radius: 50%;
    animation: bounce 1.5s ease-in-out infinite;
}

.loading-container .dot:nth-child(1) { animation-delay: 0s; }
.loading-container .dot:nth-child(2) { animation-delay: 0.2s; }
.loading-container .dot:nth-child(3) { animation-delay: 0.4s; }

.loading-container .loading-text {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.loading-container .spinner-ring {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 3px solid transparent;
    border-top: 3px solid #8B2635;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    opacity: 0.6;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(139, 38, 53, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 30px rgba(139, 38, 53, 0.5);
    }
}

@keyframes bounce {
    0%, 80%, 100% {
        transform: translateY(0);
        opacity: 0.6;
    }
    40% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-container .loading-bar {
    width: 200px;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}

.loading-container .loading-progress {
    height: 100%;
    background: linear-gradient(90deg, #8B2635, #a53344, #8B2635);
    border-radius: 2px;
    animation: progress 2s ease-in-out infinite;
}

@keyframes progress {
    0% {
        width: 0%;
        transform: translateX(-100%);
    }
    50% {
        width: 70%;
        transform: translateX(0%);
    }
    100% {
        width: 100%;
        transform: translateX(100%);
    }
}

/* Variação alternativa - descomente para usar */
/*
.impact-hub-logo {
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
*/