.tpl-ribbon-xl-counter-light-section{
    margin-top: 48px;
}

.tpl-ribbon-xl-light {
    width: 100%;
    height: 638px;
    position: relative;
    display: flex;
}

.tpl-ribbon-xl-light__wrapper a{
    margin: auto 0;
}

.tpl-ribbon-xl-light__columna {
    width: 50%;
    height: 100%;
}

.tpl-ribbon-xl-light__columna--gradient-izquierda {
    transform:scaleX(-1);
    background: conic-gradient(from 270deg at 50% 36.46%, #FFF 0deg, #F1EEEB 0deg, #DCD5CC 180deg, #fff 360deg);
}

.tpl-ribbon-xl-light__columna--gradient-derecha {
    background: conic-gradient(from 270deg at 50% 36.46%, #FFF 0deg, #F1EEEB 0deg, #DCD5CC 180deg, #fff 360deg);
}

.tpl-ribbon-xl-light__contenido {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.tpl-ribbon-xl-light__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: auto;
    padding: 40px 20px 0;
    gap: 16px;
}

.tpl-ribbon-xl-light__body-head{
    gap: 4px;
    text-align: center;
}

.tpl-ribbon-xl-light__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-direction: row;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tpl-ribbon-xl-light__link span{
    color: #ED002F;
}

.tpl-ribbon-xl-light__link svg{
    filter: brightness(0) saturate(100%) invert(9%) sepia(83%) saturate(7466%) hue-rotate(343deg) brightness(105%) contrast(106%);
}

.tpl-ribbon-xl-light__text {
    font-size: 24px;
    color: white;
    margin: 10px 0;
}

.tpl-ribbon-xl-light__imagen-wrapper{
    width: 100%;
}

.tpl-ribbon-xl-light__imagen {
    margin: 0 auto;
    max-height: 160px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tpl-ribbon-xl-light__boton {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin: 10px 0;
}

.tpl-ribbon-xl-light__footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    pointer-events: auto;
}


/**/

.tpl-ribbon-xl-light .tpl-ribbon-sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    padding: 20px;

}

.tpl-ribbon-xl-light .tpl-ribbon-sm__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 0;
    margin-bottom: 16px;
}

.tpl-ribbon-xl-light .tpl-ribbon-sm__chip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    margin-bottom: 8px;
    border-radius: 16px;
    background-color: #00BF9E;
    width: max-content;
}

.tpl-ribbon-xl-light .tpl-ribbon-sm__chip-icon {
    display: flex;
    max-width: 16px;
    max-height: 16px;
    text-align: center;
}

@media (min-width: 768px) {

    .tpl-ribbon-xl-counter-light-section{
        margin-top: 96px;
    }

    .tpl-ribbon-xl-light {
        height: 790px;
    }

    .tpl-ribbon-xl-light__imagen-wrapper{
        margin-top: 28px;
    }

    .tpl-ribbon-xl-light__imagen-wrapper--link{
        margin-top: 0;
    }

    .tpl-ribbon-xl-light__imagen {
        max-height: 268px;
    }

    .tpl-ribbon-xl-light__wrapper{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .tpl-ribbon-xl-light__columna--gradient-izquierda {
        transform:scaleX(-1);
        background: conic-gradient(from 270deg at 50% 36.46%, #FFF 0deg, #F1EEEB 0deg, #DCD5CC 180deg, #fff 360deg);
    }

    .tpl-ribbon-xl-light__columna--gradient-derecha {
        background: conic-gradient(from 270deg at 50% 36.46%, #FFF 0deg, #F1EEEB 0deg, #DCD5CC 180deg, #fff 360deg);
    }

    .tpl-ribbon-xl-light .tpl-ribbon-sm {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
        gap: 8px;
        width: 100%;
        padding: 24px 48px;
    }

    .tpl-ribbon-xl-light .tpl-ribbon-sm__body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 0;
        flex: 1 0 0;
    }

    .tpl-ribbon-xl-light__body {
        padding: 96px 20px 0;
    }

    .tpl-ribbon-xl-light__link {
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .tpl-ribbon-xl-light__imagen {
        position: inherit;
        align-self: center;
        transform: translate(0,35%);
    }

    .tpl-ribbon-xl-light .tpl-ribbon-sm__button {
        align-self: center;

    }
}


@media (min-width: 1440px) {
    .tpl-ribbon-xl-light .tpl-ribbon-sm {
        padding: 24px 96px;
    }

    .tpl-ribbon-xl-counter-light-section .vs-wrapper--fluid {
        max-width: 1600px;
    }

    .tpl-ribbon-xl-light__contenido{
        max-width: var(--general-max-width);
    }
}