/* Empresa */
.company {
    overflow: hidden;
    margin-bottom: 40px;
}

.company h2 {
    font: 36px/1.2em "HelveticaNeueLTPro-Cn", "Arial Narrow", Helvetica, Arial, sans-serif
}

.company h2 a {
    color: #333;
}

.company section {
    background: url("../images/partner-block-shadow.png") no-repeat center bottom;
    margin-top: 50px;
    padding: 0 0 50px;
}

.company-info {
    max-width: 888px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#company-institutional .image,
#company-coverage .image,
#company-team .image {
    float: left;
}

#company-institutional .text,
#company-coverage .text,
#company-team .text {
    margin-left: 300px;
    text-align: left;
}

#company-coverage .text {
    margin-left: 340px;
}

#company-innovation .image,
#company-acting .image {
    float: right;
}

#company-innovation .text,
#company-acting .text {
    margin-right: 300px;
    text-align: right;
}

/* Lesse than desktop */
@media (max-width: 1349px) {

    body.site-empresa main.container {
        width: auto;
    }
}

@media (max-width: 930px) {

    .company section {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    body.site-empresa main.container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 680px) {

    .company section .text {
        float: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
    }

    .company section .image {
        float: none !important;
        text-align: center;
    }

    .company section .image img {
        max-height: 50%;
        max-width: 50%;
    }
}