@charset "utf-8";
p { font-size: 14px; font-weight: 300; color:#777;}
h6 { font-size: 12px !important; text-transform: uppercase !important;}
.EpSubtitle{ margin-top: 20px; font-size: 12px !important; font-weight: 400 !important; color: #F60 !important; text-transform: uppercase;}
.EpDest-title{ display: block; margin: 0.5em 0; font-size: 16px; font-weight: 700; line-height: 1.6; }
.EpDest-title a{color:#333; font-weight: 700;}

/*--- BANNER ---*/
.carousel-caption h1 {font-weight: 700;}
.carousel-caption { text-align: left !important;}
.carousel-caption .btn-naranja { font-size: 14px;}

/*--- PARALLAX ---*/
.parallax {	background: url(/empresas/PublishingImages/Empresas/bg-parallax.jpg) no-repeat fixed 100%; background-position: center; padding: 80px 0;}
.des-parallax {	background: rgba(255,102,0,0.8); padding: 50px;	color: #FFF;}
.des-parallax h2 { font-weight: bold; font-size: 30px; color: #fff !important; margin: 0px;}

/*--- PROMO ---*/
.EpDest{ display: block; padding: 30px 0 50px; background: #F7F7F7; }
.EpDest-bigTitle{ margin: 1em 0; font-size: 48px; font-weight: 700; text-transform: uppercase; color: #F60; }
.EpDest .EpTitle{ margin-bottom: 0; }
.EpDest-row{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
.EpDest-col{ margin: 15px 0; float: none; -webkit-flex: 0 0 auto; -moz-flex: 0 0 auto; -ms-flex: 0 0 auto; -o-flex: 0 0 auto; flex: 0 0 auto; }
.EpDest-art{ display: block; height: 100%; margin: 15px 0; padding-bottom: 50px; position: relative; }
.EpDest-pic{ display: block; width: 100%; height: 140px; margin: 0; position: relative; }
.EpDest-pic img{ display: block; width: 100%; height: 100%; object-fit: cover; }
.EpDest-art .text p{ display: block; width: 100%; height: 105px; border-bottom: 1px dashed #ccc; bottom: 0; left: 0; z-index: 1; overflow: hidden;}

/*--- NOTICIAS--- */
.Ep-noticias {height: auto;}
.noticias{ background-color: #f0f0f0;}
.noticias .row{ padding:15px; margin: 0;}
.noticias-pic{ display: block; width: 50%; height: 200px; margin: 0; position: relative; padding:0; }
.noticias-pic img{ display: block; width: 100%; height: 100%; object-fit: cover;}
.noticia-g{ height: 215px; padding:15px;}
.noticias hr{ border-top:1px dashed #ccc; margin: 0;}


@media (max-width:1199px){
/*--- PROMO ---*/
.EpDest-art .text p{ height: 127px;}
}

@media only screen and (min-width:992px){
/*--- PROMO ---*/
.EpDest-art{ padding-bottom: 0;}
.noticias-pic{ width: 50%;}
}

@media only screen and (max-width: 768px) {
/*--- PARALLAX ---*/	
.parallax .contenido {width: 85%;}
/*--- PROMO ---*/
.EpDest-art{ height: auto; padding-bottom: 0; }
.EpDest-pic{ height: auto;}
/*--- NOTICIAS--- */
.noticias .row{ padding:0; margin: 0;}
.noticias-pic{ width: 50%; height: auto; margin: 0; padding:15px;}
.noticia-g {height: auto; margin-bottom: 30px;}

}
@media only screen and (max-width: 425px) {
.carousel-indicators {bottom:-25px !important;}
.noticias .row{ padding:0; margin: 0;}
.noticias-pic{ width: 100%; height: auto; margin: 0; padding:15px;}
.EpDest-art .text p{ height: auto;}
.parallax .text-right {	text-align: center;	margin-top: 20px;}
}