.ea_testimonios{ text-align: center; position: relative; }
.ea_testimonios .contenedor-testimonios{ position: relative; text-align: center; background-repeat: no-repeat; background-position: bottom 110px center; background-size: auto 59px; padding: 0 125px; }
.ea_testimonios .contenedor-testimonios .carrusel-testimonios{ max-width: 850px; margin: 0 auto; }
.ea_testimonios .contenedor-testimonios .testimonio-imagen{ display: block; width: 140px; height: 130px; margin: 0 auto 20px; position: relative;  }
.ea_testimonios .contenedor-testimonios .testimonio-imagen::after{ content: ' '; position: absolute; display: block; width: 100%; height: 100%; left: 0; top: 0; background: url(patron.png) center no-repeat; }
.ea_testimonios .contenedor-testimonios img{ max-width: 140px; height: auto; margin: 0 auto 20px; min-height: 130px; }
.ea_testimonios .contenedor-testimonios p{ text-align: center !important; }
.ea_testimonios .contenedor-testimonios .testimonio-texto{ padding-bottom: 20px; }
.ea_testimonios .contenedor-testimonios .testimonio-info .testimonio-nombre{ display: block; font-size: 20px; margin: 0 !important; font-weight: bold; color: #1C222A; }
.ea_testimonios .contenedor-testimonios .testimonio-info .testimonio-cargo{ display: block; line-height: normal; padding-top: 5px; font-size: 14px; font-weight: 500; }
.ea_testimonios .contenedor-testimonios .testimonio-info .testimonio-cargo span{ font-weight: 500; text-transform: uppercase; }
.ea_testimonios .contenedor-testimonios .testimonio-valoracion{ padding-top: 20px; }
.ea_testimonios .contenedor-testimonios .testimonio-valoracion i{ color: #EBBA16; }

/*.ea_testimonios .contenedor-testimonios > span{ display: block; font-size: 70px; cursor: pointer; opacity: 1; transition: all .35s ease-in; color: #EBBA16; }
.ea_testimonios .contenedor-testimonios > span:hover{ color: #1C222A; }
.ea_testimonios .contenedor-testimonios > span.prev{ position: absolute; top: 50%; left: 0; transform: translate(-100%,-50%); }
.ea_testimonios .contenedor-testimonios > span.prev::before{ content: '«'; }
.ea_testimonios .contenedor-testimonios > span.next{ position: absolute; top: 50%; right: 0; transform: translate(100%,-50%); }
.ea_testimonios .contenedor-testimonios > span.next::before{ content: '»'; }*/

.ea_testimonios .contenedor-testimonios > span{ position: absolute; top: 50%; transform: translate(0,-50%); width: 45px; background: #CBCBCB; border-radius: 50%; z-index: 100; font-size: 40px; text-align: center; color: #FFF; padding: 5px 0; cursor: pointer; transition: all .35s ease-in; }
.ea_testimonios .contenedor-testimonios > span:hover{ background: #2E282A; }
.ea_testimonios .contenedor-testimonios > span.prev{ left: 0; padding-right: 5px; }
.prev::after{ content:"\f104"; font-family: 'FontAwesome'; }
.ea_testimonios .contenedor-testimonios > span.next{ right: 0; padding-left: 5px; }
.next::after{ content:"\f105"; font-family: 'FontAwesome'; }

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

@media only screen and (max-width:767px){
	.ea_testimonios .contenedor-testimonios{ padding: 0 70px; }
}