/* Empresa */
.wrap_section_empresa{
    padding: 40px 0px 60px;
}
.img_principal_empresa{
    width: 100%;
    float: left;
}
.wrap_section_empresa .descricao_empresa{

    color: #333;
    font-size: 16px;
}
/* End 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) {

    /* Empresa */
    /* End Empresa */

}

/* Tablet em pÃ© */
@media screen and (min-width: 481px) and (max-width: 767px) {

    /* 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) {

    /* 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 */