.swiper {
    width: 100%;
    height: 100%;
}
.swiper-news{
    padding: 20px;
}
.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.slide-convenio{
    box-shadow: none;
}
.swiper-slide picture,
.swiper-slide img {
    width: 100%;
    height: auto;
}
.alianzasSwiper {
    width: 100%;
    padding: 20px 0;
}
.alianzasSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.alianzasSwiper .swiper-pagination {
    text-align: center;
    margin-top: 10px;
}
.alianzas-slider-wrapper {
    position: relative;
}

.alianzas-prev,
.alianzas-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #0049af;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.alianzas-prev {
    left: -40px; /* Ajusta según el diseño */
}
.alianzas-next {
    right: -40px; /* Ajusta según el diseño */
}
@media (max-width: 425px) {
    .swiper-news{
        width: 80%;
    }
}
