.ea_carrusel-cursos{ padding: 0 125px; position: relative; }
.eacc_item h3{ text-transform: none; letter-spacing: normal; font-size: 28px; font-weight: bold; margin: 20px 0 10px; }
.eacc_item h3 a{ color: #000; transition: all .35s ease-in; }
.eacc_item > a.item-curso__enlace{ font-weight: bold; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: #17BEBB; text-decoration: underline; transition: all .35s ease-in; }
.eacc_item h3 a:hover, .eacc_item > a.item-curso__enlace:hover{ color: #FFC900; }
.eacc_item > a.item-curso__boton{ padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; color: #000000; background: #ffc900; display: inline-block; margin-top: 40px; text-transform: uppercase; font-weight: bold; border-radius: 3px; transition: all .35s ease-in; }
.eacc_item > a.item-curso__boton:hover{ background: #000; color: #FFF; }
.eacci_imagen{ width: 100%; display: flex; border-radius: 5px; overflow: hidden; position: relative; }
.eacci_imagen img{ /*object-fit: cover; */ }
.eacci_imagen .hover-imagen{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(23, 190, 187, 0.65) url(link.png) no-repeat center; opacity: 0; transition: all .35s ease-in; }
.eacci_imagen:hover .hover-imagen{ opacity: 1; }
.ea_carrusel-cursos > span{ position: absolute; top: 0; 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-cursos > span:hover{ background: #2E282A; }
.ea_carrusel-cursos > span.eacc_prev{ left: 0; padding-right: 5px; }
.eacc_prev::after{ content:"\f104"; font-family: 'FontAwesome'; }
.ea_carrusel-cursos > span.eacc_next{ right: 0; padding-left: 5px; }
.eacc_next::after{ content:"\f105"; font-family: 'FontAwesome'; }

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

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