.ea_programa-destinos-admin{ font-size: 24px; text-align:center; padding: 50px; background: #F3F3F4; }

.ea_programa-destinos{ position: relative; padding: 0 10px; }
.eapd-item{ display: block; position: relative; }
.eapd-item img{ display: block; width: 100%; height: auto; }
.eapd-sombreado{ position: absolute; height: 100%; width: 100%; top: 0; left: 0; background: -moz-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 100%); background: linear-gradient(45deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 ); }
.eapd-contenido{ z-index: 250; background: rgba(255,255,255,0); position: absolute; width: 95%; height: 93%; top: 3.5%; left: 2.5%; transition: all .35s ease-in; }
.eapd-contenido-interior{ position: absolute; width: 100%; bottom: 0; left: 0; box-sizing: border-box; padding: 20px 30px; }
.eapd-contenido-interior h2{ font-size: 38px !important; color: #FFF !important; margin: 0 !important; line-height: 1.1 !important; transition: all .35s ease-in; }
.eapd-contenido-interior h2::after{ content: ' '; display: block; width: 50px; height: 3px; background: #EBBA16; margin: 10px 0; }
.eapd-contenido-interior span{ font-family: 'Barlow'; font-size: 18px; font-weight: 500; color: #FFF; text-transform: uppercase; transition: all .35s ease-in; }
.eapd-contenido-interior span::after{ content: '»'; color: #FFF; display: inline-block; padding-left: 5px; font-size: 28px; position: relative; top: 2px; transition: all .35s ease-in; }

.eapd-item:hover .eapd-contenido{ background: rgba(255,255,255,0.9); }
.eapd-item:hover .eapd-contenido-interior h2, .eapd-item:hover .eapd-contenido-interior span, .eapd-item:hover .eapd-contenido-interior span::after{ color: #1C222A !important; }

.eapd-error{ text-align: center; }

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

/* .ea_programa-destinos .eapd-carrusel .owl-stage-outer.owl-height {
	height: 286px !important;
} */

@media only screen and (max-width:767px){
	.ea_programa-destinos{ padding: 0 50px; }
	.ea_programa-destinos > span.eapd-prev, .ea_programa-destinos > span.eapd-next{ transform: translate(0,-50%); }
}

@media only screen and (max-width:450px){
	.ea_programa-destinos{ padding: 0; } 
	.ea_programa-destinos > span{ display: none; }
}