.title_emp{
    background: url(../images/banner_empresarial.webp);
    width: 100%;
    background-size: cover;
    background-position: left center;
    position: relative;
    z-index: 1;
}

.text_secundario{
    margin-top: 15px;
}

.central{
    text-align: center;
}

.aparecer-mobile{
    display: none;
}
.tamanho-aumentado{
    height: 110% !important;
}
@media screen and (max-width:993px){
    .aparecer-mobile{
        display: block;
        margin-top: 0px !important;
    }
    .aparecer-desktop{
        display: none;
    }
    .tamanho-aumentado{
        height: 100%;
    }
}

