.elementor-widget-hunter_latam_home_certifications,
.elementor-widget-hunter_latam_home_certifications > .elementor-widget-container {
    width: 100%;
}

.hunter-home-certifications,
.hunter-home-certifications *,
.hunter-home-certifications *::before,
.hunter-home-certifications *::after {
    box-sizing: border-box;
}

.hunter-home-certifications {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    background-color: #f7f9fc;
    color: #123a88;
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.2;
}

.hunter-home-certifications--pattern::before,
.hunter-home-certifications--pattern::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    opacity: var(--hunter-cert-pattern-opacity, .72);
    pointer-events: none;
}

.hunter-home-certifications--pattern::before {
    background:
        linear-gradient(132deg, rgb(220 228 239 / 34%) 0 12%, transparent 12% 26%, rgb(226 233 243 / 34%) 26% 40%, transparent 40% 100%),
        linear-gradient(48deg, transparent 0 60%, rgb(222 230 241 / 26%) 60% 72%, transparent 72% 100%);
}

.hunter-home-certifications--pattern::after {
    right: auto;
    width: min(36vw, 480px);
    background:
        linear-gradient(45deg, transparent 0 42%, rgb(255 255 255 / 72%) 42% 58%, transparent 58% 100%),
        linear-gradient(135deg, rgb(214 225 238 / 25%) 0 24%, transparent 24% 100%);
}

.hunter-home-certifications__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1120px;
    min-height: inherit;
    padding: 15px 28px;
    margin: 0 auto;
    gap: var(--hunter-cert-title-gap, 0px);
}

.hunter-home-certifications__title {
    display: none;
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    color: #123a88;
    font-size: clamp(13px, 1.15vw, 16px);
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
}

.hunter-home-certifications--desktop-title .hunter-home-certifications__title {
    display: block;
}

.hunter-home-certifications__carousel,
.hunter-home-certifications__viewport {
    min-width: 0;
    width: 100%;
}

.hunter-home-certifications__carousel {
    position: relative;
    flex: 1 1 auto;
}

.hunter-home-certifications__viewport {
    overflow: visible;
}

.hunter-home-certifications__track {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: var(--hunter-cert-gap, 32px);
    transform: translate3d(0, 0, 0);
    transition: transform var(--hunter-cert-duration, 450ms) cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.hunter-home-certifications__item {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.hunter-home-certifications__link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

.hunter-home-certifications__item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 54px;
    margin: 0;
    object-fit: contain;
    user-select: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

.hunter-home-certifications__link:hover img {
    transform: translateY(-2px);
}

.hunter-home-certifications__placeholder {
    display: block;
    color: #29384e;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
}

.hunter-home-certifications__arrow,
.hunter-home-certifications__dots button {
    appearance: none;
    padding: 0;
    border: 0;
    font: inherit;
    cursor: pointer;
}

.hunter-home-certifications__arrow,
.hunter-home-certifications__dots {
    display: none;
}

.hunter-home-certifications__arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgb(18 58 136 / 10%);
    border-radius: 50%;
    background: var(--hunter-cert-arrow-bg, rgb(255 255 255 / 88%));
    box-shadow: 0 3px 10px rgb(13 42 90 / 10%);
    color: var(--hunter-cert-arrow, #123a88);
    transform: translateY(-50%);
}

.hunter-home-certifications__arrow--prev {
    left: -32px;
}

.hunter-home-certifications__arrow--next {
    right: -32px;
}

.hunter-home-certifications__arrow span {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
}

.hunter-home-certifications__arrow--prev span {
    margin-left: 3px;
    transform: rotate(45deg);
}

.hunter-home-certifications__arrow--next span {
    margin-right: 3px;
    transform: rotate(225deg);
}

.hunter-home-certifications__arrow:disabled {
    cursor: default;
    opacity: .35;
}

.hunter-home-certifications__dots {
    align-items: center;
    justify-content: center;
    margin-top: 9px;
    gap: 5px;
}

.hunter-home-certifications__dots button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--hunter-cert-dot, #c8ced8);
    transition: background-color 160ms ease, transform 160ms ease;
}

.hunter-home-certifications__dots button[aria-current="true"] {
    background: var(--hunter-cert-dot-active, #fa1641);
    transform: scale(1.12);
}

.hunter-home-certifications__arrow:focus-visible,
.hunter-home-certifications__dots button:focus-visible,
.hunter-home-certifications__link:focus-visible {
    outline: 2px solid #123a88;
    outline-offset: 3px;
}

.hunter-home-certifications__status {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 767px) {
    .hunter-home-certifications {
        min-height: 108px;
        touch-action: pan-y;
    }

    .hunter-home-certifications__inner {
        display: block;
        padding: 14px 40px 12px;
    }

    .hunter-home-certifications__title,
    .hunter-home-certifications--desktop-title .hunter-home-certifications__title {
        display: none;
        margin-bottom: 10px;
        font-size: 13px;
        text-align: center;
        white-space: normal;
    }

    .hunter-home-certifications--mobile-title .hunter-home-certifications__title {
        display: block;
    }

    .hunter-home-certifications__viewport {
        overflow: hidden;
    }

    .hunter-home-certifications__track {
        justify-content: flex-start;
        gap: var(--hunter-cert-gap, 32px);
    }

    .hunter-home-certifications__item {
        flex: 0 0 calc((100% - ((var(--hunter-cert-mobile-items, 3) - 1) * var(--hunter-cert-gap, 8px))) / var(--hunter-cert-mobile-items, 3));
        width: calc((100% - ((var(--hunter-cert-mobile-items, 3) - 1) * var(--hunter-cert-gap, 8px))) / var(--hunter-cert-mobile-items, 3));
    }

    .hunter-home-certifications__item img {
        max-height: 50px;
    }

    .hunter-home-certifications:not(.hunter-home-certifications--mobile-carousel) .hunter-home-certifications__track {
        flex-wrap: wrap;
        justify-content: center;
        transform: none !important;
    }

    .hunter-home-certifications--mobile-carousel .hunter-home-certifications__dots {
        display: flex;
    }

    .hunter-home-certifications--mobile-carousel .hunter-home-certifications__arrow {
        display: flex;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hunter-home-certifications__track,
    .hunter-home-certifications__item img {
        transition-duration: .01ms !important;
    }
}
