:root {
  --ciano: #0bb5f5;
  --amarelo: #f0c609;
  --azul-escuro: #2b2157;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  color: var(--white);
  background-color: var(--azul-escuro);
  background-image: url("images/bg.jpg");
  background-repeat: repeat;
  background-position: top left;
}


.conteudo {
    display: flex!important;
    flex-direction: column;
    align-content: center;
}

.btn {
    background-color: #e4b038;
    padding: 19px 24px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}


.btn:hover {
    background-color: #ffffff;
    padding: 19px 24px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--azul-escuro);
}

.nao-separar{
    white-space: nowrap;
}

/* wrap 1400px */
.container-1400 {
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

/* regra global das seções */
.site-section {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

/* tipografia */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--white);
}


h2.section-title {
    font-size: 42px;
    text-transform: uppercase;
    max-width: 60%;
    margin: 0 auto;
    line-height: 1.1;
    color: var(--ciano);
}

p, li {
  font-weight: 400;
  color: var(--white);
}

/* HERO */
.hero-logo-wrap {
  margin-bottom: 28px;
}

.hero-logo {
  max-width: 460px; /* maior */
  width: 100%;
  height: auto;
}

.hero-title {
    font-size: 45px;
    line-height: 1.12;
    text-transform: uppercase;
}

span.destaque {
    color: var(--ciano);
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.55;
    opacity: 0.96;
}
.hero-right-title {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.1;
    text-transform: uppercase;
}

.hero-benefits {
  margin: 0;
  padding: 0;
}

.hero-benefits li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 18px !important;    
}

.hero-benefits li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ciano);
  position: absolute;
  left: 0;
  top: 9px;
}



.form-box {
    width: 82%;
    margin: -13px 0 0 -17px;
}

.form-box-final {
    max-width: 480px;
    margin: -30px auto 0;
}


p.texto-experts {
    width: 85%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2;
}


/* imagem decorativa topo direito */
.hero-graphic {
    position: absolute;
    top: -82px;
    right: 11%;
    width: min(31vw, 430px);
    height: auto;
    z-index: 0;
    pointer-events: none;
}

/* títulos de seção */
.section-title {
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  line-height: 1.2;
}


.section-subtitle {
  font-size: 20px;
  line-height: 22px !important;    
}

/* imagens sem borda e sem rollover */
.section-image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* brilhos de fundo */
.glow {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  filter: blur(8px);
}

.glow-top {
    width: 1000px;
    height: 1000px;
    top: -340px;
    left: 10%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(11, 181, 245, 0.35) 0%, rgba(11, 181, 245, 0) 68%);
}

.glow-left {
    width: 1000px;
    height: 1000px;
  top: 42%;
  left: -160px;
  background: radial-gradient(circle, rgba(11, 181, 245, 0.28) 0%, rgba(11, 181, 245, 0) 70%);
}

.glow-right {
    width: 1000px;
    height: 1000px;
  top: 54%;
  right: -350px;
  background: radial-gradient(circle, rgba(11, 181, 245, 0.28) 0%, rgba(11, 181, 245, 0) 70%);
}

/* reveal leve */
.reveal-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .35s ease, transform .35s ease;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}



.g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 6rem;
}


/* =========================================================================
   FOOTER
   ========================================================================= */

.rodape-flex {
    display: flex!important;
    justify-content: center;
    flex-wrap: nowrap;
}

div#copyrights {
    background: #1f123d;
}
#copyrights {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}

footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}

footer h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
    line-height: 22px;
}

.icon-social {
    margin-right: 15px;
}

p.legal {
    font-size: 13px;
    line-height: 16px !important;
    margin-top: 35px !important;
    width: 70%;
}

.chat a {
    color: #ffffff;
}


/* responsivo */
@media (max-width: 991.98px) {
  .hero-logo {
    max-width: 360px;
  }

  .hero-graphic {
    display: none !important;
  }

  .form-box iframe {
    height: 560px;
  }

  .glow-left, .glow-right {
    opacity: 0.65;
  }
}

@media (max-width: 575.98px) {
    
  .hero-logo {
    max-width: 310px;
  }

  .form-box iframe {
    height: 600px;
  }
    
    
.hero-title {
    font-size: 29px;
}    
    
.hero-subtitle {
    font-size: 18px;
    line-height: 1.2;
    opacity: 0.96;
}   
    
.hero-right-title {
    font-size: 27px;
}  
    
.form-box {
    width: auto;
}   
    
h2.section-title {
    font-size: 36px;
    line-height: 1.1;
    max-width: unset;
} 
    
p.texto-experts {
    width: 87%;
    margin: 4px auto 0;
    font-size: 16px;
    line-height: 1.2;
}   
    
.site-section {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}    
    
.rodape-flex {
    display: flex!important;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0 20px;
}    
    
}




/* 1) trava overflow global */
html, body {
  overflow-x: hidden;
}

/* 2) garante que wrappers não “vazem” */
main,
.site-section,
.container-1400 {
  overflow-x: clip; /* melhor que hidden para layout moderno */
}

/* 3) iframes/forms nunca passam da tela */
.form-box {
  overflow: hidden;
}
.form-box iframe {
  display: block;
  width: 100% !important;
  border: 0;
}

/* 4) imagens sempre contidas */
img {
  height: auto;
  display: block;
}

/* 5) mobile: desliga elementos decorativos que podem empurrar largura */
@media (max-width: 991.98px) {
  .hero-graphic,
  .glow {
    display: none !important;
  }

  /* evita gutter excessivo no mobile */
  .hero-content-row {
    --bs-gutter-x: 1rem;
  }
}