.ea_testimonios{ padding: 100px 0; background: #F1F2F4; }
.ea_testimonios .ancho-limitado{ position: relative; width: 95%; max-width: 1200px; margin: 0 auto !important; padding: 0 !important }
.ea_testimonios h2{ margin: 0 auto 40px !important; text-align: center; background-repeat: no-repeat; background-position: top center; background-size: auto 59px; padding-top: 90px; }
.ea_testimonios .contenedor-testimonios{ text-align: center; background-repeat: no-repeat; background-position: bottom 110px center; background-size: auto 59px; }
.ea_testimonios .contenedor-testimonios .carrusel-testimonios{ max-width: 850px; margin: 0 auto; }
.ea_testimonios .contenedor-testimonios p{ text-align: center !important; }
.ea_testimonios .contenedor-testimonios .testimonio-texto{ padding-bottom: 150px; }
.ea_testimonios .contenedor-testimonios .testimonio-info h5{ font-size: 37px; margin: 0 !important; }
.ea_testimonios .contenedor-testimonios .testimonio-info h6{ line-height: normal; padding-top: 10px; }
.ea_testimonios .contenedor-testimonios .testimonio-info h6 span{ font-weight: 500; text-transform: uppercase; }
.ea_testimonios .contenedor-testimonios > span{ display: inline-block; width: 29px; height: 55px; cursor: pointer; opacity: 0.5; transition: all .35s ease-in; }
.ea_testimonios .contenedor-testimonios > span:hover{ opacity: 1; }
.ea_testimonios .contenedor-testimonios > span.prev{ background: url(arrow-left.png) no-repeat center; position: absolute; top: 50%; left: 0; transform: translate(-100%,-50%); }
.ea_testimonios .contenedor-testimonios > span.next{ background: url(arrow-right.png) no-repeat center; position: absolute; top: 50%; right: 0; transform: translate(100%,-50%); }


@media only screen and (max-width:1275px){
	.ea_testimonios .contenedor-testimonios > span.prev, .ea_testimonios .contenedor-testimonios > span.next{ transform: translate(0,-50%); }
}

@media only screen and (max-width:1000px){
	.ea_testimonios .contenedor-testimonios .carrusel-testimonios{ max-height: 100%; box-sizing: border-box; padding: 0 50px; }
}