body {
    font-family: 'Ubuntu', sans-serif;
    color: #464242;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    background-color: #030e26;
}

.TopoSite {
    background: #030e26 url('../images/bg_topo.jpg') top center no-repeat;
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 120px;
}


@media (max-width: 992px) {
    .TopoSite {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 0px;
    }
}

.SombraBranca {
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg,rgba(3, 14, 38, 0) 0%, rgba(3, 14, 38, 1) 80%);
    position: absolute;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

#FraseTopo{
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #FFFFFF;
    position: absolute;
    top: 100px;
    z-index: 100;
    font-style: italic;
}

@media (max-width: 768px) {
    #FraseTopo{
        top: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .BoxFrase {
        max-width: 60%;
    }
}

.TextoEsquerda{
    z-index: 10;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #FFFFFF;
}

.logoTopo img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 60px;
}

.fotoAlda {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    z-index: 0;
    padding-top: 40px;
}

.hero-text {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    z-index: 2;
    position: relative;
}

.hero-text strong {
    font-size: 44px;
    line-height: 48px;
    font-weight: 900;
    color: #FFFFFF;
}

.hero-subtitulo {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
    z-index: 2;
    position: relative;
}


@media (max-width: 992px) {
    .hero-text {
        font-size: 28px;
        line-height: 34px;
    }
    .hero-subtitulo {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .TextoEsquerda{
        padding-bottom: 30px;
        font-size: 18px;
        line-height: 20px;
    }
    .logoTopo img {
        max-width: 200px;
        margin-bottom: 30px;
    }
    .fotoAlda {
        width: 100%;
        margin-top: 0px;
        padding-top: 0px;
    }
    
    .hero-text {
        font-size: 26px;
        line-height: 30px;
    }
}


.btn-Principal {
    background: #053D26;
    background: linear-gradient(321deg,rgba(5, 61, 38, 1) 0%, rgba(3, 166, 99, 1) 100%);
    color: #FFFFFF!important;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 18px 40px 18px 40px;
    transition: background 0.5s, color 0.5s;
    margin: 0px;
    border: 1px solid #247158;
    border-radius: 6px;
    box-shadow: none!important;
    outline: none;
    text-align: center;
    display: inline-block;
}

.btn-Principal:hover {
    background: linear-gradient(321deg, #043923 0%, #043923 100%);
    color: #FFFFFF!important;
    transition: background 0.5s, color 0.5s;
    box-shadow: none!important;
    outline: none;
}


#Video{
    background-color: #030e26;
    padding-bottom: 100px;
    font-size: 20px;
}

#Video p{
    font-size: 20px;
    font-style: italic;
    color: #FFFFFF;
    font-weight: 300;
}

#Video h1{
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    #Video{
        padding-top: 10px;
        padding-bottom: 40px;
    }
    #Video h1{
        font-size: 24px;
        line-height: 28px;
    }
}


#Objetivos{
    background: #1c103d url('../images/bg_objetivos.jpg') top center no-repeat;
    padding-top: 110px;
    padding-bottom: 110px;
    border-top: 1px solid #352e4b;
}

#Objetivos h1{
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
    color: #FFFFFF;
}

#Objetivos h1 strong{
    font-weight: 900;
}


#Objetivos h2{
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #FFFFFF;
}

.Assinatura{
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #FFFFFF;
    font-style: italic;
}

@media (max-width: 768px) {
    #Objetivos{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #Objetivos h1{
        font-size: 24px;
        line-height: 28px;
    }
    #Objetivos h2{
        font-size: 24px;
        line-height: 28px;
    }
}



/* Estilo dos boxes */
.objetivo-box {
    background: #110929;
    background: linear-gradient(121deg,rgba(17, 9, 41, 1) 0%, rgba(39, 27, 74, 1) 100%);
    border: 1px solid #594f74;
    color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .objetivo-box {
        padding: 25px;
    }
}


/* Número com fundo bege */
.objetivo-box .numero {
  background-color: #d4c3af;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  text-align: center;
  flex-shrink: 0;
}

/* Título ao lado do número */
.objetivo-box .titulo {
  color: #ffffff;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
}

/* Texto abaixo do título */
.objetivo-box p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
}

/* Barrinha inferior */
.objetivo-box .barra {
  background-color: #eedbcf;
  width: 30%;
  height: 6px;
  margin-bottom: 15px;
}

.small{
    font-size: 16px;
  font-weight: 200;
}

/* Responsivo */
@media (max-width: 576px) {
  .objetivo-box .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .objetivo-box .titulo {
    margin-top: 10px;
  }
}





#Sobre {
    background-color: #fdf2ef;
    background: url('../images/bg_sobre.jpg') center center repeat;
    position: relative;
}
.img-right-crop {
  object-fit: cover;
  object-position: right center;
  height: 100%;
  width: 100%;
}

.SobreP{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #484848;
    margin-bottom: 5px;
}

.SobreMini{
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    color: #484848;
    margin-bottom: 5px;
}
.SobreSub{
    font-size: 40px;
    line-height: 44px;
    font-weight: 300;
    color: #464242;
}
h1.Destaque {
    font-size: 55px;
    line-height: 58px;
    font-weight: 600;
    background: linear-gradient(to right, #685242, #eab649);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline;
}


#FraseDestaque {
  background-color: #1c103d;
  border-top: 1px solid #908292;
  padding: 60px 0;
  overflow: hidden;          /* para esconder o que ultrapassar */
  white-space: nowrap;       /* para não quebrar linha */
  text-align: center;
  font-size: 14px;
  letter-spacing: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

.frase-wrapper {
  display: inline-block;
}

.frase-item {
  display: inline;
}


/* Controle responsivo */
@media (max-width: 992px) {
  #FraseDestaque {
    letter-spacing: 7px;
  }
}

@media (max-width: 768px) {
  #FraseDestaque {
    font-size: 12px;
    letter-spacing: 5px;
  }
  .OcultaMobile{
    display: none;
  }
}



#Etapas{
    background: #153c4a url('../images/bg_oqueaprender.jpg') top center no-repeat;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 60px;
    color: #FFFFFF;
}

#Etapas h1{
    font-size: 40px;
    line-height: 42px;
    font-weight: 400;
    color: #FFFFFF;
}
#Etapas h2{
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    #Etapas{
        padding-top: 90px;
        padding-bottom: 30px;
    }
    #Etapas h1{
        font-size: 28px;
        line-height: 32px;
    }
    #Etapas h2{
        font-size: 18px;
        line-height: 22px;
    }
}




/* Estilo dos boxes */
.etapas-box {
    background: #110929;
    background: linear-gradient(121deg,rgba(0, 20, 30, 0.9) 0%, rgba(20, 60, 74, 0.9) 100%);
    border: 1px solid #305b6b;
    color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .etapas-box {
        padding: 25px;
    }
}



/* Título ao lado do número */
.etapas-box .titulo {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.etapas-box .tituloGrande {
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

/* Texto abaixo do título */
.etapas-box p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
}









#Ciclos{
    background-color: #fff6e7;
    padding-top: 90px;
    padding-bottom: 90px;
}


#Ciclos .SubTitulo{
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#Ciclos h1{
    font-size: 40px;
    line-height: 42px;
    font-weight: 600;
    color: #000000;
}
#Ciclos h2{
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
}

.BoxCiclos{
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #c3a162;
    border-radius: 20px;
}
.BoxCiclos img {
    border-radius: 20px;
}

.SubTituloCiclo{
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: #FFFFFF;
}
.TituloCiclo{
    font-size: 40px;
    line-height: 44px;
    font-weight: 800;
    color: #FFFFFF!important;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #Ciclos{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #Ciclos h1{
        font-size: 24px;
        line-height: 28px;
    }
    #Ciclos h2{
        font-size: 18px;
        line-height: 22px;
    }
}






#Depoimentos{
    background-color: #856655;
    padding-bottom: 50px;
}

#Depoimentos h1{
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 10px;
    color: #f6eae0;
    padding-top: 50px;
    padding-bottom: 40px;
}

.LinhaDepoimento{
    background-color: #b79480;
    width: 100%;
    height: 3px;
}

@media (max-width: 768px) {
    #Depoimentos{
        padding-bottom: 50px;
    }
    #Depoimentos h1{
        font-size: 24px;
        line-height: 28px;
    }
}

.short-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%; /* Proporção 9:16 (altura/largura * 100) */
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.short-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.short-wrapper {
  position: relative;
  width: 100%;
  /* padding-top: 177.78%; /* 9:16 ratio (altura proporcional) */
  overflow: hidden;
  background-color: #000;
  border-radius: 10px;
}

.short-wrapper img.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 10px;
}

/* Botão play centralizado */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
}

.play-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 20px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}






#QueroEntrar{
    background-color: #1c103d;
    padding-top: 110px;
    padding-bottom: 110px;
}
.LogoQueroEntrar{
    width: 90%;
    max-width: 175px;
    margin: 0 auto;
    margin-bottom: -50px;
}
#QueroEntrar h1{
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
    color: #FFFFFF;
}

#QueroEntrar h1 strong{
    font-weight: 900;
}


.Comprar-TxtTitulo{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #a4dcc5;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.Comprar-TxtPor{
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.Comprar-TxtPreco{
    font-size: 50px;
    line-height: 52px;
    font-weight: 800;
    color: #fdd04f;
    margin-bottom: 10px;
}
.Comprar-TxtPrecoVista{
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.Comprar-TxtFinal{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid #FFFFFF;
    text-transform: uppercase;
}



@media (max-width: 768px) {
    #QueroEntrar{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #QueroEntrar h1{
        font-size: 24px;
        line-height: 28px;
    }
    .LogoQueroEntrar{
        width: 60%;
        max-width: 150px
    }

    .Comprar-TxtPor{
        font-size: 20px;
        line-height: 30px;
    }

    .Comprar-TxtPreco{
        font-size: 36px;
        line-height: 40px;
    }
    .Comprar-TxtPrecoVista{
        font-size: 24px;
        line-height: 30px;
    }


}



#FotoAlda {
  background: url('../images/img_paisagem.jpg') top center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
}

#FotoAlda .img-mobile {
  display: none;
}

/* MOBILE: até 767px */
@media (max-width: 767px) {
  #FotoAlda {
    background: none;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  #FotoAlda .img-mobile {
    display: block;
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}


#AldaCoelho{
    background: #1c103d url('../images/bg_quemsou.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #FFFFFF;
}


#AldaCoelho h1{
    font-size: 40px;
    line-height: 42px;
    font-weight: 600;
    background: linear-gradient(to right, #FFFFFF, #6c7be9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline;
}



@media (max-width: 767px) {
    #AldaCoelho{
    padding-top: 40px;
    padding-bottom: 40px;
    }
    
    #AldaCoelho h1{
        font-size: 34px;
        line-height: 36px;
    }

}




#DuvidasFrequntes{
    background-color: #ecf5f8;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}


#DuvidasFrequntes h1{
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}



@media (max-width: 767px) {
    #DuvidasFrequntes{
    padding-top: 40px;
    padding-bottom: 40px;
    }
    
    #DuvidasFrequntes h1{
        font-size: 30px;
        line-height: 34px;
    }

}




.faq-accordion {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  background: transparent; /* fundo transparente geral */
  box-shadow: none!important;
}

.faq-item + .faq-item {
  border-top: 1px solid #c0b8ae; /* risco de divisão */
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  background: transparent; /* fundo transparente */
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 19px;
  font-weight: 400;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: rgba(192, 184, 174, 0.1); /* leve efeito ao passar o mouse */
}

.faq-icon {
  font-size: 1.5rem;
  line-height: 1;
  user-select: none;
  color: #000000;
}

.faq-answer {
  padding: 15px 20px;
  padding-bottom: 50px;
  background: transparent; /* fundo transparente */
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  border-top: none;
}




.LogoRodape{
    background-color: #f9f6f1;
    padding: 50px 0;
}
.LogoRodape img{
    width: 70%;
    max-width: 240px;
}

footer {
    background-color: #1c103d;
    font-size: 13px;
    color: #FFFFFF;
    padding: 15px 0;
}


/* Links */
footer a {
    color: #FFFFFF;
    text-decoration: none;
}
/* Hover */
footer a:hover {
    color: #98cadb;
}


/* Lista das redes sociais */
.RedesSociaisRodape {
    list-style: none; /* Remove marcadores da lista */
    padding: 0;
    margin: 5px 0 0 0;
    display: flex; /* Coloca em linha */
    justify-content: center; /* Centraliza no rodapé */
    gap: 15px; /* Espaço entre os ícones */
}

/* Cada item da lista */
.RedesSociaisRodape li {
    display: inline-block;
}

/* Links */
.RedesSociaisRodape a {
    color: #FFFFFF; /* Cor padrão */
    font-size: 15px; /* Tamanho do ícone */
    transition: color 0.3s ease;
}

/* Hover */
.RedesSociaisRodape a:hover {
    color: #98cadb; /* Cor ao passar o mouse */
}
