@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document */
/* CSS Document */

/* Reset */
body {
    background: #8B7A74;
}
/* Reset */

/* Hero */
.hero{
  padding: 100px 0 100px 0;
  background: #C0ADA9 url("../img/bg.webp") 50% top no-repeat;
  background-size: cover;
}
.hero .copy {
  clear: both;
  display: block;
  width: 60%;
  float: left;
  padding: 50px 30px;    
}
/* ao vivo */
.badge-live {
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(239,68,68,0.12);
  border:1px solid rgba(148, 69, 69, 0.25);
  color:#fff8f8;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  padding:6px 14px;
  border-radius:50px;
  width:fit-content;
}
.badge-live .dot {
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ef4444;
  animation:pulse-dot 1.5s ease-in-out infinite;
  flex-shrink:0;
}
/* ============= */

/* Headline */
.hero-pre {
    color:rgba(0, 0, 0, 0.65);
    font-size:17px;
    width: 60%;
    margin:16px 0 8px;
    line-height:1.2
}
.hero h1 {
  font-family:'Playfair Display',serif;
  font-weight:800;
  font-size: 38px;
  width: 90%;
  line-height:1.15;
  color:#000000;
  margin:0 0 20px 0;
}
.hero .destaque1 {
    color: #fff6e0;  
}
.hero-sub {
    color:#000000;
    width: 60%;
    font-size:17px;
    line-height:1.2;
    margin: 0px 0 24px 0;
}
.hero-sub strong {
    color: #000000;
    font-weight:700
}
/* ============= */

/* CTA button */
.btn-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:linear-gradient(135deg, #58B750, #3a9e30);
  color:#fff;
  border: solid 1px #58B750;
  font-size:17px;
  font-weight:700;
  padding:16px 36px;
  border-radius:12px;
  box-shadow:0 0 24px rgba(89, 183, 80, 0.286),0 4px 16px rgba(0,0,0,0.3);
  transition:all 0.3s ease;
  animation:pulse-glow 2.5s ease-in-out infinite;
  width:100%;
  max-width:420px;
  text-align:center;
}
.btn-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 0 48px rgba(89, 183, 80, 0.286),0 8px 24px rgba(0,0,0,0.4);
}
.btn-cta svg{flex-shrink:0}
/* ============= */

/* Informações */
.hero-info{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:14px;
  color: #000000;
  font-size:13px;
}
.hero-info svg{flex-shrink:0;opacity:0.5}
/* ============= */

/* Inscreveram */
.proof-counter{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(0, 0, 0, 0.358);
  border:1px solid rgba(255,255,255,0.08);
  padding:8px 16px;
  border-radius:50px;
  margin-top:16px;
  font-size:13px;
  color: #e9e8e8;
  width:fit-content;
}
.proof-counter .avatars {
    display:flex
}
.proof-counter .avatars span {
  width:24px;
  height:24px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  font-weight:700;
  color:#fff;
  margin-left:-6px;
  border:2px solid #0a0f1a;
}
.proof-counter .avatars span:first-child {
    margin-left:0
}
.proof-counter strong {
    color:#e9e8e8;
    font-weight:800
}
/* ============= */

/* Restantes */
.vacancy-bar{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:12px;
  font-size:13px;
  color: #000000;
}
.vacancy-bar .fire {
    font-size:16px
}
.vacancy-bar strong {
    color: #a73500;
    font-weight:800;
}
/* ============= */
h6.dh {
    clear: both;
    display: block;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(148, 69, 69, 0.25);
    color: #fff8f8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 50px;
    width: fit-content;
}
/* Hero */

/* Destaque */
section.destaque {
  padding: 60px 0 60px 0;
  background: #8B7A74;
}
.destaque h1 {
    font-size: 48px;
    font-weight: 400;
    width: 86%;
    color: #f5e6c3;
    text-align: center;
    margin: 0 auto 50px auto;
}
.destaque h1 i {
    color: #000000;
}
.destaque img {
    border-radius:15px;
}
.destaque a.cta {
    text-align: center;
    width: 36%;
    margin: 20px auto 0 auto;
}
/* Destaque */

/* Aprender */
section.aprender {
    padding: 100px 0;
    background: #C0ADA9 url("../img/bg-aprender.webp") 50% top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align:center;
}
.learn-badge{
    display:inline-flex;
  align-items:center;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.08);
  box-shadow: #00000087 0 0 100px 0;
  color:rgb(255, 255, 255);
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  padding:6px 16px;
  border-radius:50px;
  margin: 20px auto;
}
.aprender h1 {
    text-align: center;
    font-family:'Playfair Display',serif;
    font-weight:800;
    line-height:1.2;
    color: #000000;
    font-size: 48px;
    margin: 0 auto 20px auto;
}
.aprender h2 {
    width: 55%;
    text-align: center;
    font-size: 25px;
    font-weight:400;
    margin: 0 auto 40px auto;
}
.learn-icon{
  width:50px;
  height:50px;
  border-radius:10px;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgb(245, 230, 195),rgba(255, 255, 255, 0.05));
  font-size:20px;
  margin: 20px auto;
}
.aprender .box {
    width: auto;
    height: 250px;
    align-items:flex-start;
    gap:14px;
    background:#fff;
    border:1px solid #e2e8f0;
    padding:18px;
    border-radius: 17px;
    box-shadow:0 1px 4px rgba(0,0,0,0.04);
    transition:box-shadow 0.3s,transform 0.3s;
    margin: 0 auto 20px auto;
}
.aprender .row {
    display: flex;
    justify-content: center;
}
.aprender .box:hover {
    box-shadow:0 4px 16px rgba(0,0,0,0.08);
    transform:translateY(-2px)
}
.aprender .copy .box p {
    color: #000000;
    font-size: 20px;
    line-height: 1.4;
    width: 72%;
    text-align: center;
    margin: 0 auto;
}
.learn-note{
  font-size:20px;
  color:#000000;
  font-style:italic;
  text-align: center;
    margin: 0 auto;
}
.aprender button.btn-cta {
    margin: 25px 0 0 0;
}
/* Aprender */

/* Expert */
section.expert {
    padding: 80px 0;
}
section.expert .row {
    display: flex;
    align-items: center; /* centraliza verticalmente */
}
.expert .copy {
  width: 90%;
  margin:0 auto;
  padding:32px 24px;
}
.expert img {
    align-items: center;
    clear: both;
    display: block;
    border-radius: 20px 20px 20px 20px;
    width: 75%;
    margin: 0 auto 10px auto;
}
.expert h1 {
    font-family:'Playfair Display',serif;
    font-weight:800;
    font-size:50px;
    color: #000000;
    margin: 0 auto;
}
.expert .dra-title {
    color: #f5e6c3;
    font-size:35px;
    font-weight:500;
    margin:4px 0 12px;
}
.expert p {
    font-weight:400;
    font-size:22px;
    color: #000000;
    margin: 17px auto;
}
/* Expert */

/* Final */
section.final {
    padding: 85px 0 60px 0;
    background: #C0ADA9;
    text-align:center;
    position:relative;
    overflow:hidden;
}
.cta-vacancy{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255, 240, 230, 0.255);
  border:1px solid rgba(247, 222, 204, 0.2);
  color:#000000;
  font-size:16px;
  font-weight:600;
  padding:8px 20px;
  border-radius:50px;
  margin:24px 0 14px 0;
  animation:counter-pulse 2s ease-in-out infinite;
}
.final h1 {
  font-family:'Playfair Display',serif;
  font-weight:800;
  text-align: center;
  margin: 20px auto;
  width: 60%;
  font-size:55px;
  line-height:1.2;
  color:#000000;
}
.final .cta-sub {
  font-weight:400;
  font-size:25px;
  text-align: center;
  margin: 20px auto;
  width: 50%;
}
.cta-trust{
    width: 50%;
    font-weight:300;
  margin: 20px auto;
  font-size:20px;
  color:#000000;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
}
.cta-trust svg{opacity:0.4}
/* Final */

/* Footer */
footer.footer {
    padding: 25px 0 30px 0;
    border-top: solid 1px #ddd094;
    background: #000000;
}
.footer h1 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin: 0 auto;
    color: #a39076;
    width: 75%;
}
.footer h2 {
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    margin: 0 auto;
    color: #a39076;
    width: 75%;
}
/* Footer */

/* ============= MODAL ============= */
.modal-overlay{
  display:none;
  position:fixed;
  inset:0;
  z-index:1000;
  background:rgba(0,0,0,0.75);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  align-items:center;
  justify-content:center;
  padding:20px;
}
.modal-overlay.active {
  display:flex
}
.modal-card {
  background: rgba(255,255,255,0.2);
  border:1px solid #b3a19a;
  border-radius:20px;
  padding:32px 24px;
  max-width:420px;
  width:100%;
  position:relative;
  animation:modalIn 0.35s ease;
  box-shadow:0 24px 64px rgba(0,0,0,0.5);
}
.modal-close {
  position:absolute;
  top:12px;
  right:12px;
  background:rgba(255,255,255,0.06);
  border:1px solid #b3a19a;
  width:32px;
  height:32px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f8eae4;
  font-size:18px;
  transition:background 0.2s;
}
.modal-close:hover {
  background:rgba(255,255,255,0.12)
}
.modal-badge {
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#e7d7d1;
  margin-bottom:16px;
}
.modal-title{
  font-family:'Playfair Display',serif;
  font-weight:800;
  font-size:24px;
  line-height:1.2;
  color:#000000;
  margin-bottom:6px;
}
.modal-sub {
  font-size:14px;
  color:#e7d7d1d0;
  margin-bottom:24px
}

.form-group {
  margin-bottom:14px
}
.form-group label {
  display:block;
  font-size:13px;
  font-weight:600;
  color:#000000;
  margin-bottom:5px
}
.form-group input{
  width:100%;
  padding:14px 16px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:20px;
  color:#000000;
  font-size:16px;
  transition:border-color 0.2s,box-shadow 0.2s;
  outline:none;
}
.form-group input::placeholder {
  color:rgba(255,255,255,0.3)
}
.form-group input:focus {
  border-color:#58B750;
  box-shadow:0 0 0 3px #3a9e30;
}
.btn-submit {
  width:100%;
  padding:16px;
  background:linear-gradient(135deg, #58B750, #3a9e30);
  color:#fff;
  border: 1px #3a9e30;
  font-size:16px;
  font-weight:700;
  border-radius:20px;
  box-shadow:0 0 20px #3a9e30;
  transition:all 0.3s;
  margin-top:4px;
}
.btn-submit:hover {
  box-shadow:0 0 40px #3a9e30;
  transform:translateY(-1px)}
.btn-submit:disabled { opacity:0.6;
  cursor:not-allowed;
  transform:none
}
.form-footer {
  text-align:center;
  font-size:13px;
  color: #000000;
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
}
.form-footer svg {
  opacity:0.4
}
.form-vacancy {
  text-align:center;
  font-size:13px;
  color:#fdba74;
  font-weight:600;
  margin-top:10px;
}


/* ============= WHATSAPP FLOAT ============= */
.wpp-float{
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:900;
  width:56px;
  height:56px;
  border-radius:50%;
  background:rgba(37, 211, 101, 0.867);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 16px rgba(37,211,102,0.4);
  transition:transform 0.3s,box-shadow 0.3s;
  animation:float 3s ease-in-out infinite;
}
.wpp-float:hover {
  transform:translateY(-4px) scale(1.05);
  box-shadow:0 8px 24px rgba(37,211,102,0.5)}
.wpp-float svg { 
  width:28px;
  height:28px;fill:#fff
}

/* obrigado */

/* obrigado */

/* Responsivo */
@media (max-width: 700px) {
  /* Hero */
  .hero {
    padding: 15px 0 360px 0;
    background: #8B7A74 url("../img/bg-mb.webp") 50% 0 no-repeat;
    background-size: cover;
    text-align:center;
  } 
  .hero .copy {
    width: 100%;
    padding: 20px 10px;
    margin: 0 auto;
    align-items: center;
  }
  .badge-live {
    display:inline-flex;
    width:fit-content;
    text-align: center;
    width: 95%;
    align-items: center;
    margin: 0 auto;
  }
  .hero-pre {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
  }
.hero-info {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
    font-size: 13px;
    width: 92%;
    margin: 15px auto 0 auto;
}    
  .hero h1 {
    width: 100%;
    font-size: 22px;
    text-align: center;
    margin: 0 auto 20px auto;
  }
  .hero-sub {
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
    font-size: 17px;
  }
  .hero-sub strong {
    display:inline-flex;
    text-align: center;
    margin: 20px auto;
  }
  .vacancy-bar {
    display:inline-flex;
  }
    h6.dh {
        margin: 0 auto 20px auto;
    }    
  .btn-cta {
    gap: 0;
    font-size: 16px;
    padding: 15px 15px;
  }
  /* Hero */

  /* Destaque */
  section.destaque {
    padding: 35px auto !important;
    text-align:center;
  }
  .destaque h1 {
    font-size: 25px;
    margin: 0 auto 25px auto;
  }
  .destaque .container{
    display: flex;
    flex-direction: column;
    align-items: center; /* centraliza tudo dentro */
  }
  .destaque img{
    display:inline-flex;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
  }
  /* Destaque */

  /* Aprender */
  section.aprender {
    padding: 50px 0;
    background: #C0ADA9 url("../img/bg-aprender.webp") 50% top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align:center;
  }
  .aprender .copy {
    width: 100%;
  }
  .aprender .box {
        height: auto !important;
  }
  .aprender h1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 20px auto;
  }
  .aprender h2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 30px auto;
  }
  .learn-note {
    width: 90%;
    text-align: center;
    margin: 20px auto;
  }
  .aprender button.btn-cta {
    width: 90%;
    margin: 10px auto;
  }
  /* Aprender */

  /* Expert */
  section.expert {
    padding: 35px 0;
  }
  .expert .copy {
    width: 100%;
    margin:0 auto;
    text-align: center;
    padding: 0;
  }
  .expert img {
    width: 100%;
  }
  .expert h1 {
    width: 100%;
    font-size: 30px;
  }
  .expert .dra-title {
    font-size: 25px;
  }
  .expert {
    width: 100%;
    font-size: 16px;
  }
  /* Expert */

  /* Final */
  section.final {
    padding: 40px 0;
  }
  .final h1 {
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin: 20px auto;
  }
  .final .cta-sub {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 17px;
  }
  .cta-trust {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 17px;
  }
  /* Final */
}