body {
    padding: 0;
    margin: 0;
}

.main {
    background-image: url("../../frontend/imgnew/servidor/imag_bg_topo_serv.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: -210px;
}

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

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

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

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

.central-atendimento {
    background: url("../../frontend/imgnew/orgao publico/imag_bg_atendimento.png");
}

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

.atendimento-texto {
    font-size: 1.25em;
    padding: 110px 90px;
}

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


.clube-descontos {
    background-repeat: no-repeat;
}

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

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

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

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

.catalogo-col {
    flex: 1;
    background: linear-gradient(to right ,rgb(27,154,214), rgb(18,78,145));
    border-radius: 10px;
}

.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;
    }

    .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;
        padding-top: -30px;
        padding-right: 35px;
    }

    .atendimento-img{
        display: none;
    }

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

    .desconto-img {
        display: none;
    }

}
