.swiperTestimonial .swiper-pagination {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
section.requirements {
    height: 300px;
    max-height: 600px;
    margin: 0;
    background-image: url(../../img/banner-requirements.jpg);
    background-size: cover;
    background-position: center top;
}
section.requirements a.link-contracting-services {
    color: white!important;
    background-color: transparent!important;
}
section.case-success {
    background-image: url(../../img/bg-casos-exito3.jpg);
    padding: 80px 12px!important;
}

section.our-success-cases {
    overflow: unset;
    z-index: 1;
    flex-direction: column;
}

.wrapper-case-success {
    height: unset;
}
.success-card  {
    position: relative;
    z-index: 2;
}

section.testimonials {
    margin: 0;
    padding: 40px 0 80px 0;
    background-color: var(--tao-white);
}

section.our-clients  {
    margin: 0;
}

.title-case-success {
    text-align: left!important;
}

section.our-success-cases:after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 200px;
    bottom: 0;
    background: var(--tao-white);
}

/* Nuevo banner ----------- */
.banner-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
}
.banner-wrapper>div {
    position: relative;
    width: 92%;
    height: auto;
    margin: 25px auto;
    padding: 0;
}
.banner-wrapper img {
    width: 100%;
    height: 250px;
    max-width: 1114px;
    object-fit: cover;
}
.banner-wrapper p {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 80%;
    font-size: 18px;
    transform: unset;
    text-align: left;
    color: white;
    font-weight: 600;
    line-height: 1.3;
}

.banner-wrapper p>span{
    color: var(--tao-fuchsia);
}

.banner-wrapper::before,
.banner-wrapper::after {
    position: unset;
    display: unset;
    content: unset;
    left: unset;
    top: unset;
    transform: unset;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .banner-wrapper {
        margin: 40px 0;
    }
    .success-card {
        min-height: 440px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    section.case-success {
        min-height: 100vh;
        padding: 12px!important;
    }
    
    .wrapper-case-success {
        height: 80vh!important;
    }

    section.our-success-cases {
        overflow: hidden;
        padding: 0!important;
    }

    /* Nuevo banner ----------- */
    .banner-wrapper {
        margin: 40px 0;
    }
    .banner-wrapper>div{
        margin: 50px auto;
        padding: unset;
    }
    .banner-wrapper img {
        width: 75%;
        height: auto;
    }
    .banner-wrapper::before {
        position: absolute;
        display: block;
        content: url(../../img/puntos-textura-casos-exito.png);
        left: 0;
        top: -50%;
    }
    
    .banner-wrapper::after {
        position: absolute;
        display: block;
        content: url(../../img/puntos-textura-casos-exito-2.png);
        left: 0;
        top: -50%;
        transform: translateX(100%);
    }
    .banner-wrapper p {
        bottom: 30%;
        right: 0;
        width: auto;
        font-size: 30px;
        transform: translate(-90%, 0);
    }
    section.our-success-cases:after {
        height: 22%;
    }
    section.requirements {
        height: 600px;
        background-size: contain;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}