.ventajas-home {
    width: 100%;
    /* height: 546px; */
    padding: var(--size-space-40) var(--size-space-16);
    /* max-width: 500px; */
    margin: 0 auto;
    /* height: 600px; */
    position: relative;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
    transition: background 1.5s ease-in-out;
}

/* Fondos dinámicos */
.ventajas-home.bg-calidad {
    /* background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c8 100%); */
    background: var(--Color-Green-10, #D9F1E3);
}

.ventajas-home.bg-ahorro {
    /* background: linear-gradient(135deg, #fff4e6 0%, #ffe0b8 100%); */
    background: var(--Color-Sunset-10, #FFF7E4);
}

.ventajas-home.bg-sostenibilidad {
    /* background: linear-gradient(135deg, #e6f3ff 0%, #b8d9ff 100%); */
    background: var(--Color-Sky-10, #DFF7FF);
}

.ventajas-home .title_m {
    align-self: stretch;
    text-align: center;
    color: var(--Color-Content-General-1, #2C2C2C);
    /* font-size: 32px;
  font-family: IberPangea;
  font-weight: 600;
  line-height: 40px; */
    word-wrap: break-word;
    position: relative;
    z-index: 10;
    width: 320px;
    margin: 0 auto;
}

/* Swiper personalizado */
/* .ventajas-swiper {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
} */

.ventajas-home .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: var(--size-space-40) var(--size-space-0);
    /* align-items: flex-start;
    justify-content: flex-start;  */
}

.img-ventaja {
    /* width: 120px; */
    /* height: 120px; */
    /* margin-bottom: 30px; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
    justify-content: center;
    position: relative;
    background-repeat: no-repeat;
    /* margin: var(--size-space-0) auto 30px var(--size-space-0); */
    margin: var(--size-space-0) auto 30px auto;
}

.img-ventaja-calidad {
    background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/img_ventaja_calidad-home-mobile.svg');
    width: 198px;
    height: 200px;
}

.img-ventaja-ahorro {
    background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/img_ventaja_ahorro-home-mobile.svg');
    width: 197px;
    height: 206px;
}

.img-ventaja-sostenibilidad {
    background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/img_ventaja_sostenibilidad-home-mobile.svg');
    width: 215px;
    height: 200px;
}

.container-text-ventaja {
    display: flex;
    flex-direction: column;
    gap: 8.12px;
}

.ventajas-home .body_regular_xl {
    width: 100%;
    /* max-width: 312px; */
    text-align: center;
    color: var(--Color-Content-General-1, #2C2C2C);
    /* font-size: 24px;
  font-family: IberPangea;
  font-weight: 400;
  line-height: 32px; */
    word-wrap: break-word;
    /* margin-bottom: 8.12px; */
}

.ventajas-home .body_regular_m {
    width: 100%;
    /* max-width: 312px; */
    text-align: center;
    color: var(--Color-Content-General-1, #2C2C2C);
    /* font-size: 16px;
  font-family: "IberPangea Text";
  font-weight: 400;
  line-height: 22px; */
    word-wrap: break-word;
    margin-bottom: 10px;
}

sub {
    font-size: 12px;
    vertical-align: sub;
}

/* Efectos de transición personalizados */
/* .ventajas-home .swiper-slide-active {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.ventajas-home .swiper-slide-prev {
    transform: translateY(-100%) !important;
}

.ventajas-home .swiper-slide-next {
    transform: translateY(100%) !important;
} */

/* Ocultar los slides que no están en transición */
/* .ventajas-home .swiper-slide:not(.ventajas-home .swiper-slide-active):not(.ventajas-home .swiper-slide-prev):not(.ventajas-home .swiper-slide-next) {
    visibility: hidden !important;
} */

/* .ventajas-home  .swiper-slide-prev .img-ventaja {
    opacity: 1 !important;
    visibility: visible !important;
} */

.ventajas-home .swiper-slide {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.ventajas-home .swiper-slide-active {
  opacity: 1;
}

.swiper-slide .img-ventaja-calidad,
.swiper-slide .img-ventaja-ahorro,
.swiper-slide .img-ventaja-sostenibilidad {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.swiper-slide-active .img-ventaja-calidad,
.swiper-slide-active .img-ventaja-ahorro,
.swiper-slide-active .img-ventaja-sostenibilidad {
  opacity: 1;
}

.ventajas-home .swiper-pagination-bullet {
    border: 1px solid #2F6852 !important;
    opacity: 1;
    background: transparent !important;
}

.ventajas-home .swiper-pagination-bullet-active {
    background-color: #007F33 !important;
    border: 1px solid #007F33 !important;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

@media (min-width: 576px) {
    .ventajas-home {
        padding: var(--size-space-40) 42px var(--size-space-40) 42px;
    }

    .ventajas-home .swiper-slide {
        padding: var(--size-space-40) 42px;
        align-items: center;
    }

    .ventajas-home .title_m {
        width: 100%;
    }

    /* .img-ventaja {
        margin: var(--size-space-0) auto 30px 90px;
    } */
}

@media (min-width: 768px) {
    .ventajas-home {
        /* height: 472px; */
        padding: var(--size-space-40) 36px;
    }

    /* .ventajas-swiper {
        top: var(--size-space-80);
    } */

    .ventajas-home .swiper-slide {
        padding: var(--size-space-40) 48px;
    }
    
    .ventajas-home .swiper-slide {
        flex-direction: row;
        gap: var(--size-space-40);
    }

    .img-ventaja {
        margin: var(--size-space-0);
    }

    .container-text-ventaja {
        width: 264px;
    }
    .ventajas-home .body_regular_xl,
    .ventajas-home .body_regular_m,
    .ventajas-home .container-text-ventaja .title_m{
        text-align: left;
    }

    .ventajas-home .swiper-pagination {
        display: block;
    }

    .img-ventaja-calidad {
        background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/img_ventaja_calidad-home-desktop.svg');
        width: 257px;
        height: 260px;
    }

    .img-ventaja-ahorro {
        background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/img_ventaja_ahorro-home-desktop.svg');
        width: 257px;
        height: 262px;
    }

    .img-ventaja-sostenibilidad {
        background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/img_ventaja_sostenibilidad-home-desktop.svg');
        width: 257px;
        height: 247px;
    }
}

@media (min-width: 992px) {
    .ventajas-home {
        /* height: 452px; */
        padding: var(--size-space-40) 0px;
        border-radius: 0 0 48px 48px;
    }

    .ventajas-home .swiper-slide {
        padding: var(--size-space-40) 82px var(--size-space-64) 82px;
    }

    .ventajas-home .title_m {
        font-family: var(--font-family-1-smbold);
        font-size: var(--size-font-225);
        line-height: var(--size-font-line-height-3xl);
        font-style: var(--font-style-normal);
    }
    
    .img-ventaja-calidad {
        background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/img_ventaja_calidad-home-desktop.svg');
        /* width: 377px;
        height: 260px; */
    }

    .img-ventaja-ahorro {
        background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/img_ventaja_ahorro-home-desktop.svg');
        /* width: 379px;
        height: 274px; */
    }

    .img-ventaja-sostenibilidad {
        background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/img_ventaja_sostenibilidad-home-desktop.svg');
        /* width: 352px;
        height: 259px; */
    }

    .img-ventaja {
        margin: var(--size-space-0) var(--size-space-0) var(--size-space-0) 25.5px;
    }

    .ventajas-home .swiper-button-prev,
    .ventajas-home .swiper-button-next {
        display: flex;
        width: 64px;
        height: 64px;
        z-index: 10;
        border: none;
        background: transparent;
        padding: 0;
        outline: none;
    }

    .ventajas-home .swiper-button-prev:focus-visible,
    .ventajas-home .swiper-button-next:focus-visible {
        outline: 2px solid black;
    }

    .ventajas-home .swiper-button-prev {
        left: 0vw !important;
    }
    
    .ventajas-home .swiper-button-next {
        right: 0vw !important;
    }

    .ventajas-home .swiper-button-prev::after {
        background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/ico_swiper_button_prev_ventajas-home.svg');
        background-size: contain;
        width: 64px;
        height: 64px;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }
   
    .ventajas-home .swiper-button-next::after {
        background-image: url('/ibdmedia/ibdcomes/hogares/home/rebranding/img/ico_swiper_button_next_ventajas-home.svg');
        background-size: contain;
        width: 64px;
        height: 64px;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }

}

@media (min-width: 1200px) {
    /* .ventajas-home {
        height: 461px;
        padding: var(--size-space-40) var(--size-space-16) var(--size-space-0) var(--size-space-16);
    } */

    .ventajas-home .swiper-slide {
        padding: var(--size-space-40) var(--size-space-16) 67px var(--size-space-16);
    }
}

/* Edge -> min-width: 1872px */
@media (min-width: 1872px) {
    /* .ventajas-home {
        height: 452px;
        padding: var(--size-space-40) 324px var(--size-space-0) 324px;
    } */

    .ventajas-home .swiper-slide {
        padding: var(--size-space-40) 324px var(--size-space-64) 324px;
    }

    /* .img-ventaja {
        margin: var(--size-space-0) var(--size-space-0) var(--size-space-0) 295.5px;
    } */

    .ventajas-home .swiper-button-prev {
        left: 20vw !important;
    }
    
    .ventajas-home .swiper-button-next {
        right: 20vw !important;
    }
}