/*
Theme Name:         We Ticket
Description:        We Ticket 
Version:            1.0
Author:             wevolved

Text Domain:        We Ticket
*/

/* Configurações BASE */


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

html,
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}


/****************************** MENU ************************************/
/* BOTÃO HAMBURGUER */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  z-index: 10000;
  background: none;
  border: none;
  padding: 8px;
}

/* Bloqueia o scroll do body quando o menu está aberto */
body.menu-open {
  overflow: hidden; /* impede scroll vertical e horizontal */
}


.menu-toggle .bar {
  height: 3px;
  width: 25px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s ease;
  display: block;
}

.menu-toggle[aria-label="Fechar menu"] .bar:nth-child(1) {
  transform: translateY(4.5px);
}

.menu-toggle[aria-label="Fechar menu"] .bar:nth-child(2) {
  transform: translateY(-4.5px);
}

/* Mobile menu overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9998;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 120px 40px 40px;
  overflow-y: auto;
  z-index: 2;
}

body.dark-mode .mobile-menu-overlay.active {
   display: flex;
    flex-direction: column;
    justify-content: space-between;;
  opacity: 1;
 background: 
linear-gradient(355.74deg, rgba(3, 15, 37, 1) 8.64%, #1B32FF 60.23%, #01069F 105.06%);

}

body.light-mode .mobile-menu-overlay.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 1;
    background: linear-gradient(355.74deg, rgb(255 255 255) 8.64%, #1B32FF 60.23%, #01069F 105.06%);
}

.tralha{
    gap: 20px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.div-botao{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

body.dark-mode .botoni {
  padding-top: 16px;
  padding-right: 70px;
  padding-bottom: 16px;
  padding-left: 70px;
  border-radius: 100px;
  border-width: 1px;
  background: rgba(249, 249, 249, 1);
  box-shadow: 0px 8px 20px 0px rgba(3, 15, 37, 0.2);
  border: 1px solid rgba(249, 249, 249, 1);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(3, 15, 37, 1);
}

body.light-mode .botoni{
padding-top: 16px;
padding-right: 70px;
padding-bottom: 16px;
padding-left: 70px;
border-radius: 100px;
border-width: 1px;
background: rgba(3, 15, 37, 1);
box-shadow: 0px 8px 20px 0px rgba(3, 15, 37, 0.2);
border: 1px solid rgba(3, 15, 37, 1);
color: white;
font-weight: 600;
font-size: 14px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;

}

body.light-mode .perg-texto{
font-weight: 600;
font-size: 16px;
line-height: 28px;
letter-spacing: -0.2px;
vertical-align: middle;
color: rgba(95, 105, 128, 1);
}

body.dark-mode .perg-texto{
  font-weight: 600;
font-size: 16px;
line-height: 28px;
letter-spacing: -0.2px;
vertical-align: middle;
color:rgba(156, 160, 168, 1) ;
}

.pergunta{
margin: 0 auto;
}

body.dark-mode .perg{
font-weight: 600;
font-size: 16px;
line-height: 28px;
letter-spacing: -0.2px;
vertical-align: middle;
color: rgba(255, 255, 255, 1);
}

body.light-mode .perg{
font-weight: 600;
font-size: 16px;
line-height: 28px;
letter-spacing: -0.2px;
vertical-align: middle;
color: rgba(3, 15, 37, 1);
}
/* Mobile navigation menu */
.mobile-nav-menu {
  list-style: none;
  gap: 40px;
  margin-top: 44px;
  padding: 0;
}

.mobile-nav-menu li {
  list-style: none;
}

.mobile-nav-menu li a {
  color: #F9F9F9;
  text-decoration: none;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  transition: opacity 0.3s ease;
}

.mobile-nav-menu li a:hover {
  opacity: 0.7;
}

  .preloader {
        position: fixed;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        background: linear-gradient(356deg,
      rgba(3, 91, 253, 0) 7.24%,
      rgba(3, 91, 253, 0.1) 16.79%,
      rgba(3, 91, 253, 0.464707) 32.69%,
      rgba(3, 91, 253, 0.630463) 41.74%,
      rgba(3, 91, 253, 0.95) 69.61%,
      #035BFD 100.64%
  );
        z-index: 9999999999999999999999999999;
      }

      .logo {
        width: 260px;
        max-width: 100%;
      }

      .progress-shell {
        width: 260px;
        max-width: 80vw;
        height: 4px;
        border-radius: 4px;
        background: rgba(255,255,255,0.15);
        overflow: hidden;
      }

      .progress-fill {
        width: 0%;
        height: 100%;
        background: #fff;
        border-radius: 4px;
      }

      .percent {
        font-size: 1rem;
        letter-spacing: 0.12em;
      }


      a:focus{
  outline: none !important;
    box-shadow: none !important; 
}
/****************************** MENU (Sempre) ************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 98px;
  background: transparent;
  padding: 24px 40px;
opacity: 0;
}

/* Header adjustments */
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: white;
  z-index: 3;
}

/* Menu centralizado */
.main-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.nav-menu li {
  list-style: none;
}

.nav-menu li a {
  color: transparent;      
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 2em;
  line-height: 2em;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 10px;
}

/* Texto do efeito */
.nav-menu li a::before,
.nav-menu li a::after {
  color: #F9F9F9;         
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  transition: transform 0.4s ease;
}

.nav-menu li a::before {
  content: attr(data-replace);
  top: 0;
  transform: translateY(0);
}

/* Animado */
.nav-menu li a::after {
  content: attr(data-replace);
  top: 0;
  transform: translateY(100%);
  pointer-events: none; 
}

/* Hover */
.nav-menu li a:hover::before {
  transform: translateY(-100%);
}

.nav-menu li a:hover::after {
  transform: translateY(0);
}



/* Header right lado direito */
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  justify-content: flex-end;
}


.theme-toggle {
  position: relative;
  width: 70px;
  height: 30px;
  border-radius: 15px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
}

.theme-toggle svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.switch-bg {
  fill: #f0f0f0;
  transition: fill 0.3s ease;
}

.dot {
  fill: #045cfd;
  transition: fill 0.3s ease;
  transform-origin: center center;
}

/* Modos */
body.light-mode {
  background-color: #ffffff;
}

body.dark-mode {
  background-color: #031125;
}

body.light-mode .switch-bg {
  fill: #f0f0f0;
}

body.dark-mode .switch-bg {
  fill: #031125;
}

body.light-mode .dot {
  fill: #045cfd;
}

body.dark-mode .dot {
  fill: #8cff00;
}

circle.dot{
  width: 15px !important;
}
/******************************    FOOTER   **************************************/
.weticket-footer {
  background: linear-gradient(354.06deg, rgba(3, 91, 253, 0) 4.91%, rgba(3, 91, 253, 0.95) 69.12%, #035BFD 99.24%);
  height: auto;
  gap: 80px;
  padding-right: 80px;
  padding-left: 80px;
  color: white;
  margin-top: 70px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 20px;
}

/* Coluna do logo */
.footer-column1 {
  flex: 1 1 250px;
  min-width: 200px;
  margin-bottom: 20px;
  text-align: left;
}

.img-logo {
  width: 188.15px;
  height: 51px;
  margin-top: 24px;
}

/* Container das 3 colunas de menus */
.footer-alinhar {
  display: flex;
  justify-content: flex-start;
  gap: 65px;
  flex-wrap: nowrap;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}

.footer-column h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    font-weight: 600;
    line-height: 30px;
}

.footer-menu1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu1 li {
  margin-bottom: 8px;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* --- Links do menu do footer --- */
.footer-menu1 li a {
  padding: 0 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 22px;         
  cursor: pointer;
  transition: color 0.3s ease;
  color: transparent;   /* Esconde o texto original do WordPress */
}

/* Texto original do efeito */
.footer-menu1 li a::before {
  content: attr(data-replace);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  color: #F9F9F9;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: transform 0.4s ease;
  transform: translateY(0);
}

/* Texto animado que sobe */
.footer-menu1 li a::after {
  content: attr(data-replace);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  color: #F9F9F9;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: transform 0.4s ease;
  transform: translateY(100%);
  pointer-events: none;
}

/* Hover: anima a palavra */
.footer-menu1 li a:hover::before {
  transform: translateY(-100%);
}

.footer-menu1 li a:hover::after {
  transform: translateY(0);
}


.footer-column > a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 22px;             
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: transparent;        
  text-decoration: none;
  margin-bottom: 8px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.footer-column > a::before,
.footer-column > a::after{
  content: attr(data-replace);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #F9F9F9;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  transition: transform 0.4s ease;
  will-change: transform;
}

.footer-column > a::before{
  transform: translateY(0);
}

.footer-column > a::after{
  transform: translateY(22px);  /* em vez de 100% */
  pointer-events: none;
}

.footer-column > a:hover::before{
  transform: translateY(-22px); /* em vez de -100% */
}

.footer-column > a:hover::after{
  transform: translateY(0);
}






.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 172px;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  font-weight: 600;
}


body.dark-mode .weticket-footer {
  background: linear-gradient(337.48deg, #030F25 4.23%, #1B32FF 137.9%);

}

body.dark-mode .footer-bottom {
  color: white;
}

.feito{
  text-decoration: none;
    margin: 0 0 20px;

}

.loja{
  margin: 0 0 20px;
}

.feito:hover{
  text-decoration: none;
}

body.dark-mode .feito, body.dark-mode .feito:hover{
    color: white;

}

body.light-mode .feito, body.light-mode .feito:hover{
color: #000000;
}


/******************************    1ºSECTION   **************************************/
body.dark-mode {
  background-color: rgba(3, 15, 37, 1);
}

body.light-mode #back1,
body.dark-mode #back1{
  background: linear-gradient(356deg,
      rgba(3, 91, 253, 0) 7.24%,
      rgba(3, 91, 253, 0.1) 16.79%,
      rgba(3, 91, 253, 0.464707) 32.69%,
      rgba(3, 91, 253, 0.630463) 41.74%,
      rgba(3, 91, 253, 0.95) 69.61%,
      #035BFD 100.64%
  );
  background-size: 200% 200%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  animation: gradient 10s ease infinite;
  opacity: 0;
}

@keyframes gradient {
  0% {
    background-position: 0% 20%;
  }
  50% {
    background-position: 100% 80%;
  }
  100% {
    background-position: 0% 20%;
  }
}


main {
  margin-top: -98px;
}

body.light-mode .pseudo-botao {
  color: white;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  border: 1px solid rgba(249, 249, 249, 1);
  width: fit-content;
  background: rgba(249, 249, 249, 0.2);
  box-shadow: 0px 8px 20px 0px rgba(3, 15, 37, 0.2);
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
}

body.light-mode .pseudo-botao p, body.dark-mode .pseudo-botao p{
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;

}

body.dark-mode .pseudo-botao {
  color: white;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  border: 1px solid rgba(249, 249, 249, 1);
  width: fit-content;
  background: rgba(3, 15, 37, 0.2);
  box-shadow: 0px 8px 20px 0px rgba(3, 15, 37, 0.2);
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
  
}

.tit1 h1 {
    font-size: 72px;
    line-height: 80px;
    font-weight: 700;
    font-weight: 600;
    text-align: center;
    color: rgba(249, 249, 249, 1);
}

.tit1{
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding: 20px 0px;
  margin-bottom: 20px !important;
}

body.dark-mode .desc1 {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

body.light-mode .desc1 {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: black;
    margin-bottom: 80px;
}


/* Garante que o texto fica por cima do efeito radial */
body.light-mode .botao a,
body.dark-mode .botao a {
  position: relative;
}

body.light-mode .botao a *,
body.dark-mode .botao a * {
  position: relative;
  z-index: 1;
}



body.light-mode .botao a {
  position: relative;
  overflow: hidden;   
  width: fit-content !important;
  background-color: rgba(249, 249, 249, 1) !important;
  border: 1px solid rgba(249, 249, 249, 1) !important;
  border-radius: 100px;
  border-width: 1px;
  box-shadow: 0px 8px 20px 0px rgba(3, 15, 37, 0.2);
  color: #000000 !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
}

body.light-mode .botao a::before {
  content: '';
  position: absolute;
  left: var(--x, 50%);
  top: var(--y, 50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgb(158 255 0)10%, transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease;
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

body.light-mode .botao a:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
}

body.light-mode .botao a:hover {
  color: #000000 !important;
  z-index: 1;
}


body.dark-mode .botao a {
  position: relative;
  overflow: hidden;   
  width: fit-content !important;
  background-color: rgba(3, 15, 37, 1) !important;
  border: 1px solid rgba(3, 15, 37, 1) !important;
  border-radius: 100px;
  border-width: 1px;
  box-shadow: 0px 8px 20px 0px rgba(3, 15, 37, 0.2);
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
}


body.dark-mode .botao a::before {
  content: '';
  position: absolute;
  left: var(--x, 50%);
  top: var(--y, 50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgb(158 255 0) 10%, transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease;
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

body.dark-mode .botao a:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
}

body.dark-mode .botao a:hover {
  color: #fff !important;
}

/******************************    2º SECTION   **************************************/
body.dark-mode #back2,body.light-mode #back2 {
  height: auto;
  padding: 40px;
}

body.dark-mode .tit2 h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: rgba(249, 249, 249, 1);
}

body.light-mode .tit2 h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: rgba(3, 15, 37, 1);
}

body.light-mode .processos,
body.dark-mode .processos {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  margin-bottom: 64px;
}

body.dark-mode .processos p {
    display: inline-block;       
    margin: 0 32px 0 0;        
    padding-left: 32px;          
    color: rgba(249, 249, 249, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 1;
    letter-spacing: 0px;

}

body.light-mode .processos p {
    display: inline-block;
    margin: 0 32px 0 0;
    padding-left: 32px;
    color: rgba(3, 15, 37, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    position: relative;
    z-index: 1;
}


body.light-mode .processos p::before,
body.dark-mode .processos p::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;                     
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/uploads/2025/10/SizeSmall-RoundnessCircle.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
}

body.light-mode .cards,
body.dark-mode .cards {
  width: 1280px;
  height: auto;
  max-width: 100%;
}

body.light-mode .tit-cards h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(3, 15, 37, 1);
}

.wpb_text_column.wpb_content_element.tit-cards {
  margin-bottom: 16px !important;
}

body.dark-mode .tit-cards h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(249, 249, 249, 1);
}

body.dark-mode .desc-cards {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #BBC9E4;
  width: 68%;
  max-width: 100%;
}

body.light-mode .desc-cards {
  color: rgba(95, 105, 128, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  width: 68%;
  max-width: 100%;
}

body.light-mode .desc2-cards {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #5F6980;
}

body.dark-mode .desc2-cards{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
color: #BBC9E4;
}

/******************************    3º SECTION   **************************************/
.slide-inteiro {
    width: 100%;
    height: 20%;
}

body.dark-mode .slide-inteiro::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 223px;
  background-color: rgba(216, 225, 240, 1);
  z-index: -1;
  top: 119px;
  transform: rotate(-3deg);

}

body.light-mode .slide-inteiro::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 223px;
  background-color: rgba(222, 227, 236, 1);
  z-index: -1;
  top: 119px;
  transform: rotate(-3deg);
}

.container {
    overflow: hidden;
    transform: rotate(-3deg);
    position: relative;
    left: -4%;
    margin-top: 0px;
    background-color: transparent;
    width: 2896.0663356642617px;
    height: 105.999997px;
}

body.light-mode .slide-text {
  background: rgba(3, 91, 253, 1);
  padding: 20px;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}

body.dark-mode .slide-text {
  background-color: rgba(27, 50, 255, 1);
  padding: 20px;
  display: flex;
  flex-direction: row;
  white-space: nowrap;

}

.slide-content {
  display: flex;
  animation: slide 75s linear infinite;
  width: max-content;
  gap: 0px;

}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.item {
  color: #F9F9F9;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 54px;
  line-height: 63px;
  text-align: center;

}

.icon {
  margin: 0 0.5em 0 0.5em;
}

.icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

body.dark-mode #back3 {
  background-color: rgba(216, 225, 240, 1);
  height: auto;
  padding-top: 0px;
  padding-bottom: 80px;
}

.wpb_content_element.vc_align_center.func-emoji.v1,.wpb_content_element.vc_align_center.func-emoji.v2,.wpb_content_element.vc_align_center.func-emoji.v3,.wpb_content_element.vc_align_center.func-emoji.v4,.wpb_content_element.vc_align_center.func-emoji.v5,.wpb_content_element.vc_align_center.func-emoji.v6{
margin-bottom: 16px !important;
}

body.light-mode #back3 {
  background-color: rgba(222, 227, 236, 1);
  height: auto;
  padding-bottom: 80px;
  padding-top: 0px;
}

.tit-exc h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  text-align: center;
  color: rgba(3, 15, 37, 1);
  margin-top: 48px;
}

.exc-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(95, 105, 128, 1);
}

.coluna1,
.coluna2 {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin: 48px 0;

}

.fun-text {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(3, 15, 37, 1);
  line-height: 28px;
}

/******************************    4º SECTION   **************************************/
body.light-mode #back4,
body.dark-mode #back4 {
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-right: 80px;
  padding-left: 80px;
  padding-bottom: 80px;
  background: linear-gradient(356.49deg, #030F25 -36.81%, #035BFD 49.67%);
  display: flex;      
  align-items: flex-end;
  margin: 0 auto;           
  text-align: center;
}


#back4 h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: #F9F9F9;
  letter-spacing: 1px;
}

#back4 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #F9F9F9;
}

.duvida-container {
  display: inline-flex;      
  align-items: flex-start;
  gap: 4px;                 
  width: 400px;
  margin: 0 auto;           
  text-align: center;
}

#duv p {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #98BDFF;
  margin: 0;
  white-space: nowrap;      
  position: relative;
}

a.botaowish {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 28px !important;
  letter-spacing: -0.2px;
  cursor: pointer !important;
  color:white;
  white-space: nowrap;      
  white-space: nowrap;
 overflow: hidden;
}




.lei-prt, .lei-brn{
  margin: 0 !important;
  display: none;
}

body.light-mode .lei-brn{
  display: block;
height: auto;
width: 100%;
}

body.dark-mode .lei-prt {
  display: block;
  height: auto;
  width: 100%;
}

/******************************    4º SECTION   **************************************/
body.light-mode #back5,body.dark-mode #back5{
height: auto;
padding-top: 80px;
padding-right: 80px;
padding-bottom: 80px;
padding-left: 80px;
}

body.light-mode .tith2 h2{
font-weight: 600;
font-size: 64px;
line-height: 70px;
color: #030F25;
}

body.dark-mode .tith2 h2{
font-weight: 600;
font-size: 64px;
line-height: 70px;
color: #F9F9F9;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
  
}

body.dark-mode .vc_toggle_title{
font-weight: 600;
font-size: 20px;
line-height: 28px;
letter-spacing: 0px;
color:#F9F9F9;
display: flex;
justify-content: space-between;
align-items: center;
  position: relative;
  overflow: hidden;
    padding: 28px 10px 28px 10px;
}



body.light-mode .vc_toggle_title{
font-weight: 600;
font-size: 20px;
line-height: 28px;
letter-spacing: 0px;
color:#030F25;
display: flex;
justify-content: space-between;
align-items: center;
  position: relative;
  overflow: hidden;
    padding: 28px 10px 28px 10px;
}

body.light-mode .vc_toggle_title::before,body.dark-mode .vc_toggle_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s ease; 
  z-index: -1; 
}

body.light-mode .vc_toggle_title:hover::before {
  transform: translateY(0);
   background-color: rgb(158 255 0); 

}

body.dark-mode .vc_toggle_title:hover::before {
  transform: translateY(0);
   background-color: rgb(157, 255, 0); 
}

body.dark-mode .vc_toggle_title:hover {
   color:#030f25 !important;
}
body.dark-mode .vc_toggle_title:hover .vc_toggle_icon::before, body.dark-mode .vc_toggle_title:hover .vc_toggle_icon::after {
   border-color:#030f25 !important;
}

body.light-mode .vc_toggle_title::before,
body.dark-mode .vc_toggle_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s ease, background-color 0.3s ease; 
}

/* Hover: fundo aparece */
body.light-mode .vc_toggle_title:hover::before {
  transform: translateY(0);
  background-color: rgb(158, 255, 0);
}

body.dark-mode .vc_toggle_title:hover::before {
  transform: translateY(0);
  background-color: rgb(157, 255, 0);
}



body.dark-mode .vc_toggle_active .vc_toggle_title::before,body.light-mode .vc_toggle_active .vc_toggle_title::before{
  transition: transform 0.4s ease;
}

body.dark-mode .vc_toggle_active .vc_toggle_title:hover::before,body.light-mode .vc_toggle_active .vc_toggle_title:hover::before {
  transform: translateY(0);
  background-color: transparent;
}




body.dark-mode .vc_toggle_active .vc_toggle_title .vc_toggle_icon::after{
  border-color: #030F25 !important;
}

body.dark-mode .vc_toggle_active .vc_toggle_title{
background-color: #8cff00;
color: #030F25;
}

body.light-mode .vc_toggle_active .vc_toggle_title{
  background-color: #8cff00;
}

body.light-mode .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before,body.light-mode .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, body.light-mode .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before, body.light-mode .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after{
  border-color: #030F25 ;
  background: 0 0;
}

body.dark-mode .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before,body.dark-mode .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, body.dark-mode .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before, body.dark-mode .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after {
border-color: #F9F9F9 ;
  background: 0 0;
}

body.light-mode .vc_toggle{
  border-bottom: 1px solid #030F25 !important;

}

body.dark-mode .vc_toggle{
  border-bottom: 1px solid #F9F9F9 !important;

}


.vc_toggle {
    margin: 0px 0px 0px 0px !important;
    
}

body.light-mode .vc_toggle_content p{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
color: #5F6980;
}

body.dark-mode .vc_toggle_content p{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
color: #9095A2;
}

/******************************    6º SECTION   **************************************/
body.light-mode #back6,body.dark-mode #back6{
height: 607px;
gap: 80px;
}


body.light-mode .botao2 a{
  position: relative;
  overflow: hidden;
  width: fit-content !important;
  background-color: rgba(3, 15, 37, 1) !important;
  border: 1px solid rgba(3, 15, 37, 1) !important;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 100px;
  border-width: 1px;
  box-shadow: 0px 8px 20px 0px rgba(3, 15, 37, 0.2);
  color: rgba(255, 255, 255, 1) !important;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  z-index: 1;
}


body.light-mode .botao2 a::before,body.dark-mode .botao2 a::before {
  content: '';
  position: absolute;
  left: var(--x, 50%);
  top: var(--y, 50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgb(158 255 0) 10%, transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease;
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

body.light-mode .botao2 a:hover::before,body.dark-mode .botao2 a:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
}

body.light-mode .botao2 a:hover {
  color: #fff !important;
}

body.dark-mode .botao2 a:hover{
  color: #000000 !important;
}



body.dark-mode .botao2 a{
  position: relative;
  overflow: hidden;
  background-color: rgba(249, 249, 249, 1) !important;
  border: 1px solid rgba(249, 249, 249, 1) !important;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 100px;
  border-width: 1px;
  box-shadow: 0px 8px 20px 0px rgba(3, 15, 37, 0.2);
  color: #000000 !important;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  z-index: 1;
}

body.dark-mode #back6 .marcas h2{
font-weight: 600;
font-size: 64px;
line-height: 70px;
text-align: center;
color: #F9F9F9;
}

body.light-mode #back6 .marcas h2{
font-weight: 600;
font-size: 64px;
line-height: 70px;
text-align: center;
color: #030F25;
}

.patr {
    margin: 0;
    padding-bottom: 24px;
}

.vc_btn3.vc_btn3-style-custom {
    background-image:none !important;
  }

  .mobile-visivel{
    display: none !important;
  }

.wpb_image_grid_ul.slick-initialized {
  height: auto !important;
}

.wpb_image_grid_ul .slick-slide {
    position: relative !important;
    float: left;
    height: auto !important;
}

.slick-track {
    display: flex !important;
    align-items: center !important; /* alinha todos os slides verticalmente */
}

.slick-track .slick-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; /* opcional: centra horizontalmente */
}

.slick-track .slick-slide img {
    max-height: 100%;
    width: auto;
    display: block;
}

.slick-slide{
  left: 0% !important;
}

.patr{
  margin-bottom: 0% !important;
}


/******************************    6º SECTION   **************************************/
#formulario, #formulario2 {
  display: none;
  /* escondido por padrão */
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  background-color: rgba(3, 15, 37, 0.5);
height: 100dvh;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}



#form {
  width: 670px;
  max-width: 90%;
  padding: 60px 40px;
  background: linear-gradient(0deg, rgba(249, 249, 249, 0.80) 0%, rgba(249, 249, 249, 0.80) 100%), rgba(3, 91, 253, 0.10);
  box-shadow: 0px 12px 24px 0px #00000029;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  margin: auto;
  position: relative;
  z-index: 10000;
  /* acima do overlay */

}


.cruz {
  content: ' ';
  position: absolute;
  background-image: url('/wp-content/uploads/2025/12/Vector.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
  right: -7px;
  top: 0px;
  cursor: pointer;
}

/* ===== FORM CONTAINER ===== */
.wpcf7 form {
  margin: auto;
}

/* ===== TÍTULO ===== */
.wpcf7 form::before {
  content: "Olá! Fale com a nossa equipa.";
  display: block;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 24px;
  color: #030F25;
  margin-bottom: 24px;
}

/* ===== FLEX (Nome + Email) ===== */
.wpcf7 .flex {
  display: flex;
  gap: 24px;
}

/* Cada campo */
.wpcf7 .flex>span {
  width: 100%;
}

/* ===== LABELS ===== */
.wpcf7 label {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: rgba(3, 15, 37, 1);
  margin-bottom: 10px;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.wpcf7 label.men {
  margin-bottom: -8px;
}




/* ===== INPUTS & TEXTAREA ===== */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 14px 16px;
  font-size: 14px;
  color: #0b1a33;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #8a94a6;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 91, 253, 0.15);
}



/* ===== TEXTAREA ===== */
.wpcf7 textarea {
  resize: none;
  margin-bottom: 24px;
  height: 116px;
}

/* ===== CHECKBOX ===== */
.wpcf7 input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #0b1a33;
  border-radius: 4px;
  display: grid;
  place-content: center;
  cursor: pointer;
  margin-right: 4px;
}

.wpcf7 input[type="checkbox"]::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  transform: scale(0);
  transition: transform 0.15s ease-in-out;
  background-image: url('/vector-1/');
  background-repeat: no-repeat;
}

.wpcf7 input[type="checkbox"]:checked::before {
  transform: scale(1);
}


.wpcf7 label a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline !important;
  color: rgba(3, 15, 37, 1) !important;
}


/* ===== BOTÃO ===== */
.wpcf7 .enviar {
  display: flex;
  justify-content: flex-end;
}



.wpcf7 input[type="submit"] {
  background: #0b1a33;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0px 8px 20px rgba(11, 26, 51, 0.25);
  transition: all 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0px 12px 24px rgba(11, 26, 51, 0.3);
}

.wpcf7-list-item {
  display: inline-block;
  margin-top: 8px;
}

.wpcf7 .flex.v2 {
  display: flex;
  gap: 40px;
}

.wpcf7-list-item-label{
  white-space: nowrap;
}
/****************************** TERMOS E CONDIÇÕES ************************************/

.page-id-22 .main-menu, .page-id-20 .main-menu{
  display: none;
}

body.page-id-22.light-mode header .logo img,body.page-id-20.light-mode header .logo img{
  filter: invert(1);
}

body.light-mode .termos h1{
  color: black;
  margin-top: 20vh;
}

body.light-mode.termos h3,body.light-mode.termos p{
  color: black;
}

body.dark-mode .termos *{
  color: rgb(255, 255, 255);
}

body.dark-mode .termos h1{
  margin-top: 20vh;
}

.termos{
  padding: 40px;
}

body.dark-mode.page-id-22 .theme-toggle,body.dark-mode.page-id-20 .theme-toggle{
  border: 1px solid;
}

body.page-id-22 .footer-column.v2,body.page-id-20 .footer-column.v2{
display: none;
}

body.page-id-22.light-mode .menu-toggle .bar,body.page-id-20.light-mode .menu-toggle .bar{
  background: black;
}

.flex.v2 .wpcf7-list-item{
  margin: 0px;
}


.flex.v2 p {
    display: flex;
    gap: 30px;
    align-items: center;
}



  .wpcf7-form.sent .aviso, .wpcf7-form.sent .flex, .wpcf7-form.sent .flex.v2, .wpcf7-form.sent p,.wpcf7-form.sent::before{
display: none;
  }

  .wpcf7 form.sent .wpcf7-response-output{
    border-color: transparent;
  }


.enviar-loader .dot {
  display: inline-block;
  animation: bounce 1.2s infinite ease-in-out;
}

.enviar-loader .dot:nth-child(1) {
  animation-delay: 0s;
}

.enviar-loader .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.enviar-loader .dot:nth-child(3) {
  animation-delay: 0.4s;
}

.enviar-loader{
    font-family: 'DM Sans';
    font-size: 33px;
    font-weight: 600;
    color: #035bfd;
}


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

  .form-preloader {
  width: 80%;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 999999;
  background:aliceblue;
}

.form-preloader .progress-shell {
  width: 100%;
  max-width: 300px;
  height: 6px;
  background: #eee;
  margin-top: 20px;
  overflow: hidden;
}

.form-preloader .progress-fill {
  width: 0%;
  height: 100%;
  background: #035BFD;
}

.qlwapp__container.qlwapp__container--middle-right .qlwapp__button, .qlwapp__container.qlwapp__container--bottom-right .qlwapp__button {
    margin-right: 40px !important;
}

.qlwapp__button.qlwapp__button--bubble {
  animation: pulse 1s infinite ;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
}

@keyframes pulse {
  0% {
    transform: scale(1) ;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6) ;
  }
  70% {
    transform: scale(1.08) ;
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0) ;
  }
  100% {
    transform: scale(1) ;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0) ;
  }
}

.qlwapp__container.qlwapp__container--bottom-left, .qlwapp__container.qlwapp__container--bottom-right {
    bottom: 25px !important;
}


/****************************** MEDIA QUERIES ************************************/
/* ===========================
   MEDIA QUERIES (ORDEM DECRESCENTE)
   =========================== */

@media(min-width:2563px) and (max-width:5000px){
  .container {
    overflow: hidden;
    transform: rotate(-3deg);
    position: relative;
    left: -4%;
    margin-top: 0px;
    background-color: transparent;
    width: 100%;
    height: 100%;
  }

  body.light-mode .slide-inteiro::before,
  body.dark-mode .slide-inteiro::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 227, 236, 1);
    z-index: -1;
    top: 130px;
    transform: rotate(-3deg);
  }

  .slick-track{
    width: 700px !important;
    max-width: 100%;
  }

  .slide-inteiro {
    width: 132%;
    height: 20%;
  }

  .footer-menu1 li a {
    padding: 0 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s ease;
    height: 1vh;
  }
}

@media (min-width:2000px) and (max-width:2562px){
  .container {
    overflow: hidden;
    transform: rotate(-3deg);
    position: relative;
    left: -4%;
    margin-top: 0px;
    background-color: transparent;
    width: 100%;
    height: 100%;
  }

  .footer-menu1 li a {
    padding: 0 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: auto;
    cursor: pointer;
    transition: color 0.3s ease;
    color: transparent;
  }

  .slide-inteiro {
    width: 143%;
    height: 11%;
  }
}

@media (min-width:1895px) and (max-width:1996px){
  .footer-menu1 li a {
    padding: 0 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 2vh;
    cursor: pointer;
    transition: color 0.3s ease;
    color: transparent;
  }
}

@media (max-width:1680px){
  body.light-mode .pseudo-botao,
  body.dark-mode .pseudo-botao {
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: center;
    border: 1px solid rgba(249, 249, 249, 1);
    width: fit-content;
    background: rgba(249, 249, 249, 0.2);
    box-shadow: 0px 8px 20px 0px rgba(3, 15, 37, 0.2);
    border-radius: 100px;
    position: relative;
    margin: 0 auto;
    margin-top: 87px;
  }
}

/* Laptops: 1025px - 1280px */
@media (min-width: 1024px) and (max-width: 1280px) {
  .slide-inteiro {
    width: 100%;
    height: 29%;
  }

  body.light-mode .cards,
  body.dark-mode .cards {
    width: 100% !important;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media print, screen and (max-width: 1023px) {
  .wpcf7-list-item-label {
    white-space: normal;
}
  .nav-menu li a {
    color: white;
  }

  .footer-column > a{
    color: white;
  }

  .nav-menu li a::before,
  .nav-menu li a::after,
  .footer-menu1 li a::before,
  .footer-menu1 li a::after,
  .footer-column > a::before,
  .footer-column > a::after{
    content: none; /* desliga o efeito */
  }

  .weticket-footer {
    padding: 40px;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-column1 {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    flex: 1 1 122px;
  }

  .footer-column1 .logo .img-logo {
    max-width: 200px;
  }

  .footer-alinhar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 0px;
    width: 100%;
    max-width: 900px;
  }

  .footer-column {
    text-align: left;
  }

  .footer-column h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .footer-column a,
  .footer-menu1 li a {
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
    padding: 0;
  }

  /* Footer bottom */
  .footer-bottom {
    margin-top: 40px;
    text-align: left;
    padding-top: 0;
  }

  .footer-bottom .loja {
    margin-bottom: 10px;
  }

  .footer-bottom .feito {
    display: inline-block;
  }

  body.light-mode .lei-brn img,
  body.dark-mode .lei-prt img {
    display: block;
    height: auto;
  }

  .fun-text p {
    font-size: 18px;
    line-height: 26px;
  }

  .wpb_single_image img {
    width: 100%;
    padding-left: 20px;
    height: auto;
  }

  .patr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px !important;
  }

  .patr img {
    width: 100%;
  }

  #back2 .cards .vc_col-sm-4 {
    width: 100% !important;
  }

  body.light-mode .processos,
  body.dark-mode .processos {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    width: 90%;
    gap: 15px;
  }

  body.light-mode .processos>*,
  body.dark-mode .processos>* {
    white-space: nowrap;
    flex-shrink: 0;
  }

  body.light-mode .processos p::before,
  body.dark-mode .processos p::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 8px;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/10/SizeSmall-RoundnessCircle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
  }

  header {
    padding: 16px 40px;
    height: auto;
  }

  .logo {
    height: auto;
  }

  body.light-mode .theme-toggle,
  body.dark-mode .theme-toggle {
    margin-left: 30px !important;
  }

  body.light-mode .pseudo-botao,
  body.dark-mode .pseudo-botao {
    margin-top: 155px !important;
  }

  .nav-menu {
    display: flex;
    list-style: none;
    margin: 0px;
    gap: 20px;
    width: 100%;
  }

  .main-menu {
    position: absolute;
    left: 56%;
    transform: translateX(-50%)
  }

  .nav-menu li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
  }



 body.light-mode .cards,
body.dark-mode .cards{
  display: grid;
gap: 30px;
  /* mete tudo na esquerda */
  justify-items: start;   /* alinha os items dentro das células */
  justify-content: start; /* alinha a grelha dentro do container (se sobrar espaço) */
  text-align: left;
}

  body.light-mode .cards>div:nth-child(1),
  body.light-mode .cards>div:nth-child(2),
  body.dark-mode .cards>div:nth-child(1),
  body.dark-mode .cards>div:nth-child(2) {
    max-width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  body.light-mode .cards>div:nth-child(3),
  body.dark-mode .cards>div:nth-child(3) {
    flex: 0 0 45%;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

body.light-mode .cards, body.dark-mode .cards {
    width: 100%;
    height: auto;
}

  body.light-mode .tit-cards h3,
  body.dark-mode .tit-cards h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: rgba(3, 15, 37, 1);
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
  }

  body.dark-mode .tit-cards h3 {
    color: rgba(255, 255, 255, 0.9);
  }

  body.light-mode .desc-cards,
  body.dark-mode .desc-cards {
    width: 90%;
    max-width: 100%;
    line-height:0;
  }

  body.light-mode .desc-cards p,
  body.dark-mode .desc-cards p {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .container {
    transform: rotate(-2deg);
  }

  .desc2-cards{
    margin-top: 60px;
  }

  body.light-mode .vc_toggle_title,
  body.dark-mode .vc_toggle_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
  }

  .tit1 {
    width: 762px;
    max-width: 100%;
    margin: auto;
    padding: 46px;
  }

  .fun-text {
    width: 106px;
    margin-left: 25px;
  }

  .tit-exc h2 {
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
    letter-spacing: -1px;
    text-align: center;
    color: rgba(3, 15, 37, 1);
  }

  body.dark-mode .tit2 h2,
  body.light-mode .tit2 h2  {
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
    letter-spacing: -1px;
  }

  #back4 h2 {
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
  }

  body.dark-mode .tith2 h2,
  body.light-mode .tith2 h2 {
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
  }

  body.dark-mode #back6 .marcas h2,
  body.light-mode #back6 .marcas h2 {
    font-weight: 600;
    font-size: 55px;
    line-height: 70px;
    text-align: center;
  }

  .nav-menu li a {
    color: white;
  }

  .footer-menu1 li a {
    color: white;
  }

  .footer-column > a {
    color: white;
  }


}

@media only screen and (max-width: 991px) {

.page-id-20 .menu-toggle, .page-id-22 .menu-toggle{
  display: none;
}
  
.cards{
  display: flex;
  flex-direction: column;
}

  .footer-container{
    padding-top:0;
    flex-direction: column;
  }

  .slide-inteiro {
    width: 100%;
    height: 27%;
  }

  body.light-mode .cards, body.dark-mode .cards{
    gap: 0;
  }

  .desc2-cards{
    margin-top: 40px;
  }

  body.light-mode .desc2-cards {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1B32FF;
    width: 44%;
    max-width: 100%;
  }

  body.dark-mode .desc-cards,
  body.light-mode .desc-cards{
    width: 100%;
    max-width: 100%;
  }

  body.dark-mode .desc-cards br,
  body.light-mode .desc-cards br{
    display: none;
  }

  .coluna1, .coluna2 {
    margin: 0;
  }

  a.feito{
    color: white !important;
  }

  body.dark-mode .container,
  body.light-mode .container{
    background-color: rgba(216, 225, 240, 1);
    height: 100%;
  }

  .tralha {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 24px;
  }

  body.dark-mode #back6 .marcas h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
  }

  body.dark-mode .tith2 h2,
  body.light-mode .tith2 h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;

  }

  body.dark-mode .tit2 h2,
  body.light-mode .tit2 h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .slick-prev, .slick-next{
    display: none !important;
  }

  body.menu-open {
    overflow: hidden;
    max-height:90dvh;
  }

  .desc1.mobile-visivel {
    padding: 0 20px;
  }

  .pseudo-botao {
    display: none !important;
  }

  .img-responsive {
    width: 164px;
    height: 44px;
    margin-top: 10px;
  }

  .mobile-nav-menu {
  
    gap: 29px;
    display: flex;
    flex-direction: column;
  }

  .mobile-nav-menu li a {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
    color: rgba(255, 255, 255, 1);
  }

.wpb_raw_html{
  margin-bottom:0px !important ;
}

  .menu-toggle {
    display: flex;
  }

  .main-menu {
    display: none;
  }

  body.light-mode #back5,
  body.dark-mode #back5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  body.light-mode #back6 .marcas h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
    text-align: center;
  }

  #back4 h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
    text-align: center;
  }

.tit1 h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 46px;
    text-align: center;
    padding: 25px;
    width: 550px;
    max-width: 100%;
    margin: auto;
}

  body.light-mode .desc1,
  body.dark-mode .desc1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    padding: 0px 69px;
  }

  div.slide-inteiro::before {
    display: none !important;
  }

  body.light-mode .tit-exc h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #030F25;
  }

  body.dark-mode .tit-exc h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #030F25 ;
  }

  body.dark-mode .exc-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #9095A2;
    width: 50%;
    max-width: 100%;
    margin: auto;
  }

  body.light-mode .exc-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #5F6980;
    width: 50%;
    max-width: 100%;
    margin: auto;
  }

  body.light-mode .func-titnovo {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    vertical-align: middle;
    color: #030F25;
  }

  body.dark-mode .func-titnovo {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    vertical-align: middle;
    color: #F9F9F9;
  }

  a {
    text-decoration: none !important;
  }

  body.light-mode .vc_toggle_title h4,
  body.dark-mode .vc_toggle_title h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  body.light-mode .vc_toggle_content p,
  body.dark-mode .vc_toggle_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .tit1{
    padding: 0;    
  }

  .footer-alinhar {
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 20px;
  }

  .footer-column1 {
    flex: 1 1 80px;
    min-width: 200px;
    margin-bottom: 20px;
    text-align: left;
  }

  .weticket-footer {
    background: linear-gradient(337.3deg, #030F25 -2.14%, #035BFD 85.33%) !important;
    padding: 40px;
  }

  .footer-bottom {
    color: #F9F9F9 !important;
    align-items: start;
    text-align: start;
    padding-top: 40px;
    
  }

  .exc-desc p br{
    display: none;
  }

  .exc-desc{
    padding-left: 40px;
    padding-right: 40px;
  }

  body.dark-mode .desc2-cards {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #9095A2;
  }

  .faq-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }

  .marcas,.marcas2 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .nav-menu li a {
    color: white;
  }

  .footer-menu1 li a {
    color: white;
    padding: 0px;
  }

  .footer-column > a {
    color: white;
  }

.coluna1:last-child{
  margin-bottom: 48px;
}

.fun-text {
    font-size: 14px;
    line-height: 15px;
}

  body.light-mode #back3,
  body.dark-mode #back3 {
    padding-bottom: 0px !important;
   
  }

  .nav-menu li a {
    color: white;
  }

  .footer-column > a{
    color: white;
  }

  .nav-menu li a::before,
  .nav-menu li a::after,
  .footer-menu1 li a::before,
  .footer-menu1 li a::after,
  .footer-column > a::before,
  .footer-column > a::after{
    content: none; /* desliga o efeito */
  }

}

@media only screen and (max-width: 768px) {

  body.light-mode #back6, body.dark-mode #back6{
    height: auto;
  }


.fun-text{
  margin-left: 0px;
}

  .wpcf7 form::before {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .wpcf7 .flex {
    flex-direction: column;
    gap: 12px;
  }

  .wpcf7 label {
    font-size: 16px;
  }

  .wpcf7 textarea {
    height: 100px;
  }

  .wpcf7 input[type="submit"] {
    width: 100%;
  }

  .cruz{
    top: 0px;
    right: 0px;
  }

  .flex.v2 p{
    margin: 0;
  }

.flex.v2 p {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: column;
}
}

@media only screen and (max-width: 600px) {
.qlwapp__container.qlwapp__container--middle-right .qlwapp__button, .qlwapp__container.qlwapp__container--bottom-right .qlwapp__button {
    margin-right: 28px !important;
}

.wpcf7-spinner{
  position: absolute;
  bottom: 0;
  display: none;
}
  
.termos {
    padding: 20px;
}

body.light-mode .processos>*, body.dark-mode .processos>* {
    white-space: pre-line; 
}

  .nav-menu li a::before,
  .nav-menu li a::after,
  .footer-menu1 li a::before,
  .footer-menu1 li a::after,
  .footer-column > a::before,
  .footer-column > a::after{
    content: none;
  }

  .nav-menu li a {
    color: white;
  }

  .footer-column > a{
    color: white;
  }

  body.light-mode .desc2-cards {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1B32FF;
  }

  a.feito{
    color: white !important;
  }

  #back6{
    height: auto !important;
  }

  .patr{
    padding-left: 158px !important;
  }

  .patr img {
    width: 121px !important;
    margin-bottom: 20px !important;
  }

  .slick-list {
    margin-right: 24px;
  }

  body.menu-open {
    overflow: hidden;
    max-height: 90dvh;
  }

  body.light-mode .processos p::before,
  body.dark-mode .processos p::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 2px;
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/uploads/2025/10/SizeSmall-RoundnessCircle.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
  }

  body.dark-mode .processos p,
  body.light-mode .processos p {
    display: inline-block;
    margin: 0 32px 0 0;
    padding-left: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    position: relative;
    z-index: 1;
    letter-spacing: 0px;
    white-space: nowrap;
  }

  .wpcf7 form::before {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .wpcf7 .flex {
    gap: 8px;
  }

  .wpcf7 label {
    font-size: 14px;
  }

  .wpcf7 input[type="submit"] {
    padding: 12px 28px;

  }

  .wpcf7 .flex.v2{
    gap: 8px;
  }

  .nav-menu li a {
    color: white;
  }

  .footer-column > a{
    color: white;
  }

  .nav-menu li a::before,
  .nav-menu li a::after,
  .footer-menu1 li a::before,
  .footer-menu1 li a::after,
  .footer-column > a::before,
  .footer-column > a::after{
    content: none; /* desliga o efeito */
  }

  body.light-mode .desc2-cards,
  body.dark-mode .desc2-cards{
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
    width: 77%;
  }

  body.light-mode .desc2-cards{
    color: #1B32FF;
  }

  body.dark-mode .desc2-cards{
    color: #9095A2;
  }

  body.dark-mode .container,
  body.light-mode .container {
    overflow: hidden;
    transform: rotate(-3deg);
    position: relative;
    left: -4%;
    margin-top: 0px;
    background-color: #d8e1f0;
    width: 2937.066336px;
    height: 100%;
  }

  #header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: white;
    padding: 20px;
    height: auto;

  }

  .slide-inteiro {
    width: 150%;
    height: 153.43px;
  }

  body.dark-mode .tit2 h2,
  body.light-mode .tit2 h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
  }

  body.dark-mode #back6 .marcas h2,
  body.light-mode #back6 .marcas h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }

  body.dark-mode .botao button,
  body.light-mode .botao button {
    width: fit-content;
    height: 44px;
    background-color: rgba(3, 15, 37, 1) !important;
    border: 1px solid rgba(3, 15, 37, 1) !important;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 100px;
    border-width: 1px;
    box-shadow: 0px 8px 20px 0px rgba(3, 15, 37, 0.2);
    color: rgba(255, 255, 255, 1) !important;
    padding-left: 39px;
    padding-right: 39px;
    width: fit-content;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
  }

  .pseudo-botao {
    display: none !important;
  }

  .img-responsive {
    width: 150px;
    height: auto;
  }

  .mobile-nav-menu {
    display: flex;
    flex-direction: column;
    margin-left: 11px;
  }

  .menu-toggle {
    display: flex;
  }

  .main-menu {
    display: none;
  }

  body.light-mode #back5,
  body.dark-mode #back5 {
    padding: 20px;
  }

  body.light-mode #back4,
  body.dark-mode #back4 {
    padding: 20px !important;
    padding-bottom: unset !important;
  }

  body.light-mode #back6 .marcas h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }

  #back4 h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }



  body.light-mode .desc1,
  body.dark-mode .desc1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  div.slide-inteiro::before {
    display: none !important;
  }

  #duv p {
    margin-right: 6px;
    margin-left: 39px;
  }

  body.light-mode .tit-exc h2,
  body.dark-mode .tit-exc h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    color: #030F25;
  }

  body.dark-mode .exc-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #9095A2;
    width: 80%;
  }

  body.light-mode .exc-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #5F6980;
    margin: auto;
    width: 80%;
  }

  body.light-mode .processos, body.dark-mode .processos {
    margin-bottom: 0px;
}

  body.light-mode .func-titnovo {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
    color: #030F25;
    margin-left: 13px;
  }

  body.dark-mode .func-titnovo {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
    color: #F9F9F9;
    margin-left: 13px;
  }

  a {
    text-decoration: none !important;
  }

  .marcas {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slick-next,.slick-prev{
    display: none !important;
  }

  body.light-mode .vc_toggle_title h4,
  body.dark-mode .vc_toggle_title h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0px;
  }

  body.light-mode .vc_toggle_content p,
  body.dark-mode .vc_toggle_content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
    width: 10px !important;
    height: 10px !important;
  }

  body.dark-mode .tith2 h2,
  body.light-mode .tith2 h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .faq-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }

  .footer-alinhar {
    flex-direction: column;
    align-items: start;
    text-align: start;
  }

  .weticket-footer {
    background: linear-gradient(337.3deg, #030F25 -2.14%, #035BFD 85.33%) !important;
    padding: 20px;
    margin-top: 30px;
  }

  .footer-column1 {
    flex: 1 1 100px;
    margin-bottom: 20px;
    text-align: left;
  }

  .footer-bottom {
    color: #F9F9F9 !important;
    align-items: start;
    text-align: start;
    padding-top: 53px !important;
  }



  body.dark-mode .desc2-cards {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #9095A2;
  }

  .duvida-container{
    display: block;
    width: 100%;
  }

  .div-botao {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  p.perg-texto,
  .perg {
    font-size: 13px !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
  }

  .mobile-nav-menu li a {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -1px;
    color: rgba(255, 255, 255, 1);
  }

  .pergunta {
    margin: 0 auto;
  }

  .wpb_image_grid_ul.slick-initialized.slick-slider {
    margin-left: -191px !important;
    margin-right: -51px !important;
  }

  .theme-toggle{
    margin-right: -10px;
  }

  .wpb_text_column.wpb_content_element.duv{
    margin-bottom: 0;
  }

  a.botaowish  {
    font-weight: 600;
    font-size: 12px !important;
    line-height: 28px;
    letter-spacing: -0.2px;
    cursor: pointer;
    white-space: nowrap;
  }

  #duv p {
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #98BDFF;
    margin: 0;
    white-space: nowrap;
    position: relative;
  }

  #back4 br{
    display: none;
  }

.wpb_raw_html {
    margin-bottom: 35px !important;
}

  body.light-mode .desc-cards,
  body.dark-mode .desc-cards{
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    width: 100%;
    max-width: 100%;
  }


  .coluna1, .coluna2 {
    display: grid !important;
    margin: 0;
    grid-template-columns: repeat(1,1fr);
    padding-left: 20px;
    gap: 3px;
    padding-right: 20px;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

.fun-text {
    width: 40%;
    max-width: 100%;
    margin: auto;
}

.fun-text p{
  font-size: 14px;
  line-height: 15px;
}

  .coluna1::before{
    display: none !important;
  }

  body.light-mode #back3,
  body.dark-mode #back3 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding: 20px;
  }

  body.light-mode #back1,
  body.dark-mode #back1 {
    background: linear-gradient(356deg,
      rgba(3, 91, 253, 0) 7.24%,
      rgba(3, 91, 253, 0.1) 16.79%,
      rgba(3, 91, 253, 0.464707) 32.69%,
      rgba(3, 91, 253, 0.630463) 41.74%,
      rgba(3, 91, 253, 0.95) 69.61%,
      #035BFD 100.64%
    );
    background-size: 200% 200%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    animation: gradient 10s ease infinite;
    opacity: 0;
    padding: 20px;
  }

  body.dark-mode #back2,
  body.light-mode #back2 {
    height: auto;
    padding: 20px;
  }

  .footer-container{
    padding-top:0;
  }

body.light-mode .cards>div:nth-child(1), body.light-mode .cards>div:nth-child(2), body.dark-mode .cards>div:nth-child(1), body.dark-mode .cards>div:nth-child(2),  body.light-mode .cards>div:nth-child(3), body.dark-mode .cards>div:nth-child(3) {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.desc1 br{
  display: none;
}

.flex.v2 p {
    display: flex;
    gap: 0px;
    align-items: flex-start;
    flex-direction: column;
}
.wpcf7 form{
  padding-top: 20px;
}
}


@media only screen and (max-width: 480px) {
.form-preloader{
    background: aliceblue;
    width: 90%;
    max-width: 100%;
}


#form{
  padding: 25px;
}

.tit1 h1 {
    font-size: 39px;
    line-height: 46px;
}

.aviso{
  padding-bottom: 10px;
}

.wpcf7 form{
  padding-top: 0px;
}

.flex.v2 p {
    display: flex;
    gap: 0px;
    align-items: flex-start;
    flex-direction: column;
}

body.light-mode .cards>div:nth-child(1), body.light-mode .cards>div:nth-child(2), body.dark-mode .cards>div:nth-child(1), body.dark-mode .cards>div:nth-child(2), body.light-mode .cards>div:nth-child(3), body.dark-mode .cards>div:nth-child(3) {
    max-width: 88%;
}

body.light-mode .exc-desc p,body.dark-mode .exc-desc p {
    width: 100%;
}

body.light-mode .desc2-cards, body.dark-mode .desc2-cards {
    width: 90%;
}

  .wpcf7 form::before {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .wpcf7 .flex {
    gap: 8px;
  }

  .wpcf7 label {
    font-size: 14px;
  }

  .wpcf7 input[type="submit"] {
    padding: 12px ;
  }

  .nav-menu li a {
    color: white;
  }

  .footer-column > a{
    color: white;
  }

  .nav-menu li a::before,
  .nav-menu li a::after,
  .footer-menu1 li a::before,
  .footer-menu1 li a::after,
  .footer-column > a::before,
  .footer-column > a::after{
    content: none; /* desliga o efeito */
  }

  .mobile-nav-menu{
    margin-left: 0;
  }

  body.dark-mode .mobile-menu-overlay.active, body.light-mode .mobile-menu-overlay.active {
    padding: 120px 20px 20px;
}

 .footer-alinhar {
    grid-template-columns: repeat(1, 1fr);
}

.footer-bottom {
  flex-direction: column;
}
}


@media only screen and (max-width: 414px) {

.tit1 h1 {
    font-size: 30px;
    line-height: 40px;
}

body.light-mode #back6 .marcas h2 {
    font-weight: 600;
    font-size: 31px;
    line-height: 40px;
    text-align: center;
}

body.light-mode #back4, body.dark-mode #back4{
  height: 80vh;
  padding-bottom: 20px !important;
  display: flex;
  align-items: center;
}

.termos h1{
  font-size: 28px;
}
}


@media only screen and (max-width: 378px) {
  .wpcf7-list-item-label {
    white-space: normal;
}

.wpcf7 input[type="checkbox"] {
    width: 13px;
    height: 13px;
    border-radius: 1px;
}

.termos span p{
  font-size: 12px;
}

 .tit1 h1 {
    font-size: 27px;
    line-height: 37px;
}

  .nav-menu li a {
    color: white;
  }

  .footer-column > a{
    color: white;
  }

body.light-mode .vc_toggle_title h4, body.dark-mode .vc_toggle_title h4 {
    line-height: 18px;
}

body.light-mode .desc2-cards, body.dark-mode .desc2-cards {
    line-height: 18px;
}

body.dark-mode .botoni,body.light-mode .botoni{
  padding: 16px 40px;
  font-size: 15px;
}

  .nav-menu li a::before,
  .nav-menu li a::after,
  .footer-menu1 li a::before,
  .footer-menu1 li a::after,
  .footer-column > a::before,
  .footer-column > a::after{
    content: none; 
  }

  .wpcf7 form::before {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .wpcf7 .flex {
    flex-direction: column;
    gap: 8px;
  }

  .wpcf7 label {
    font-size: 13px;
  }


  .wpcf7 input[type="submit"] {
    width: 100%;
    padding: 12px ;
    font-size: 13px;
  }

  .footer-menu1 li a {
    height: 4vh ;
  }

  .termos h1{
    font-size: 24px;
  }

 .termos{
  padding: 10px;
 }

 .cruz {
    top: 0px;
    right: -10px;
}
}


@media only screen and (max-width:320px){

.wpcf7-form.sent #form{
  padding:60px;
}

#form {
    padding: 30px 30px;
}

  .wpcf7-list-item-label {
    white-space: normal;
}
.form-preloader .progress-shell {
    width: 100%;
    max-width: 200px;
}


#form .vc_column_container>.vc_column-inner{
  padding-left: 0px;
  padding-right: 0px;
}

.mobile-nav-menu{
  width: auto;
}

.wpcf7 label a {
    font-size: 12px;
    line-height: 24px;
}

body.light-mode .desc1, body.dark-mode .desc1{
  padding: 0px;
}

.tit1 h1{
  padding: 0px;
}

  body.light-mode .tit-exc h2, body.dark-mode .tit-exc h2 {
    font-size: 29px;
    line-height: 33px;
}

#back4 h2, body.dark-mode .tith2 h2, body.light-mode .tith2 h2, .tit1 h1, body.dark-mode #back6 .marcas h2, body.light-mode #back6 .marcas h2 {
    font-size: 25px;
    line-height: 33px;
}

.wpb_single_image img {
    width: 100%;
    padding-left: 0px; 
    height: auto;
}

body.light-mode .desc1, body.dark-mode .desc1 {
    margin-left: 0px; 
   margin-right: 0px; 
}
}
