@media(min-width: 768px) {

/* HEADER */

    .header .titulo-header {
        font-size: 2.5rem;
    }

    .header .btn-header {
    display: block;
    background-color: hsl(40, 90%, 61%);
    color: #0A2540;
    box-shadow: 0 4px 20px hsla(40, 84%, 54%, 0.8);
    border: none;
    padding: 1rem 2rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
    animation: flutuar 2s infinite ease-in-out;
}

.header .btn-header:hover {
    background-color: hsl(40, 90%, 51%);
    box-shadow: 0 6px 24px hsla(40, 84%, 54%, 0.8);
}

/* HEADER */

/* HERO */

.secao-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.secao-hero .container-hero{
    flex-direction: row;
    position: relative;
}

.secao-hero .container-hero .conteudo-hero {
    width: 50vw;
    padding: 0 2rem;
}

.secao-hero .container-hero .conteudo-hero .titulo-hero {
    font-size: 3rem;
    text-align: left;
}

.secao-hero .container-hero .conteudo-hero .descricao-hero {
    text-align: justify;
    text-align-last: left;
}

.secao-hero .container-hero .conteudo-hero .btn1-hero{
    width: 100%;
    margin-top: 4rem;
}

.secao-hero .container-hero .conteudo-hero .btn2-hero{
    width: 100%;
    align-self: flex-end;
}

.secao-hero .container-hero .imagem-hero {
    width: 50vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secao-hero .container-hero .seta-hero {
    position: absolute;
    bottom: 0;
}

/* HERO */

/* SEÇÃO BENEFICIOS */


.secao-benef {
    height: 40vh;
}

.secao-benef .container-benef {
    flex-direction: row;
}


/* SEÇÃO BENEFICIOS */

/* SEÇÃO APRENDER */

.secao-aprender {
    height: 170vh;
}

/* SEÇÃO APRENDER */

/* SEÇÃO SOBRE O MENTOR */

.secao-mentor {
    height: 180vh;
}

.secao-mentor .container-img-mentor {
    height: 50%;
}

.secao-mentor .container-sobre-mentor .beneficios-mentor {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/* SEÇÃO SOBRE O MENTOR */

/* SEÇÃO HISTÓRIAS */

.secao-historias {
    height: 100vh;
}

.secao-historias .container-cards-historias {
    height: 85vh;
}

.secao-historias .container-cards-historias .card-hitorias {
    width: 200px;
    height: 300px;
}

/* SEÇÃO HISTÓRIAS */

/* SEÇÃO ENTREVISTAS */
.secao-entrevistas {
    height: 40vh;
}

.secao-entrevistas .container-entrevistas .texto-entrevistas {
    width: 100%;
    text-align: center;
    margin-bottom: 0rem;
  }

  .secao-entrevistas .container-entrevistas .container-cards-entrevistas {
    flex-direction: row ;
  }

.secao-entrevistas .container-entrevistas .container-cards-entrevistas .cards-entrevistas {
    width: 100%;
    height: 85%;
    margin: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }


/* SEÇÃO ENTREVISTAS */

/* SEÇÃO FAQ */

.secao-faq {
    height: 100vh;
}

/* SEÇÃO FAQ */

/* SEÇÃO LISTA */

.secao-lista {
    height: 130vh;
}

.secao-lista .container-lista {
    padding: 0 8rem;
}
/* SEÇÃO LISTA */

/* SEÇÃO CTA */

.secao-cta {
    height: 60vh;
}

.secao-cta .container-cta .botoes-cta {
    flex-direction: row;
    justify-content: center;
}

.secao-cta .container-cta .botoes-cta .btn2-cta {
    width: 50%;
    margin-left: 1rem;
}

.secao-cta .container-cta .lista-cta {
    flex-direction: row;
    width: 100%;
    text-align: center;
    margin-top: 4rem;
}

/* SEÇÃO CTA */

/* SEÇÃO FOOTER */

.footer {
    height: 80VH;
}

.footer .container-footer {
    align-items: flex-start;
    justify-content: center;
}

.footer .container-footer .informacoes-footer {
    height: 30%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer .container-footer .informacoes-footer .nome-footer {
    width: 33%;
    height: 100%;
    margin-right: 2rem;
}

.footer .container-footer .informacoes-footer .links-footer {
    width: 33%;
    height: 100%;
}

.footer .container-footer .informacoes-footer .contato-footer {
    width: 33%;
    height: 100%;
}

/* SEÇÃO FOOTER */

/* PAG THANKS */
body {
    height: 150vh;
}

.cartoes {
    flex-direction: row;
}

.lista-passos {
    flex-direction: row;
}

.lembrete {
    width: 100%;
}

.lembrete h3 {
    font: 3rem;
}

.lembrete p {
    font-size: 2rem;
}

/* PAG THANKS */

@media(min-width: 1030px) {
    
/* HERO */

.secao-hero .container-hero .conteudo-hero .titulo-hero {
    font-size: 4.8rem;
    text-align: center;
}

.secao-hero .container-hero .conteudo-hero .descricao-hero {
   
}

.secao-hero .container-hero .conteudo-hero .btn1-hero {
    width: 80%;
    align-self: center;
    animation: flutuar 2s infinite ease-in-out;
}
.secao-hero .container-hero .conteudo-hero .btn2-hero {
    width: 50%;
    align-self: center;
}
/* HERO */

/* SEÇÃO BENEFICIOS */

.secao-benef .container-benef .benef .titulo-benef {
    font-size: 2.4rem;
}

.secao-benef .container-benef .benef .texto-benef {
    font-size: 1.6rem;
}

/* SEÇÃO BENEFICIOS */

/* SEÇÃO APRENDER */

.secao-aprender {
    height: 80vh;
}

.secao-aprender .titulo-aprender {
    font-size: 4.8rem;
    margin: 2rem 0;
}

.secao-aprender .texto-aprender {
    margin-bottom: 2rem;
}

/* SEÇÃO APRENDER */

/* SEÇÃO SOBRE O MENTOR */

.secao-mentor {
    height: 110vh;
    flex-direction: row;
}

.secao-mentor .container-img-mentor {
    width: 60%;
    height: 80%;
}

.secao-mentor .container-sobre-mentor {
    padding-left: 20rem;
    padding-right: 2rem;
    align-items: flex-start;
    height: 100%;
}

.secao-mentor .container-sobre-mentor .titulo-sobre-mentor {
    font-size: 4rem;
    margin-bottom: 2rem;
}

.secao-mentor .container-sobre-mentor .paragrafo-sobre-mentor {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.secao-mentor .container-sobre-mentor .btn-mentor {
    width: 50%;
    margin-top: 2rem;
}

/* SEÇÃO SOBRE O MENTOR */

/* SEÇÃO HISTÓRIAS */

.secao-historias {
    height: 60vh;
}

.secao-historias .container-cards-historias {
    height: 50vh;
}

.secao-historias .container-cards-historias .card-hitorias {
    width: 300px;
    height: 250px;
}

/* SEÇÃO HISTÓRIAS */

/* SEÇÃO FAQ */

.secao-faq .container-faq .cards-faq .faq {
    width: 50%;
    margin: 1rem 0;
}

.secao-faq .container-faq .cards-faq .container-resposta-cards {
    width: 50%;
    margin-top: -1.5rem;
}

/* SEÇÃO FAQ */

/* SEÇÃO CTA */

.secao-cta .container-cta  {
    padding: 0 12rem;
    width: 70%;
}

.secao-cta .container-cta .titulo-lista{
    font-size: 3.2rem;
}

.secao-cta .container-cta .texto-lista{
    font-size: 2rem;
    margin: 2rem 0;
}

/* SEÇÃO CTA */



/* SEÇÃO FOOTER */

.footer {
    height: 60VH;
}

.footer .container-footer {
    padding: 0 4REM ;
}

/* SEÇÃO FOOTER */

/* PAG THANKS */

.botao-retorno {
    width: 40%;
}

/* PAG THANKS */
}