.header_wrapper{
	position: fixed;
	top:0;
	left:0;
	right: 0;
	z-index: 1;
	height:150px;
	background-color: black;
	display: none;
	/*justify-content: center;*/
	align-items: flex-end;
	background-image:url('/DesktopModules/Noticias/images/noticias.jpg');
	background-size: cover;
    background-position: center 38%;
}
.prensa-noticias{
	padding-top:64px;
}
.prensa-noticias .black-title{
    /*padding: 30px 0;*/
}

.evento-completo-head{
	position: relative;
	background: #000;
	color:#fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	/* padding: 60px 0 90px 0; */
	overflow: hidden;
	clear:both;
	position: absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	z-index: 1;
	height: 300px;
	/*-webkit-transition: height .2s ease-out;
	-moz-transition: height .2s ease-out;
	-o-transition: height .2s ease-out;
	transition: height .2s ease-out;*/
}

.evento-completo-head.sticky{
	/* position: fixed; */
	/* top:calc( 150px - 100vh); */
}

.evento-completo-head.sticky > .container,
.evento-completo-head.sticky > #carrusel_fechas,
.evento-completo-head.sticky > .evento-completo-pie,
.evento-completo-head.sticky > .flecha_wrapper{
	display:none;
}

.evento-completo-head > .container{
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.div_critica{
    position: relative;
    margin-bottom: 15px;
    /*display: none;*/
}
.div_container {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    overflow: hidden;
    margin-top: 240px;
}
.div_main {
    padding-right: 20px;
    flex: 1;
}
.div_datos {
	width:100%;
    margin-bottom: 20px;
}
.div_datos h4{
	color: #4897d1;
	font-size:30px;
	line-height: 30px;
	margin-top:0;
}

#foto,#banner{
	display: flex;
	align-items: center;
}

#foto > i,
#banner > i{
	margin-right:5px;
}

#foto img.thumbnail-img,
#banner img.thumbnail-img{
	height:100px;
	width:auto;
	margin-right:5px;
}

#foto > div,
#banner > div{
	display: flex;
	justify-content: center;
	align-items: center;
	/*flex-direction: column;*/
	margin-right:15px;
}

#foto > div > span
#banner > div > span{
	margin-bottom:5px;
}

.noticia-completa-head{
	position: relative;
	background: #000;
	height: auto;
	color:#fff;
	margin-bottom: 20px;
	padding: 30px 0 20px 0;
}
.noticia-completa-head > .container > h1,
.noticia-completa-head > .container > div{
	margin:0 0 10px 0;
	background:rgba(0,0,0,0.5);
	padding:5px;
}
.noticia-completa-head > .container > h1{
	font-size: 40px;
	line-height: 40px;
}
.noticia-completa-img{
	overflow:hidden;
	position:  relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.noticia-completa-img img{
	width: 100%;
	height:auto;
}

.noticia-completa-menu{
	/* background:#bf3276; */
	/* margin-bottom: 30px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding:20px; */
}

.noticia-completa-menu a.btn{
	margin: 30px 20px;
	border:2px solid #fff;
	box-sizing: content-box;
}

.apartado_1{
	margin-bottom: 40px;
}

.apartado-container{
	position: relative;
}

.apartado-img{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.apartado-img .picker__date-display{
    text-align: center;
    background-color: #b72821;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 300;
    padding:0;
    width: 180px;
    height: 84px;
    margin-right: 15px;
}

.apartado-img .picker__date-display > .picker__weekday-display{
	margin:0;
	background-color: #dc514a;
	padding: 8px;
	font-weight: 200;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 2px;
}

.apartado-img .picker__date-display > .picker__month-display{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
}

.apartado-img .picker__date-display > .picker__year-display{
    font-size: 18px;
    color: rgba(255,255,255,0.4);
    line-height: 24px;
}

.apartado-body{
	padding: 0;
}

.apartado-body strong{
	font-weight:bold;
	color:#000;
}

.apartado-img > h1{
	font-size:30px;
	line-height:30px;
	margin-top:0;
	margin-bottom: 0;
	font-weight: 700;
	color:#000;
}

.apartado-body > div{
    font-size: 16px;
    line-height: 24px;
}

.apartado-body ul:not(.browser-default){
	list-style-type:square;
}

.apartado-body ul:not(.browser-default)>li{
	list-style-type: square;
}

.noticia-carrusel{
	margin-bottom: 24px;
	overflow:hidden;
	position: relative;
	background:#fff;
	
	
}

.noticia-carrusel .noticia-carrusel-img{
	display:flex;
	width: 100%;
	height: 300px;
	overflow: hidden;
	left: 0;
	background: #fff;
	justify-content:center;
	align-items:center;
	position: relative;
}

.noticia-carrusel .noticia-carrusel-img > div{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .9), hsla(0, 0%, 100%, 0) 63%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .9), hsla(0, 0%, 100%, 0) 63%);
    z-index: 1;
    color: #fff;
    padding: 12px 15px;
    font-size:20px;
}

.noticia-carrusel .noticia-carrusel-img > div.n{
	position: absolute;
	bottom:0;
	left:15px;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 0.7;
	height: 92px;
	font-size: 92px;
	display: flex;align-items: flex-end;
}

.noticia-carrusel .noticia-carrusel-img img{
	width: 100% !important;
	height: auto !important;
}

.noticia-carrusel > .noticia-carrusel-title{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    max-height: 52px;
    display: block;
    box-sizing: content-box;
    overflow: hidden;
}

.noticia-carrusel > .noticia-carrusel-desc{
	color:#000;
	line-height:24px;
	font-size: 16px;
	margin: 0 10px 20px;
}

.noticia-carrusel-footer{
	width:100%;
	display: flex;
	justify-content: center;
	margin-bottom:10px;
}

.noticia-carrusel .noticia-carrusel-btn{
	color: #fff;
	background: #1894af;
	text-transform: lowercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 30px;
	font-size: 22px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
}

/**/

.translate-arrow{
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.translate-arrow i{
  font-size: 32px;
  color: #555 !important;
}

.translate-html .dnnTextPanelView{
	display:none;
}

.translate-flag{
	float:right;
	margin-left:5px;
}

.group-container{
	position:relative;
	width:100%;
	display:block;
	height:48px;
	padding-right:48px;
	border:1px solid #eee;
}

.browser-default.group-text{
	height:46px;
	line-height:46px;
	font-family: roboto;
	background: #f6f6f6;
	width: 100%;
	padding: 0 10px;
	border:none;
}

.group-btn{
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 48px;
  height: 48px;
  background: #55be90;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.group-btn i{
	line-height: 48px;
	color:#fff;
}

/**/

.noticia-completa-imagenes a.lightbox > img{
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}
.noticia-completa-imagenes a.lightbox > img:hover{
	opacity:0.6;
}

.delete-btn{
    position: absolute;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    background:#d4d4d4;
    /* padding:2px 2px 1px 2px; */
    z-index:99;
    top:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.delete-btn:hover{
    background:#fff;
}

.delete-btn > i{
    font-size: 24px;
    color: #fff;
}

.delete-btn:hover > i{
    color: #fbb142;
}

.edit-btn{
    position: absolute;
    right: 42px;
    bottom: 5px;
    cursor: pointer;
    background: #fbb142;
    /* padding:2px 1px 1px 3px; */
    z-index:99;
    top:auto;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-btn:hover {
    background: #fbb142;
}

.edit-btn > i{
    font-size: 24px;
    color: #fff;
}

.edit-btn:hover > i{
    color: #fff;
}

img.img-editar{
    height: 200px;
    width: auto;
    margin: 0 auto;
    display: block;
}

/**/


.noticias{
	min-height: 524px;
	padding-top:13px;
}

.noticia{
	position:relative;
	padding-left: 94px;
	min-height:93px;
	margin-bottom:13px;
	border-bottom:1px solid #e4e4e4;
	cursor:pointer;

	-webkit-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
    -ms-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
}

.noticias .noticia:last-child{
	border-bottom:none;
}

.noticia:hover{
	/*padding-left:117px;*/
}

.noticia img{
	position:absolute;
	left:0;
	width:80px;
	height:80px;

	-webkit-transition: left 0.3s, opacity .3s;
    -moz-transition: left 0.3s, opacity .3s;
    -o-transition: left 0.3s, opacity .3s;
    -ms-transition: left 0.3s, opacity .3s;
    transition: left 0.3s, opacity .3s;
}

.noticia:hover img{
	opacity: 0.7;
	/*left:25px;*/
}

.noticia > p{
	color:#015aa9;
	font-weight: 400;
	margin-bottom:4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.noticia:hover > p{
	color:#2196f3;
}

.noticia > div{
	max-height:60px;
	overflow:hidden;
	text-overflow:ellipsis;
	/*white-space:nowrap;*/
}

.noticia > div > a{
	font-size:16px;
	line-height:20px;
	font-weight:400;
	color:#000;
}
.noticia:hover > div > a{
	text-decoration:underline;
}
.noticia-grande{
	padding-top:13px;
}

.noticia-grande > div.noticia-grande-img{
    max-width: 100%;
    max-height: 293px;
    overflow: hidden;
}

.noticia-grande-img img{
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	width:  100%;
}

.noticia-grande-img img:hover{
	opacity: 0.7;
}

.noticia-grande > p{
	color:#015aa9;
	font-weight: 400;
	padding-top:10px;
	margin-bottom:5px;
	font-size:16px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.noticia-grande:hover > p{
	color:#2196f3;
}

.noticia-grande > div.noticia-grande-desc{
    height: 72px;
    overflow: hidden;
    margin-bottom: 9px;
}

.noticia-grande > div > a{
	font-weight: 400;
	font-size:18px;
	line-height: 24px;
	color:#000;
}

.noticia-grande:hover > div > a{
	text-decoration:underline;
}

.prensa-noticia-destacada{
	margin-bottom: 20px;
	position: relative;
	background: #eee;
	min-height: 230px;
	overflow: hidden;

	padding: 0;
}

.prensa-noticia-destacada-foto{
	max-height:219px;
	overflow:hidden;
}

.prensa-noticia-destacada img{
	min-width: 100%;

	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

.prensa-noticia-destacada img:hover{
	opacity: 0.7;
}

.prensa-noticia-destacada p{
    color:#004486;
    padding: 16px 15px 4px 20px;
}

.prensa-noticia-destacada .prensa-noticia-destacada-desc{
	line-height: 28px;
	font-size: 18px;
	padding: 0 15px 18px 20px;
}

.prensa-noticia-destacada .prensa-noticia-destacada-desc > a{
	color: #000 !important;
}

.prensa-noticia-destacada .prensa-noticia-destacada-desc a:hover{
	text-decoration:underline;
}

.prensa-noticia-md{
	position: relative;
	padding-left: 94px;
	margin-bottom:19px;
	height: 80px;
}

.prensa-noticia-md img{
	position: absolute;
	left:0;
	top:0;
	width: 80px;
	height: 80px;

	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

.prensa-noticia-md img:hover{
	opacity: 0.7;
}

.prensa-noticia-md p{
	line-height: 18px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color:#004486;
	margin-bottom: 4px;
}

.prensa-noticia-md > .prensa-noticia-md-desc{
	font-size:16px;
	line-height:20px;
	max-height:60px;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-bottom:10px;
}
.prensa-noticia-md > .prensa-noticia-md-desc > a{
	color: #000 !important;
}

.prensa-noticia-md > .prensa-noticia-md-desc a:hover{
	text-decoration:underline;
}

.prensa-noticia{
	position:relative;
	padding-left: 160px;
	padding-top: 30px;
	min-height: 160px;
	border-bottom: 2px solid #e4e4e4;
}

.prensa-noticia:last-child{
	border-bottom:none;
}

.prensa-noticia-img{
	position: absolute;
	left: 20px;
	top:20px;
	width: 120px;
	height: 120px;
	overflow: hidden;
	text-align:center;
	background:#eee;
}

.prensa-noticia-img img{
	height: 120px;
	width: auto;

	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

.prensa-noticia-img i{
	line-height:120px;
	font-size:64px;
}

.prensa-noticia .prensa-noticia-img img:hover{
	opacity: 0.7;
}

.prensa-noticia-img:hover i{
	color:#2196f3;
}

.prensa-noticia-title{
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	margin-bottom:10px;
}

.prensa-noticia-title a{
	/*color: #000 !important;*/
}

.prensa-noticia .prensa-noticia-title a:hover{
	color: #2196f3;
}

.prensa-noticia-desc{
	font-size:16px;
	line-height:20px;
	max-height:40px;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-bottom:10px;
}

.prensa-noticia .prensa-noticia-desc:hover{
	text-decoration:underline;
}

.prensa-noticia-desc a{
	color: #000 !important;
}

.prensa-noticia-fecha{
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color:#004486;
}

.prensa-noticia-fecha > .chip{
	margin-left:5px;
	height:24px;
	line-height:24px;
	padding:0 6px;
}

.prensa-noticia-fecha > .chip > i{
	margin-right:6px;
	height:24px;
	line-height:24px;
}

.prensa-noticia:hover .prensa-noticia-fecha{
	/*color: #2196f3;*/
}

.noticia-completa-volver{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px 0;
}
.noticia-completa-volver a{
	border: 2px solid #fff;
	box-sizing: content-box;
	/* font-weight: bold; */
}

.noticia-completa-title{
	font-size: 3em;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 12px;
	/* border-bottom: 2px solid #004481; */
	margin-bottom:20px;
	font-family: 'Montserrat', sans-serif;
}

.noticia-completa-img a.lightbox{
	position: absolute;
	bottom:15px;
	right:15px;
	background: #848484;
	height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 2px;
	color:#fff !important;
}

.noticia-completa-img a.lightbox:hover{
	color:rgba(255,255,255,0.7) !important;
}

.noticia-completa-img a.lightbox i{
	opacity: 1;
	line-height: 32px;
}

.noticia-completa-meta{
	min-height:43px;
	margin-bottom:5px;
}

.noticia-completa-meta >a.btn-icon{
	height:40px;
	line-height:40px;
	width:40px;
	margin-right:5px;
}

.noticia-completa-meta >a.btn-icon >i{
	margin:0;
	line-height:  40px;
}

.noticia-completa-fecha{
	color:#004481;
	font-size:14px;
	line-height: 43px;
	min-height:43px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.noticia-completa-fecha > .chip > i{
	height:32px;
	line-height:32px;
}

.noticia-completa-social{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.noticia-completa-social a, .noticia-completa-social a:visited{
	display:block;
	width:40px;
	height:40px;
	text-align: center;
	color:#fff;
	margin-left:3px;
	text-align: center;
	/*float: right;*/
}

.noticia-completa-social a:hover{
	color: rgba(255,255,255,0.7);
}

.noticia-completa-social a.facebook{
	background: #0866ff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.noticia-completa-social a.twitter {
    background: #000000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.noticia-completa-social a.twitter img {
    width: 20px;
}

.noticia-completa-social a.whatsapp-social{
	background: #29a628;
}

.noticia-completa-social a.mail{
	background: #848484;
}

.noticia-completa-social a.print{
	background: #738a8d;
}

.noticia-completa-social a.more{
	background: #ff6550;
}

.noticia-completa-social a i{
	font-size:24px;
	line-height: 40px;
}

.noticia-completa-box{
   /* color: #4897d1;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;*/
   color:#c89f22;
   font-size: 2em;
   font-weight: bold;
   margin: :4px 0 6px 0;
   /* font-family: 'Montserrat', 'sans-serif'; */
   line-height: 35px;
   margin-bottom: 15px;
}


.noticia-completa-desc{
	line-height: 24px;
    /*white-space: pre-wrap;*/
    margin-bottom:30px;
}

.fecha-mod{
	text-align: center;
	padding:0 9px;
	line-height: 34px;
	font-size: 13px;
	height:34px;
	background: #eee;
	margin-bottom:20px;
}

.validation_summary{
	background: #d2251a;
	padding: 20px 20px 17px 20px;
	color: #f5f5f5;
	margin-bottom: 20px;
}

.validation_summary ul{
	margin:0;
}

.validation_summary ul > li{
	padding-bottom:3px;
}

.paginado{
	margin-bottom:20px;
	min-height:44px;
	background: #e3e4e7;
	line-height:44px;
	padding:0 22px 0 12px;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.paginado a{
	height:44px;
	line-height:44px;
	width: 32px;
	text-align:center;
	display:inline-block;
}

.paginado a.active{
	color:#000;
	font-weight:bold;
}

.paginado a > i{
	line-height:44px;
	color:#2196f3
}

.paginado > span{
	display:block;
	font-size:14px;
	line-height:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding: 5px 0 12px 0;
	width: 100%;
}

.with-helper{
	position:relative;
}

.with-helper .helper{
	position:absolute;
	right:3px;
	top:10px;
}

@media (min-width: 768px){
.noticia-completa{
	padding-top: calc(100vh - 164px);
}
.div_container {
    margin-top: 20px;
}
.evento-completo-head{
	height: calc(100vh - 164px);
	margin-top: 164px;
}
.div_critica_inner{
    /* position: absolute; */
    /* right: 10px; */
    /* width: 300px; */
}
.div_critica_inner.sticky{
    position: fixed;
    top: 100px;
    left: calc(15vw - 100px);
}
.div_datos {
    /*width: 320px;*/
}
.div_container {
    /* padding-right: 30%; */
    margin-bottom: 48px;
    /*flex-direction: row;*/
    overflow: visible;
}
.noticia-completa-head > .container{
	padding: 0 0 0 240px;
	position: relative;
	height: 300px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.noticia-completa-head > .container::before{
	width: 10px;
	height: 300px;
	background: #fff;
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	position: absolute;
	left: 192px;
	top: 0;
	z-index: 3;
	content: '';
}
	.apartado-body > div{
		/* font-size:24px; */
		/* line-height: 30px; */
	}
	.apartado-img .picker__date-display{
	    text-align: center;
	    background-color: #b72821;
	    color: #fff;
	    padding-bottom: 15px;
	    font-weight: 300;
	    padding:0;
	    width: 120px;
	    height: 110px;
	    margin-right:40px;
	}

	.apartado-img .picker__date-display > .picker__weekday-display{
		margin:0;
		background-color: #dc514a;
		padding: 8px;
		font-weight: 200;
		font-size: 1rem;
		margin-bottom: 6px;
	}

	.apartado-img .picker__date-display > .picker__month-display{
		text-transform: uppercase;
		font-size: 32px;
		line-height: 32px;
	}

	.apartado-img .picker__date-display > .picker__year-display{
	    font-size: 30px;
	    color: rgba(255,255,255,0.4);
	    line-height: 30px;
	}
	.apartado_1{
		background: url('/Portals/_default/skins/mei/images/barras_1.png');
		background-position: top left;
		background-repeat:  no-repeat;
		margin-bottom: 60px;
	}
	.apartado-img{
		padding-left:100px;
		margin-bottom: 30px;
		justify-content: flex-start;
	}
	.apartado-img img{
		width:110px;
		margin-right:40px;
	}
	.apartado-img > h1{
		font-size:60px;
		line-height:60px;
	}
	.apartado-body {
	    /* padding-left: 100px; */
	    /* padding-right: 100px; */
	}
	.noticia-completa-head{
		height: 300px;
		overflow:hidden;
		margin-bottom: 60px;
		padding: 0;
	}
	.noticia-carrusel > .noticia-carrusel-desc{
		margin: 0 20px;
		height: 72px;
		overflow:hidden;
	}
	/**/
	.paginado{
		display:block;
	}
	.paginado a{
		float:left;
	}
	.paginado > span{
		width:auto;
		font-size:16px;
		line-height:44px;
		float:right;
		padding: 0;
	}
	.noticia{
		margin-bottom:28px;
	}
	.noticia-grande > div.noticia-grande-img{
	    height: 224px;
	}

	.prensa-noticia-destacada{
		padding: 20px 20px 19px 50%;
	}

	.prensa-noticia-destacada-foto{
		width: 50%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.prensa-noticia-destacada-foto {
		max-height: 230px;
		overflow: hidden;
	}

	.prensa-noticia-destacada img{
		min-height: 230px;
	}

	.prensa-noticia-destacada p{
	    padding: 0 0 0 24px;
	}

	.prensa-noticia-destacada .prensa-noticia-destacada-desc{
		padding: 0 0 0 24px;
	}

	.prensa-noticias .black-title{
		padding: 30px 0 40px 0px;
	}
	.noticia-completa{
		/* padding-top:4px; */
	}
	.noticia-completa-img{
		/* margin-bottom:15px; */
	}
	.noticia-completa-meta{
		margin-bottom:15px;
	}
	.noticia-completa-fecha{
		float:left;
		text-align: left;
	}
	.noticia-completa-social{
		display:block;
		/* float:right; */
		padding: 3px 0;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.noticia-completa-social a, .noticia-completa-social a:visited{
		float: left;
	}
	.fecha-mod{
		float:right;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}

/* Desktop */
@media (min-width: 1024px) {
	.noticia-completa-title{
		font-size: 3em;
		line-height: 1.2;
	}
	.header_wrapper{
		display:flex;
	}
	.prensa-noticias{
		/* padding-top:150px; */
	}
	.noticia-carrusel{
		/* height: 480px; */
		margin: 0;
		overflow:hidden;
	}
	.noticia-carrusel > .noticia-carrusel-img{
		/* width:100%; */
		/* height:220px; */
		/* overflow:hidden; */
		/* position: inherit; */
		/* justify-content: center; */
		/* align-items: center; */
	}
	.noticia-carrusel > .noticia-carrusel-img img {
		width: auto !important;
		height: 100% !important;
	}
	.noticia-carrusel-footer{
		position: absolute;
		bottom:25px;
		left:0;
		width:100%;
		display: flex;
		justify-content: center;
		margin-bottom:0;
	}
	.noticia-grande > div.noticia-grande-img{
	    height: 293px;
	}
	.noticia{
		margin-bottom:13px;
	}
}

/* Wide Desktop */
@media (min-width: 1600px) {
	.div_container {
	    /*padding-right: 25%;*/
	}
	.noticia-carrusel{
		/*margin: 0 20px;*/
	}
	.noticia-carrusel > .noticia-carrusel-img img {
		width: 100% !important;
		height: auto !important;
	}
}