.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;
}

#CarruselDestacados.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 20px 0;
}

.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;
}

.cabecera.cabecera-agenda.cabecera-agenda2{
    background-image: url(/Portals/_default/skins/arona/images/agenda_alcalde.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px 3px #e4e4e4;
}

.cabecera.cabecera-agenda.cabecera-agenda4{
    background-image: url(/Portals/_default/skins/arona/images/junta_gobierno.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px 3px #e4e4e4;
}

.cabecera.cabecera-agenda.cabecera-agenda5{
    background-image: url(/Portals/_default/skins/arona/images/pleno.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px 3px #e4e4e4;
}

.cabecera.cabecera-agenda.cabecera-agenda2 h2,
.cabecera.cabecera-agenda.cabecera-agenda4 h2,
.cabecera.cabecera-agenda.cabecera-agenda5 h2 {
    color: #000 !important;
    text-shadow: none;
}

.agenda-eventos > .cabecera.cabecera-agenda{
	margin-bottom:20px;
}

.agenda-eventos > .cabecera.cabecera-agenda > .container{
	display:block;
	height:110px;
	text-align:center;
}

.agenda-resultados{
	line-height: 48px;
	font-size:20px;
	font-weight: 300;
	clear: both;
	padding-top: 18px;
}

.agenda-fecha-container{
	background: #eee;
	padding:14px 0 18px 0;
}
.agenda-fecha-container h2{
	display:none;
}

.agenda-fecha-box{
	height: 44px;
	background: #fff;
}

.agenda-fecha-box .agenda-fecha-box-icon{
	width: 40px;
  height: 40px;
  background: #2196f3;
  margin: 2px;
  text-align: center;
  float:left;
}

.agenda-fecha-box > span{
  height: 40px;
  margin: 2px;
  float:left;
  line-height: 40px;
}

.agenda-fecha-box .agenda-fecha-box-btn{
	width: 30px;
	height: 40px;
	margin: 2px;
	text-align: center;
	float:right;
}

.agenda-fecha-box .agenda-fecha-box-icon i{
	color: #fff;
    line-height: 40px;
}

.agenda-fecha-box .agenda-fecha-box-btn i{
	color: #2196f3;
	line-height: 40px;
	font-size: 30px;
}

.agenda-fecha-box input[type=text]:not(.browser-default){
	width: 32%;
	height:40px;
	line-height: 40px;
	margin: 2px 3px;
	text-align: center;
	font-family: roboto;
	font-weight: 500;
	float:left;
}

.evento{
	position:relative;
	padding-left: 92px;
	min-height:88px;
	margin-bottom:13px;
	border-bottom:1px solid #e4e4e4;
	cursor:pointer;
	-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;
}

.evento:last-child{
	border-bottom:none;
}

.evento:hover{
	/*padding-left:117px;*/
}

.evento img{
	position:absolute;
	left:0;
	width:75px;
	height:75px;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-o-transition: left 0.3s;
	-ms-transition: left 0.3s;
	transition: left 0.3s;
}

.evento:hover img{
	opacity: 0.7;
	/*left:25px;*/
}

.evento > p{
	color:#015aa9;
	margin-bottom:4px;
	font-weight:400;
}

.evento:hover > p, 
.evento:hover > p > a{
	color:#2196f3;
}

.evento > p > a{
	font-weight: bold;
}

.evento > div{
	max-height:40px;
	overflow:hidden;
	text-overflow:ellipsis;
	/*white-space:nowrap;*/
}

.evento > div > a{
	font-size:16px;
	line-height:20px;
	font-weight:400;
	color:#000;
}

.evento:hover > div > a{
	text-decoration:underline;
}

/* Turismo */

.evento-turismo{
	height:140px;
	background:#004481;
	margin-bottom: 24px;
	overflow:hidden;
	position: relative;
	padding-left: 155px;
}

.evento-turismo > .evento-turismo-img{
	display:flex;
	width: 155px;
	height: 140px;
	overflow:hidden;
	position:  absolute;
	left: 0;
	background: #fff;
	justify-content:center;
	align-items:center;
}

.evento-turismo > .evento-turismo-img > img{
	height:100%;

	-webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}

.evento-turismo:hover > .evento-turismo-img > img{
	opacity: 0.7;
}

.evento-turismo > 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;
}

.evento-turismo:hover > p{
	color:#2196f3;
}

.evento-turismo > .evento-turismo-desc{
	margin: 0 20px;
	height: 60px;
	overflow:hidden;
	color:#fff;
	line-height: 20px;
	font-size:  14px;
}

.evento-turismo-extra{
	height: 62px;
}

/**/

.agenda-evento-destacado{
	height: 110px;
	padding:0 18px 12px 130px;
	margin-bottom: 20px;
	position: relative;
	background: #eee;
	overflow: hidden;
}

.agenda-evento-destacado.destacados-area{
	padding:0 18px 12px 130px;
}

.agenda-evento-destacado-img{
	position:absolute;
	top:0;
	left:0;
	width:110px;
	height: 110px;
	overflow:hidden;
}

.agenda-evento-destacado.destacados-area .agenda-evento-destacado-img{
	width:110px;
}


.agenda-evento-destacado img{
	width: 100%;
	height:auto;

	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

.agenda-evento-destacado img:hover{
	opacity: 0.7;
}

.agenda-evento-destacado-fecha{
    color:#004486;
    display:block;
    line-height:18px;
    font-size:14px;
    border-top: 8px solid #2196f3;
    padding-top:7px;
    margin-bottom: 3px;
    white-space:  nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agenda-evento-destacado-titulo{
	line-height: 20px;
	height:40px;
	overflow:hidden;
	margin-bottom: 6px;
}

.agenda-evento-destacado > a{
	color:#004486;
	background:#fff;
	font-size:14px;
	display: inline-block;
	line-height: 17px;
	font-size: 12px;
	padding: 0 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.agenda-evento-destacado > a:hover{
	color:#2196f3 !important;
}

.agenda-evento-destacado .agenda-evento-destacado-desc a:hover{
	text-decoration:underline;
}

.agenda-evento-md{
	position: relative;
	padding-left: 94px;
	margin-bottom:19px;
	height: 80px;
}

.agenda-evento-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;
}

.agenda-evento-md img:hover{
	opacity: 0.7;
}

.agenda-evento-md p{
	line-height: 18px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color:#004486;
	margin-bottom: 4px;
}

.agenda-evento-md > .agenda-evento-md-desc{
	font-size:16px;
	line-height:20px;
	max-height:60px;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-bottom:10px;
}
.agenda-evento-md > .agenda-evento-md-desc > a{
	color: #000 !important;
}

.agenda-evento-md > .agenda-evento-md-desc a:hover{
	text-decoration:underline;
}

/* agenda evento */

.agenda-evento{
	position:relative;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	padding: 20px 8px 22px 172px;
	height: 114px;
	background-color: #f6f6f6;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
	border-style: solid;
	border-width: 0.5px;
	border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
	border-image-slice: 1;
	margin-bottom:24px;
}

.agenda-evento-dia{
	position: absolute;
	top:17px;
	left: 18px;
	width:45px;
	height: 47px;
	line-height:47px;
	font-size: 40px;
	font-weight:300;
	text-align:center;
	overflow: hidden;
}

.agenda-evento-mes{
	position: absolute;
	top:64px;
	left:18px;
	width:45px;
	height: 26px;
	line-height:26px;
	font-size: 22px;
	font-weight:300;
	text-align:center;
	overflow: hidden;
}

.agenda-evento-img{
	position: absolute;
	left: 86px;
	top:20px;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.agenda-evento-img img{
	width: 70px;
	height: auto;

	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

.agenda-evento .agenda-evento-img img:hover{
	opacity: 0.7;
}

.agenda-evento-title{
	font-size: 17px;
	line-height:24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.agenda-evento-title a{
	/*color: #000 !important;*/
}

.agenda-evento .agenda-evento-title a:hover{
	color: #2196f3;
}

.agenda-evento-fecha > .chip{
	margin-left:5px;
	height:24px;
	line-height:24px;
	padding:0 6px;
}

.agenda-evento-fecha > .chip > i{
	margin-right:6px;
	height:24px;
	line-height:24px;
}

/**/

.link_grupo{
	display:block;
	line-height:40px;
}

.link_grupo > .chip{
	line-height:40px;
	height:40px;
	color:#fff;
	background:#015aa9;
	font-size:19px;
	font-weight:300;
	margin-bottom:8px;
}

.link_grupo > .chip:hover{
	color:#fff;
	background:#2196f3;
}

.link_lugar{
	display:block;
	line-height:40px;
	font-weight:500;
	font-size:18px;
	margin-bottom:8px;

	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}

.link_lugar:hover{
	color:#2196f3;
}

a.link_lugar > i{
	line-height:40px;
	margin-right:7px;
}

.evento-completo-head{
	clear:both;
}

.evento-completo-title{
	line-height: 38px;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 2px;
	border-bottom: 2px solid #004481;
	margin-bottom: 12px;
}

.evento-completo-lugar{
	margin-bottom: 2px;
}

.evento-completo-head{
	position: relative;
	background:#004481;
	padding:20px;
	color:#fff;
	margin-bottom:20px;
	text-align:center;
}

.evento-completo-img{
	margin-bottom:5px;
	overflow:hidden;
	margin-bottom:20px;
	position:  relative;
}

.evento-completo-img img{
	width: 100%;
	height:auto;
}

.evento-completo-img a.lightbox,
.evento-lugar-img a.lightbox{
	position: absolute;
	bottom:10px;
	right:10px;
	background: rgb(212, 212, 212);
	height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 2px;
	color:#fff !important;
}

.evento-completo-img a.lightbox:hover,
.evento-lugar-img a.lightbox:hover{
	color:rgba(255,255,255,0.7) !important;
}

.evento-completo-img a.lightbox i,
.evento-lugar-img a.lightbox i{
	opacity: 1;
	line-height: 32px;
}

.evento-completo-dia{
	font-weight:300;
	margin-bottom:11px;
	line-height:34px;
}

.evento-completo-hora, .evento-grupo-desc{
	font-size: 18px;
	line-height: 32px;
	margin-top: 18px;
	text-align: justify;
}

.evento-completo-head > a{
	background:#2196f3;
	color:#fff !important;
	display:block;
	line-height:48px;
	font-size: 20px;
	font-weight:300;

	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}

.evento-completo-head > a:hover{
	background:rgba(33, 150, 243, .6);
}

.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:0;
  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;
}

.evento-completo-meta{
	min-height:43px;
	margin-bottom:5px;
}

.evento-completo-meta > a{
	line-height:16px;
	font-size:14px;
	display:block;
	margin-bottom:20px;
}

.evento-completo-meta >a.btn-icon{
	height:40px;
	line-height:40px;
	width:40px;
	margin-right:5px;
}

.evento-completo-meta >a.btn-icon >i{
	margin:0;
	line-height:  40px;
}

.evento-completo-meta > a > i{
	margin-top:-6px;
}

.evento-completo-fecha > .chip > i{
	height:32px;
	line-height:32px;
}

.evento-completo-social{
	display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.evento-completo-social a, .evento-completo-social a:visited{
	display:block;
	width:40px;
	height:40px;
	text-align: center;
	color:#fff;
	margin-left:3px;
	text-align: center;
	/*float: right;*/
}

.evento-completo-social a:hover{
	color: rgba(255,255,255,0.7);
}

.evento-completo-social a.facebook{
	background: #3b5998;
}

.evento-completo-social a.twitter{
	background: #1da1f2;
}

.evento-completo-social a.whatsapp-social{
	background: #29a628;
}

.evento-completo-social a.mail{
	background: #848484;
}

.evento-completo-social a.print{
	background: #738a8d;
}

.evento-completo-social a.more{
	background: #ff6550;
}

.evento-completo-social a i{
	font-size:24px;
	line-height: 40px;
}

.evento-completo-box{
	background: #e5ecf2;
	color:#000;
	padding: 21px 20px;
	margin-bottom:30px;
}

.evento-completo-box-title{
	font-weight: 500;
	border-bottom:3px solid #e4e4e4;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom:10px;
}

.evento-completo-box-title::before{
	width: 6px;
	height: 6px;
	background: #2196f3;
	content: "";
	display: block;
	float:left;
	margin-right:10px;
	margin-top:10px;
}

.evento-completo-box p{
	line-height: 26px;	
	padding-bottom:10px;
	margin-bottom:0;
	white-space:pre-line;
}

.evento-completo-desc{
	line-height: 24px;
}
/* lugar */

.evento-lugar-img{
	width:100%;
	height:260px;
	overflow:hidden;
	position:relative;
}

.evento-lugar-img img{
	width:100%;
	height:auto;
}

.evento-lugar-box{
	background:#eee;
	padding: 20px 30px 16px 35px;
	line-height: 32px;
}

.evento-lugar-direccion{
	display: block;
	padding-bottom: 11px;
	border-bottom: 2px solid #fff;
	margin-bottom: 14px;
	white-space: pre-wrap;
}

.evento-lugar-box > p{
	margin:0 0 5px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.evento-lugar-box > a{
	display:inline-block;
	margin-right:15px;
}
.evento-lugar-desc-box{
	padding: 21px 20px;
}
/**/
/*.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;
    color: #f5f5f5;
}

.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;
}

.filtros{
	display:none;
}
@media (min-width: 600px){
	.evento-turismo-extra{
	height: 146px;
	display:flex;
	align-items: center;
	justify-content: center;
}
}
@media (min-width: 768px){
/* Turismo */

.evento-turismo{
	height:146px;
	padding-left: 160px;
}

.evento-turismo > .evento-turismo-img{
	width: 160px;
	height: 146px;
}

.evento-turismo > p{
	font-size: 16px;
}

.evento-turismo > .evento-turismo-desc{
	height: 72px;
	line-height: 24px;
	font-size:  16px;
}

/**/
	.link_grupo{
		display:inline-block;
		float:left;
	}

	.link_lugar{
		display:inline-block;
		float:right;
	}
	.filtros{
		display:block !important;
	}
	#btn_filtros{
		display:none;
	}
	.paginado{
		display:block;
	}
	.paginado a{
		float:left;
	}
	.paginado > span{
		width:auto;
		font-size:16px;
		line-height:44px;
		float:right;
		padding: 0;
	}
	.evento-lugar-desc-box{
		padding: 20px 76px 40px 81px;
	}
	.agenda-fecha-box input[type=text]:not(.browser-default){
		width: 110px;
		margin: 2px 0;
	}
	.agenda-eventos > .cabecera.cabecera-agenda{
		/* margin-bottom: 20px; */
		height: 110px;
	}
	.agenda-eventos > .cabecera.cabecera-agenda > .container{
		display:none;
	}
	.agenda-fecha-container{
		background: inherit;
		padding: 0;
	}
	.agenda-resultados{
		float:left;
		font-size: 24px;
		clear: none;
		padding: 0;
	}
	.evento-completo{
		padding-top:4px;
	}
	.evento-completo-head{
		text-align:left;
		height:238px;
		overflow:hidden;
		padding:20px 20px 20px 239px;
		margin-bottom:15px;
	}
	.evento-completo-img{
		position:absolute;
		top:20px;
		left:20px;
		width:196px;
		height:196px;
		margin-bottom:0;
	}
	.evento-completo-dia{
		margin-top:12px;
		margin-bottom:10px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		font-size: 26px;
	}
	.evento-completo-hora{
		margin-bottom:48px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		font-size: 32px;
	}
	.evento-grupo-desc{
		height:132px;
		overflow:hidden;
		text-align:  left;
		font-weight: 300;
		font-size: 24px;
		line-height:  44px;
	}
	.evento-completo-head > a {
		width:160px;
		text-align:center;
	}
	.evento-completo-imagenes{
		margin-bottom:15px;
	}
	.evento-completo-meta{
		margin-bottom:15px;
	}
	.evento-completo-meta > a{
		line-height:  43px;
		display:inline-block;
		margin-bottom: 0;
	}
	.evento-completo-meta > a > i{
		margin-top: -2px;
		margin-right:10px;
		line-height:43px;
	}
	.evento-completo-social{
		display:block;
		float:right;
		padding: 3px 0;
		margin-bottom: 0;
	}
	.evento-completo-social a, .evento-completo-social a:visited{
		float: right;
	}
	.evento-completo-box{
		padding: 55px 30px;
	}
	/**/
	.agenda-evento-destacado{
		padding:0 18px 12px 240px;
	}
	.agenda-evento-destacado-img{
		width:216px;
	}

	.agenda-evento-destacado img{
		/*min-width: 50%;
		height:auto;
		position: absolute;
		left: 0;
		top:0;*/
	}

	.agenda-evento-destacado p{
	    padding: 0 0 0 24px;
	}

	.agenda-evento-destacado .agenda-evento-destacado-desc{
		padding: 0 0 0 24px;
	}
	/**/
	.agenda-eventos{
		/* padding-top:4px; */
	}
	.agenda-evento{
		padding: 20px 12px 20px 184px;
		margin-bottom:20px;
	}
	.agenda-evento-dia{
		left: 23px;
	}

	.agenda-evento-mes{
		left:23px;
	}
	.agenda-evento-img{
		left: 91px;
	}
	.agenda-evento-title{
		font-size: 16px;
	}
	/*.fecha-mod{
		float:right;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}*/
	/**/
	.evento-lugar-box{
		height:260px;
		padding: 20px 47px 16px 66px;
		overflow: hidden;
	}

	.evento-lugar-direccion{
		height: 109px;
		overflow:hidden;
	}
	.agenda-fecha-container h2{
		display:block;
		float:left;
	}
	.agenda-fecha-box{
		margin-top:34px;
		float:right;
		/* width: 300px; */
	}
}

/* Desktop */
@media (min-width: 1024px) {
	/* Turismo */
.evento-turismo-extra{
	height: 102px;
}
	.evento-turismo{
		height:410px;
		background:#004481;
		/* margin-bottom:50px; */
		overflow:hidden;
		padding: 0;
	}

	.evento-turismo > .evento-turismo-img{
		width:100%;
		height:270px;
		overflow:hidden;
		position:  inherit;
		justify-content: center;
		align-items: center;
	}

	.evento-turismo > p{
		font-size:16px;
		font-weight:400;
		color:#f7ab00;
		overflow:hidden;
		text-overflow:ellipsis;
		line-height:20px;
		margin:18px 20px 6px 20px;
	}

	.evento-turismo > .evento-turismo-desc{
		margin: 0 20px;
		height:48px;
		overflow:hidden;
		color:#fff;
		line-height:24px;
		font-size: 16px;
	}

	.agenda-fecha-box{
		/*top: -125px;*/
	}
	/**/
	.evento-lugar-box{
		padding: 20px 47px 16px 66px;
	}
	/**/
	.evento-completo-dia{
		font-size:26px;
	}
	.evento-completo-hora{
		font-size: 32px;
	}
	.evento-completo-box{
		padding: 55px 80px 65px 80px;
	}
	/**/
	.agenda-evento{
		padding: 23px 15px 24px 240px;
		height: 140px;
		margin-bottom:24px;
	}

	.agenda-evento-dia{
		top:14px;
		left: 25px;
		width:67px;
		height: 71px;
		line-height:71px;
		font-size: 54px;
	}

	.agenda-evento-mes{
		position: absolute;
		top:86px;
		left: 25px;
		width:67px;
		height: 26px;
		line-height:26px;
		font-size: 30px;
	}

	.agenda-evento-img{
		left: 116px;
		top:20px;
		width: 100px;
		height: 100px;
	}

	.agenda-evento-img img{
		width:100px;
	}

	.agenda-evento-title{
		font-size: 17px;
		line-height:24px;
	}
}

