﻿.marcador-top {
    background-color: #468bf2 !important;
}

.div-img-desktop { 
    background-image: url('../images/Detran/bk_desktop.jpg');
    height: 450px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.div-img-mobile {
    height: 170px;
    width: 100%; 
    background-image: url('../images/Detran/bk_mobile.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-tributo {
    font-size: 13pt !important;
    color: rgb(116, 116, 116) !important;
    cursor: pointer;
}

.active-tributo {
    background-color: #5c7cff !important;
    color: #fff !important;
}

.value-blue {
    font-weight: bold;
    color: #393f96;
}

.card-title, .headerh2, .headerh3 {
    color: rgb(116, 116, 116) !important;
}

.btn-consultar {
    font-size: 15pt !important;
}

.btn-primary, .btn-inicia-pgto, .conclui-pagamento {
    border-radius: 25px !important;
    font-size: 15pt;
}

    .btn-inicia-pgto:hover, .conclui-pagamento:hover {
        background-color: #2A4CCB;
        color: #FFF;
    }

.btn-inicia-pgto, .conclui-pagamento {
    background-color: #393f96;
    color: #FFF;
}

.btn-hero {
    text-decoration: none;
    justify-content: center;
    display: flex;
    color: white;
    border-radius: 30px !important;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 3px 4px #00000073;
    background-color: #393f96;
}

    .btn-hero:hover {
        background-color: #2A4CCB;
        color: #FFF;
    }

.modal-header-debit {
    background-color: #393f96;
}

/**
  servicos
**/

#servicos {
    position: relative;
    margin-top: -210px;
    margin-bottom: 105px !important;
}

@media only screen and (max-width: 768px) {
    #servicos {
        position: none;
        margin-top: unset;
        margin-bottom: 35px !important;
    }
}

#servicos .servicos-btn .nav-item {
    padding: 10px 10px 10px 10px;
}

#servicos .servicos-btn .nav-link {
    color: #000;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
    width: 170px;
}

@media only screen and (max-width: 768px) {
    #servicos .servicos-btn .nav-link {
        width: 142px;
    }
}

#servicos .cord-form {
    box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.22);
    border-radius: 18px;
}

    #servicos .cord-form input {
        box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.22);
    }

#servicos .card-text {
    color: #f35741;
}

#servicos .cord-form button {
    border-radius: 25px;
    color: #fff;
    background-color: #f35741;
}

.lnr-chevron-left {
    color: #fff !important;
}

.voltar-pagamento {
    background-color: #f35741;
    border-radius: 25px;
    color: #fff !important;
}

    .voltar-pagamento:hover {
        background-color: #f57665;
        border-radius: 25px;
        color: #fff !important;
    }

.btn-consultar, .btn-consultar-2 {
    background-color: #468bf2 !important;
}

/* outra paginas**/


@media only screen and (max-width: 768px) {
    #header-pagdetran {
        display: none;
    }

    .div-img-mobile {
        display: none !important;
    }

    #servicos {
        margin-top: 50px;
    }
}
