body {
    font-family: Georgia, serif;
    padding: 0;
    margin: 0;
}

.main {
    background-image: url("../../frontend/imgnew/consignatarias/imag_bg_topo_consignatarias.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 150px;
    padding-left: 80px;
    text-align: left;
    color: #fff;
    margin-top: -20px; !important
}

.main h1 {
    text-transform: uppercase;
}

.main h1 b {
    font-size: 2em;
}

.main-text {
    background: #005F86;
    color: white;
    font-size: 1.5em!important;
    max-width: 85%;
    padding: 50px 30px;
    border-radius: 5px;
    position: relative;
    top: 80px;
}

.main-img {
    position: relative;
    top: -120px;
}

.sub-main{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sub-main-text {
    background-image: url("../../frontend/imgnew/servidor/imag_quadradinhos_claros.png");
}

.sub-main-text > p {
    color: #0a1547;
    font-size: 3.4em;
}

.sub-main-text > p::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #0a1547;
    margin: 30px auto;
    z-index: 1;
}

.portal {
    background: url("../../frontend/imgnew/consignatarias/bg_portal_app_mais_consignado.png");
}

.portal {
    padding: 60px 20px 40px 20px;
}

.portal-col > img {
    padding-top: 50px;
}

.portal-texto {
    color: white;
    font-size: 1.25em;
    padding: 40px 90px;
}

.portal-texto > h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8em;
}


.clube-descontos {
    background: url("../../frontend/imgnew/servidor/bg_usemais.png");
}

.descontos-col {
    padding: 40px 20px 40px 20px;
}

.descontos-texto {
    color: white;
    font-size: 1.25em;
    padding: 110px 50px;
}


.atendimento {
    background: url("../../frontend/imgnew/consignatarias/bg_central_atendimento_consignatarias.png");
}

.atendimento-col {
    padding: 40px 20px 40px 20px;
}

.atendimento-texto {
    padding: 110px 150px;
    color: #0a1547;
}

.atendimento-texto > h1 {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
}

.atendimento-texto > p {
    font-size: 1.25em;
}

.descontos-texto > h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8em;
}

/*.catalogo {*/
/*    background: url('../../frontend/imgnew/orgao publico/catalogo.png');*/
/*    background-size: cover;*/
/*}*/

/*.catalogo {*/
/*    display: flex;*/
/*    margin: 90px;*/
/*}*/

/*.catalogo-background {*/
/*    background: linear-gradient(to right ,rgb(27,154,214), rgb(18,78,145));*/
/*    border-radius: 10px;*/
/*    max-height: 110px;*/
/*    z-index:1111;*/
/*}*/

/*.catalogo-col > p {*/
/*    color: white;*/
/*    font-size: 2.7em;*/
/*    font-weight: bold;*/
/*    text-transform: uppercase;*/
/*}*/

.btn-acessar {
    background: #199FDB;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .navbar-brand {
        top: 50px;
        left: -20px;
    }

    .banner-text-hide {
        display: none;
    }

    .sub-main {
        padding-top: 40px;
    }

    .sub-main-text {
        font-size: 0.6em;
    }

    .navbar-itens {
        background-color: #0a1547;
        border-radius: 10px;
        z-index: 9999;
    }

    .btn-acesso-sistema{
        background-color: #0a9dc7;
        max-width: 178px;
    }

    .btn-acesso-servidor {
        max-width: 178px;
    }

    .navbar-toggle {
        border: 1px solid #0a1547;
        background-color: #0a1547;
    }

    .main-text {
        background: #005F86;
        color: white;
        font-size: 1.2em!important;
        max-width: 95%;
        padding: 20px;
        border-radius: 5px;
        position: relative;
        top: 40px;
        margin: 0 auto;
    }

    .main-img > img{
        display: none;
    }

    .main h1 b {
        font-size: 1.5em;
    }

    .central-atendimento {
        /*margin-top: -40px;*/
    }

    .atendimento-texto {
        padding: 0px; !important;
    }

    .atendimento-img{
        display: none;
    }

    .clube-descontos {
        padding-top: -40px;
        padding-right: 25px;
    }

    .desconto-img {
        display: none;
    }

    .portal-img {
        display: none;
    }

}
