.ea_carrusel-equipo{ padding: 0 125px; position: relative; }
.eace_item h3{ text-align: center; text-transform: none; letter-spacing: normal; font-size: 28px; font-weight: bold; margin: 20px 0 10px; }
.eace_item h4{ text-align: center; }
.eacei_imagen{ width: 100%; display: flex; border-radius: 5px; overflow: hidden; }
.eacei_imagen img{ /*object-fit: cover;*/ }
.ea_carrusel-equipo > span{ position: absolute; top: 40%; 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_carrusel-equipo > span:hover{ background: #2E282A; }
.ea_carrusel-equipo > span.eace_prev{ left: 0; padding-right: 5px; }
.eace_prev::after{ content:"\f104"; font-family: 'FontAwesome'; }
.ea_carrusel-equipo > span.eace_next{ right: 0; padding-left: 5px; }
.eace_next::after{ content:"\f105"; font-family: 'FontAwesome'; }

@media only screen and (max-width:767px){
	.ea_carrusel-equipo{ padding: 0 70px; }
	/*.ea_carrusel-equipo > span{ display: none; }*/
}

@media only screen and (max-width:600px){
	.eace_item h3{ font-size: 20px; }
	.eace_item h4{ font-size: 16px; }
}