:root {
    --color-red: #EA3F34;
    --color-background: #FDF6EC;
    --color-bg-footer: #EA3F34;
    /*--color-bg-footer: #F6D4C4;*/
    --color-purple-1: #1e0a4d;
    --color-purple-2: #592898;
    --color-pink: #FF93EF;
    --color-green-1: #00BB59;
    --color-green-2: #AEEC00;
    --color-orange: #E87F3A;
    --color-yellow-1: #FFD101;
    --color-yellow-2: #ffd00160;
    --color-gray-1: #373537;
    --color-gray-2: #fafafa;
    --color-black: #000;
}

/* css/style.css */
section[id], div[id] { scroll-margin-top: 100px; }
html { scroll-behavior: smooth; } /* opcional: rolagem suave */


body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    position: relative;
}

h1{
    color: var(--color-gray-1);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h2{
    color: var(--color-gray-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section {
    padding-top: 84px;
    padding-bottom: 84px;
    overflow-x: hidden;
}


/* Button */

.btn_custom{
    background: var(--color-yellow-1);
    border: none;
    padding: 16px 24px;
    color: var(--color-gray-1);
    font-size: 16px;
    font-weight: 600;
}


/*.btn_custom:hover, .btn_custom:active{*/
/*    background: var(--color-yellow-2) !important;*/
/*    color: var(--color-gray-1);*/
/*}*/

.btn_custom:hover{
    background: var(--color-yellow-2) !important;
    color: var(--color-gray-1);
}

/* Nav */

.navBar{
    border-bottom: 4px solid var(--color-red);
    background: #FFF;
}

nav.navbar{
    padding-top: 0;
    padding-bottom: 0;
}

.navBar ul li.nav-item{
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0;
}

.navBar ul li.nav-item a{
    font-size: 16px;
    padding: 0 24px !important;
}


.navBar ul li.nav-item:hover a{
    background: var(--color-red);
    color: var(--color-gray-2);
}


a.nav-link {
    height: 90px;
    display: flex;
    align-items: center;
}

/*a.nav-link.active {*/
/*    background: var(--color-red);*/
/*    color: var(--color-gray-2) !important;*/
/*    padding: 0 16px !important;*/
/*}*/


.close-icon {
    font-size: 1.5em;
    padding: 0 2.8px;
}



/* Section Hero */

#banner {
    background-image: linear-gradient(90deg, var(--color-red) 32.00%, rgba(228, 234, 155, 0.15) 57.53%), 
    url('../assets/images/background-hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#banner h1{
    color: var(--color-gray-2);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

#banner h5{
    color: var(--color-gray-2);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* Div Logos */

.div_logos{
    padding: 16px 0;
}

/* como_funciona */

.div_como_funciona{
    /* background-image: url('../assets/images/background_como_funciona.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
    padding-top: 84px;
    padding-bottom: 84px;
}

.div_como_funciona hr{
    width: 60%;
    margin: 16px auto;
    border: 1px dotted var(--color-gray-1);
}


.como_funciona{
    width: 85%;
    margin: 24px auto;
    border-radius: 24px;
    border: 8px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;

}

.como_funciona .como_funciona_row{
    display: flex;
    align-items: center;
}

.como_funciona .como_funciona_info_title, .como_funciona .como_funciona_info_content{
    text-align: center;
    width: 100%;
    padding: 24px 16px;
}


.como_funciona .como_funciona_info_title{
    background: #1E1E1E;
    color: var(--color-gray-2);
    display: flex;
    align-items: center;
    justify-content: end;
    border: 1px solid var(--color-black);
}

.como_funciona .como_funciona_info_content{
    background: var(--color-gray-2);
    display: flex;
    align-items: center;
    justify-content: start;
}

.como_funciona .como_funciona_info_content img{
    margin-right: 16px;
}



/* beneficios */

.div_beneficios{
    background-image: url('../assets/images/background_beneficios.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 84px;
    padding-bottom: 84px;
    overflow-x: hidden;
}

.div_beneficios p{
    color: var(--color-gray-2);
}

.card_beneficios{
    background-color: var(--color-gray-2);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.card_beneficios h2{
    color: var(--color-gray-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card_beneficios p{
    color: var(--color-gray-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.card_beneficios {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
  }
  
  
/* acesso_ao_sistema*/
/*
.div_acesso_ao_sistema{
    background-image: url('../assets/images/background_como_funciona.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 84px;
    padding-bottom: 84px;
    overflow-x: hidden;
}
*/

/* Painel de Dados */

.div_painel {
    padding-top: 84px;
    padding-bottom: 84px;
}


/* FAQ */

.div_faq{
    padding-top: 84px;
    padding-bottom: 84px;
}

.faq-main {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
}

.faq-title {
    text-align: center;
    font-size: 45px;
    font-weight: normal;
}

.faq-group {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.faq-group .faq-left {
    width: 38%;
}

.faq-group .faq-right {
    width: 58%;
    border-left: #ccc 1px solid;
    padding-left: 30px;
    margin-left: 4%;
}

.faq-group h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 35px 0 15px 0;
}

.faq-group h3:first-child {
    margin-top: 0px;
}

.faq-btns {
    margin-bottom: 40px;
}

.faq-btn {
    width: 100%;
    display: inline-block;
    border: #000 1px solid;
    border-radius: 4px;
    text-align: center;
    margin: 10px 0;
    background-color: #fff;
    padding: 14px;
    text-decoration: none;
    color: #000;
    transition: 0.5s all;
}

.faq-btn:hover {
    background-color: #000;
    color: #fff;
}

.faq-item {
    width: 100%;
    margin: 7px 0px;
}

.faq-item .faq-label {
    position: relative;
    width: 100%;
    padding: 24px 24px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-gray-2);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: var(--color-purple-2);
    border-radius: 8px;
}

.faq-item .faq-label p{
    padding-right: 16px;
    margin-bottom: 0;
}

.faq-item .faq-label i {
    width: 18px;
    height: 100%;
    position: absolute;
    right: 16px;
    top: 0px;
    z-index: 0;
}

.faq-item .faq-label i:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 18px;
    height: 2px;
    background-color: var(--color-gray-2);
}

.faq-item .faq-label i:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 2px;
    height: 18px;
    background-color: var(--color-gray-2);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.faq-item.faq-item-show .faq-label i:after {
    opacity: 0;
}

.faq-cont {
    transition: 0.3s all;
    overflow: hidden;
    height: 0px;
}

.faq-item.faq-item-show .faq-cont {
    display: block;
    padding: 24px;
    overflow: auto;
    height: auto;
}

.faq-cont p {
    margin: 0px 0 20px 0;
}

.faq-cont p:last-child {
    margin-bottom: 0px;
}



/* Contato */

.div_contato{
    background-image: url(../assets/images/background_contato.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: -2px;
}

.div_contato p{
    color: var(--color-gray-2);
    font-size: 24px;
    margin-bottom: 64px;
}







/* Baixe o APP */

.div_sobre-suirpo{
    background-image: url('../assets/images/background_app.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 84px;
    padding-bottom: 84px;
}



/* Footer */


footer{
    background: url('../assets/images/logo_piaui.png');
    background-position: right center;
    background-color: var(--color-bg-footer);
    background-repeat: no-repeat;
    padding: 64px 0px;
}

footer p {
    color: var(--color-gray-2);
    font-size: 0.9rem;
}

footer a {
    color: var(--color-gray-2);
    text-decoration: none;
    font-size: 0.9rem;
}

footer a:hover{
    text-decoration: underline;
    color: var(--color-gray-2);
}


footer hr{
    border-top: 1px solid #fff;
    margin-bottom: 40px;
}


.btnTopo {
    display: none; /* Ocultar o botão por padrão */
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0px 16px;
    background-color: var(--color-gray-1);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 48px;
    z-index: 9999;
}




@media (max-width: 575.98px) {
   #banner {
        background-image: none;
        background-color: var(--color-red);
    }

}

@media (max-width: 767.98px) {

    .navBar ul li.nav-item {
        height: 56px;
    }

    #banner {
        height: auto !important;
        padding: 64px 24px;
    }

    #banner h1{
        font-size: 48px;
        margin-bottom: 16px;
        text-align: center;
    }
    
    #banner h5{
        font-size:16px;
        margin-bottom: 16px;
        text-align: center;
    }

    #banner .container_buttons{
        justify-content: center;
    }

    #banner .img_estudante{
        margin-top: 32px;
    }

}

@media (max-width: 991.98px) {


    a.nav-link {
        height: 60px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .navBar ul{
        margin-top: 16px;
    }

    .navBar ul li.nav-item a{
        font-size: 16px;
        padding: 0 16px !important;
    }

    #banner h1{
        font-size: 32px;
    }
    
    #banner h5{
        font-size:16px;
    }

    .btn_custom{
        font-size: 14px;
    }

    .como_funciona{
        width: 100%;
    }

    .como_funciona .como_funciona_row {
        flex-direction: column;
    }

    .como_funciona .como_funciona_info_title {
        justify-content: center;
    }

    .como_funciona .como_funciona_info_content {
        justify-content: center;
    }

    .div_contato{
        padding: 48px 48px 0 48px;
        text-align: center;
        /* margin-bottom: -4px; */
    }

}

@media (max-width: 1199.98px) {

    .navBar ul li.nav-item a{
        font-size: 14px;
    }

    #banner h1{
        font-size: 48px;
        line-height: 64px;
    }
    
}

@media (max-width: 1399.98px) {

    #banner{
        height: 85vh;
    }


    #banner .img_estudante{
        width: 600px;
    }
   
}


