

/*/////////////////////////////////////////////*/
/*----------------- TESTIMONIALS----------------*/
/*/////////////////////////////////////////////*/
/*////////////////////////////*/
/*////////////////////////////*/
.modulo-testimonials{
       background: #fff;
}
.modulo-testimonials .flickity-page-dots .dot {
    background: #888;
}
.modulo-testimonials .flickity-page-dots{
        bottom: -50px;
}
.modulo-testimonials .container{
    padding-bottom: 40px;
}


.carousel-testimonials{


}



.carousel-testimonials .carousel-testimonials-cell{

}
.personas-box .persona-item img,
.carousel-testimonials .carousel-testimonials-cell img{
    /*width: 90%;
    max-width: 300px;
    margin: auto;
    display: inline-block;*/
    width: 110px;
    border-radius: 55px;
    overflow: hidden;
}




.modulo-testimonials .carrusel-txt{
    position: relative;
    /*padding-top: 120px !Important;*/
}

.modulo-testimonials .carrusel-txt:before{
    /*content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    width: 100px;
    height: 100px;
    left: 2%;
    top: 8px;
    background-image: url(../../mpics/testimonial.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left;*/
}

.personas-box .persona-item,
.carousel-testimonials-cell{
    padding: 30px;
    border-radius: 10px;
    background-color: #F6F3EC;
    margin: 40px 0;
}

.cita-wrap {
    border-left: 1PX SOLID #88888878;
    MARGIN-LEFT: 20PX;
    PADDING-LEFT: 20PX;
    HEIGHT: 100%;
    DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
}
.cita-wrap p{
    color: #a2244d;
    font-size: 14px;
    line-height: 130%;
}

.autor-links{
    height: auto;
    padding-top: 10px;
    /*border: 1px solid red;*/
}
.autor-link{
    background: white;
    border: 1px solid #88888878;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 4px;
    transition: all .2s ease;
}
.autor-link:hover{
   border: 1px solid #888888;
}
.autor-link-2{
    background-image: url(../../movit/persona-doctoralia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.autor-link-1{
    background-image: url(../../movit/persona-linkedin.png);
    background-position: center;
    background-position: 9px 8px;
    background-repeat: no-repeat;
    background-size: 17px;
}

.autor-link-3{
    background-image: url(../../movit/persona-x.png);
    background-position: center;
    background-position: 9px 8px;
    background-repeat: no-repeat;
    background-size: 17px;
}


.autor-link-4{
    background-image: url(../../movit/persona-instagram.png);
    background-position: center;
    background-position: 9px 8px;
    background-repeat: no-repeat;
    background-size: 17px;
}



@media screen and (max-width: 1200px) {
    .carousel-testimonials .carousel-testimonials-cell{
        width: 50%;
    }
}
@media screen and (max-width: 980px) {
    .carousel-testimonials .carousel-testimonials-cell{
        width: 100%;
    }
    .modulo-testimonials{
        padding-bottom: 40px !Important;
    }

    .testimonial-buttons{
        position: relative;
        height: 70px;
    }
    .swiper-big-wrap .testimonial-buttons .external-button-prev {
        left: 50%;
        margin-left: -45px;
        margin-top: -10px;
        background-color: white;
    }
    .swiper-big-wrap .testimonial-buttons .external-button-next{
        right: 50%;
        margin-right: -45px;
        margin-top: -10px;
        background-color: white;
    }

    .personas-box .persona-item .d-flex {
        display: block !important;
    }



}
@media screen and (max-width: 768px) {

    .carousel-testimonials .carousel-testimonials-cell{
        width: 100%;
    }




}
