.empresas {
    overflow: hidden;
}

.empresas .top {
    height: 549px;
    padding-top: 52px;
}

.empresas .top-2 {
    padding-top: 110px !important;
}

.empresas h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
}

.empresas h1 span {
    font-weight: 600;
}

.empresas h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.64);
}

.empresas h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: rgba(2, 20, 66, 0.64);
}

.empresas h3 span {
    font-weight: 700;
    color: #021442;
}

.empresas h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 56px;
    color: #2E2E33;
}

.empresas .img-hexagono {
    width: 426px;
    position: absolute;
    top: 0;
    right: -82px;
}

.empresas .about-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: rgba(46, 46, 51, 0.8);
}

.empresas a {
    text-decoration: none;
}

.empresas .img-about-company {
    width: 600px;
    height: 485px;
    object-fit: cover;
    z-index: 2;
    max-width: 100%;
}

.empresas .content-about {
    padding-top: 165px !important;
    padding-bottom: 160px !important;
}

.empresas .img-about-company-2 {
    width: 553px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-right: 19px;
}

.empresas .btn-orange .img-arrow {
    filter: grayscale(100%) brightness(100);
}

@media screen and (max-width: 768px) {
    .w-mob-100 {
        width: 100%;
        z-index: 2;
    }

    .empresas h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .empresas .img-hexagono {
        width: 250px;
    }

    .empresas .top {
        height: auto !important;
        padding-top: 40px !important;
        padding-bottom: 25px !important;
    }

    .empresas .top-2 {
        padding-top: 0 !important;
    }

    .empresas .img-about-company,
    .empresas .img-about-company-2 {
        width: 100%;
        height: auto;
    }

    .empresas .img-about-company {
        margin-top: 15px;
    }

    .empresas h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .empresas h4 {
        font-size: 32px;
        line-height: 38px;
    }

    .empresas .about-text {
        font-size: 16px;
    }

    .empresas .btn-orange {
        margin: 0 auto;
    }

    .empresas .content-about {
        padding-top: 20px !important;
        padding-bottom: 60px !important;
    }
}