.swiper {
    max-height:550px;
}

.swiper-slide {
    display:flex;
}

.swiper-slide .paso-image {
    max-height: 550px;
    height:550px;
    max-width:60%;
    width:100%;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-slide div.paso-text {
    max-width:40%;
    width:100%;
    position: relative;
    font-size:1.3rem;
}

.swiper-button-disabled {
    opacity:.05
}

.swiper-slide img:is(.arrow-up, .arrow-down) {
    width:30px;
    position: absolute;
    bottom:0;
    cursor:pointer;
}

.swiper-slide .arrow-up {
    right: 60px;
}

.swiper-slide .arrow-down {
    right:15px;
}

.swiper-slide .slide-num {
    font-family: Lexend;
    font-size:40px;
    color:#fff;
    margin-bottom:15px;
}

.swiper-slide .slide-num .total {
    opacity: .05;
}

.swiper-casos-exito {
    width:100%;
    overflow-x:hidden;
}

.ficha-caso-exito {
    max-width:50%;
}