/* CONTATO */

.soroban {
    border-top: 3px solid #e5e5e5;
    padding: 55px 0;
}

.soroban__content {
    max-width: 1240px;
    margin: auto;
    padding: 0 24px;
}

.soroban__content__wrapper {
    display: flex;
    justify-content: space-between;
}

.soroban__content__wrapper__left {
    padding-right: 50px;
}

.soroban__content__wrapper__slider img {
    margin-bottom: 26px;
}

.soroban__content__wrapper__slider img {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.soroban__content__wrapper__slider p {
    color: #f59d12;
    font-size: 20px;
    font-family: 'Acto-Bold', Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 0;
}

.soroban__content__wrapper__abaco {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    padding: 38px 0;
}

.soroban__content__wrapper__abaco img {
    width: fit-content;
    margin: 0 auto 36px;
}

.soroban__content .soroban__content__wrapper__abaco p {
    color: #f59d12;
    font-size: 20px;
    font-family: 'Acto-Medium', Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 0;
}

.soroban__content span.soroban__content__rectangle {
    display: block;
    width: 50px;
    height: 8px;
    background-color: #f59d12;
}

.soroban__content h2 {
    font-family: 'Acto-Bold', Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #f59d12;
    margin: 8px 0 36px;
}

.soroban__content h3 {
    font-family: 'Acto-Medium', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #4c4c4c;
    margin-bottom: 36px;
}

.soroban__content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 26px;
}

.soroban__content a {
    display: table;
    padding: 8px 24px;
    margin: 20px 0;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
    font-family: 'Acto-SemiBold', Arial, Helvetica, sans-serif;
    line-height: 28px;
    background-color: #9e358c;
}

.soroban__content .soroban__content__btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.soroban__content .soroban__content__btn-whatsapp svg {
    margin-right: 10px;
}

.soroban__content__highlight {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

@media screen and (max-width: 1366px) {

    .soroban__content__wrapper__slider {
        display: flex;
        flex-direction: column;
    }

    .soroban__content__wrapper__abaco {
        margin: auto;
        max-width: 494px;
        padding: 38px;
    }

    .soroban__content__wrapper__abaco img {
        height: auto;
    }

    .soroban__content__highlight img {
        max-width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
        height: auto;
    }

}

@media screen and (max-width: 1024px) {
    .soroban__content__wrapper {
        flex-direction: column;
    }

    .soroban__content__wrapper__left {
        padding-right: 0;
    }

    .soroban__content__wrapper__slider img {
        margin: 26px auto;
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .soroban {
        padding: 40px 0;
    }

    .soroban__content__wrapper__abaco img {
        width: auto;
        max-width: 100%;
        margin: 0 24px;
    }

    .soroban__content h2 {
        font-size: 28px;
        margin: 8px 0 26px;
    }

    .soroban__content h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .soroban__content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
}