@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,200;1,300;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.head-topo {
    display: flex;
    height: 80px;
    width: 100%;
    background-color: #d1b902;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 100px;
    flex-wrap: wrap;
}

.head-topo .logo {
    color: #3a3a3a;
    font-size: 35px;
    font-weight: 600;
    text-decoration: none;
}

.head-topo ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.head-topo ul li {
    margin: 0 5px;
}

.head-topo ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.head-topo ul li a.active,
.head-topo ul li a:hover {
    background: #af9200;
}

.head-topo .menu-btn i {
    color: #eeeeee;
    cursor: pointer;
    display: none;
    padding: 6px;

    transition: all 0.3s ease-in-out;
}

.head-topo .menu-btn i:hover {
    filter: brightness(1.2);
}

@media (max-width: 1024px) {
    .head-topo .menu-btn i {
        display: block;
    }

    .head-topo {
        padding: 0 16px;
    }

    .head-topo ul {
        position: fixed;
        top: 80px;
        left: 105%;
        background-color: #d1b902;
        height: 100vh;
        width: 100%;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
        z-index: 9999;
    }

    .head-topo ul.open {
        left: 0;
        z-index: 9999;
    }

    .head-topo ul li {
        width: 100%;
        margin: 0;
    }

    .head-topo ul li a {
        font-size: 22px;
        display: block;
        width: 100%;
        padding: 12px 0;

    }

    .head-topo ul li a.active,
    .head-topo ul li a:hover {
        background: #e2c800;
        color: #3a3a3a;
    }

/* Footer */

    .foot-baixo {
        background-color: #d1b902;
        padding: 10px 16px;
    }

    .foot-baixo h2 {
        text-align: center;
        font-size: 18px;
    }

    .foot-cima .sec-pai-foot {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 12px;
        column-gap: 8px;
    }

    .foot-cima .sec-pai-foot.local {
        justify-content: space-around;
        flex-direction: row;
        margin-top: 20px;
    }

    .foot-cima .sec-pai-foot.local .foot-p-local {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 8px 0;
        font-size: 14px;
    }

    .foot-cima .sec-pai-foot .foot-filho p {
        color: #eeeeee;
        text-align: center;
    }

    .foot-cima .sec-pai-foot a {
        color: #eeeeee;
        text-decoration: none;
        border-bottom: 1px solid #eeeeee00;
        transition: all 0.3s ease-in-out;
    }

    .foot-cima .sec-pai-foot a:hover {
        color: #eeeeee;
        border-bottom: 1px solid #eeeeee;
        transition: all 0.3s ease-in-out;
    }

    .foot-cima {
        background-color: #af9200;
        padding: 20px 16px;
    }

    .foot-cima .sec-pai-foot .foot-local {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sec-pai-foot h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
    }


    /* Main */

    .conteudo article .main-section {
        background-color: #e2c800;
        padding: 16px 8px;
    }

    .conteudo article .main-section.meio {
        background-color: #d1b902;
    }

    .conteudo article .main-section .main-btn {
        background-color: #FFFfff00;
        border: 2px solid #eeeeee;
        border-radius: 12px;
        text-decoration: none;
        padding: 8px 12px;
        display: block;
        margin-inline: auto;
        width: fit-content;
        text-align: center;
        color: #eeeeee;
        margin-top: 8px;

        transition: all 0.3s ease-in-out;
    }

    .conteudo article .main-section .main-btn:hover {
        filter: brightness(1.2);
    }

    .conteudo article .main-section h2 {
        text-align: center;
        margin-bottom: 16px;
    }

    .conteudo article .main-section p {
        text-align: center;
    }


    .breadcrumbs {
        padding: 10px 6px;
        display: flex;
        background-color: #af9200;
        font-size: 14px;
        font-weight: 500;
    }

    .breadcrumbs a {
        text-decoration: none;
        color: #FFF;
        margin-right: 8px;
        border-bottom: 1px solid #FFFFFF00;

        transition: all 0.3s ease-in-out;
    }

    .breadcrumbs a:hover {
        border-bottom: 1px solid #FFFFFF;
    }
}





/* VINICIUS */

#sec1 {
    padding: 50px;
    background-color: #d1b902;
}

#sec1 #linha1{
    border-bottom: 1px solid #000;
    margin: 20px;
    padding-bottom: 50px;
}

#sec1 h2 {
    color: #000000;
    display: block;
    text-align: center;
}

#sec1 p {
    text-align: justify;
    color: rgb(0, 0, 0);
}

#sec2 {
    background: #d1b902;
    padding: 0px 30px 30px;
}

#sec2 p {
    text-align: center;
}

#sec2 h2 {
    text-align: center;
    padding: 18px 0;
}

#img {
    width: 200px;
    display: block;
    margin: 30px auto;
}

.conteudo{
    background-color: #d1b902;
}

@media screen and (min-width:480px) and (max-width:585px) {

    #sec1 p {
        text-align: center;
        color: rgba(0, 0, 0);
    }


    #sec2 p {
        text-align: center;
    }

    #img {
        width: 130px;
        display: block;
    }
}

@media screen and (min-width:586px) {
    #sec1 p {
        text-align: center;
        color: rgb(0, 0, 0);
    }

    #img {
        width: 130px;
        display: block;
    }

}


/* RECARGA */

.container-btn {
    background-color: #d1b902;
    padding: 30px 6px 15px 6px;
}

.container-btn h2 {
    text-align: center;
    font-size: 20px;
    color: #333;
}

.container-btn .btn-vlr-rec {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
    margin: 10px 50px;
    border-radius: 12px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease-in-out;
}

.container-btn .btn-vlr-rec:hover {
    background-color: #ffef72;
}

.container-btn .todos-valores {
    margin-top: 30px;
}

#outros-valores {
    background-color: #d1b902;
    text-align: center;
    padding-bottom: 20px;
}

#outros-valores label{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

#outros-valores input{
    padding: 10px 50px;
    border-radius: 12px;
    border: 1px solid #333;
    background-color: #af9200;
}

.btn-confirma-pag{
    background-color: #d1b902;
    padding-bottom: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.btn-confirma-pag a{
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
    border-radius: 12px;
    height: 50px;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 200px;

    transition: all 0.3s ease-in-out;
}

.btn-confirma-pag a:hover{
    background-color: #ffef72;
}

/* FORMAS DE PAGAMENTO */

.title-pag{
    background-color: #d1b902;
    text-align: center;
    font-size: larger;
    padding: 19px;
}

.formas-pag{
    background-color: #d1b902;
    padding: 1px 0px 30px 0px;
}

.formas-pag .btn-pag{
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
    margin: 10px 50px;
    border-radius: 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease-in-out;
}

.formas-pag .btn-pag:hover {
    background-color: #ffef72;
}

/* MEUS CARTOES */

.title-cartoes{
    text-align: center;
    padding: 20px;
    font-size: larger;
}

.box-cartoes{
    background-color: #d1b902;
    padding: 1px 0px 20px 0px;
    text-align: center;
}

.btn-cartoes{
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
    margin: 10px 50px;
    border-radius: 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease-in-out;
}

.btn-cartoes a{
    color: rgb(0, 0, 0);
}

.box-cartoes .ex-cartao{
    color: rgb(255, 0, 0);
}

.box-cartoes .btn-cartoes:hover {
    background-color: #ffef72;
}

.box-cartoes .btn-cartoes a{
    text-decoration: none;
    text-align: center;
}

.box-cartoes #add-cartao{
    display: flex;
    justify-content: center;
    row-gap: 30px;
}

.box-cartoes #add-cartao a{
    text-decoration: none;
    color: #333;
}

#add-cartao a:hover {
    border-bottom: 1px solid #000000;
}

/* CONFIRMACAO */

.box-confirma{
    background-color: #d1b902;
    row-gap: 20px;
}

.box-confirma h2, p{
    text-align: center;
}

.box-confirma p{
    padding: 10px;
}

.box-confirma h2{
    padding: 20px;
}

.bottom-confirma{
    display: flex;
    justify-content: space-evenly;
    background-color: #d1b902;
    padding: 20px;
}

.bottom-confirma a{
    text-decoration: none;
    color: #333;
}

.bottom-confirma .btn-confirma{
    border: 1px solid #333;
    margin: 10px 50px;
    width: 400px;
    border-radius: 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease-in-out;
}

.bottom-confirma .btn-confirma:hover {
    background-color: #ffef72;
}

/* MINHA CONTA */

.box-conta{
    background-color: #d1b902;
    padding: 10px 6px 15px 6px;
}

.box-conta .dados-conta{
    padding: 5px;
}

.box-conta .btn-conta a{
    text-decoration: none;
    color: #333;
}

.box-conta .btn-conta{
    text-align: center;
    border: 1px solid #333;
    margin: 10px 50px;
    border-radius: 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease-in-out;
}

.box-conta .btn-conta:hover {
    background-color: #ffef72;
}

#title-valor{
    font-size: 30px;
}

/* EXTRATO */

.box-meses{
    background-color: #d1b902;
    display: flex;
    justify-content: space-evenly;
}

.box-meses .mes{
    padding: 20px 0px;
}

.box-extrato{
    background-color: #d1b902;
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
}

.box-extrato .btn-extrato{
    display: flex;
    justify-content: space-around;
    padding: 15px 0px;
    border-radius: 12px;
    border: 1px solid #333;
    margin: 15px;
}


.box-meses .mes p:hover{
    border-bottom: 1px solid #FFFFFF;
}

/* ADICIONAR CARTAO */

.all-addCartao{
    background-color: #d1b902;
    padding: 20px;
}

.add-cartao{
    text-align: center;
    border: 1px solid #333;
    margin: 30px 50px;
    border-radius: 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-cartao a{
    text-decoration: none;
    color: #333;
}

.add-cartao:hover{
    background-color: #ffef72;
}

.all-addCartao .form-cartao{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    
}

.all-addCartao .form-cartao input{
    border-radius: 12px;
    color: #333;
    height: 40px;
    text-align: center;
    background-color: #af9200;
}

.form-cartao .campo-cartao{
    display: flex;
    justify-content: space-between;
}

/* Lucas css */

/*cadastro, horario e horario centenario - Lucas*/

.conteudoPaginaL{
    padding: 30px 0;
}


.conteudoPaginaL input, select{
    width: 100%;
    box-sizing: border-box;
    height: 30px;
}

.campoL{
    padding: 5px;
    width: 60%;
}

.campoL .labelL{
    text-align: left;
    padding: 10px;
}

.tituloL{
    text-align: center;
    padding: 0 0 20px;
    font-size: 20px;
}

.textoL{
    padding: 10px 15px;
    text-align: center;
}

.btnL{
    text-align: center;
    padding: 15px 0px;
}

.btnL a{
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.3s ease;

    display: block;
    margin-inline: auto;
    width: fit-content;

    border: 1px solid #333;
}

.btnL a:hover{
    background: #af9200;
}

#dataL{
    text-align: center;
    font-size: 16px;
    color: gray;
}

.conteudoPaginaL p{
    /* width: 25%; */
    text-align: center;
   /*  float: left; */
}

/* MEUS DADOS */

.titleDados{
    display: flex;
    justify-content: center;
    padding: 20px;
}

.dados{
    display: flex;
    flex-direction: column;
}

#nomeDados{
    display: flex;
    padding: 10px 30px;
}

#cpfDados{
    display: flex;
    padding: 10px 30px;
}

#dataDados{
    display: flex;
    padding: 10px 30px;
}

#codDados{
    display: flex;
    padding: 10px 30px;
}

.botaoDados a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.3s ease;

    display: block;
    margin-inline: auto;
    width: fit-content;

    border: 1px solid #333;
}

.botaoDados a:hover{
    background: #af9200;
}

.botaoDados{
    padding: 30px;
}

@media screen and (min-width:1025px){

    /* HEATHER */

    .head-topo{
        height: 150px;
    }

    /* FOOTER */

    .foot-baixo {
        background-color: #d1b902;
        padding: 27px 100px;
    }

    .foot-baixo h2 {
        text-align: center;
        font-size: 18px;
    }

    .foot-cima .sec-pai-foot {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 12px;
        column-gap: 50px;
    }

    .foot-cima .sec-pai-foot.local .foot-p-local {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 8px 0;
        font-size: 14px;
    }

    .foot-cima .sec-pai-foot .foot-filho p {
        color: #eeeeee;
        text-align: center;
    }

    .foot-cima .sec-pai-foot a {
        color: #eeeeee;
        text-decoration: none;
        border-bottom: 1px solid #eeeeee00;
        transition: all 0.3s ease-in-out;
    }

    .foot-cima .sec-pai-foot a:hover {
        color: #eeeeee;
        border-bottom: 1px solid #eeeeee;
        transition: all 0.3s ease-in-out;
    }

    .foot-cima {
        background-color: #af9200;
        padding: 20px 16px;
        column-gap: 100px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    .foot-cima .sec-pai-foot .foot-local {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sec-pai-foot h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
    }

    .foot-dados{
        display: flex;
        column-gap: 150px;
    }

    .sec-pai-foot.local{
        display: flex;
        flex-direction: row;
    }

    /* BREADCRUMBS */

    .breadcrumbs {
        padding: 30px 6px;
        display: flex;
        background-color: #af9200;
        font-size: 20px;
        font-weight: 500;
    }

    .breadcrumbs a {
        text-decoration: none;
        color: #FFF;
        margin-right: 8px;
        border-bottom: 1px solid #FFFFFF00;

        transition: all 0.3s ease-in-out;
    }

    .breadcrumbs a:hover {
        border-bottom: 1px solid #FFFFFF;
    }

    /* HORÁRIO DE ÔNIBUS */

    .textoL{
        padding-top: 50px;
        font-size: 20px;
    }

    .tituloL{
        font-size: 30px;
        padding: 0px;
    }

    .conteudoPaginaL{
        height: 1000px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* MINHA CONTA */

    .all-conta{
        height: 900px;
        background-color: #d1b902;
        display: flex;
        justify-content: space-evenly;
        align-items: center;

    }

    .box-conta .btn-conta{
        height: 170px;
        width: 500px;
        margin: 40px;
    }

    .box-conta a{
        font-size: 25px;
    }

    .box-conta p{
        font-size: 30px;
    }

    #title-valor{
        font-size: 90px !important;
    }

    /* EXTRATO */

    .all-extrato{
        height: 900px;
        background-color: #d1b902;
    }

    .box-extrato .btn-extrato p{
        font-size: 25px;
    }
    
    .box-meses p{
        font-size: 30px;
    }

    .box-extrato .btn-extrato{
        padding: 30px;
    }

    .box-meses{
        padding: 40px;
    }

    .box-extrato{
        row-gap: 30px
    }

    /* RECARGA */

    .all-recarga{
        height: 1050px;
        background-color: #d1b902;
    }
    
    .todos-valores .btn-vlr-rec{
        height: 100px;
        width: 80%;
        display: flex;

    }

    .container-btn h2{
        font-size: 25px;
        padding: 20px;
    }

    .todos-valores{
        font-size: 30px;
    }

    .btn-recarga{
        display: flex;
        justify-content: center;
    }

    #outros-valores label{
        font-size: 20px;
    }

    #outros-valores input{
        padding: 20px 50px;
    }

    .btn-confirma-pag a{
        font-size: 20px;
    }

    #outros-valores{
        padding: 40px;
    }

    /* FORMAS DE PAGAMENTO */

    .all-pagamento{
        height: 700px;
        background-color: #d1b902;
    }

    .title-pag{
        font-size: 30px;
        padding: 50px;
    }

    .formas-pag{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btn-pag{
        font-size: 25px;
        height: 100px !important;
        width:600px;
    }

    .btn-pagam{
        padding: 20px;
    }

    /* MEUS CARTOES REC */

    .all-cartoes{
        height: 600px;
        background-color:#d1b902 ;
    }

    .title-cartoes p{
        font-size: 30px !important;
    }

    .box-cartoes .btn-cartoes{
        height: 100px;
        width: 500px;
    }

    .box-cartoes{
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .box-cartoes p{
        font-size: 20px;
    }

    .box-cartoes #add-cartao a{
        font-size: 25px;
    }

    /* ADICIONAR CARTAO */

    .all-addCartao .form-cartao{
        justify-content: center;
    }

    .all-addCartao .add-cartao{
        width: 400px;
    }

    .all-addCartao{
        align-items: center;
        justify-content: space-evenly;
        height: 600px;
        display: flex;
        flex-direction: column;
    }

    .form-cartao .campo-cartao {
        column-gap: 700px;
    }

    .form-cartao label{
        font-size: 20px;
    }

    .all-addCartao .add-cartao a{
        font-size: 20px;
    }

    /* CONFIRMAÇÃO */

    .all-confirma{
        justify-content: center;
        height: 600px;
        background-color: #d1b902;
        display: flex;
        flex-direction: column;
    }

    .all-confirma p{
        font-size: 20px;
    }

    .all-confirma a{
        font-size: 20px;
    }

    .bottom-confirma .btn-confirma{
        height: 100px;
    }

    /* MEUS DADOS */

    .all-dados{
        height: 510px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .all-dados .dados{
        align-items: center;
    }

    .all-dados .dados p {
        font-size: 20px;
    }

    .all-dados .titleDados{
        font-size: 25px;
    }

    /* SOBRE NÓS */

    .all-sobre{
        height: 800px;
        display: flex;
        align-items: center;
    }

    .linha2{
        border-right: 1px solid #000;
        padding-right: 50px;
    }

    #sec1 #linha1{
        border-bottom: 0px;
    }

    #sec1{
        width: 150%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width:1400px){
    
    .foot-cima{
        display: flex;
        flex-direction: column;
    }

    .sec-pai-foot.local{
        padding: 20px;
    }

}

@media screen and (max-width:1051px){

}