

.bg-gray {
    background: #625B69;
}

.slider-card{
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 36px!important;
    height: 100%;
}

.slider-container {
    border-radius: 12px;
    background: #DFDDE4;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    height: 100%;
}

.slider-text {
    padding: 69px 50px;
    width: 49%;
}

.slider-wrapper {
    padding: 4% 5%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.slider-body {
    display: flex;
    height: 100%;
}

.container-page {
    display: flex;
    flex-direction: column;
    margin-top: 110px;
    gap: 24px;
}
.title-page {
    color: var(--color-palette-dark-purple-light-hover, #E0DAE0);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 59.861px; /* 83.14% */
    margin: 0;
}
.subtitle-page{
    color: var(--color-palette-yellow-orange-light-active, #FDE6C1);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 43.898px; /* 109.744% */
    max-width: 854px;;
    margin: 0 auto;            /* esto centra el bloque horizontalmente */
    text-align: center;
}

.slider-image {
    width: 51%;
}

.slider-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 0 12px 12px 0;
}

.custom-slider {
    position: relative;
}

.custom-slider ul{
    gap: 1px;
}

.next-slider {
    position: absolute;
    margin: auto;
    display: flex;
    justify-content: center;
    height: 100%;
    width: auto;
    align-items: center;
    right: 0;
    bottom: 0;
}

.next-slider-button{
    width: 100px!important;
    height: 100px!important;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: rgb(255, 255, 255, 0.6);
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s ease-in-out;
    transition-property: color;
    margin: 50px;
}

.slider-title {
    color: var(--color-palette-soap-dark-active);
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 12px;
    line-height: 27.9px;
}

.slider-description {
    color: var(--color-palette-soap-dark-active);
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.9px;
    margin: 0;
    margin-bottom: 12px;
}

.slider-benefits {
    color: var(--color-palette-soap-dark-active);
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.9px;
    margin: 0;
}

.slider-img-mobile {
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    height: 100%;
    min-height: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.slider-text-mobile {
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
    background: #ffffff78;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 57px 14px;
    width: auto;
}

.slider-card-mobile {
    border-radius: 16px;
    background-color: rgb(255 255 255 / 64%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 24px !important;
    color: var(--color-palette-ghost-white-dark-active);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1440px) {
    .custom-slider ul{
        height: 373px;
    }
}

@media (max-width: 960px){
    .slider-body {
        display: flex;
        flex-direction: column;
    }
    .slider-text {
        padding: 30px;
        width: auto;
    }
    .title-page {
        font-size: 40px;
        line-height: 48px;
    }
    .subtitle-page{
        font-size: 24px;
        line-height: 35px;
    }
    .slider-image {
        width: 100%;
    }

    .slider-image img{
        border-radius: 0 0 12px 12px;
    }

    .next-slider {
        bottom: 20px;
        top: none;
        z-index: 20;
        position: absolute;
        margin: auto;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .next-slider-button{
        width: 60px!important;
        height: 60px!important;
    }
    .slider-wrapper {
        gap: 30px;
    }

    .container-page {
        margin-top: 95px;
    }

    .custom-slider {
        margin-bottom: 50px;
    }
}

@media (max-width: 420px){
    .slider-img-mobile {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .slider-title, .slider-description {
        font-size: 16px;
    }
}
