/* HEADER */

.header {
    background-color: hsl(0, 0%, 95%);
    width: 100%;
    height: 6rem;
    padding: 0 5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins", sans-serif;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
}

.header .titulo-header {
    font-size: 2rem;
    font-weight: 700;
    color: #0A2540;
}

.header .btn-header {
    display: none;
}

/* HEADER */

/* HERO */
.secao-hero {
    background: url('../images/navio-2.jpg') center/cover no-repeat;
    width: 100%;
    height: 180vh;
    z-index: 0;
    font-family: "Poppins", sans-serif;
}

.secao-hero .container-hero {
    background-color: #0A2540;
    opacity: 0.95;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.secao-hero .container-hero .conteudo-hero {
    height: 100vh;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.secao-hero .container-hero .conteudo-hero .titulo-hero {
    color: white;
    font-size: 3rem;
    font-weight: 800;
}

.secao-hero .container-hero .conteudo-hero .titulo-hero span {
    color: hsl(40, 90%, 61%);
}

.secao-hero .container-hero .conteudo-hero .descricao-hero {
    color: white;
    font-size: 2rem;
    font-weight: 300;
    margin: 2rem 0;
    text-align: justify;
    text-align-last: center;
}

.secao-hero .container-hero .conteudo-hero .btn1-hero {
    display: inline-block;
    width: 100%;
    background-color: hsl(40, 90%, 61%);
    color: #0A2540;
    box-shadow: 0 4px 10px 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;
}

.secao-hero .container-hero .conteudo-hero .btn1-hero:hover {
    background-color: hsl(40, 90%, 51%);
    box-shadow: 0 6px 24px hsla(40, 84%, 54%, 0.8);
    transform: scale(1.05);
}

.secao-hero .container-hero .conteudo-hero .btn2-hero {
    display: inline-block;
    width: 100%;
    margin: 2rem 0;
    align-self: center;
    background-color: #0A2540;
    color: #ffff;
    border: solid 2px white;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    font-weight: 300;
    border-radius: 5px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.secao-hero .container-hero .conteudo-hero .btn2-hero:hover {
    background-color: white;
    color: #0A2540;
}

.secao-hero .container-hero .imagem-hero {
    height: 78vh;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.secao-hero .container-hero .imagem-hero img {
    width: 80%;
    height: 80%;
    margin: 2rem 0;
    object-fit: cover;
    border: 4px solid rgb(114, 117, 138);
    border-radius: 10px;
    box-shadow: 0 4px 20px hsla(0, 0%, 0%, 0.5);
}

.secao-hero .container-hero .imagem-hero .conteudo-imagem-hero {
    background-color: hsl(40, 90%, 51%);
    width: 60%;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50px;
    left: 30%;
}

.secao-hero .container-hero .imagem-hero .conteudo-imagem-hero span {
    color: #0A2540;
    font-size: 1.6rem;
    font-weight: 600;
}

.secao-hero .container-hero .seta-hero {
    align-self: center;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: hsl(40, 90%, 61%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: seta-move 1s infinite alternate;
}

.secao-hero .container-hero .seta-hero .fa-arrow-down {
    font-size: 2rem;
}

/* HERO */

/* SEÇÃO BENEFICIOS */


.secao-benef {
    background-color: #f0f0f0;
    height: 100vh;
}

.secao-benef .container-benef {
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.secao-benef .container-benef .benef {
    width: 80%;
    height: 80%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.secao-benef .container-benef .benef i {
    font-size: 3rem;
    color: #0A2540;
}

.secao-benef .container-benef .benef .titulo-benef {
    font-size: 1.8rem;
    color: #0A2540;
    text-align: center;
}

.secao-benef .container-benef .benef .texto-benef {
    font-size: 1rem;
    color: #0A2540;
    text-align: center;
    margin-top: 1rem;
}


/* SEÇÃO BENEFICIOS */

/* SEÇÃO OQUE VOCÊ VAI APRENDER */

.secao-aprender {
    background-color: #fff;
    line-height: 1.2;
    height: 250vh;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    align-items: center;
}

.secao-aprender .titulo-aprender {
    font-size: 3rem;
    color: #0A2540;
    margin: 4rem 0;
    text-align: center;
}

.secao-aprender .texto-aprender {
    line-height: 1.2;
    display: block;
    width: 150px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #808080;
    width: 90%;
    text-align: center;
    margin-bottom: 5rem;
}

.secao-aprender .container-cards-aprender {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 6rem;
}

.secao-aprender .container-cards-aprender .card-aprender {
    width: 300px;
    height: 300px;
    margin: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    box-shadow: 0 0px 15px hsla(60, 1%, 76%, 0.8);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}


.secao-aprender .container-cards-aprender .card-aprender:hover {
    box-shadow: 0 0px 35px hsla(59, 96%, 48%, 0.8);
    transform: scale(1.02);
}

.secao-aprender .container-cards-aprender .card-aprender .circulo-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: hsl(40, 90%, 90%);
    display: flex;
    margin: 2rem 0;
    justify-content: center;
    align-items: center;
}

.secao-aprender .container-cards-aprender .card-aprender .circulo-icon .icon-aprender {
    font-size: 2.5rem;
    color: hsl(40, 90%, 65%);
}

.secao-aprender .container-cards-aprender .card-aprender .titulo-card {
    font-size: 1.8rem;
    color: #0A2540;
    margin: 2rem 0;
    text-align: center;
}

.secao-aprender .container-cards-aprender .card-aprender .texto-card {
    font-size: 1.4rem;
    color: #808080;
    text-align: center;
    margin-top: 0.5rem;
}

/* SEÇÃO OQUE VOCÊ VAI APRENDER */

/* SEÇÃO SOBRE O MENTOR*/

.secao-mentor {
    background-color: #f0f0f0;
    height: 160vh;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    align-items: center;
    justify-content: center;
}

.secao-mentor .container-img-mentor {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.secao-mentor .container-img-mentor .img-mentor {
    width: 90%;
    height: 90%;
    border-radius: 5%;
    object-fit: cover;
    box-shadow: 0 4px 20px hsla(0, 0%, 0%, 0.5);

}

.secao-mentor .container-img-mentor .msg-imagem {
    background-color: #0A2540;
    width: 80%;
    height: 60px;
    color: white;
    position: absolute;
    bottom: 20px;
    left: 60px;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-size: 1.2rem;
}

.secao-mentor .container-sobre-mentor {
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}

.secao-mentor .container-sobre-mentor .titulo-sobre-mentor {
    font-size: 3rem;
    color: #0A2540;
    margin-bottom: 2rem;
    text-align: left;
}

.secao-mentor .container-sobre-mentor .paragrafo-sobre-mentor {
    font-size: 1.6rem;
    color: #808080;
    text-align: left;
    margin-bottom: 2rem;
}

.secao-mentor .container-sobre-mentor .paragrafo-sobre-mentor span {
    color: #0A2540;
    font-weight: 800;
}

.secao-mentor .container-sobre-mentor .beneficios-mentor {
    width: 100%;
}

.secao-mentor .container-sobre-mentor .beneficios-mentor .beneficio-mentor {
    background-color: hsl(40, 90%, 90%);
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 40px;
}


.secao-mentor .container-sobre-mentor .beneficios-mentor .beneficio-mentor .icon-beneficio-mentor {
    font-size: 2rem;
    color: hsl(40, 90%, 65%);
    margin-right: 1rem;
}

.secao-mentor .container-sobre-mentor .beneficios-mentor .beneficio-mentor .texto-beneficio-mentor {
    font-size: 1.4rem;
    color: hsl(40, 93%, 42%);
}

.secao-mentor .container-sobre-mentor .btn-mentor {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: hsl(40, 90%, 65%);
    border: none;
    font-family: "Poppins", sans-serif;
    margin-top: 2rem;
    transition: ease-in-out 0.3s;
}

.secao-mentor .container-sobre-mentor .btn-mentor:hover {
    background-color: hsl(40, 93%, 42%);
    box-shadow: 0 6px 24px hsla(40, 84%, 54%, 0.8);
    transform: scale(1.05);
}

.secao-mentor .container-sobre-mentor .btn-mentor .texto-btn-mentor {
    color: #0A2540;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}

/* SEÇÃO SOBRE O MENTOR*/

/* SEÇÃO HISTÓRIAS */

.secao-historias {
    background-color: #fff;
    height: 140vh;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    align-items: center;
    justify-content: center;
}

.secao-historias .titulo-historias {
    font-size: 3rem;
    color: #0A2540;
    margin: 4rem 0 1rem 0;
    text-align: center;
}

.secao-historias .texto-aprender {
    line-height: 1.2;
    display: block;
    width: 50%;
    font-size: 1.8rem;
    font-weight: 400;
    color: #808080;
    width: 90%;
    text-align: center;
    margin-bottom: 2rem;
}

.secao-historias .container-cards-historias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem;
}

.secao-historias .container-cards-historias .card-hitorias {
    width: 300px;
    height: 250px;
    margin: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background-color: #ffff;
    border: solid 1px #ddd;
    box-shadow: 0 0px 15px hsla(60, 1%, 76%, 0.8);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.secao-historias .container-cards-historias .card-hitorias:hover {
    box-shadow: 0 0px 35px hsla(59, 96%, 48%, 0.8);
    transform: scale(1.02);
}

.secao-historias .container-cards-historias .card-hitorias .estrelas-card-historias {
    width: 40%;
    color: rgb(255, 215, 0);
    display: flex;
    font-size: 1.2rem;
    justify-content: start;
    margin-bottom: 2rem;
}


.secao-historias .container-cards-historias .card-hitorias .estrelas-card-historias i {
    margin: 0 2px;
}

.secao-historias .container-cards-historias .card-hitorias .texto-card-historias {
    font-size: 1.4rem;
    color: #808080;
    text-align: start;
    margin-top: 0.5rem;
}

.secao-historias .container-cards-historias .card-hitorias .nome-card-historias {
    font-size: 1.6rem;
    color: #0A2540;
    font-weight: 600;
    margin-top: 1rem;
}

.secao-historias .container-cards-historias .card-hitorias .emprego-card-historias {
    font-size: 1.2rem;
    color: #808080;
    margin-top: 0.5rem;
}

/* SEÇÃO HISTÓRIAS */

/* SEÇÃO ENTREVISTAS */

.secao-entrevistas {
    background-color: #ffff;
    height: 130vh;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
}

.secao-entrevistas .container-entrevistas {
    background-color: #f0f0f0;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 90%;
}

.secao-entrevistas .container-entrevistas .titulo-entrevistas {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #0A2540;
    margin-top: 1rem;
    text-align: center;
}

.secao-entrevistas .container-entrevistas .texto-entrevistas {
    line-height: 1.2;
    display: block;
    width: 50%;
    font-size: 1.8rem;
    font-weight: 400;
    color: #808080;
    width: 90%;
    text-align: center;
    margin: 1rem 0 3rem 0;
}

.secao-entrevistas .container-entrevistas .container-cards-entrevistas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70%;
    width: 100%;
}

.secao-entrevistas .container-entrevistas .cards-entrevistas {
    background-color: #c6c5c5;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
    height: 25%;
    width: 90%;
}

.secao-entrevistas .container-entrevistas .cards-entrevistas .numero-entrevistas {
    font-size: 1.4rem;
    color: #0A2540;
    font-weight: 600;
    margin: 1rem 0 0.5rem 0;
}

.secao-entrevistas .container-entrevistas .cards-entrevistas .texto-card-entrevistas {
    font-size: 1.2rem;
    color: #0A2540;
    text-align: center;
    margin: 0 1rem 1rem 1rem;
}

/* SEÇÃO ENTREVISTAS */

/* SEÇÃO FAQ */

.secao-faq {
    background-color: #f0f0f0;
    height: 170vh;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    align-items: center;
    justify-content: center;
}

.secao-faq .container-faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 90%;
}

.secao-faq .container-faq .titulo-faq {
    font-size: 3rem;
    color: #0A2540;
    margin: 2rem 0 1rem 0;
    text-align: center;
}

.secao-faq .container-faq .texto-faq {
    line-height: 1.2;
    display: block;
    width: 50%;
    font-size: 1.8rem;
    font-weight: 400;
    color: #808080;
    width: 90%;
    text-align: center;
    margin-bottom: 3rem;
}

.secao-faq .container-faq .cards-faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
    width: 100%;
}

.secao-faq .container-faq .cards-faq .faq {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    padding: 1rem;
    width: 100%;
    height: 12%;
    position: relative;
}

.secao-faq .container-faq .cards-faq .faq:hover {
    box-shadow: 0 0px 15px hsla(60, 1%, 76%, 0.8);
    transform: scale(1.02);
    cursor: pointer;
}

.secao-faq .container-faq .cards-faq .faq .titulo-cards-faq {
    font-size: 1.6rem;
    color: #0A2540;
    font-weight: 600;
    text-align: left;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.secao-faq .container-faq .cards-faq .faq .fa-plus {
    font-size: 1.6rem;
    color: rgb(255, 215, 0);
    transition: ease-in-out 0.3s;
}

.secao-faq .container-faq .cards-faq .faq .fa-plus:checked {
    color: orange;
    transform: rotate(45deg);
}


.secao-faq .container-faq .cards-faq .container-resposta-cards {
    position: relative;
    background-color: #fff;
    color: #0A2540;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 14px rgba(10, 37, 64, .06);
    border: 1px solid #eef2f7;
    border-top: none;
    display: none;
    transition: 0.3s ease-in-out;
}

.secao-faq .container-faq .cards-faq .container-resposta-cards::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 4px;
    background: #F2C94C;
    border-radius: 999px;/
}

/* SEÇÃO FAQ */

/* SEÇÃO LISTA */

.secao-lista {
    background-color: #fff;
    height: 150vh;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    align-items: center;
    justify-content: center;
}

.secao-lista .container-lista {
    background-color: #0A2540;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.secao-lista .container-lista .titulo-lista {
    font-size: 3rem;
    color: white;
    margin: 2rem 0 1rem 0;
    text-align: center;
}

.secao-lista .container-lista .texto-lista {
    line-height: 1.2;
    display: block;
    width: 50%;
    font-size: 1.8rem;
    font-weight: 400;
    color: white;
    width: 90%;
    text-align: center;
    margin-bottom: 3rem;
}

.secao-lista .container-lista .form-lista {
    background-color: #fff;
    display: flex;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    width: 90%;
    height: 90vh;
}

.secao-lista .container-lista .form-lista .dados-form {
    align-self: flex-start;
    font-size: 1.4rem;
    color: #0A2540;
    margin: 1rem 0 0.5rem 0;
}

.secao-lista .container-lista .form-lista .input-lista {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #ddd;
    padding: 0 1rem;
    font-size: 1.4rem;
    color: #0A2540;
}

.secao-lista .container-lista .form-lista .input-lista:focus {
    outline: none;
    border: solid 2px hsl(40, 90%, 61%);
    box-shadow: 0 0 5px hsla(40, 84%, 54%, 0.8);
}

.secao-lista .container-lista .form-lista .termos-lista {
    display: flex;
    align-items: start;
    margin: 1rem 0;
    width: 100%;
}

.secao-lista .container-lista .form-lista .termos-lista input {
    margin-right: 1rem;
}

.secao-lista .container-lista .form-lista .termos-lista label {
    font-size: 1.2rem;
    color: #808080;
}

.secao-lista .container-lista .form-lista .btn-lista {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: hsl(40, 90%, 61%);
    font-family: "Poppins", sans-serif;
    border: none;
    margin-top: 2rem;
    transition: ease-in-out 0.3s;
    font-size: 1.5rem;
    font-weight: 700;
}

.secao-lista .container-lista .form-lista .btn-lista:hover {
    background-color: hsl(40, 90%, 51%);
    box-shadow: 0 6px 24px hsla(40, 84%, 54%, 0.8);
    transform: scale(1.05);
}

.secao-lista .container-lista .form-lista .msg-form {
    font-size: 1.2rem;
    color: #808080;
    margin-top: 1rem;
    text-align: center;
}

/* SEÇÃO LISTA */

/* SEÇÃO CTA */

.secao-cta {
    background-color: #f0f0f0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.secao-cta .container-cta {
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}

.secao-cta .container-cta .titulo-lista {
    font-size: 2.2rem;
    line-height: 1.2;
    color: #0A2540;
    text-align: center;
}

.secao-cta .container-cta .texto-lista {
    line-height: 1.2;
    display: block;
    width: 50%;
    font-size: 1.4rem;
    font-weight: 400;
    color: #808080;
    width: 100%;
    text-align: center;
    margin: 2rem 0 3rem 0;
}

.secao-cta .container-cta .botoes-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.secao-cta .container-cta .botoes-cta .btn1-cta {
    display: inline-block;
    height: 40px;
    width: 100%;
    background-color: hsl(40, 90%, 61%);
    color: #0A2540;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
}

.secao-cta .container-cta .botoes-cta .btn1-cta:hover {
    background-color: hsl(40, 90%, 51%);
    box-shadow: 0 6px 24px hsla(40, 84%, 54%, 0.8);
    transform: scale(1.05);
}

.secao-cta .container-cta .botoes-cta .btn2-cta {
    display: inline-block;
    height: 40px;
    width: 100%;
    background-color: #ffff;
    color: #0A2540;
    border: solid 2px white;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 1rem;
    transition: ease-in-out 0.3s;
    font-family: "Poppins", sans-serif;
}

.secao-cta .container-cta .botoes-cta .btn2-cta:hover {
    background-color: #0A2540;
    color: white;
}

.secao-cta .container-cta .lista-cta {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #808080;
    text-align: center;
}

.secao-cta .container-cta .lista-cta .item-cta {
    margin: 0.5rem 0;
    text-align: start;
    width: 100%;
}

.secao-cta .container-cta .lista-cta .item-cta .icon-check {
    color: hsl(40, 90%, 61%);
    margin-right: 0.5rem;
}

.secao-cta .container-cta .lista-cta .item-cta .texto-item-cta {
    font-size: 1rem;
    color: #808080;
}

/* SEÇÃO CTA */

/* SEÇÃO FOOTER */

.footer {
    width: 100%;
    background-color: #0A2540;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    height: 140vh;
    width: 100%;
}

.footer .container-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    height: 100%;
    width: 100%;
}

.footer .container-footer .informacoes-footer {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 4rem;
}


.footer .container-footer .informacoes-footer .nome-footer {
    margin: 1rem 0;
}

.footer .container-footer .informacoes-footer .nome-footer .titulo-footer {
    font-size: 2.2rem;
    color: #ffff;
}

.footer .container-footer .informacoes-footer .nome-footer .copyright-footer {
    font-size: 2.2rem;
    color: #ffff;
    text-align: start;
    font-size: 1.5rem;
    font-weight: 300;
}

.footer .container-footer .informacoes-footer .links-footer {
    text-align: start;
    margin: 1rem 0;
    text-decoration: none;
    color: inherit;
}

.footer .container-footer .informacoes-footer .links-footer .subtitulo-footer {
    font-size: 1.8rem;
    color: #ffff;
    text-align: start;
}

.footer .container-footer .informacoes-footer .links-footer a {
    font-size: 2.2rem;
    color: #ffff;
    text-align: start;
    font-size: 1.5rem;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
}

.footer .container-footer .informacoes-footer .contato-footer {
    text-align: start;
    ;
    text-decoration: none;
    color: inherit;
}

.footer .container-footer .informacoes-footer .contato-footer .subtitulo-footer {
    font-size: 1.8rem;
    color: #ffff;
    text-align: start;
}

.footer .container-footer .informacoes-footer .contato-footer a {
    font-size: 2.2rem;
    color: #ffff;
    text-align: start;
    font-size: 1.5rem;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
}

.footer .container-footer .aviso-footer {
    background-color: #11375dfb;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-bottom: 2rem;
}

.footer .container-footer .aviso-footer .titulo-aviso-footer {
    font-size: 1.8rem;
    color: hsl(40, 90%, 61%);
    font-weight: 600;
    text-align: start;
    margin-bottom: 1rem;
}

.footer .container-footer .aviso-footer .texto-aviso-footer {
    font-size: 1.4rem;
    color: #fff;
    text-align: start;
    margin-top: 1rem;
}

.footer .container-footer .aviso-footer .texto-aviso-footer .span-footer {
    color: #fff;
    font-weight: 700;
}

.footer .container-footer .texto-direitos-footer {
    font-size: 1.2rem;
    color: #fff;
    align-self: center;
    margin-top: 2rem;
    font-weight: 300;
}

/* SEÇÃO FOOTER */

/* BOTÃO FLUTUANTE */
.botao-flutuante {
    position: relative;
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #22c55e;
    color: #fff;
    font-family: "Poppins", sans-serif;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(34, 197, 94, 0.3);
    padding: 2rem 2.5rem 2rem 2rem;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 70px;
    border: none;
    transition: 0.3s ease-in-out;
}

.botao-flutuante:hover {
    cursor: pointer;
    background-color: #1b9347;
    transform: scale(1.05);
}

.botao-flutuante .fa-whatsapp {
    font-size: 3rem;
    margin-right: 0.5rem;
}

.botao-flutuante .textos-botao h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.botao-flutuante .textos-botao span {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1rem;
}

/* BOTÃO FLUTUANTE */

/* PAG THANKS */

body {
    font-family: "Poppins", sans-serif;
    background: #f9fafc;
    margin: 0;
    height: 250vh;
}

.cabecalho {
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.logo {
    font-size: 2.2rem;
    font-weight: bold;
}

.conteudo {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mensagem .icone {
    font-size: 6rem;
    margin-bottom: 10px;
}

.mensagem h2 {
    color: #0a2540;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.mensagem p {
    font-size: 1.6rem;
    color: #808080;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 500;

}

.mensagem p strong {
    color: #0A2540;
}

.cartoes {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

.cartoes .cartao {
    width: 300px;
    height: 300px;
    margin: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    box-shadow: 0 0px 15px hsla(60, 1%, 76%, 0.8);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}


.cartoes .cartao:hover {
    box-shadow: 0 0px 35px hsla(59, 96%, 48%, 0.8);
    transform: scale(1.02);
}

.cartoes .cartao .cartao-icone {
    font-size: 3rem;
    margin-bottom: 10px;
}

.cartoes .cartao h3 {
    font-size: 2.8rem;
    color: #0A2540;
    font-weight: 500;
}

.cartoes .cartao p {
    font-size: 1.4rem;
    color: #808080;
    text-align: center;
    margin-top: 0.5rem;
}

.cartoes .cartao .botao-pesquisa {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: hsl(40, 90%, 65%);
    border: none;
    margin-top: 2rem;
    transition: ease-in-out 0.3s;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0A2540;
    font-weight: 500;
}

.cartoes .cartao .botao-pesquisa:hover {
    background-color: hsl(40, 90%, 51%);
    box-shadow: 0 6px 24px hsla(40, 84%, 54%, 0.8);
    transform: scale(1.05);
}

.cartoes .cartao .botao-whats {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #0A2540;
    border: none;
    margin-top: 2rem;
    transition: ease-in-out 0.3s;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.cartoes .cartao .botao:hover {
    background-color: #fff;
    color: #0A2540;
}

.passos {
    background: #0a2540;
    border-radius: 5px;
    width: 100%;
    padding: 2rem 0;
}

.passos h2 {
    font-size: 3rem;
    color: white;
    margin: 2rem 0 1rem 0;
    text-align: center;
}

.lista-passos {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lista-passos .passo .passo-icone {
    font-size: 3rem;
}

.lista-passos .passo h4 {
    color: white;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: justify;
    text-align-last: center;
}

.lista-passos .passo p {
    text-align: center;
    color: white;
    font-size: 1.4rem;
    font-weight: 300;
    text-align-last: center;
}

.lembrete {
    background: #fff3cd;
    width: 300px;
    height: 200px;
    margin: 4rem 1rem 2rem 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 15px hsla(60, 1%, 76%, 0.8);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out; 
}

.lembrete h3 {
     font-size: 2rem;
    color: #0A2540;
    font-weight: 600;
}

.lembrete p {
    font-size: 1.4rem;
    color: #808080;
    text-align: center;
    margin-top: 0.5rem;
}

.botao-retorno {
    width: 60%;
    height: 50px;
    border-radius: 5px;
    background-color: #0A2540;
    border: none;
    margin-top: 2rem;
    transition: ease-in-out 0.3s;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.rodape {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 14px;
}


/* PAG THANKS */

/* ANIMAÇÕES */
@keyframes seta-move {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    100% {
        transform: translateX(-50%) translateY(-15px);
    }
}

/* ANIMAÇÕES */