.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; }
.ea_testimonios .contenedor-testimonios .carrusel-testimonios{ max-width: 850px; margin: 0 auto; }
.ea_testimonios .contenedor-testimonios img{ max-width: 130px; height: auto; margin: 0 auto 20px; border-radius: 50%; 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: 44px; margin: 0 !important; font-family: 'Abuget'; font-weight: normal; color: #1C222A; }
.ea_testimonios .contenedor-testimonios .testimonio-info .testimonio-cargo{ display: block; line-height: normal; padding-top: 5px; font-size: 14px; }
.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: '»'; }

@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%); }
}