/* Section empresa ///////////////////////////////////////////////////////////////////*/
.wrap_section_empresa{
    padding: 40px 0px 60px;
    background-color: var(--back_contraste_home);
}
.img_principal_empresa{
    width: 40%;
    float: left;
    margin: 0px 20px 20px 0px;
}
.img_direita{
    float: right !important;
    margin: 0px 0px 20px 20px !important;
}
.wrap_section_empresa .descricao_empresa{
    color: #333;
    font-size: 16px;
}
.btn_saiba_mais_empresa{
    float: left;
    border-radius: 40px;
    color: var(--cor_primaria);
    border: 2px solid;
    text-align: center;
    font-size: 20px;
    padding: 11px 50px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 20px;
}
.btn_saiba_mais_empresa:hover, .btn_saiba_mais_empresa:focus{
    text-decoration: none;
    background: var(--cor_primaria);
    color: var(--text_secundario);
    transition: 0.5s all;
    border-color: var(--cor_primaria);
}
.titulo_section_empresa{
    width: 57%;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
    display: block;
    float: left;
}
.img_principal_empresa{
    width: 40%;
    float: left;
    margin: 0px 20px 20px 0px;
}
.botao_mais_informacoes{
    background: #fff;
    border: 1px solid var(--cor_primaria);
    color: var(--cor_primaria);
    padding: 10px 20px;
    border-radius: 4px;
}
.botao_mais_informacoes:hover{
    text-decoration: none;
    background: var(--cor_primaria);
    color: #FFF;
    transition: 0.5s all;
}
/* End section empresa ///////////////////////////////////////////////////////////////*/




/* Celulares atÃ© 240px */
@media screen and (max-width: 240px) {

    /* Empresa */
    /* End Empresa */

}

/* End Celulares atÃ© 240px */

/* Celulares atÃ© 480px */
@media screen and (max-width: 480px) {
    .img_principal_empresa {
        width: 100%;
    }
    .titulo_section{
        width: 100% !important;
        margin-top: 20px;
    }
    .titulo_section_empresa {
        width: 100% !important;
        margin-top: 20px;
    }
    /* Empresa */
    /* End Empresa */

}

/* Tablet em pÃ© */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .img_principal_empresa {
        width: 100%;
    }
    .titulo_section_empresa {
        width: 100% !important;
        margin-top: 20px;
    }
    .titulo_section{
        width: 100% !important;
        margin-top: 20px;
    }
    /* Empresa */
    /* End Empresa */

}

/* End Tablet em pÃ© */

/* Tablet em deitado */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Empresa */
    /* End Empresa */

}

/* End Tablet em deitado */

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1280px) {

    /* Empresa */
    /* End Empresa */

}

/* End Notebook */

/* Computadores */
@media screen and (min-width: 1281px) {
    .titulo_section_empresa {
        width: 58%;
    }
    /* Empresa */
    /* End Empresa */

}

/* End Computadores */

/* Computadores M */
@media screen and (min-width: 1345px) and (max-width: 1632px) {

    /* Empresa */
    /* End Empresa */

}

/* End Computadores */

/* Computadores G */
@media screen and (min-width: 1633px) {

    /* Empresa */
    /* End Empresa */

}

/* End Computadores G */