:root {
  --green: #0d5235;
  --orange: #f0652a;
  --beige: #fff6e7;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Lato', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
  background-color: var(--beige);
  color: #222;
  background-image: url('images/bg.jpg');
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

h1, h2, h3, .step-number, .navbar-brand {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.5px;
}

h2 {
  font-size: 60px;
line-height:60px;
}

.container {
    padding: 0 20px;
}


.botao-topo {
    cursor: pointer;
    font-size: 18px !important;
    border-radius: 8px;
    padding: 14px 20px;
    background: rgb(240, 101, 42);
    display: block;
    width: 320px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    line-height: 24px;
}

p {
    font-size: 20px;
}

.text-duvidas {
  line-height: 55px;
}

.largura-menor{width:82%; border-radius:10px;}

.form-placeholder h3{
  color: #0d5235;
  margin-left: 7px;
  font-size: 30px;
}

#como-funciona h2, #o-que-voce-ganha h2{
  color: #fff6e7;
}

#o-que-voce-ganha .box {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
}

#o-que-voce-ganha h3 {
  color: #fff6e7
}

#passo-a-passo h3 {
  color: #0d5235;
  font-size: 30px;
}

#passo-a-passo h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#passo-a-passo p, .text-certificados {
  color: #0d5235;
  max-width: 260px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-como-funciona {
  color: #fff6e7;
}

.menu {
    background: #0d5235;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

.bg-primary-green {
  background-color: var(--green) !important;
}

.navbar {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.barra-nav {
  margin-left: 10px;
}

.navbar .nav-link {
  color: #ffffffcc;
}

.navbar .nav-link:hover {
  color: #fff;
}

.separator-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.lead {
    color: #0d5235;
    font-weight: 500;
    line-height: 26px;
}

.text-ganha {
    font-size: 25px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 30px;
}

.text-form {
    color: #0d5235;
    font-size: 16px;
    margin-top: -15px !important;
}

.hero-title {
    color: var(--green);
    font-size: 3.5rem;
    line-height: 3.3rem;
}
.hero-logo {
  width: clamp(120px, 37vw, 200px);
  height: auto;
}

.hero-image {
  max-width: 754px;
  position: absolute;
  right: 0;
  top: -342px;
}

.hero-icon-1 {
  top: -245px;
  left: 0;
}
.hero-icon-2 {
  right: 0;
  top: -316px;
}
.hero-icon-3 {
  bottom: -404px;
  right: 0px;
}
.hero-icon-4 {
  top: 82px;
  left: -33px;
}

.btn-orange {
  background-color: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.btn-orange:hover {
  filter: brightness(0.95);
  color: #fff;
}

.form-placeholder {
  max-width: 376px;
  margin-left: -6px;
}

.section-title {
  color: var(--green);
}

.section-dark-green {
  background-color: var(--green);
}

.beige-card {
  background-color: var(--beige);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.card-title {
  font-size: 28px;
  color: var(--green);
}

.icon {
  width: 54px;
  height: 54px;
}

.feature p {
  text-transform: uppercase;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-icon {
  margin-bottom: 8px;
}


.step-number {
  color: var(--green);
  font-size: 140px;
  line-height: 1;
}


/* ----------------------------------------------------------------
FOOTER BLACK
-----------------------------------------------------------------*/

footer {
    background: #08291b;
    border: none !important;

}

a.icon-social.inline-block.border-0.si-medium {
    color: transparent;
}


#copyrights {
    padding: 50px 0 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%;
}

.social-icons {
    margin-bottom: 40px;
}

.chat a {
    color: #ffffff;
}

@media (max-width: 575.98px) {
    
    
.lead {
    color: #0d5235;
    font-weight: 500;
    line-height: 19px;
    font-size: 17px;
}    
    
.feature img {
    max-width: 84%;
}    

    
.hero-title {
    font-size: 40px;
    line-height: 39px;
}
    
    
  #passo-a-passo h3,
  #passo-a-passo p {
    max-width: 100%;
  }

  footer .simulado {
    font-size: 15px;
  }
}

/* Até 1199px */
@media (max-width: 1199px) {
  .largura-menor { width:95%; }    
    
  .hero-image {
    max-width: 750px;
    right: -30px;
    top: -298px;
  }

  .hero-icon-1 {
    top: -165px;
    left: -96px;
  }

  .hero-icon-4 {
    top: 183px;
  }
}

/* De 1200px até 1400px */
@media (min-width: 1200px) and (max-width: 1600px) {
  .largura-menor { width:93%; }

  .hero-icon-1 {
    top: -193px;
    left: -34px;
  }

  .hero-icon-4 {
    left: -80px;
  }
}

/* De 1200px até 1400px */
@media (min-width: 1700px) and (max-width: 1920px) {

.hero-image {
  max-width: 754px;
  position: absolute;
  right: 30px;
  top: -342px;
}    
    
}

@media (max-width: 991px) {
  .hero-image {
    position: relative;
    max-width: 100%;
    right: initial;
    top: initial;
  }
}

/* --- Novos estilos: cards das provas --- */
.exam-card {
  background-color: #fff6e7;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.exam-card .exam-icon {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.exam-card .exam-label {
  margin-top: 60px; /* compensa o ícone que invade o card */
  color: #0d5235;
  letter-spacing: 2px;
  font-size: 22px;
  font-weight: 600;
}

.exam-card .exam-date {
  font-family: 'Bebas Neue', sans-serif;
  color: #f0652a;
  font-size: 40px;
  letter-spacing: 1px;
}

.exam-card .exam-qty {
    color: #0d5235;
    font-size: 20px;
}

.exam-card .exam-qty strong {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    font-size: 37px;
    display: inline-block;
    color: #0d5235;
    font-weight: 400;
    line-height: 37px;
    margin-top: 10px;
}

p.texto-prova {
    color: #0d5235;
    line-height: 20px;
}

.exam-card .exam-qty span {
  font-size: 18px;
}

/* --- FAQ (accordion) --- */
#faqAccordion .accordion-item {
  background: transparent;
  border: 0;
}

#faqAccordion .accordion-button {
    font-family: 'Lato';
    background: transparent;
    color: #0d5235;
    padding: 18px 0;
    font-size: 18px;
    box-shadow: none;
    border-bottom: 1px solid rgba(13, 82, 53, 0.25);
    line-height: 22px;
}

#faqAccordion .accordion-button:hover {
  color: #093e29;
}

#faqAccordion .accordion-button:focus {
  box-shadow: none;
}

#faqAccordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-weight: 700;
  font-size: 20px;
  color: #f0652a;
  transform: none;
}

#faqAccordion .accordion-button:not(.collapsed)::after {
  content: "−";
}

#faqAccordion .accordion-collapse .accordion-body {
  padding: 12px 0 20px 0;
  color: #0d5235;
  border-bottom: 1px solid rgba(13, 82, 53, 0.25);
} 

/* Animação de pulso para banners do herói */
@keyframes bannerPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.hero-icon-1,
.hero-icon-2,
.hero-icon-3,
.hero-icon-4 {
  animation: bannerPulse 1.2s ease-in-out infinite;
  transform-origin: center center;
  will-change: transform;
}

.hero-icon-2 { animation-delay: .4s; }
.hero-icon-3 { animation-delay: .8s; }
.hero-icon-4 { animation-delay: 1.2s; }

@media (prefers-reduced-motion: reduce) {
  .hero-icon-1,
  .hero-icon-2,
  .hero-icon-3,
  .hero-icon-4 { animation: none; }
} 