/* Transparencia */

.noticia-transparencia{
	height:140px;
	background:#004481;
	margin-bottom: 24px;
	overflow:hidden;
	position: relative;
	padding-left: 155px;
}

.noticia-transparencia > .noticia-transparencia-img{
	display:flex;
	width: 155px;
	height: 140px;
	overflow:hidden;
	position: absolute;
	left: 0;
	background: #fff;
	justify-content:center;
	align-items:center;
}

.noticia-transparencia > .noticia-transparencia-img > img{
	width:auto !important;
	height:100%;

	-webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}

.noticia-transparencia:hover > .noticia-transparencia-img > img{
	opacity: 0.7;
}

.noticia-transparencia > p{
	font-size: 14px;
	font-weight:400;
	color:#f7ab00;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:20px;
	margin:18px 20px 6px 20px;
	max-height: 40px;
}

.noticia-transparencia:hover > p{
	color:#2196f3;
}

.noticia-transparencia > .noticia-transparencia-desc{
	margin: 0 20px;
	height: 60px;
	overflow:hidden;
	color:#fff;
	line-height: 20px;
	font-size:  14px;
}

/**/

.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: #015aa9;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.group-btn i{
	line-height: 48px;
	color:#fff;
}

.evento-completo-imagenes{
	margin-bottom:20px;
}

.evento-completo-imagenes .owl-carousel{
	padding: 0 50px;
}

.evento-completo-imagenes .owl-carousel.owl-theme .owl-nav {
  margin-left: -50px;
  margin-right: -50px;
  z-index: -1;
  top:50%;
  margin-top:-22px;
  position: absolute;
  width: 100%;
}

.evento-completo-imagenes .owl-carousel.owl-theme .owl-nav .owl-prev{
	float:left !important;
}
.evento-completo-imagenes .owl-carousel.owl-theme .owl-nav .owl-next{
	float:right !important;
}

.evento-completo-imagenes a.lightbox > img{
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}
.evento-completo-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;
}

.delete-btn:hover{
    background:#fff;
}

.delete-btn > i{
    font-size: 24px;
    color: #fff;
}

.delete-btn:hover > i{
    color: #015aa9;
}

.edit-btn{
    position: absolute;
    right: 36px;
    bottom: 5px;
    cursor: pointer;
    background: #015aa9;
    padding:2px 1px 1px 3px;
    z-index:99;
    top:auto;
}

.edit-btn:hover {
    background: #2196f3;
}

.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-title{
	line-height: 38px;
	font-size:30px;
	font-weight: 300;

	padding-bottom: 12px;
	border-bottom: 2px solid #004481;
	margin-bottom:20px;
}

.noticia-completa-img{
	margin-bottom:5px;
	position: relative;
}

.noticia-completa-img img{
	width: 100%;
	height:auto;
}

.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: #3b5998;
}

.noticia-completa-social a.twitter{
	background: #1da1f2;
}

.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{
	padding: 10px 15px 9px 19px;
	background: #eee;
	line-height: 24px;
    white-space: pre-wrap;
    margin-bottom: 30px;
}

.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: #f7f7f7;
	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){
	/* Turismo */

	.noticia-transparencia{
		height:146px;
		padding-left: 160px;
	}

	.noticia-transparencia > .noticia-transparencia-img{
		width: 160px;
		height: 146px;
	}

	.noticia-transparencia > p{
		font-size: 16px;
	}

	.noticia-transparencia > .noticia-transparencia-desc{
		height: 72px;
		line-height: 24px;
		font-size:  16px;
	}
	/**/
	.paginado{
		display:block;
	}
	.paginado a{
		float:left;
	}
	.paginado > span{
		width:auto;
		font-size:16px;
		line-height:44px;
		float:right;
		padding: 0;
	}
	.evento-completo-imagenes{
		margin-bottom:15px;
	}
	.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{
		padding-top:4px;
	}
	.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;
	}
	.noticia-completa-social a, .noticia-completa-social a:visited{
		float: right;
	}
	.fecha-mod{
		float:right;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}

/* Desktop */
@media (min-width: 1024px) {
	.noticia-transparencia{
		height:410px;
		background:#004481;
		/* margin-bottom:50px; */
		overflow:hidden;
		padding: 0;
	}

	.noticia-transparencia > .noticia-transparencia-img{
		width:100%;
		height:270px;
		overflow:hidden;
		position:  inherit;
		justify-content: center;
		align-items: center;
	}

	.noticia-transparencia > p{
		font-size:16px;
		font-weight:400;
		color:#f7ab00;
		overflow:hidden;
		text-overflow:ellipsis;
		line-height:20px;
		margin:18px 20px 6px 20px;
	}

	.noticia-transparencia > .noticia-transparencia-desc{
		margin: 0 20px;
		height:48px;
		overflow:hidden;
		color:#fff;
		line-height:24px;
		font-size: 16px;
	}
	.noticia-grande > div.noticia-grande-img{
	    height: 293px;
	}
	.noticia{
		margin-bottom:13px;
	}
}