body {
    padding: 0;
    margin: 0;
}

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

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

.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: #0a6aa1;
    font-size: 3em;
}

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


.aplicativo {
    background: #FFF24E;
    height: 80vh;
    margin: 200px 0;
}

.aplicativo-img {
    position: relative;
    z-index: 10;
    bottom: 100px;
}

.aplicativo-col-textos > h1{
    color: #00A259;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: bold;
}

.aplicativo-col-textos > p {
    font-size: 1.5em;
}

.aplicativo-col-textos > h3 {
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: bold;
}

.aplicativo-col-textos > ul {
    font-size: 1.25em;
}

.central-atendimento {
    background-image: url("../../frontend/imgnew/servidor/imag_bg_atendimento.png"); !important;
    background-repeat: no-repeat;
}

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

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

.atendimento-texto > h1 {
    color: #BA635B;
    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;
}


@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: 65%;
        padding: 40px 20px;
        border-radius: 5px;
        position: relative;
        top: -130px;
        margin: 0 auto;
    }

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

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

    .aplicativo-img {
        display: none;
    }

    .aplicativo {
        height: 100vh;
        margin-top: 20px;
        padding-top: 15px;
        padding-right: 25px;
    }

    .central-atendimento {
        margin-top: -200px;
        padding-top: -30px;
        padding-right: 35px;
    }

    .atendimento-img{
        display: none;
    }

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

    .desconto-img {
        display: none;
    }

}

