/* CONTATO */

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

.beneficios__content__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: auto;
    padding: 0 24px;
}

.beneficios__content__wrapper__left {
    padding-right: 24px;
}

.beneficios__content__wrapper__right img {
    margin: 26px 0;
}

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

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

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

.beneficios__content h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Acto-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0 20px 50px;
}

.beneficios__content span.textHightlight {
    box-shadow: inset 0px -12px 0px 0px rgba(245, 157, 18, 1);
}

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

.beneficios__content__slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px 0;
}

.beneficios__content__slider__wrapper {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #f1f1f1;
}

.beneficios__content__slider ul {
    margin: 0 0 0 30px;
}

.beneficios__content__slider p {
    padding: 12px 0;
    margin: 0;
}

.beneficios__content__highlight {
    background: linear-gradient(to right, #1d3561, #3e659a);
    width: 100%;
}

.beneficios__content__highlight__wrapper {
    max-width: 1280px;
    margin: -140px auto 0;
    padding: 100px 0 50px;
}

.beneficios__content__carousel {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-height: 340px;
    margin: 0 20px;
    padding: 15px 35px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
}

.beneficios__content__carousel strong {
    color: #f59d12;
    font-family: 'Acto-Bold', Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 36px;
    text-align: center;
}

.beneficios__content__carousel p {
    font-size: 16px;
    text-align: center;
    margin: 5px 0 0;
}

.owl-carousel .owl-item .beneficios__content__carousel img {
    width: fit-content;
    margin-bottom: 10px;
}

.beneficios__content .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.beneficios__content .owl-carousel .owl-nav button.owl-next,
.beneficios__content .owl-carousel .owl-nav button.owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 20px 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #f59d12;
}

.beneficios__content .owl-carousel .owl-nav button.owl-next {
    padding: 0 0 10px 5px !important;
}

.beneficios__content .owl-carousel .owl-nav button.owl-prev {
    padding: 0 5px 10px 0 !important;
}

.beneficios__content .owl-carousel .owl-nav button.owl-next span,
.beneficios__content .owl-carousel .owl-nav button.owl-prev span {
    color: #fff;
    font-size: 60px;
    line-height: 50px;
}

.beneficios__content .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 16px;
    height: 16px;
}

.beneficios__content .owl-theme .owl-dots .owl-dot.active span,
.beneficios__content .owl-theme .owl-dots .owl-dot:hover span {
    background: #f59d12;
}

.beneficios__content .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.icon-beneficios {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 81px;
    height: 81px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #f59d12;
}

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

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

    .beneficios__content__wrapper__slider img {
        margin: 26px auto;
    }

}

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

    .beneficios__content__wrapper__left {
        padding-right: 0;
    }

    .beneficios__content__wrapper__slider img {
        max-width: 100%;
        height: auto;
    }

    .beneficios__content h3 {
        margin: 50px 20px;
        text-align: center;
    }

    .beneficios__content .owl-theme .owl-dots .owl-dot span {
        background: #fff;
        width: 22px;
        height: 22px;
    }
}

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

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

    .beneficios__content h3 {
        font-size: 24px;
    }

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

    .beneficios__content__carousel strong {
        font-size: 28px;
        line-height: 30px;
    }
}