/* Topicos */


#anchorMaquina, #anchorDigitalBank, #anchorQuemSomos, #anchorContato {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

#maquinas ul, #contaPre ul, #cartao ul {
    list-style-type: none;
    position: relative;
    left: -30px;
}

#maquinas li, #contaPre li, #cartao li {
    font-style: italic;
}

@media (max-width: 767px) {
    #maquinas, #contaPre, #cartao, #quemSomos, #contato {
        padding-top: 30px;
    }
    #maquinas, #contaPre, #cartao, #quemSomos, #contato {
        font-size: 14px;
    }
    #maquinas, #contaPre, #cartao, #contato {
        padding-bottom: 30px;
    }
    #maquinas li, #contaPre li, #cartao li {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    #maquinas, #contaPre, #cartao, #quemSomos, #contato {
        padding-top: 70px;
    }
    #maquinas, #contaPre, #cartao, #quemSomos, #contato {
        font-size: 16px;
    }
    #maquinas, #contaPre, #cartao, #contato {
        padding-bottom: 70px;
    }
    #maquinas li, #contaPre li, #cartao li {
        margin-bottom: 20px;
    }
}


/* PAGETOP */

.pageTop {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.topBts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #daba8a;
    z-index: 20;
}
.topBts a {
    background-color: #0f100f !important;
    border-color: #0f100f !important;
}
.topBts a:hover {
    background-color: #222420 !important;
    border-color: #222420 !important;
}
@media (max-width: 767px) {
    .topBts {
        padding: 20px 15px;
    }
    .topBts a {
        width: 110px !important;
    }
}
@media (min-width: 768px) {
    .topBts {
        padding: 25px;
    }
    .topBts a {
        width: 210px !important;
    }
}

/* banner */

#bannerTop {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-image: url('../img/home/Bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

/* MODAL */

.modalTexto {
    padding: 20px 10px 20px 10px;
}

.modalTexto a {
    background-color: #1a9456 !important;
    border-color: #1a9456 !important;
    width: 135px;
}
.modalTexto a:hover {
    background-color: #1a9456 !important;
    border-color: #1a9456 !important;
}

/* Corpo */

.ulPOS {
    list-style-type: disc !important;
    position: relative !important;
    left: -65px !important;
}

.ulPOS li {
    font-style: nome !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
    width: 150%;
}

@media (max-width: 767px) {
    .btnAPP {
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    .btnAPP {
        margin-top: 40px;
    }
}

/* CONTATO */

#contato h2 img {
    width: 15px;
    margin-right: 6px;
}

#contato h2 {
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}

#contato form {
    padding: 25px;
    border: 1px solid #9c9d9a;
    border-radius: 8px;
}