

/*******************
 * CUSTOM
 ******************/
.page-section.padding--for--sticky .site-main,
.page-videos.padding--for--sticky .site-main,
.padding--for--sticky .header ~ .alert,
.padding--for--sticky .header ~ .pagebuilder{
	border-top:155px solid white;
}
.padding--for--sticky .header ~ .alert ~ .pagebuilder,
.padding--for--sticky .header ~ .alert + .alert,
.padding--for--sticky .header ~ .pagebuilder + .pagebuilder{
	border-top: none;
}
/***********************************
 * MODULOS ZONAS NOTAS HOME
 **********************************/  
.zonasuperiores{
	margin-top:50px;
}
.zonacentrales{
	margin-top:43px;
}
.zonasuperiores .row__container .col_4:last-child,
.zonacentrales .row__container .col_4:last-child{
	display:none;
}
.zonasuperiores + .row, .zonacentrales + .row {
    margin-top: -35px;
}
/***********************************
 * MODULO BOTON VER MAS
 **********************************/  
.viewmore{ 
	display: inline-block;
	width: 100%;
}
.viewmore__button{
	background-color: white;
	border-radius:18px;
	border:2px solid #1DAFEC;
	color: #1DAFEC;
	display: block;
	width: 262px;
	height: 36px;
	cursor: pointer;
	margin: 18px auto 40px;
	font: 15px/31px 'Avenir Next DemiBold', sans-serif;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.viewmore__button:hover{
	background-color: #1DAFEC;
	color:white;
}
/***********************************
 * ICONOS DE PLAY, AUDIO Y VIDEO
 **********************************/  
.news__nophoto{
	background: url(/export/sites/elimparcial/arte/logo_2022.svg) no-repeat center center;
	background-size: 60% auto;
	filter: brightness(0);
	opacity: .1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.video--innerbox .icono--play,
.video--box .icono--play{
	border: none!important;
	background:none;
	width: 72px;
	height: 72px;
	font-size: 72px;
	line-height: 72px;
	bottom: 20px;
	left: 20px;
	top: initial;
	transform:none;
}
.video--box .icono--play{
	font-size:34px;
	width:34px;
	height:34px;
	left:14px;
	bottom:14px;
}
.news--innerbox .icono--play, 
.news--innerbox .icono--audio, 
.news--innerbox .icono--picture{
	display:none;
}

.news--summary .icono--play,
.news--summary .icono--picture,
.news--summary .icono--audio,
.news--box .icono--play, 
.news--box .icono--picture, 
.news--box .icono--audio{
	border:none;
	background-color:transparent;
	bottom: 20px;
	left: 20px;
	top:initial;
	font-size:40px;
}
.news--summary .icono--audio,
.news--box .icono--audio,
.news--box .icono--picture,
.news--summary .icono--picture{
	font-size: 24px;
}
.video-js .vjs-big-play-button{
	width:65px;
	height:65px;
	border:2px solid white;
	border-radius:100%;
	background-color:rgba(70,70,70,.3);
	font-size:20px;
	line-height:65px;
	top: 50%;
	left: 50%;
	text-align:center;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.video-js .vjs-big-play-button span{
	font-size:35px!important;
	line-height:65px;
	text-align:center;
}
.audio__item .video-js .vjs-big-play-button{
	display:none;
}
/**************************
 MOD TITLE
**************************/
.mod__header{
	position:relative;
	padding-top: 12px;
	margin-bottom: 23px;
}
.mod__header:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #1DAFEC;
	height: 9px;
	width: 90px;
}
.mod__title{
	position: relative;
	text-align: left;
	font: 18px/18px 'Avenir Next Heavy', sans-serif;
	text-transform: uppercase;
	color: black;
	    display: inline-block;
}
.mod__title a{
	color: inherit;
	font: inherit;
	position:relative;
}
.mod__vermas{
	color:#1DAFEC;
	font:12px/12px 'Avenir Next DemiBold', sans-serif;
	text-transform:uppercase;
	display:inline-block;
	vertical-align: top;
	margin-top: 13px;
	margin-left: 13px;
}
/**************************
 MOD LIST
**************************/
.modlist__section{
	margin-top:45px;
}
.modlist__content{
	position:relative;
}
/************************
 NEWS SHARE
************************/
.video__share,
.news__share{
	position: static!important;
}
.video__share-toggle,
.news__share-toggle{
	position: absolute;
	top: 0;
	z-index: 3;
	right: 0;
	width: 56px!important;
	line-height: 61px!important;
	height: 50px!important;
	font-size: 31px!important;
	border: none;
	padding: 0;
}
.video__share .sharemodal,
.news__share .sharemodal{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	
	background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.4), rgb(0, 0, 0));
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.video__share .sharemodal--open,
.news__share .sharemodal--open{
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}
.video__share .sharemodal--open .modal__button,
.news__share .sharemodal--open .modal__button{
	opacity: 1;
	visibility: visible;
}
.video__share .sharemodal .icono--cross,
.news__share .sharemodal .icono--cross{
	position: absolute;
	top: 0;
	right: 0;
	width: 56px!important;
	line-height: 61px!important;
	height: 50px!important;
	font-size: 21px!important;
	background-color: transparent;
	border: none;
	color: white;
}
.video__share .modal__content,
.news__share .modal__content{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.video__share .modal__button,
.news__share .modal__button{
	/**width: 52px;
	height:52px;**/
	width: 40px;
	height:40px;
	display: inline-block;
	margin:0 4.5px;
	border-radius:100%;
	background-color:#1DAFEC;
	opacity: 0;
	visibility: hidden;
	transition: all .4s .1s;
	-ms-transition: all .4s .1s;
	-moz-transition: all .4s .1s;
	-webkit-transition: all .4s .1s;
}
.video__share .sharemodal--open .modal__button + .modal__button,
.news__share  .sharemodal--open .modal__button + .modal__button{
	transition-delay: .25s;
	-ms-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-webkit-transition-delay: .25s;
}
.video__share .sharemodal--open .modal__button + .modal__button + .modal__button,
.news__share  .sharemodal--open .modal__button + .modal__button + .modal__button{
	transition-delay: .4s;
	-ms-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-webkit-transition-delay: .4s;
}
.video__share .sharemodal--open .modal__button + .modal__button + .modal__button + .modal__button,
.news__share  .sharemodal--open .modal__button + .modal__button + .modal__button + .modal__button{
	transition-delay: .55s;
	-ms-transition-delay: .55s;
	-moz-transition-delay: .55s;
	-webkit-transition-delay: .55s;
}
.video__share .modal__button:hover,
.news__share .modal__button:hover{
	background-color:#1B89B7;
}
.video__share .modal__button .icono,
.news__share .modal__button .icono{
	/**width: 52px;
	height:52px;**/
	width: 40px;
	height:40px;
	border-radius:100%;
	text-align: center;
	font-size: 21px;
	/**line-height: 60px;**/
	line-height: 44px;
}
.video__share .modal__button span,
.news__share .modal__button span{
	color: white;
	display: inline-block;
	font: 16px/40px 'Avenir Next Bold', sans-serif;
	text-transform: uppercase;
	vertical-align: top;
}
.video__share .modal__button span.text,
.news__share .modal__button span.text{
	display:none;
}
.video__share .modal__button .icono--mail_outline,
.news__share .modal__button .icono--mail_outline{
    	font-size: 16px;
    	/**line-height: 59px;**/
}
.video__share .modal__button .icono--mail_outline:before,
.news__share .modal__button .icono--mail_outline:before{
	content: "\EA0E";
}
.video__share .modal__button .icono--telegram:before,
.news__share .modal__button .icono--telegram:before{
	content: '';
	width: 21px;
	height: 21px;
	background: url(/arte/icon-telegram.png) no-repeat;
}/***********************************
 * NOTICIAS GENERALES
 **********************************/
.news--100-0 .news__media{
	padding-top: 100%!important;
}
.news--74-68 .news__media{
	padding-top: 74.68%;	
}
.news--55-47 .news__media{
	padding-top: 55.47%;	
}
.news--56-0 .news__media{
	padding-top:56%;
}
.news--50-0 .news__media{
	padding-top: 33.42%;
}
.news--74-2 .news__media{
	padding-top: 74.2%;
}
/***********************************
 * MODULO NEWS-BOX
 **********************************/
.news--box .news__media{
	margin-bottom: 0;
	background-color: #dedede;
}
.news--box .news__data{
	position: relative;
	padding: 17px 0 0;
}
.news--box .news__label{
	display: none;
}
.news--box .news__section{
	text-transform: uppercase;
	vertical-align:top;
	display:block;
}
.news--box .news__title a{
	background-image: linear-gradient(to right, rgba(29, 175, 236, 0.3) 0%, rgba(29, 175, 236, 0.3) 100%);
	background-size: 100% 0px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.news--box .news__title:hover a {
	background-size: 100% 9px;
}
.news--box .news__time{
	display:block;
	font: 12px/12px 'Avenir Next Regular', sans-serif;
	color: #222222;
}
.news--box .news__author,
.news--box .news__line--sep{
	display:none!important;
}
/*****************
 NEWS BOX LIST 
*****************/
.news--box--list{
	z-index:0;
	height:384px;
	margin-bottom:38px;
	background-color:white;
	box-shadow:0 0 0 rgba(0,0,0,0);
	transition: box-shadow .4s;
	-ms-transition: box-shadow .4s;
	-moz-transition: box-shadow .4s;
	-webkit-transition: box-shadow .4s;
}
.news--box--list:after{
	content:"";
	background-color:#e7e7e7;
	height:100%;
	width:1px;
	position:absolute;
	display:block;
	right:0;
	top:0;
	bottom:0;
}
.row__container .col:nth-child(3n+0) .news--box--list:after{
	display:none;
}
.news--box--list:hover{
	z-index:2;
	box-shadow:0 16px 22px rgba(0,0,0,0.16);
	-webkit-box-shadow:0 16px 22px rgba(0,0,0,0.16);
}
.news--box--list .news__data{
	padding:29px 19px;
	height: 151px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news--box--list .news__title{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 61px;
	overflow: hidden;
}
.news--box--list .news__line{
	position:absolute;
	bottom:20px;
	left:19px;
}
.news--box--list .news__time{
	font-size:11px;
	line-height:11px;
}
/*****************
 NEWS BOX LIST SPECIAL
*****************/
.news--box--list.list--special{
	height:473px;
	margin-bottom:0;
	background-color: #F5F4F4;
}
.news--box--list.list--special:after{
	background-color:#C9C9C9;
}
.news--box--list.list--special + .news--box--list.list--special:after{
	display:none;
}
.news--box--list.list--special .news__data{
	padding:20px 18px;
	height: 240px;
}
.news--box.list--special .news__excerpt{
	font-size:15px;
	line-height:20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 63px;
	overflow: hidden;
}
.news--box--list.list--special .news__line{
	bottom:20px;
	left:18px;
}
/*****************
 NEWS BOX PAGEBUILDER RELATED
*****************/
.news--box--pagebuilder--related .news__title{
	color:white;
	font-size:16px;
}
.news--box--pagebuilder--related .news__title:hover a{
    background-image: linear-gradient(to right, rgba(29, 175, 236, 0.5) 0%, rgba(29, 175, 236, 0.5) 100%);
}
.news--box--pagebuilder--related .news__time{
	color:white;
}
/****************
 NEWS BOX PAGEBUILDER FEATURED
****************/
.news--box--pagebuilder--featured .news__media{
	width:66.6%;
	float:right;
}
.news--box--pagebuilder--featured .news__data{
	width:calc(100% - 66.6%);
	float:left;
	padding:35px 15px 0px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news--box--pagebuilder--featured .news__title{
	font-size: 25px;
	line-height:30px;
}
.news--box--pagebuilder--featured .news__title:hover a {
	background-size: 100% 18px;
}
.news--box--pagebuilder--featured .news__excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/****************
 NEWS BOX RANKING COMMON
****************/
.news--box--ranking .news__data{
	padding-right:45px;
}
/****************
 NEWS BOX RANKING HOME
****************/
.news--box--rankinghome{
	height:432px;
	margin: 0;
}
.news--box--rankinghome .news__data{
	height:200px;
	padding-top:73px;
}
.news--box--rankinghome .news__title{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 61px;
	overflow: hidden;
}
/***************
 NEWS BOX REPORTE CIUDADANO
***************/
.news--box--reporteciudadano .news__title{
	font:15px/20px 'Avenir Next DemiBold', sans-serif;
	margin-bottom:12px;
}
/**************
 NEWS BOX PROFILE
**************/
.news--box--profile{
	height:298px;
	margin:0;
}
.col_4 + .col_4 +.col_4 +.col_4 .news--box--profile{
	border-top:1px solid #C9C9C9;
}
.news--box--profile .news__media{
	padding:0;
	position: initial;
}
.news--box--profile .news__title{
	padding-right:30px;
	margin-bottom:13px;
	overflow: inherit;
	height: auto;
	-webkit-line-clamp: initial;
}
.news--box--profile .news__excerpt {
	font-size:14px;
	line-height:22px;
	margin-bottom:20px;
	
	
}
.news--box--profile .news__excerpt p{
	position: relative;
	overflow: hidden;
	height: 69px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news--box--profile .news__media .news__nophoto,
.news--box--profile .news__media img{
	display:none;
}
.news--box--profile .news__share-toggle{
	color:#1DAFEC;
}
.news--box--profile .news__author{
	display:block !important;
	color: #1DAFEC;
	font: 15px/17px 'Avenir Next Bold', sans-serif;
	text-transform: capitalize;
	margin-bottom: 2px;
}
.news--box--profile.news--box--list .news__line{
	position:relative;
	bottom:initial;
	left:initial;
	margin: 0 0 13px;
}
.news--box--profile .news__data{

    display: flex;
    flex-direction: column;
}

.news--box--profile .news__data > :nth-child(1){ 
	order: 1; 
}
.news--box--profile .news__data > :nth-child(2){ 
	order: 3; 
}
.news--box--profile .news__data > :nth-child(3){ 
	order: 2; 
}
/***
 NEWS BOX HORIZONTAL
***/
.news--box--horizontal{
    display: inline-block;
    margin-bottom:1px;
}
.news--box--horizontal .news__media{
    width: 626px;
    height: 347px;
    float: left;
    padding: 0;
}
.news--box--horizontal .news__data {
    width: calc(100% - 626px);
    float: left;
    padding: 50px 49px 20px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.news--box--horizontal .news__title{
    font-size:34px;
    line-height:38px;
}
.news--box--horizontal .news__title:hover a {
    background-size: 100% 15px;
}
.news--box--horizontal .news__excerpt{
    font-size:17px;
    line-height:24px;
    margin-bottom: 17px;
}
.column-authors {
    content:'';
    background: white;
    background-image: url(/export/sites/elimparcial/arte/rayon_celeste.svg);
    background-repeat: no-repeat;
    background-size: 102% 90%;
}/***********************************
 * MODULO NEWS-INNERBOX
 **********************************/
.news--innerbox.news--45-14 .news__media{
	padding-top: 45.14%;	
}
.news--innerbox.news--46-53 .news__media{
	padding-top: 46.53%;	
}
.news--innerbox.news--56-15 .news__media{
	padding-top: 56.15%;	
}
.news--innerbox.news--56-18 .news__media{
	padding-top: 56.18%;	
}
.news--innerbox.news--74-92 .news__media{
	padding-top: 74.92%;	
}
.news--innerbox.news--100-28 .news__media{
	padding-top: 100.28%;	
}
.news--innerbox.news--75-44 .news__media{
	padding-top: 75.44%;	
}
.news--innerbox .news__media{
	background-color:#ededed;
}
.news--innerbox .news__media:after{
	background: -moz-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
	background: -webkit-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
	background: linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
}
.news--innerbox .news__media--iframe + .news__data,
.news--innerbox .news__label{
	display: none;
}
.news--innerbox .news__section{
	text-transform: uppercase;
	display:block;
}
.news--innerbox .news__title a{
	background-image: linear-gradient(to right, rgba(29, 175, 236, 0.3) 0%, rgba(29, 175, 236, 0.3) 100%);
	background-size: 100% 0px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.news--innerbox .news__title:hover a {
	background-size: 100% 9px;
}
.news--innerbox .news__line--sep,
.news--innerbox .news__author{
	display:none!important;
}
.news--innerbox .news__time{
	display: inline-block;
	font: 12px/12px 'Avenir Next Regular', sans-serif;
	color: #222222;
}
.news--innerbox .news__author a{
	text-transform: initial;
	color: inherit;
}
.news--innerbox .news__author a:hover{
	color: white;
}
/************************
 NEWS INNER FOTOGALERIA
************************/
.news--innerbox--fotogalerias .news__data{
	background-color:rgba(255,255,255,0.8);
	padding:30px 22px 44px;
	width:624px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news--innerbox--fotogalerias .news__title{
	color:black;
	font-size:35px;
	line-height:38px;
}
.news--innerbox--fotogalerias  .news__title:hover a{
	background-size: 100% 19px;
}
.news--innerbox--fotogalerias .news__section{
	margin-bottom:11px;
}
.news__media--description{
	position: absolute;
	bottom: 0;
	left:0;
	padding:20px 18px;
	z-index: 3;
	color: white;
	font:12px/13px 'Avenir Next Regular', sans-serif;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/************************
 NEWS INNER SQUARE
************************/
.news--innerbox--square .news__data{
	padding: 15px 15px 13px;
	background-color:rgba(255,255,255,0.8);
	min-height:127px;
	width:279px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news--innerbox--square .news__title{
	font-size:18px;
	line-height:20px;
	color:black;
}
.news--innerbox--square .news__line{
	position: absolute;
	bottom: 5px;
	left: 15px;
}
/************************
 NEWS INNER SQUARE BIG
************************/
.news--innerbox--square.squere--big .news__data{
	padding: 18px 15px;
	min-height:155px;
	width:312px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news--innerbox--square.squere--big .news__title{
	font-size:24px;
	line-height:28px;
}
.news--innerbox--square.squere--big .news__line{
	bottom: 12px;
	left: 18px;
}
/**********************
 NEWS INNER SECTION
**********************/
.news--innerbox--section .news__media:after{
	display:none;
}
.news--innerbox--section .news__data{
	padding:30px 30px 35px;
	right:312px;
	background-color:rgba(255,255,255,.8);
}

.news--innerbox--section .news__title{
	color:black;
	font-size:34px;
	line-height:38px;
}
.news--innerbox--section .news__title:hover a{
	background-size: 100% 19px;
}
/***********************************
 * MODULO NEWS-SUMMARY
 **********************************/
.news--summary{
	margin-bottom:32px;
}
.news--summary .news__data{
	margin-left: 370px;
	text-align: left;
}
.news--summary .news__label{
	display: none;
}
.news--summary .news__section{
	text-transform: uppercase;
	vertical-align:top;
	display: block;
}
.news--summary .news__title a{
	background-image: linear-gradient(to right, rgba(29, 175, 236, 0.3) 0%, rgba(29, 175, 236, 0.3) 100%);
	background-size: 100% 0px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.news--summary .news__title:hover a {
	background-size: 100% 9px;
}
.news--summary .news__author,
.news--summary .news__time,
.news--summary .news__line--sep{
	display: inline-block;
	text-transform: initial;
	font: 14px/16px 'Avenir Next Bold', sans-serif;
	color: #a0a0a0;
}
.news--summary .news__time,
.news--summary .news__line--sep{
	display: none !important;
}
.news--summary .news__author span,
.news--summary .news__author a{
	text-transform: initial;
	color: black;
}
.news--summary .news__author a:hover{
	color: black;
}
.news--summary .news__media{
	background-color:#ededed;
}
.news--summary.news--145x80 .news__media{
	width:145px;
	height:80px;
}
.news--summary.news--338x190 .news__media{
	width:338px;
	height:190px;
}
.news--summary.news--80x80 .news__media{
	width:80px;
	height:80px;
}
.news--summary.news--90x90 .news__media{
	width:90px;
	height:90px;
}
.news--summary.news--90x90 .news__data{
    margin-left:110px;
    margin-right: 30px;
}
/***********************************
 * NEWS SUMMARY LIST FEATURED
 **********************************/
.news--summary--list--featured{
	margin-top:22px;
	padding-top:20px;
	margin-bottom: 0;
	border-top:1px solid #e4e4e4;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
.news--summary--list--featured.invert{
	min-height: 174px;
}
.news--summary--list--featured .news__media{
	left:0;
	bottom:0;
	grid-row: 2;
}
.news--summary--list--featured .news__data{
	margin:0;
	padding:0;
	grid-row: 1;
	position:relative;
}
.news--summary--list--featured .news__title{
	font-size:32px;
	line-height:32px;
	margin-bottom: 18px;
}
.news--summary--list--featured .news__excerpt{
	margin-left:165px;
	font-size:14px;
	line-height:19px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 74px;
	overflow: hidden;
	position: absolute;
	top: 100%;
	margin-top:-2px;
}
.news--summary--list--featured .news__line{
	margin-left:165px;
	height: 20px;
	margin-top:3px;
}
/***********************************
 * NEWS SUMMARY LIST FEATURED INVERT
 **********************************/
.news--summary--list--featured.invert .news__title{
 	font-size:24px;
 	line-height:27px;
}
.news--summary--list--featured.invert .news__section{
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
}
.news--summary--list--featured.invert .news__media{
	left: 100%;
	margin-left: -145px;
}
.news--summary--list--featured.invert .news__line,
.news--summary--list--featured.invert .news__excerpt{
	margin-right: 165px;
	margin-left: 0;
}
/***********************************
 * NEWS SUMMARY LIST SMALL
 **********************************/
.news--summary--list--small{
	margin-bottom: 20px;
}
.news--summary--list--small .news__media{
	width: 70px;
	height: 70px;
}
.news--summary--list--small .news__data{
	margin-left: 84px;
}
.news--summary--list--small .news__section{
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 6px;
}
.news--summary--list--small .news__title{
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 0;
	font-family: 'Avenir Next Regular', sans-serif;
}
/***********************************
 * NEWS SUMMARY RELATED
 **********************************/
.news--summary--related{
	margin-bottom:25px;
	vertical-align: top;
}
.news--summary--related .icono--play, 
.news--summary--related .icono--picture, 
.news--summary--related .icono--audio{
	display:none;
}
.news--summary--related .news__data{
	margin-left:110px;
	padding-top:0px;
}
.news--summary--related .news__title{
	font:16px/20px 'Avenir Next Bold', sans-serif;
	max-height: 80px;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0;
}
.news--summary--related .news__section{
	font:10px/10px 'Avenir Next Bold', sans-serif;
}
/***********************************
 NEWS SUMMARY RANKING
***********************************/

.news--summary--ranking{
	margin-bottom:0;
	vertical-align: top;
}
.news--summary--ranking .news__data{
	margin-left:110px;
}
.news--summary--ranking .news__section{
	font-size:10px;
	line-height:10px;
	margin-bottom:6px;
}
.news--box--ranking .news__title{
	font:17px/22px 'Avenir Next DemiBold', sans-serif;
}
.news--summary--ranking .news__title{
	font:15px/20px 'Avenir Next DemiBold', sans-serif;
}
.news--summary--ranking .news__media{
	width:90px;
	height:90px;
}
/*******************************
NEWS SUMMARY RANKING HOME
*******************************/
.news--ranking--home .news__data{
	margin-left:0;
	padding-left:0px;
	margin-right:170px;
}
.news--ranking--home.news--summary .icono--play, 
.news--ranking--home.news--summary .icono--picture, 
.news--ranking--home.news--summary .icono--audio{
	display:none;
}

.news--ranking--home .news__media:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	pointer-events: none;
	background: -moz-linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
/********
 NEWS SUMMARY HORIZONTAL
********/
.news--summary--horizontal{
    margin-bottom:0;
}
.news--summary--horizontal  .news__section{
    font-size:10px;
    line-height:10px;
    margin-bottom:6px;
}
.news--summary--horizontal  .news__title{
    font:14px/20px 'Avenir Next DemiBold', sans-serif;
}
 
/***********************************
 * SLIDERS
 **********************************/
.listhboxslider .swiper-button,
.swiper-button{
	text-align:center;
	line-height:40px;
	background: rgba(0,0,0,0.7);
	border: none;
	font-size: 20px;
	width: 44px;
	height: 103px;
	line-height:105px;
	color: white;
}
.swiper-button-prev, 
.swiper-button-next{
	margin-top:0px!important;
	transform: translateY(-50%)!important;
	-ms-transform: translateY(-50%)!important;
	-moz-transform: translateY(-50%)!important;
	-webkit-transform: translateY(-50%)!important;
	left:0!important;
}
.swiper-button-next{
	left:initial!important;
	right:0!important;
}
.swiper-button-prev.swiper-button-disabled, 
.swiper-button-next.swiper-button-disabled{
	pointer-events: initial;
	opacity:0;
}
.swiper-pagination{
	bottom:0!important;
}
.swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	margin:0 4px;
	display: inline-block;
	border-radius: 100%;
	opacity: 1;
	background: #222222;
}
.swiper-pagination-bullet-active{
	background: #1DAFEC;
}
.swiper-pagination-fraction, 
.swiper-pagination-custom, 
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:31px;
}/***********************************
 * MODULO LIST H BOX HORIZONTAL
 **********************************/
.listhboxslider__header {
	text-align: left;
	padding-top:23px;
	margin-bottom: 29px;
	position:relative;
	height:15px;
}
.listhboxslider__header:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	background-color: #1DAFEC;
	height:9px;
	width:90px;
}
.listhboxslider__title{
	padding: 0;
	font: 18px/18px 'Avenir Next Heavy', sans-serif;
	text-transform: uppercase;
	vertical-align: top;
}
.listhboxslider__title a{
	color: inherit;
}
.listhboxslider .swiper-container{
	padding: 35px 20px;
	margin: -35px -20px;
}
.listhboxslider .swiper-slide{
	width:312px;
}
.listhboxslider .swiper-pagination{
	display:none;
}

.listhboxslider__number{
	font:80px/53px 'Avenir Next Bold', sans-serif;
	color:#E3E3E3;
	top:initial;
	bottom:150px;
	left:14px;
	z-index:3;
	letter-spacing: -10px;
}
.listhboxslider .swiper-slide-prev  {
	left:-21px;
	position:relative;
}
.listhboxslider .swiper-slide-next +.swiper-slide + .swiper-slide {
	margin-right:20px;

}
/********************
 LIST H BOX FOTOGALERIAS
********************/
.listhboxslider--fotogalerias .swiper-button{
	height: 20px;
	line-height: 20px;
	width: 24px;
	color: #222222;
	background-color: transparent;
	left: 50%!important;
	bottom: 5px;
	top: initial!important;
	padding: 0;
	transform: translate(-76px,0) !important;
	-ms-transform: translate(-76px,0) !important;
	-moz-transform: translate(-76px,0) !important;
	-webkit-transform: translate(-76px,0) !important;
}
.listhboxslider--fotogalerias .swiper-button:hover{
	color:#1DAFEC;
}
.listhboxslider--fotogalerias .swiper-button-next {

	transform: translateX(52px)!important;
	-ms-transform: translateX(52px)!important;
	-moz-transform: translateX(52px)!important;
	-webkit-transform: translateX(52px)!important;
}
.listhboxslider--fotogalerias .swiper-pagination{
	display:block;
	
}
.listhboxslider--fotogalerias .swiper-container{
	margin-bottom:0;
}
/***************************
	NEWS SUMMARY SMALL (LIST VERTICAL)
****************************/
.listvsummary{
	margin-bottom:44px;
}
.listvsummary__header{
	margin-bottom: 20px;
}
.listvsummary__title{
	font: 28px/28px 'Avenir Next Bold', sans-serif;
	position: relative;
	text-align: left;
}
.listvsummary  .news--summary--related {
	margin:0;
}
.listvsummary .listvsummary__item + .listvsummary__item {
	margin-top:14px;
	padding-top:14px;
	border-top:1px solid #ebebeb;
}/***********************************
 * MODULO SUSCRIBE HORIZONTAL
 **********************************/
.suscribehorizontal{
	padding: 34px 0 0 150px;
	text-align: left;
	position:relative;
}
.suscribehorizontal:before{
	content:"";
	height:120px;
	width:110px;
	position:absolute;
	left: 0;
	top:42px;
	background-image:url(/export/sites/elimparcial/arte/desktop/footer_suscribete.svg);
	background-repeat:no-repeat;
	background-size: contain;
	display:block;
}
.suscribehorizontal__header{
	margin-bottom: 5px;
}
.suscribehorizontal__title{
	font: 20px/20px  'Avenir Next Bold', sans-serif;
	color: #1DAFEC;
}
.suscribehorizontal__formtitle{
	font: 20px/20px  'Avenir Next Bold', sans-serif;
	color: white;
	margin-bottom:14px;
}
.suscribehorizontal__form{
	font-size: 0;
}
.suscribehorizontal__fieldset input{
	margin: 0;
	border: 0;
	border-radius:22.5px 0 0 22.5px;
	padding: 12px 18px 11px;
	background: white;
	width: 87%;
	font: 15px/22px 'Avenir Next Regular', sans-serif;
	display: inline-block;
	vertical-align: top;
	color: black;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.suscribehorizontal__fieldset input::-webkit-input-placeholder{
	color: black;
}
.suscribehorizontal__fieldset input::-moz-placeholder{
	color: black;
}
.suscribehorizontal__fieldset input:-ms-input-placeholder{
	color: black;
}
.suscribehorizontal__fieldset input:-moz-placeholder {
	color: black;
}
.suscribehorizontal__fieldset{
	position:relative;
}
.suscribehorizontal__fieldset button{
	border: 0;
	background: white;
	color: #1DAFEC;
	margin: 0 0 0 -4px;
	padding: 8px 21px 9px 15px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	border-radius:0;
	height: 45px;
	width: 13%;
	border-radius: 0 22.5px 22.5px 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}    
.suscribehorizontal__fieldset button:hover{
	color: #1B89B7;
}
.suscribehorizontal__hint{
	font: 14px/20px  'Avenir Next DemiBold', sans-serif;
	color: rgba(255,255,255,0.6);
	margin-top:19px;
}

.suscribehorizontal__hint a{
	text-decoration: underline;
	color: rgba(255,255,255,0.6);
}

.hint.error{
	color: white;
	font: 15px/18px 'Avenir Next Bold', sans-serif;
	border: none;
	background-color:black;
	max-width: 671px;
	display:inline-block;
	position: absolute;
	bottom: 7px;
	left: 50%;
	padding: 10px;
	width: 80%;
	transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.suscribehorizontal__content .hint.success {
	font-size: 18px;
	line-height: 20px;
	font-family: 'Avenir Next Regular', sans-serif;
	color:#ffffff;
	transform: translateY(-45px);
}

.suscribehorizontal__social{
	padding:40px 0 0 212px;
	text-align: right;
}

.suscribehorizontal__social a{
	margin:0 0 0 25px;
	width:25px;
	font-size:25px;
	color:white;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.suscribehorizontal__social a .text{
	display:none;
}
.suscribehorizontal__social a:hover{
	color:#1DAFEC;
}
.suscribehorizontal__social a:hover svg{
	fill:#1DAFEC;
}
.suscribehorizontal__social .icono--svg--tiktok svg{
	top: 2px;
	position: relative;
	fill: #FFFFFF;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.suscribehorizontal__social .icono--svg--youtube svg {
	top: 2px;
	position: relative;
	fill: #FFFFFF;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.suscribehorizontal__social .icono--svg--instagram svg {
	top: 2px;
	position: relative;
	fill: #FFFFFF;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.suscribehorizontal__social .icono--svg--twitter svg {
	top: 2px;
	position: relative;
	fill: #FFFFFF;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.suscribehorizontal__social .icono--svg--facebook svg {
	top: 2px;
	position: relative;
	fill: #FFFFFF;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
/***********************
 * PAGE DESTACADO
***********************/
.pagebuilder--destacado .news--innerbox .news__data {
	padding:41px 30px;
	max-width:1230px;
	margin: 0 auto;
	width:100%;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.pagebuilder--destacado .news--innerbox .news__section{
	font-size:18px;
	line-height:18px;
}
.pagebuilder--destacado .news--innerbox .news__media:after{
        background-image: -moz-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%, rgba(18,19,19,0.60) 100%);
        background-image: -webkit-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.60) 100%);
        background-image: linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.60) 100%);
}
.pagebuilder--destacado .news__media:before {
	background-image: -moz-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%, rgba(18,19,19,0.30) 100%);
        background-image: -webkit-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.30) 100%);
	background-image: linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.30) 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}
.pagebuilder--destacado .news--innerbox .news__time{
	color: white;
}
/***********************
 * PAGE RELACIONADOS
 **********************/
.pagebuilder--relacionados{
	background-color: #222222;
	padding-bottom:35px;
}
.pagebuilder--relacionados .news--innerbox .news__data {
	text-align: center;
	padding:41px 30px 67px;
	max-width:1230px;
	margin: 0 auto;
	width:100%;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.pagebuilder--relacionados .news--innerbox .news__title {
	margin: 0 auto;
}
.pagebuilder--relacionados .news--innerbox .news__title:hover a {
    background-size: 100% 30px;
}

.pagebuilder--relacionados .news--innerbox .news__data:before{
	content:"Último Momento";
	padding: 7px 21px 5px;
	margin:0 auto 22px;
	font: 14px/14px 'Avenir Next Bold', sans-serif;
	color: white;
	background-color: #E50101;
	display: inline-block;
}
.pagebuilder--relacionados .news--innerbox .news__media:after{
	background-image: -moz-linear-gradient(top, rgba(34,34,34,0.00) 0%, rgba(34,34,34,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(34,34,34,0.00) 0%, rgba(34,34,34,1) 100%);
	background-image: linear-gradient(to bottom, rgba(34,34,34,0.00) 0%, rgba(34,34,34,1) 100%);
}
.pagebuilder--relacionados .news--innerbox .news__section{
	display: none;
}
.pagebuilder--relacionados .news--innerbox .news__time,
.pagebuilder--relacionados .news--innerbox .news__author {
	color:white;
}
.pagebuilder--relacionados .row__container{
	margin:-30px -10px 0;
	z-index: 4;
	position: relative;
}
.pagebuilder--relacionados .row__container .col{
	padding:0 10px;
}
/***********************
 * PAGE BUILDER DIARIO
 **********************/
.pagebuilder--diario{
	display:inline-block;
	width:100%;
	vertical-align:top;
}
.pagebuilder--diario .news--box{
	width:75%;
	float: left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pagebuilder--diario .news--box:before{
	content:"";
	display:block;
	width:1px;
	height:100%;
	background-color:white;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	z-index:1;
}
.pagebuilder--diario .banner,
.pagebuilder--diario .news--innerbox{
	width: 25%;
	float:left;
	overflow: hidden;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pagebuilder--diario .banner{
	background-color:#F6F6F6;
	border-top: 1px solid white;
	text-align:center;   
	 position: relative;
	padding-top: 25%;
	height: 0;
	margin:0;
}
.pagebuilder--diario .banner > *{
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.pagebuilder--diario .news--innerbox + .news--innerbox{
	border-top: 1px solid white;
}

.pagebuilder--diario .news--innerbox + .news--innerbox:before{
	content:"";
	display:block;
	width:1px;
	height:100%;
	background-color:white;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	z-index:1;
}
.pagebuilder--diario .news--innerbox:last-child{
	padding-right: 0;
}
.poll--versus{
	margin-bottom:0;
	text-align: center;
	position: relative;
}
.poll--versus:before {
	content: "";
	background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
	background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
	overflow: visible;
	bottom: -1px;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.poll--versus .poll__header{
	position: absolute;
	left: 10px;
	right: 10px;
	top:10px;
	z-index: 3;
	padding: 15px 33px;
	background-color:white;
}
.poll--versus .poll__label{
	display:none;
}
.poll--versus .poll__title{
	font: 18px/24px 'Avenir Next Bold', sans-serif;
	color: #222222;
	position: static;
}
.poll--versus .poll__content {
	background-color: grey;
	height: 100%;
	overflow:hidden;
}
.poll--versus .poll__item:before {
	display: none;
}
.poll--versus .poll__item--right{
	border: none;
}
.poll--versus .poll__item--left{
	padding-top: 119.72%;
}
.poll--versus .poll__item--right:after{
	font-style: normal;
	font-size:13px;
	line-height:26px;
	color:white;
	background-color: black;
	height:26px;
	width:26px;
	display:none;
}
.poll--versus .poll__data{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.71) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
	overflow:visible;
	bottom:-1px;
}
.poll--versus .icono--check_outline{
	border: none;
	width: 127px;
	height: 36px;
	bottom: 11px;
	background-color: #1DAFEC;
	text-align:center;
	border-radius:0;
	text-transform:uppercase;
	font: 14px/38px 'Avenir Next DemiBold', sans-serif;
	color:white;
	border-radius:18px;
	transition:background .3s;
	-ms-transition:background .3s;
	-moz-transition:background .3s;
	-webkit-transition:background .3s;
}
.poll--versus .icono--check_outline:hover{
	background-color:#1B89B7;
}
.poll--versus .icono--check_outline:before{
	content:"Votar";
	font: 14px/38px 'Avenir Next Bold', sans-serif;
}
.poll--versus .poll__text{
	font: 12px/14px 'Avenir Next Bold', sans-serif;
	bottom: 60px;
	text-transform: uppercase;
	padding: 0 20px;
	text-align: center;
}
.poll--versus .poll__data--right .poll__text{
	text-align: center;
}
.poll--versus .poll__data--right .icono--check_outline{
	left: auto;
	right: 50%;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
}
.poll--versus.poll--results .poll__percent{
	text-align: center;
	bottom: 11px;
	width:127px;
	height:36px;
	transform: none;
	font: 14px/38px 'Avenir Next DemiBold', sans-serif;
	text-transform: uppercase;
	transform: translate(-50%, 0);
	background-color:black;
	border-radius:18px;
}

.poll--versus.poll--results .poll__percent small{
	font: inherit;
	vertical-align: top;
}
.poll--versus.poll--results .poll__data--win .poll__percent{
	font: 20px/38px 'Avenir Next Heavy', sans-serif;
}
.poll--versus .poll__content{
	position:relative;
	background-color:black;
}.poll--simple{
	position: relative;
	margin: 0 0 23px;
}
.poll--simple .poll__header{
	text-align:left;
}
.poll--simple .poll__header:before,
.poll--simple .poll__label{
	text-align: left;
	font: 14px/14px 'Avenir Next Regular', sans-serif;
	color: #222222;
	display: block;
}
.poll--simple .poll__header:before{
	content:"Participa";
}
.poll--simple .poll__label{
	display:none;
}
.poll--simple .poll__title{
	font: 20px/20px 'Avenir Next Bold', sans-serif;
	text-align: center;
	margin: 13px 0 20px;
}
.poll--simple .poll__description {
	text-align: center;
	margin: 13px 50px 20px;
	font-size: 17px;
	line-height: 19px;
	font-weight: 300;
}
.poll__items{
	max-width: 695px;
	margin: 0 auto;
}
.poll--simple .poll__item{
	height:36px;
	overflow:visible;
	background-color:#1DAFEC;
	border-radius:18px;
}
.poll--simple .poll__item + .poll__item {
    margin-top: 13px;
}
.poll--simple .poll__option{
	min-width: 90%;
	text-align: center;
	left: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.poll--simple .poll__item .poll__option,
.poll--simple .poll__item .poll__percent{
	transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
}
.poll--simple.poll--results .poll__option{
	left: 20px;
	transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
.poll--simple .poll__item:hover{
	background-color:#1B89B7;
}
.poll--simple .poll__item + .poll__item{
	margin-top: 10px;
}
.poll--simple .poll__percent{
	color: white;
	font: 20px/20px 'Avenir Next Bold', sans-serif;
}
.poll--simple .poll__option{
	color: white;
	font: 15px/15px 'Avenir Next DemiBold', sans-serif;
}
.poll--simple .poll__submit{
	background-color:black;
	font: 15px/15px 'Avenir Next DemiBold', sans-serif, sans-serif;
	height:36px;
	border-radius:18px;
	margin-top:25px;
	margin-bottom:0;
	padding: 3px 0 0;
	text-transform: initial;
}
.poll--simple .poll__footer{
	margin: 0;
	padding-top: 19px;
	text-align: left;
}
.poll--simple .poll__footer p{
	float: none;
	font: 14px/18px 'Avenir Next Regular', sans-serif;
	color: #222222;
}
.poll--simple .poll__social{
	display: none;
}
.poll--simple .poll__item .poll__option,
.poll--simple .poll__item .poll__percent{
	transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
}

.poll--simple.poll--results .poll__item{
	height:12px;
	background-color:#D9D9D9;
	margin-top:48px;
	cursor: default;
	border-radius:0;
	
}
.poll--simple.poll--results .poll__item:first-child{
    margin-top: 56px;
}
.poll--simple.poll--results .poll__item .poll__bar{
	background-color:#222222;
}
.poll--simple.poll--results .poll__item .poll__option,
.poll--simple.poll--results .poll__item .poll__percent{
	position:absolute;
	bottom: 23px;
	top: initial;
	left:0;
	color:black;
	transform:none;
	-webkit-transform:none;
	text-align: left;
}
.poll--simple.poll--results .poll__item .poll__option{
	font:14px/14px 'Avenir Next Regular', sans-serif;
}
.poll--simple.poll--results .poll__item .poll__percent{
	left:initial;
	right:0;
	color:#222222;
	font: 14px/14px 'Avenir Next Regular', sans-serif;
}
.poll--simple.poll--results .poll__item--win .poll__bar{
	background-color:#1DAFEC;
}
.poll--simple.poll--results .poll__item.poll__item--win .poll__percent,
.poll--simple.poll--results .poll__item.poll__item--win .poll__option{
	color:#1DAFEC;
}
/**************************
 * ALERTS
**************************/
.alert{
	display: block;
	text-align: left;
	padding: 20px 0 15px;
	background-color: #1DAFEC;
	position: relative;
}

.alert__close{
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 3;
	width: 19px;
	height: 19px;
	padding: 0;
	transform: translate( 0%, -50% );
	-ms-transform: translate( 0%, -50% );
	-moz-transform: translate( 0%, -50% );
	-webkit-transform: translate( 0%, -50% );
}
.alert__close:before, 
.alert__close:after {
	  position: absolute;
	  left: 8px;
	  content: ' ';
	  height: 25px;
	  width: 2px;
	  top: -3px;
	  background-color: white;
	  transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
}
.alert__close:before {
	  transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
}
.alert__label{
	color: white;
	font: bold 20px/20px 'Avenir Next Bold', sans-serif;
	text-transform: initial;
	display: inline;
	
}
.alert__title{
	color: white;
	font:  20px/20px 'Avenir Next Regular', sans-serif;
	display: inline;
	text-transform: initial;
}
.alert__title a{
	color: inherit;
	font: inherit;
}
.alert__title a:hover{
	text-decoration: underline;
}
/**************************
 * ALERT VIVO
**************************/
.alert--vivo{
	overflow: hidden;
	padding: 10px 0;
}
.alert--vivo .alert__media{
	float: left;
	margin-right: 20px;
	width: 166px;
	height: 92px;
	background-color: black;
	position: relative;
	vertical-align: top;
} 

.alert--vivo img{
	width: 100%;
	height: auto;
}
.alert--vivo .icono--play{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	background-color: transparent;
	width: 59px;
	height: 59px;
	color: white;
	text-align: center;
	border-radius: 100%;
	line-height: 27px;
	font-size: 59px;
	
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.alert--vivo .alert__data{
	padding-top: 30px;
	text-align: left;
	margin-left: 0;
}
/**************************
 * ALERT ULTIMO MOMENTO
**************************/
.alert--ultimomomento{
	padding: 24px 0 19px;
	background-color: #E50101;
	text-align:center;
}
.alert--ultimomomento .alert__label{
	text-transform:uppercase;
}
.alert--ultimomomento .alert__label,
.alert--ultimomomento .alert__title{
	color:white;
	
}

/**************************
 * ALERT METEOROLOGICA
**************************/
.alert--meteorologica{
	background-color:#1DAFEC;
}
/**************************
 * ALERT METEOROLOGICA
**************************/
.alert--region{
	position:relative;
	text-align:center;
	background-color:#1DAFEC;
	padding-bottom:10px;
	display:none;
}
.alert--region.active{
	display:block;
}
.alert--region .alert__close{
	display:block;
}
.alert--region:before{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-right: 18px solid transparent;
	border-top: 18px solid  #1DAFEC;
	border-left: 18px solid transparent;
	border-bottom: 18px solid transparent;
	position:absolute;
	bottom:-36px;
	left:115px;
	z-index:20;
}
.alert--region h2{
	font: 20px/32px 'Avenir Next Regular', sans-serif;
	vertical-align:top;
}
.alert--region .alert__icon{
	display:inline-block;
	background-image:url(/export/sites/elimparcial/arte/region_icon.svg);
	margin-right:3px;
	width:32px;
	height:32px;
}.videomodule1y4{
	padding:35px 0 67px;
	margin-top:50px;
	background-color:#F5F4F4;
}
.videomodule1y4__header{
	margin-bottom:29px;
	position:relative;
	text-align: left;
}
.videomodule1y4__content{
	position:relative;
}
.videomodule1y4 .video--innerbox{
	margin:0 0 1px;
	vertical-align: top;
}
.videomodule1y4 .listhboxslider .swiper-pagination {
	display: block;
	right: 122px;
	left: auto;
	width: 80px;
	text-align: center;
}
.videomodule1y4 .swiper-button {
	transform: translateY(0%)!important;
	-ms-transform: translateY(0%)!important;
	-moz-transform: translateY(0%)!important;
	-webkit-transform: translateY(0%)!important;
	bottom: 0;
	line-height: 0;
	background: transparent;
	top: inherit;
	left: inherit!important;
	height: 20px;
	width: auto;
	color: #1DAFEC;
}
.videomodule1y4 .swiper-button-prev {
	right: 201px;
}
.videomodule1y4 .swiper-button-next{
   	 right: 99px !important;
}
.videomodule1y4 .swiper-button-disabled{
	opacity: 1;
	color:#222;
}
.videomodule1y4 .swiper-container {
	padding: 0 20px 69px;
	margin: 0 -20px -35px;
}
.videomodule1y4__button{
	color: #1cafec;
	bottom: -7px;
	font-size: 12px;
	position: absolute;
	right: 0;
	font-weight: 600;
	z-index: 10;
}
.videomodule1y4__button a{
	color: inherit;
	font-size: inherit;
}

/***********************************
 * MODULO LIST H BOX HORIZONTAL RANKING
 **********************************/
.videomodule1y4 .videomodule1y4__title{
	width:228px;
	height:23px;
	background-image: url(/export/sites/elimparcial/arte/elimparcial_tv_2022.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}.video--box{
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: box-shadow .4s;
	-ms-transition: box-shadow .4s;
	-moz-transition: box-shadow .4s;
	-webkit-transition: box-shadow .4s;
}
.video--box:hover{
	z-index: 2;
	box-shadow: 0 16px 22px rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 16px 22px rgba(0,0,0,0.16);
}
.video--box:before{
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	background-color:#C9C9C9;
	height:100%;
	width:1px;
	z-index:1;
}
.row__container .col:last-child .video--box:before{
	display:none;
}
.video--box .video__media{
	margin: 0;
}
.video--56-09 .video__media{
	padding-top: 56.09%;
}
.video--74-92 .video__media{
	padding-top: 74.92%;
}
.video--box .icono--play{
	width: 44px;
	height: 44px;
	line-height: 45px;
	left: 10px;
	bottom: 10px;
	top: initial;
}
.video--box .video__duration{
	display: block;
	color: white;
	font: 12px/12px 'Avenir Next Bold', sans-serif;
	background-color:black;
	padding:4px 5px;
	top:10px;
	right:10px;
	bottom:initial;
	display:none;
}
.video--box .video__data{
	position: relative;
	padding:29px 20px;
	height: 156px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.video--box .video__tags{
	font: 10px/10px 'Avenir Next Bold', sans-serif;
	color: #1DAFEC;	
	display: block;
	text-transform: uppercase;
	margin: 0 0 8px;
}
.video--box .video__title{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 61px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.video--box .video__title a{
	background-image: linear-gradient(to right, rgb(189, 232, 249) 0%, rgb(189, 232, 249) 100%);
	background-size: 100% 0px;
	background-position: 0px 81%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.video--box .video__title:hover a {
    background-size: 100% 9px;
}
.video--box .video__line{
	font: 11px/11px 'Avenir Next Regular', sans-serif;
	color: #222222;
	position: absolute;
	bottom: 19px;
	left: 20px;
}
.video--box .video__share{
	font-size:31px;
	top:8px;
	right:8px;
}
.videohomelist__content .video--box{
	margin-bottom:40px;
}
.videohomelist__content  .col:nth-child(3n+0) .video--box:before{
	display:none;
}.video--innerbox.video--100-0 .video__media{
	padding-top: 100%;
}
.video--innerbox .video__tags{
}
.video--innerbox .video__title a{
	color: inherit;
	font: inherit;
}
.video--innerbox .video__title a{
	background-image: linear-gradient(to right, rgb(189, 232, 249) 0%, rgb(189, 232, 249) 100%);
	background-size: 100% 0px;
	background-position: 0px 81%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.video--innerbox .video__title:hover a {
	background-size: 100% 9px;
}
.video--innerbox .video__tags{
	font: 10px/10px 'Avenir Next Bold', sans-serif;
	color: #1DAFEC;	
	display: block;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.video--innerbox .video__share{
	font-size:31px;
	top:8px;
	right:8px;
}
/****************************
 VIDEO INNER FEATURED HOME
****************************/
.video--innerbox--featured{
	display:inline-block;
	width:100%;
}
.video--innerbox--featured .video__media{
	width:626px;
	height:347px;
	float:left;
	padding:0;
}
.video--innerbox--featured .video__data{
	width:calc(100% - 626px);
	float:left;
	position:relative;
	top:initial;
	left:initial;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.video--innerbox--featured .video__media:after{
	display:none;
}.authorlisthboxslider{
	margin-top: 45px;
	position:relative;
}
.authorlisthboxslider .swiper-container{
	padding-bottom:60px;
}
.authorlisthboxslider .swiper-slide:before{
	content:"";
	width:153px;
	height:112px;
	background-image:url(/export/sites/elimparcial/arte/rayon_celeste.svg);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
}
.authorlisthboxslider .swiper-slide:nth-child(3n+2):before{
	background-image:url(/export/sites/elimparcial/arte/rayon_naranja.svg);
}
.authorlisthboxslider .swiper-slide:nth-child(3n+0):before{
	background-image:url(/export/sites/elimparcial/arte/rayon_gris.svg);
}
.authorlisthboxslider .swiper-button{
	height:20px;
	line-height:20px;
	width:24px;
	color:#222222;
	background-color:transparent;
	left: 50%!important;
	bottom: 5px;
	top:initial!important;
	padding:0;
	transform: translate(-92px,0) !important;
	-ms-transform: translate(-92px,0) !important;
	-moz-transform: translate(-92px,0) !important;
	-webkit-transform: translate(-92px,0) !important;
}
.authorlisthboxslider .swiper-button-next{
	transform: translateX(68px)!important;
	-ms-transform: translateX(68px)!important;
	-moz-transform: translateX(68px)!important;
	-webkit-transform: translateX(68px)!important;
}
.authorlisthboxslider .swiper-button:hover{
	color:#1DAFEC;
}
.authorlisthboxslider__content{
	position:relative;
}
.authorlisthboxslider__content .swiper-slide{
	width: 389px;
	margin-right: 43px;
}
.authorlisthboxslider__header{
	position: relative;
	padding-top: 23px;
	margin-bottom: 18px;
	height: 22px;
}
.authorlisthboxslider__header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1DAFEC;
    height: 9px;
    width: 90px;
}
.authorlisthboxslider__title{
	position: relative;
	text-align: left;
	font: 26px/26px 'Avenir Next Heavy', sans-serif;
	vertical-align: top;
	text-transform: uppercase;
	color: black;
	display: inline-block;
}
.authorlisthboxslider__title a{
	color:inherit;
	font:inherit;
}
.authorlisthboxslider__link{
	color:#1DAFEC;
	font:12px/12px 'Avenir Next DemiBold', sans-serif;
	text-transform:uppercase;
	display:inline-block;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 13px;
}
.authorlisthboxslider__link:hover {
	color:#1B89B7;
}
.author--box{
	position:relative;
	padding:26px 43px 26px 0;
	border-right:1px solid #D9D9D9;
}

.authorlisthboxslider .swiper-slide-next + .swiper-slide .author--box{
	border:none;

}
.author__media img{
	width:105px;
	height:120px;
	display:block;
	position:relative;
}
.author__name{
	font:24px/30px 'Avenir Next Bold', sans-serif;
	color:#222222;
	top: 38px;
	position: absolute;
	left: 115px;
}
a.author__name:hover{
	color:#1DAFEC;
}
.author__news__title{
	color: #222222;
	font:17px/20px 'Avenir Next Bold', sans-serif;
	margin-top: 27px;
}
.author__news__title a{
	color:inherit;
	font:inherit;
	transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
}
.author__news__title a{
	background-image: linear-gradient(to right, rgb(189, 232, 249) 0%, rgb(189, 232, 249) 100%);
	background-size: 100% 0px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.author__news__title:hover a {
	background-size: 100% 9px;
}

.author__news__excerpt{
	font:15px/23px 'PT Serif', serif;
	color:#222222;
	margin-top:10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 71px;
	overflow: hidden;
	text-overflow: ellipsis;
}@font-face {
  font-family: 'Jockey One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/__export/1607356787709/system/modules/com.tfsla.sitio.verticales/hoyfutbol/resources/fonts/JockeyOne.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.col__aside + .col__hoyfut {
    	margin-left: 0!important;
}
.mod__hoyfut {
	border: 1px solid #8ab86f;
	padding: 40px 0 39px 0;
	position: relative;
	margin: 50px 0 0;
}
.mod__hoyfut__header {
	max-width: 228px;
	margin: 41px 0 0 41px;
	position: relative;
	text-align: left;
}
.mod__hoyfut__logo {
	display: block;
	width: 205px;
    	height: 48px;
	background: url(/__export/1608732264662/sites/elimparcial/hoyfutbol/arte/logo_hoyfut.svg) no-repeat 0 0;
	background-size: contain;
	margin: 0 0 18px;
}
.mod__hoyfut__lkn{
	background: #51bd0d;
	padding: 9px 49px;
	border-radius: 20px;
	color: #fff;
	font: 15px/41px 'Avenir Next DemiBold', sans-serif;
	transition: background .3s;
	-webkit-transition: background .3s;
}
.mod__hoyfut__lkn:hover {
    	background: #49ab0c;
}
.mod__hoyfut__desc{
	margin-bottom: 18px;
}
.mod__hoyfut .col {
    	padding: 0 20px 0 0;
}
.news--box--hoyfut {
    	border-radius: 10px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
    	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
    	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
}    	
.news--box--hoyfut .news__media {
	height: 316px;
	padding-top: 0;
	border-radius: 10px;
}
.news--box--hoyfut .news__media img {
    	border-radius: 10px;
}
.news--box--hoyfut .news__media img:hover {
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .5);
}
.news--box--hoyfut .news__media:after {
	content: '';
	display: block;
	position: absolute;
	height: 75%;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
	z-index: 0;
	pointer-events: none;
	border-radius: 10px;
}
.news--box--hoyfut .news__data {
	position: absolute;
	bottom: 0;
	padding: 18px 10px;
}
.news--box--hoyfut .news__section {
	height: 20px;
	display: inline-block;
	background-color: transparent;
	color: #64dd17;
	font-size: 10px;
	position: relative;
	font-family: 'Jockey One', 'Arial', sans-serif;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 6px #333;
}
.news--box--hoyfut .news__title a {
	background: none;
	font: 20px/22px 'Jockey One', 'Arial', sans-serif;
	color: #fff;
}
.news--box--hoyfut .news__time {
	color: #c7c7c7;
	font-weight: 400;
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	letter-spacing: .5px;
	margin-top: 5px;
}@font-face {
    font-family: 'Guardian Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/GuardianSansNarrow-Light.otf);
}

.row__suplementos {
    position: relative;
}
/**.row__suplementos::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 175px;
    width: 123px;
    height: 79px;
    background: url(/arte/birrete-web.png) no-repeat;
}**/

.mod__suplementos {
    border: 1px solid #1DAFEC;
    padding: 40px 65px 39px 0;
    position: relative;
    margin: 50px 0 0;
}
.mod__suplementos.imp_aniv {
    border: 1px solid #999a9a !important;
}
.mod__suplementos__header {
    max-width: 228px;
    margin: 0 0 0 41px;
    position: relative;
    text-align: left;
}
.mod__suplementos__logo img {
    max-width: 100%;
}
.mod__suplementos__logo.imp_aniv img {
	 margin-top: 3rem;
}
.mod__suplementos__lkn {
    background: #1DAFEC;
    padding: 9px 49px;
    border-radius: 20px;
    color: #fff;
    font: 15px/41px 'Avenir Next DemiBold', sans-serif;
    transition: background .3s;
    -webkit-transition: background .3s;
}
.mod__suplementos__lkn:hover {
    background: #231f20;
}
    
.mod__suplementos__desc {
    margin: 18px 0;
}
.mod__suplementos__desc.imp_aniv {
	margin: 40px 0!important;
}

.mod__suplementos .col {
    padding: 0;
}

.mod__suplementos .col+.col {
    padding-left: 20px;
}
.mod__suplementos.imp_aniv .col+.col {
    padding-left: 20px!important;
}
.mod__suplementos .col:last-child {
    height: 316px;
}
.mod__suplementos .col:last-child>div {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    /**background: #1DAFEC;
    background: -moz-linear-gradient(135deg, #1DAFEC 0%, #eaf9fc 100%);
    background: -webkit-linear-gradient(135deg, #1DAFEC 0%, #eaf9fc 100%);
    background: linear-gradient(135deg, #1DAFEC 0%, #eaf9fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1DAFEC", endColorstr="#eaf9fc", GradientType=1);**/
    background: #e8e8e8;
    border-radius: 10px;
}

.mod__suplementos .col:last-child>div>div {
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.news--box--suplementos {
    border-radius: 10px;
}

.news--box--suplementos .news__media {
    height: 316px;
    padding-top: 0;
    border-radius: 10px;
}

.news--box--suplementos .news__media img {
    border-radius: 10px;
}

.news--box--suplementos .news__media img:hover {}

.news--box--suplementos .news__media:after {
    content: '';
    display: block;
    position: absolute;
    height: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    z-index: 0;
    pointer-events: none;
    border-radius: 10px;
}

.news--box--suplementos .news__data {
    position: absolute;
    bottom: 0;
    padding: 18px 10px;
}

.news--box--suplementos .news__title {
    margin: 0 10px 18px 0;
    display: block;
    background: #fff;
    padding: 6px 12px;
    transform: scaleX(.85);
    transform-origin: left;
}

/* Modificacion hecho el 08/05/2023 */
.news--box--suplementos .news__title {
	background: transparent;
	transform: scaleX(.95);
	padding: 0;
}

.news--box--suplementos .news__section {
    display: none;
}

.news--box--suplementos .news__title a {
    background: none;
    font: 18px/18px 'Guardian Sans', serif;
    color: #313131;
    text-transform: uppercase;
}

/* Modificacion hecho el 08/05/2023 */
.news--box--suplementos .news__title a {
	font:18px/18px 'Avenir Next Bold',serif;
	color:#FFF;
	text-transform: none;
	line-height: 20px;
}

.news--box--suplementos .news__time {
    color: #c9c5c2;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    letter-spacing: .5px;
    margin-top: 5px;
}

/*.mod__suplementos .banner {
    margin-bottom: 0;
}*/

@media(max-width:1279px) {
    .row__suplementos::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 51px;
    }
}

@media(max-width:1151px) {
    .mod__suplementos {
        padding-right: 41px;
    }

    .mod__suplementos .col {
        width: 33.33%;
    }

    .mod__suplementos .col:last-child {
        display: none;
    }
}

.logo__suplementos_en_tendencia {
	margin-top: 3rem;
}
.mod__suplementos__desc_en_tendencia {
	margin: 30px 0;
}:root{
	--color_background:#7a388b;
	--color_border:#7a388b;
	--color_font:#FFFFFF;
	--color_font_button:#000000;
	--color_background_button: #ff9e19;
	--color_banner:#ffa934;
}


.mod__suplementosAZ {
	border: 1px solid var(--color_border);
	padding: 40px 65px 39px 0;
	position: relative;
	margin: 50px 0 0;
	background-color: var(--color_background);
}
.mod__suplementosAZ__logo img {
	filter: invert(70%) sepia(10%) saturate(6945%) hue-rotate(346deg) brightness(103%) contrast(101%);
}
.mod__suplementosAZ__desc {
	margin: 18px 0;
	color: var(--color_font);
}
.mod__suplementosAZ__lkn {
	background: #ff9e19;
	padding: 9px 30px;
	border-radius: 20px;
	color: var(--color_font_button);
	font: 15px/50px 'Avenir Next DemiBold', sans-serif;
	transition: background .3s;
	-webkit-transition: background .3s;
}
.mod__suplementosAZ__lkn2 {
	background: #ff9e19;
	padding: 9px 43px;
	border-radius: 20px;
	color: var(--color_font_button);
	font: 15px/50px 'Avenir Next DemiBold', sans-serif;
	transition: background .3s;
	-webkit-transition: background .3s;
}
.mod__suplementosAZ .col:last-child {
    	height: 316px;
}

.mod__suplementosAZ .col+.col {
    	padding-left: 20px;
}
.mod__suplementosAZ .col {
    	padding: 0;
}
.mod__suplementosAZ .col:last-child {
    	height: 316px;
}
.mod__suplementosAZ .col:last-child>div {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	/* la vieja sintaxis, obsoleta, pero todavía necesaria, prefijada, para Opera y Navegadores basados en Webkit */
	background: -prefix-linear-gradient(to bottom right, var(--color_banner), white);

	/* La nueva sintaxis necesaria para navegadores apegados al estandar (IE 10 y Firefox 10 en adelante), sin prefijo */
	background: linear-gradient(to bottom right, var(--color_banner), white);
    	border-radius: 10px;
}

.mod__suplementosAZ .col:last-child>div>div {
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/__export/1611238115423/system/modules/com.tfsla.sitio.verticales/hoydinero/resources/fonts/Noto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.col__aside + .col__hoydinero {
    	margin-left: 0!important;
}
.mod__hoydinero {
	border: 1px solid #4a916f;
	padding: 40px 0 39px 0;
	position: relative;
	margin: 50px 0 0;
}
.mod__hoydinero__header {
	max-width: 228px;
	margin: 41px 0 0 41px;
	position: relative;
	text-align: left;
}
.mod__hoydinero__logo {
	display: block;
	width: 205px;
    	height: 40px;
	background: url(/__export/1608732264662/sites/elimparcial/hoydinero/arte/logo_hoydinero.svg) no-repeat 0 0;
	background-size: contain;
	margin: 0 0 18px;
}
.mod__hoydinero__lkn{
	background: #00bd5b;
	padding: 9px 49px;
	border-radius: 20px;
	color: #fff;
	font: 15px/41px 'Avenir Next DemiBold', sans-serif;
	transition: background .3s;
	-webkit-transition: background .3s;
}
.mod__hoydinero__lkn:hover {
    	background: #24292d;
}
.mod__hoydinero__desc{
	margin-bottom: 18px;
}
.mod__hoydinero .col {
    	padding: 0 20px 0 0;
}
.news--box--hoydinero {
    	border-radius: 10px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
    	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
    	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
}    	
.news--box--hoydinero .news__media {
	height: 316px;
	padding-top: 0;
	border-radius: 10px;
}
.news--box--hoydinero .news__media img {
    	border-radius: 10px;
}
.news--box--hoydinero .news__media img:hover {
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .5);
}
.news--box--hoydinero .news__media:after {
	content: '';
	display: block;
	position: absolute;
	height: 75%;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
	z-index: 0;
	pointer-events: none;
	border-radius: 10px;
}
.news--box--hoydinero .news__data {
	position: absolute;
	bottom: 0;
	padding: 18px 10px;
}
.news--box--hoydinero .news__section {
	display: inline-block;
	background-color: transparent;
	color: #fff;
	font-size: 11px;
	text-transform: none;
	position: relative;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	line-height: 20px;
	text-shadow: 1px 1px 6px #333;
	letter-spacing: .2px;
	border-radius: 100px;
	border: 1px solid #00bd5a;
	padding: 0 10px;
}
.news--box--hoydinero .news__title a {
	background: none;
	font: 16px/18px 'Noto Serif', 'Arial', sans-serif;
	color: #fff;
}
.news--box--hoydinero .news__time {
	color: #c7c7c7;
	font-weight: 400;
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	letter-spacing: .5px;
	margin-top: 5px;
}.zona__multivertical {
    	margin-top: 50px;
}
.row__multivertical {
	position: relative;
}
.zona__multivertical .listhboxslider__content {
	padding: 30px;
	border: 1px solid #b6b6b6;
}
.lnk__vertical {
	margin-bottom: 10px;
	height: 37px;
	width: 50%;
	display: inline-block;
}
.lnk__vertical img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}@font-face {
    font-family: 'Guardian Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/GuardianSansNarrow-Light.otf);
}

.row__estilosocial {
    position: relative;
}
/**.row__estilosocial::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 175px;
    width: 123px;
    height: 79px;
    background: url(/arte/birrete-web.png) no-repeat;
}**/

.mod__estilosocial {
    border: 1px solid #03b5db;
    padding: 40px 65px 39px 0;
    position: relative;
    margin: 50px 0 0;
}

.mod__estilosocial__header {
    max-width: 228px;
    margin: 5px 0 0 41px;
    position: relative;
    text-align: left;
}

.mod__estilosocial__logo img {
    max-width: 100%;
}

.mod__estilosocial__lkn {
    background: #03b5db;
    padding: 9px 49px;
    border-radius: 20px;
    color: #fff;
    font: 15px/41px 'Avenir Next DemiBold', sans-serif;
    transition: background .3s;
    -webkit-transition: background .3s;
}

.mod__estilosocial__lkn:hover {
    background: #000;
}
    
.mod__estilosocial__desc {
    margin: 18px 0;
}

.mod__estilosocial .col {
    padding: 0;
}

.mod__estilosocial .col+.col {
    padding-left: 20px;
}

.mod__estilosocial .col:last-child {
    height: 316px;
}

.mod__estilosocial .col:last-child>div {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #f9b030;
    background: -moz-linear-gradient(135deg, #1DAFEC 0%, #eaf9fc 100%);
    background: -webkit-linear-gradient(135deg, #1DAFEC 0%, #eaf9fc 100%);
    background: linear-gradient(135deg, #1DAFEC 0%, #eaf9fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1DAFEC", endColorstr="#eaf9fc", GradientType=1);
    border-radius: 10px;
}

.mod__estilosocial .col:last-child>div>div {
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.news--box--estilosocial {
    border-radius: 10px;
}

.news--box--estilosocial .news__media {
    height: 316px;
    padding-top: 0;
    border-radius: 10px;
}

.news--box--estilosocial .news__media img {
    border-radius: 10px;
}

.news--box--estilosocial .news__media img:hover {}

.news--box--estilosocial .news__media:after {
    content: '';
    display: block;
    position: absolute;
    height: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    z-index: 0;
    pointer-events: none;
    border-radius: 10px;
}

.news--box--estilosocial .news__data {
    position: absolute;
    bottom: 0;
    padding: 18px 10px;
}

.news--box--estilosocial .news__title {
    margin: 0 10px 18px 0;
    display: block;
    background: #fff;
    padding: 6px 12px;
    transform: scaleX(.85);
    transform-origin: left;
}

.news--box--estilosocial .news__title {
	background: none;
	tranform: scaleX(.80);
}

.news--box--estilosocial .news__section {
    display: none;
}

.news--box--estilosocial .news__title a {
    background: none;
    font: 18px/18px 'Guardian Sans', serif;
    color: #313131;
    text-transform: uppercase;
}
/* Modificado el día 08/05/2023 */
.news--box--estilosocial .news__title a {
	font: 18px/18px 'Avenir Next Bold', serif;
	color: #FFF;
	text-transform: none;
}

.news--box--estilosocial .news__time {
    color: #c9c5c2;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    letter-spacing: .5px;
    margin-top: 5px;
}

.mod__estilosocial .banner {
    margin-bottom: 0;
}

@media(max-width:1279px) {
    .row__estilosocial::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 51px;
    }
}

@media(max-width:1151px) {
    .mod__estilosocial {
        padding-right: 41px;
    }

    .mod__estilosocial .col {
        width: 33.33%;
    }

    .mod__estilosocial .col:last-child {
        display: none;
    }
}.row__elecciones2021 {
    position: relative;
}
.mod__elecciones2021 {
    border: 1px solid #ababab;
    padding: 40px 65px 39px 0;
    position: relative;
    margin: 50px 0 0;
}

.mod__elecciones2021__header {
    margin: 0 0 0 41px;
    position: relative;
    text-align: left;
}

.mod__elecciones2021__header > div {
    font: 12px 'Avenir Next Bold', sans-serif;
    margin-bottom: 20px;
}
.mod__elecciones2021__header > div > div{
	margin-bottom: 8px;
}
.mod__elecciones2021__header > div a {
    padding-left: 3px;
    font-size: 11px;
    color: #1DAFEC;    
}

.mod__elecciones2021__logo img {
    max-width: 100%;
}

.mod__elecciones2021__lkn {
    background: #1DAFEC;
    padding: 9px 49px;
    border-radius: 20px;
    color: #fff;
    font: 15px/41px 'Avenir Next DemiBold', sans-serif;
    transition: background .3s;
    -webkit-transition: background .3s;
}

.mod__elecciones2021__lkn:hover {
    background: #d8ba82;
}
    
.mod__elecciones2021__desc {
    margin: 18px 30px 18px 0;
}

.mod__elecciones2021 .col {
    padding: 0;
}

.mod__elecciones2021 .col+.col {
    padding-left: 20px;
}

.news--box--elecciones2021 {
    border-radius: 10px;
}

.news--box--elecciones2021 .news__media {
    height: 316px;
    padding-top: 0;
    border-radius: 10px;
}

.news--box--elecciones2021 .news__media img {
    border-radius: 10px;
}

.news--box--elecciones2021 .news__media img:hover {}

.news--box--elecciones2021 .news__media:after {
    content: '';
    display: block;
    position: absolute;
    height: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    z-index: 0;
    pointer-events: none;
    border-radius: 10px;
}
.news--box--elecciones2021 .news__data {
    position: absolute;
    bottom: 0;
    padding: 18px 10px;
}
.news--box--elecciones2021 .news__title a {
    background: none;
    color: #fff;
}
.news--box--elecciones2021 .news__section {
    background: #fff;
    padding: 5px 10px;
    display: inline-block!important;
    margin-left: -10px;
}
.news--box--elecciones2021 .news__time {
    color: #c9c5c2;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    letter-spacing: .5px;
    margin-top: 5px;
}

.mod__elecciones2021 .banner {
    margin-bottom: 0;
}

@media(max-width:1151px) {
    .mod__elecciones2021 {
        padding-right: 41px;
    }
}.section--elecciones{
	position: relative;	
	padding-top: 50px;
	margin-bottom: 5px;
	background: #f1eff0;
	text-align: center;
}
.section--elecciones.full{
	background: inherit;
	text-align: inherit;
}
.alert ~ .section--elecciones{
	padding-top: 0;
}
.section--elecciones .opciones{
	width: 100%;
	height: 53px;
	background: #f1eff0;
	white-space: nowrap;
	display: inline-block;
}
.section--elecciones.full .opciones{
	width: 435px;
}
.section--elecciones.full > div {
    	display: table-cell;
    	vertical-align: top;
}
.section--elecciones h1{
	display: inline-block;
	padding-top: 19px;
	font: 22px/22px 'Avenir Next Bold';
}
.section--elecciones.full h1{
	padding-left: 10px;
	padding-top: 14px;
}
.section--elecciones .title > div{
	display: inline-block;
	padding-left: 10px;
}
.section--elecciones .title img{
    padding-top: 9px;
}
.section--elecciones.full .title img{
	width: 110px;
}
.section--elecciones .title a{
	color: #1DAFEC;
	font-family: 'Avenir Next Bold', sans-seriff;
	text-decoration: underline;
}
.section--elecciones .title > a{
	padding: 0 20px;
	font-size: 22px;
}
.section--elecciones.elecciones--mexico .title > a{
	padding: 0;
}
.section--elecciones .title > a + a{
	border-left: 1px solid #c6c6c8;
}
.section--elecciones .title > span{
	padding: 0 10px;
}
.section--elecciones.elecciones--mexico .title > span{
	padding: 0 0 0 10px;
}
.section--elecciones .combo--selected {
	background: #fff;
	padding: 7px 15px;
	margin: 5px 0;
	border-radius: 20px;
	position: relative;
}
.section--elecciones .combo--container.open .combo--selected {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.section--elecciones .combo--selected span {
	font: 18px 'Avenir Next Bold';
}
.section--elecciones span.flecha {
    	position: absolute;
    	right: 23px;
	top: 9px;
}
.section--elecciones span.flecha:after, .section--elecciones span.flecha:before {
	content: "";
	position: absolute;
	top: 6px;
	right: 0;
	width: 1px;
	height: 12px;
	background-color: #222;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.section--elecciones span.flecha:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 8px;
}
.section--elecciones .title, .section--elecciones .combo--container {
    	padding: 0 25px;
}
.section--elecciones .combo--container{
	position: relative;
	cursor: pointer;
}
.section--elecciones .combo--container.open span.flecha:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 8px;
}
.section--elecciones .combo--container.open span.flecha:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.section--elecciones .combo--opciones {
	position: absolute;
	width: calc(100% - 70px);
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: #fff;
	margin-top: -20px;
	padding: 0 10px;
	transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	z-index: 1;
}
.section--elecciones .combo--container.open .combo--opciones {
	overflow: visible;
	opacity: 1;
	height: auto;
	margin-top: -5px;
	box-shadow: rgba(0,0,0,0.1) 0px 3px 5px;
}
.section--elecciones .combo--opciones li {
    	padding: 2px 0;
}
	
.section--elecciones .actualizacion{
	background: #f1eff0;
}
.section--elecciones .actualizacion, .section--elecciones .prep{
	text-align:center;
}
.section--elecciones .actualizacion > div, .section--elecciones .prep > div{
	display: inline-block;
	font-size: 13px;
}
.section--elecciones .actualizacion > div + div{
	padding-left: 10px;
}
.section--elecciones .actualizacion span{
	color: #f46521;
	font-weight: bold;
}
.section--elecciones .resultados {
	width: 100%;
}
.section--elecciones .swiper--candidatos{
	height: 97px;
}


.section--elecciones--info {
	display: table;
	width: calc(100% - 60px);
	padding: 10px 30px;
	background:#ebebed;
}
.section--elecciones--info > div{
	display: table-row;
	vertical-align: middle;
}
.section--elecciones--info  .title{
	display: table-cell;
	width: 180px;
}
.section--elecciones--info .info{
	display: table;
    	width: 100%;
}
.section--elecciones--info .info > div{
	display: table-cell;
}
.section--elecciones--info a{
	font: 16px/16px 'Avenir Next DemiBold', sans-serif;
	color: #222222;
	transition: all .3s;
}
.section--elecciones--info a:hover, .section--elecciones--info a:active{
	color: #1DAFEC;
}
.section--elecciones--info a::before {
	content: "\2022";
	padding-right: 5px;
	color: #1dafec;
	font-size: 20px;
	line-height: 0;
}


@media(max-width:1445px){
	.section--elecciones--info {
		width: calc(100% - 20px);
		padding: 6px 10px;
	}
	.section--elecciones--info .title {
		width: 150px;
	}
	.section--elecciones--info .info > div{
		line-height: 14px;
	}
	.section--elecciones--info a {
		font-size: 14px;
		line-height: 14px;
	}
	.section--elecciones--info a::before {
		padding-right: 2px;
	}
}
@media(max-width:1260px){
	.section--elecciones--info .info {
	    	position: relative;
	    	top: -5px;
	}
	.section--elecciones--info .info > div{
		text-align: center;
	}
}
@media(max-width:373px){
	.section--elecciones h1{
		padding-top: 20px;
		font: 20px/20px 'Avenir Next Bold';
	}
}
@media(max-width:339px){
	.section--elecciones h1{
		padding-top: 12px;
		padding-left: 5px;
		font: 18px/18px 'Avenir Next Bold';
	}
	.section--elecciones .title > div{
		padding-left: 1px;
	}
}.row__juegosolimpicos {
    position: relative;
}

.mod__juegosolimpicos {
    border: 1px solid #6cb1d8;
    padding: 40px 65px 39px 0;
    position: relative;
    margin: 50px 0 0;
}

.mod__juegosolimpicos__header {
    max-width: 228px;
    margin: 5px 0 0 41px;
    position: relative;
    text-align: left;
}

.mod__juegosolimpicos__logo img {
    max-width: 100%;
}

.mod__juegosolimpicos__lkn {
    background: #1985c3;
    padding: 9px 49px;
    border-radius: 20px;
    color: #fff;
    font: 15px/41px 'Avenir Next DemiBold', sans-serif;
    transition: background .3s;
    -webkit-transition: background .3s;
}

.mod__juegosolimpicos__lkn:hover {
    background: #231f20;
}
    
.mod__juegosolimpicos__desc {
    margin: 25px 0 30px;
}

.mod__juegosolimpicos__desc p {
    margin-bottom: 25px;
}

.mod__juegosolimpicos__desc a {
    font: 12px 'Avenir Next Bold', sans-serif;
    color: #1d1d1d;
}

.mod__juegosolimpicos__desc li{
    margin-bottom: 10px;
}

.mod__juegosolimpicos__desc li:before {
    content: '\2022';
    position: relative;
    top: 5px;
    margin-right: 15px;
    font-size: 34px;
    line-height: 0;
}

.mod__juegosolimpicos__desc li:nth-child(1):before{
	color: #ed1e43;
}

.mod__juegosolimpicos__desc li:nth-child(2):before{
	color: #1b8e47;
}

.mod__juegosolimpicos__desc li:nth-child(3):before{
	color: #fcb130;
}

.mod__juegosolimpicos .col {
    padding: 0;
}

.mod__juegosolimpicos .col+.col {
    padding-left: 20px;
}

.mod__juegosolimpicos .col:last-child {
    height: 316px;
}

.mod__juegosolimpicos .col:last-child>div {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #1DAFEC;
    background: -moz-linear-gradient(135deg, #1DAFEC 0%, #eaf9fc 100%);
    background: -webkit-linear-gradient(135deg, #1DAFEC 0%, #eaf9fc 100%);
    background: linear-gradient(135deg, #1DAFEC 0%, #eaf9fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1DAFEC", endColorstr="#eaf9fc", GradientType=1);
    border-radius: 10px;
}

.mod__juegosolimpicos .col:last-child>div>div {
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.news--box--juegosolimpicos {
    border-radius: 10px;
}

.news--box--juegosolimpicos .news__media {
    height: 316px;
    padding-top: 0;
    border-radius: 10px;
}

.news--box--juegosolimpicos .news__media img {
    border-radius: 10px;
}

.news--box--juegosolimpicos .news__media img:hover {}

.news--box--juegosolimpicos .news__media:after {
    content: '';
    display: block;
    position: absolute;
    height: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    z-index: 0;
    pointer-events: none;
    border-radius: 10px;
}

.news--box--juegosolimpicos .news__data {
    position: absolute;
    bottom: 0;
    padding: 18px 10px;
}

.news--box--juegosolimpicos .news__section {
    display: inline-block;
    background: #fff;
    padding: 6px 12px;
    margin-left: -11px;
    margin-bottom: 7px;
    color: #1985c3;
}

.news--box--juegosolimpicos .news__title a {
    color: white;
}

.news--box--juegosolimpicos .news__time {
    color: #c9c5c2;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    letter-spacing: .5px;
    margin-top: 5px;
    color: #959595;
}

.mod__juegosolimpicos .banner {
    margin-bottom: 0;
}

@media(max-width:1279px) {
    .row__juegosolimpicos::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 51px;
    }
}

@media(max-width:1151px) {
    .mod__juegosolimpicos {
        padding-right: 41px;
    }

    .mod__juegosolimpicos .col {
        width: 33.33%;
    }

    .mod__juegosolimpicos .col:last-child {
        display: none;
    }
}.section-calendario-jjoo {
    width: 100%;
    height: 66px;
    position: relative;	
}
.section-calendario-jjoo > div {
    display: inline-block;
    vertical-align: middle;
}
.section-calendario-jjoo > div:first-child {
	padding: 0 15px;
}
.section-calendario-jjoo .eventos-calendario{
	position: relative;
	width: calc(100% - 565px);
	cursor: pointer;
}
.section-calendario-jjoo .listhboxslider__content {
    overflow: hidden;
}
.section-calendario-jjoo .swiper-button:before{
	content: unset;
}
.section-calendario-jjoo .swiper-button-prev{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%);
}
.section-calendario-jjoo .swiper-button-next{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
}
.section-calendario-jjoo .header-calendario{
    height: 66px;
    padding: 0 10px;	
    background: #f2f2f2;
}
.section-calendario-jjoo .header-calendario ul{
    margin-top: 10px;
}
.section-calendario-jjoo .header-calendario a {
    display: block;
    padding-right: 15px;
    font: 15px 'Avenir Next Bold', sans-serif;
    color: #232021;
}
.section-calendario-jjoo .header-calendario a:before {
    content: '\2022';
    position: relative;
    top: 4px;
    margin-right: 4px;
    font-size: 26px;
    line-height: 0;
    color: #1DAFEC;
}
.section-calendario-jjoo .flecha-der{
    position: relative;
    display: block;
}
.section-calendario-jjoo .flecha-der:before, .section-calendario-jjoo .flecha-der:after {
    content: "";
    position: absolute;
    top: -11px;
    right: 7px;
    width: 1px;
    height: 6px;
    background-color: #525252;
    transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
    transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}
.section-calendario-jjoo .flecha-der:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: -15px;
}
.section-calendario-jjoo .menu-calendario {
    padding: 0 10px;
    text-align: center;
    font: 15px 'Avenir Next DemiBold', sans-serif;
}
.combo-container {
    margin-top: 5px;
    font-size: 13px;
    cursor: pointer;
}
.section-calendario-jjoo .combo-selected {
    width: 140px;
    border: 1px solid #eee;
    padding: 2px 0;
    font-family: 'Avenir Next Regular', sans-serif;
    border-radius: 11px;
}
.section-calendario-jjoo .combo-container.open .combo-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.section-calendario-jjoo .combo-opciones {
    position: absolute;
    width: 140px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background: #fff;
    margin-top: -20px;
    font-family: 'Avenir Next Regular', sans-serif;
    transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    border: 1px solid #eee;
    border-top: none;
}
.section-calendario-jjoo .combo-container.open .combo-opciones {
    overflow: visible;
    opacity: 1;
    height: auto;
    margin-top: -2px;
    box-shadow: rgba(0,0,0,.1) 0px 3px 5px;
    z-index: 2;
}
.section-calendario-jjoo .combo-opciones li {
    padding: 3px 0;
}
.section-calendario-jjoo .flecha{
    position: relative;
    display: block;
}
.section-calendario-jjoo .flecha:before, .section-calendario-jjoo .flecha:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 15px;
    width: 1px;
    height: 6px;
    background-color: #525252;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}
.section-calendario-jjoo .flecha:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 19px;
}
.section-calendario-jjoo .combo-container.open .flecha:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.section-calendario-jjoo .combo-container.open .flecha:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.section-calendario-jjoo .evento {
    height: 66px;
}
.section-calendario-jjoo .swiper-slide:last-child .evento {
    margin-right: 17px;
}
.section-calendario-jjoo .header-evento {
    background: #1dafec;
    font: 13px 'Avenir Next DemiBold', sans-serif;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-calendario-jjoo .header-evento > span:nth-child(1) {
    font-size: 12px;
}
.section-calendario-jjoo .header-evento > span:nth-child(2) {
    margin-left: 7px;
    color: #fff;
    font-size: 14px;
}
.section-calendario-jjoo .descripcion-evento{
    padding-left: 5px; 
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-calendario-jjoo .descripcion-evento a {
    color: initial;
    text-decoration: underline;
}

.section-calendario-jjoo .menu-calendario .zona-horaria{
    font: 13px 'Avenir Next Regular', sans-serif;
    margin-top: 3px;
}

@media(max-width:1200px) and (min-width:968px){
	.section-calendario-jjoo .eventos-calendario:after {
	    right: 20px;
	}
	.section-calendario-jjoo .listhboxslider .swiper-slide {
	    width: 219px!important;
	}
}
@media(max-width:968px){
	.section-calendario-jjoo .eventos-calendario {
	    max-width: calc(100% - 560px);
    	}
	.section-calendario-jjoo .footer-calendario{
		display: none;
	}
}
@media(max-width:374px){
    .section-calendario-jjoo .header-calendario > div:nth-child(1) {
        padding-left: 5px;
    }
    .section-calendario-jjoo .flecha-der {
        display: none;
    }
}

/*******************
 * RESPONSIVE
 ******************/

@media only screen and (max-width: 1279px), only screen and (max-device-width: 1279px) {
	.row{
		padding: 0 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -o-box;
		display: box;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		box-orient: vertical;
		
	}
	.boxfixed{
	    display: none;
	}
	
	.footer__whatsapp .footer__whatsapp--link {
	    top: 114px;
	}
	.footer__telegram,
	.footer__whatsapp {
	    position: relative;
	    padding-left: 110px;
	}
	.suscribehorizontal:before,
	.footer__whatsapp:before {

		width: 99px;
	}
	.footer__telegram:before {
		width: 98px;
		left: 7px;
	}
	.suscribehorizontal {
	    padding: 34px 0 0 110px;
	}
	.suscribehorizontal__fieldset button {
	    margin-right: 20px;
	    background: transparent;
	    position: absolute;
	    right: 0;
	    padding: 8px 15px 0 0;
	    margin: 0;
	}
	
	.suscribehorizontal__fieldset input {
	    width: 100%;
	    border-radius: 125px;
	}
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

	.menu--site--footer .menu__item--submenu .menu__item a{
		display: block;
		padding: 0 0 15px;
	}
	.suscribehorizontal:before,
	.footer__whatsapp:before {

		height: 84px;
		width: 107px;
		background-size: contain;
	}
	.suscribehorizontal,
	.footer__whatsapp{
		padding-left: 114px;
	}
	.footer__whatsapp:after{
		display: none;
	}
	.footer__whatsapp{
		    padding-bottom: 60px;
	}
	.footer__whatsapp .footer__whatsapp--link {

		line-height: 40px;
		height: 39px;
		width: 160px;
		bottom: 0;
		    top: inherit;
	}
	
	.suscribehorizontal__fieldset button{
		    padding: 6px 45px 0px 0;
	}
	.suscribehorizontal__social{
	    padding: 43px 0 20px;
	}
	.footer__apps--link {
	    width: 208px;
	    height: 58px;
	    font-size: 13px;
	    line-height: 12px;
	}
	
	.footer__apps--link span:nth-child(2) {
	    font-size: 22px;
	    line-height: 22px;
	}
	
	.footer__apps--link:before {
	    width: 38px;
	    height: 38px;
	    background-size: contain;
	    top: 8px;
	    left: 14px;
	}
	.footer__apps--link.googleplay:before {
	    width: 34px;
	    height: 34px;
	    top: 11px;
	    left: 17px;
	}
	
	
		
}	@media only screen and (max-width: 1420px), only screen and (max-device-width: 1420px) {
	.navigation .menu--site li + li {
	    padding-left: 14px;
	}
	.header {
	    height: 114px;
	}
	.header--sticky .header__loseconomicos{
		display: none;
	}
	.header--sticky .header__garitas{
		display: none;																																																																																																																																																																																														
	}
	.header--sticky .header__region{
		right:0;			                                                                                                                              																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																													
	}
	.header--sticky .header__search-button{
		right:123px;
	}
	
	.header.header--sticky {
	    text-align: left;
	}
	
	.header--sticky .navigation {
	
	    /*margin-left: 265px;*/
	    margin-left: 300px;
	}
	
	.header--sticky .navigation {
	
	   /* margin-left: 265px;*/
	   margin-left:350px;
	}
	.header--sticky  .header{
	    text-align: left;
	}
	
	.header__actions{
	    right: 20px
	}
	
	.header__loseconomicos{
		bottom: 0px;
	}
	.header__loseconomicos img{
	     width: 160px;
	     height: auto;
	}
	.header--sticky .header__logo img {
	    margin-top: 0;
	}

	.header__search-button .icono--cross{
	   right: -10vw;
    	   width: 100%;
	}
	.header--sticky .header__search-button.header__search-button--active{
	    right: -6px;
	}
	.subtitle {
		font:20px/20px 'Avenir Next Bold', sans-serif;
	}
	.option{
		font:16px/13px 'Avenir Next Medium', sans-serif;
	}
	.edition_subtitle{
		font:20px/20px 'Avenir Next Bold', sans-serif;
	}
	.edition_option{
		font:16px/13px 'Avenir Next Medium', sans-serif;
	}
}
@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {	
	
	.alert .row{
		display: block;
		    padding: 0 50px 0 20px;
	}
	.header--sticky .header__logo img,
	.header__logo img {	
	    width: 300px;
	    height: auto;
	    margin-top: 2px;
	}
	.header--sticky ._layer {
	    width:28px;
	    height:4px;
	}
	.header--sticky .hamburger {
	    top:3px;
	    left:-4px;
	}
	.subtitle{
		font:18px/18px 'Avenir Next Bold', sans-serif;
	}
	.option{
		font:13px/13px 'Avenir Next Medium', sans-serif;
	}
	.edition_subtitle{
		font:18px/18px 'Avenir Next Bold', sans-serif;
	}
	.edition_option{
		font:13px/13px 'Avenir Next Medium', sans-serif;
	}
	.header__search-button .icono--cross{
	  	right: -13vw;
    		width: 100%; 
	}
}
@media only screen and (max-width: 1170px), only screen and (max-device-width: 1170px) {
	
	.header--sticky .navigation,
	.header__loseconomicos{
		display: none;
	}
	
	.logo__clubgh {
		display: none;
	}
	
	.header__garitas{
		display:none;
	}
	
	.header--sticky ._layer {
		width: 28px;
		height: 4px;
	}
	
	/*.header--sticky .button--menu{
		display: block;
	}*/
	.header--sticky .header__logo {

	    left: 75px;
	   
	}
	.header--sticky .navigation {
		display: block;
		position: absolute;
		left: -281px;
		margin: 0;
		background: white;
		top: 62px;
		height: 100vh;
		padding: 7px 32px;
		border-right: 1px solid #ededed;
		box-shadow: 0px 2px 2px rgba(0,0,0,.2);
		transition: all 0.3s;
		-webkit-transition: all 0.3s;	    
	}
	.header--sticky .navigation.header__nav--active {
		left: 0;
	}
	.header--sticky  ul.menu.menu--site {
	    text-align: left;
	    width: 200px;
	}
	
	.header--sticky  .navigation .menu--site li {
	    width: 100%;
	    text-align: left;
	    padding: 0;
	}
	
	.header--sticky  ul.menu__submenu {
	    position: relative;
	}
	
	
	.header--sticky .navigation .menu__item .menu__submenu {
	    left: 0;
	}
	.header--sticky .navigation .menu__item .menu__submenu {
	    display: none; 
	    filter: none;
	    -webkit-filter: none;
	    padding: 0 0 0 15px;
	}
	
	.header--sticky .navigation .menu__item.menu__item--open > .menu__submenu {
	    display: block;
	    position: relative;
	    top: 0;
	        padding-bottom: 20px;
	}
	.header--sticky .navigation .menu > .menu__item > a,
	.header--sticky .navigation .menu__item span{
		display: block;
		    margin: 22px 0 0;
	}
	.header--sticky .header__logo img,
	.header__logo img {	
	    width: 250px;
	    height: auto;
	}
	.option{
		font:12px/13px 'Avenir Next Medium', sans-serif;
	}
	.subtitle{
		font:15px/15px 'Avenir Next Bold', sans-serif;
	}
	.edition_subtitle{
		font:15px/15px 'Avenir Next Bold', sans-serif;
	}
	.edition_option{
		font:12px/13px 'Avenir Next Medium', sans-serif;
	}
	.header__search-button .icono--cross{
	  	right: -16vw;
    		width: 100%; 
	}
	.container__notification {
		width:40%;
	}
}

@media only screen and (max-width: 965px), only screen and (max-device-width: 965px) {	
	.alert--region .alert__icon {
	    width: 28px;
	    height: 28px;
	    background-size: cover;
	}
	.alert--region h2 {
		font-size: 16px;
		line-height: 28px;
	}
	.alert--vivo .alert__media{
		width: 133px;
		height: 74px;
	}
	.alert--vivo .icono--play {
	    height: 40px;
	    font-size: 40px;
	}
	.alert--vivo .alert__data {
		padding-top: 20px;
	}
	.alert__label,
	.alert__title{
		font-size: 16px;
		line-height: 18px;
	}
	.header--sticky .header__logo img,
	.header__logo img {	
	    width: 210px;
	    height: auto;
	}
	.header__search-button .icono--cross{
		right: -19vw;
    		width: 100%;
	}
	.header__subscribe { display:none }
	.container__notification {
		width:140%;
	}
}

@media only screen and (max-width: 1390px), only screen and (max-device-width: 1390px){
	.news--box--pagebuilder--featured .news__title{
		margin-bottom:8px;
	}
	.news--box--pagebuilder--featured .news__excerpt{
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		max-height: 67px;
	}
	.news--box--pagebuilder--featured .news__data{
		padding: 35px 10px 0px 20px;
	}
}
@media only screen and (max-width: 1279px), only screen and (max-device-width: 1279px) {
   
	
	.pagebuilder--relacionados .news--innerbox .news__title {
		font: 40px/48px 'Avenir Next Bold', sans-serif;
	}
	.pagebuilder--diario .news--box{
		width:100%;
		border:none;
	}
	.pagebuilder--diario .banner{
		display:none;
		width:100%;
		background-color:transparent;
		margin-top:40px;
		padding-top:0;
		height:auto;
		overflow:hidden;
		border:none;
	}
	.pagebuilder--diario .banner > *{
		position:relative;
		transform: none;
		left: initial;
		top: initial;
	}
	
	
	.pagebuilder--diario .news--innerbox .news__data{
		position:relative;
		width: 100%;
	}
	.pagebuilder--diario .news--innerbox .news__data:before{
		content:"";
		display:block;
		position:absolute;
		right:0;
		top:0;
		height:100%;
		width:1px;
		background-color:#C9C9C9;
	}
	.pagebuilder--diario .news--innerbox:last-child:before,
	.pagebuilder--diario .news--innerbox:last-child .news__data:before{
		display:none;
	}
	.videomodule1y4__button {
	    bottom: -41px;
	}
	.row.modlist.modlist__section,
	.home--pollsimple .row{
		display: block;
		box-orient: initial;
		-webkit-box-orient: initial;
	}
	.home--pollsimple .poll--simple .poll__header:before,
	.home--pollsimple .poll--simple .poll__title,
	.home--pollsimple .poll--simple .poll__description{
		text-align:left!important;
		line-height: 24px;
	}
	.home--pollsimple .poll--simple .poll__description{
		margin-left:0;
	}
	.home--pollsimple .poll--simple .poll__items{
		margin:0;
	}
	.home--pollsimple .poll--simple .poll__footer{
		text-align:left;
	}
	.home--pollsimple .col__aside {
		float:right;
		width:300px;
		border:none;
		padding:0;
		margin:0;
		box-ordinal-group:initial;
		-webkit-box-ordinal-group:initial;
	}
	.home--pollsimple .col__aside + .col__main{
		margin-right:319px;
		box-ordinal-group:initial;
		-webkit-box-ordinal-group:initial;
	}
	
	.fotogalerias{
		padding: 0;
		overflow: hidden;
	}
	.fotogalerias .mod__header{
	    margin-left: 20px;
	    margin-right: 20px;	
	}
	
	.news--box--pagebuilder--featured .news__title {
	    margin-bottom: 15px;
	}
	.news--box--pagebuilder--featured .news__data {
	    padding: 35px 20px 20px 20px;
	    height: 100%;
	    position: absolute;
	    box-sizing: border-box;
	}
	
	.news--box--pagebuilder--featured  .news__line.clearfix {
	    position: absolute;
	    bottom: 35px;
	}
	.news--innerbox--square .news__title {
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    max-height: 61px;
	    overflow: hidden;
	}	
}
@media only screen and (max-width: 1124px), only screen and (max-device-width: 1124px) {
	
	.page-home{
		width:100%;
		overflow-x:hidden!important;
	}
	
	.news--box--pagebuilder--featured .news__data,
	.news--box--pagebuilder--featured .news__media {
	    	width: 50%;
	}
	.news--box--pagebuilder--featured .news__media{
		overflow:hidden;
		padding-top: 33.01%;
	}
	.news--box--pagebuilder--featured .news__media img{
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		height: auto;
		width: auto;
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	.news--box--pagebuilder--featured .news__section {
	    display: inline-block;
	    margin: 0 0 10px;
	}
	.pagebuilder--diario .news--innerbox{
		border-top: 1px solid white;
	}
	.pagebuilder--diario .news--innerbox:before{
		content:"";
		display:block;
		width:1px;
		height:100%;
		background-color:white;
		position:absolute;
		top:0;
		bottom:0;
		right:0;
		z-index:1;
	}
	.pagebuilder--diario .news--innerbox:last-child{
		display:none;
	}
	.col__aside + .col__main {
	    margin-right: 0;
	    margin-left: auto;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-box-ordinal-group: 1;
		-o-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}
	.boxfixed{
		text-align:center;
	}
	.boxfixed .banner{
		display:none;
	}
	.col__aside{
		float: none;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-box-ordinal-group: 2;
		-o-box-ordinal-group: 2;
		box-ordinal-group: 2;
		border-top: 1px solid #d8d8d8;
		padding-top: 30px;
		    margin-bottom: 30px;
	}
	.col__aside {
		
		float: none;
	}	
	.reporteciudadano,
	.chapaexpresate {
	    margin: 0 auto;
	}
	
	.listhboxslider__number {
		bottom: inherit;
		top: 20px;
	}
	.news--box--rankinghome .news__data{
		padding-top:17px;
	}
	.news--box--list,
	.news--box--list .news__data{
		height: inherit;
	}
	.modlist__section {
	    margin-top: 0;
	}
	.authorlisthboxslider .swiper-container {
	    padding-bottom: 40px;
	}
	
	.authorlisthboxslider.list-slider-opinion .swiper-slide{
		width:300px;
	}
	.authorlisthboxslider .swiper-slide-next + .swiper-slide .author--box{
		border-right: 1px solid #D9D9D9;
	}
	.authorlisthboxslider.list-slider-opinion {
	    margin-top: 40px;
	    margin-bottom: 33px;
	}
	
}
@media only screen and (max-width: 1060px), only screen and (max-device-width: 1060px) {
	.pagebuilder--diario .banner{
		display:none;
	}
	.pagebuilder--destacado .news--innerbox .news__title,
	.pagebuilder--relacionados .news--innerbox .news__title{
		font-size: 38px;
		line-height: 44px;
	}
	
	.pagebuilder--relacionados .news--box .news__data{
		padding: 10px 0 0;
		height: 150px;
	}
	
	.pagebuilder--diario .col_center{
		margin: 0;
		clear: both;
		width: 100%;
		display: block;
	}
	.pagebuilder--diario .col_left,
	.pagebuilder--diario .col_right{
		width: 100%;
		clear: both;
	}
	.pagebuilder--diario .col_left .news--box,
	.pagebuilder--diario .col_right .news--box{
		width: 48%;
		float: left;
	}
	.pagebuilder--diario .col_left .news--box + .news--box,
	.pagebuilder--diario .col_right .news--box + .news--box{
		float: right;
	}
	.news--box--pagebuilder--featured .news__title{
		font-size:32px;
		line-height:34px;
	}
	.pagebuilder--relacionados--label{
		left: 110px;
	}
	
	.zonasuperiores {
	    padding: 0 !important;
	}
		
	.zonasuperiores .row__container .col_4:last-child,
	.zonacentrales .row__container .col_4:last-child{
		    display: inline-block;
	}
	.zonasuperiores .row__container .col_banner,
	.zonacentrales .row__container .col_banner{
		display:none;
	}
	
	.row__container .col:nth-child(6) .news--box--list:after,
	.row__container .col:nth-child(9) .news--box--list:after{
		display:block!important;
	}
	.row__container .col:nth-child(7) .news--box--list:after,
	.row__container .col:nth-child(10) .news--box--list:after{
		display:none!important;
	}
	.video--innerbox--featured .video__media {
	    width: 50%;
	    height: 0;
	    padding-top: 27.9%;
	}
	.video--innerbox--featured .video__data {
	    width: 50%;
	    padding: 20px 30px;
	}
	.video--innerbox--featured  .video__title{
		font-size:22px;
		line-height:28px;
	}
	.videomodule1y4 .listhboxslider .swiper-pagination{
		right: initial;
		left: 50%;
		transform: translateX(-39px)!important;
		-webkit-transform: translateX(-39px)!important;
	}
	.videomodule1y4 .listhboxslider .swiper-button-prev{
		right: 50%;
		transform: translateX(-39px)!important;
		-webkit-transform: translateX(-39px)!important;
	}
	.videomodule1y4 .listhboxslider .swiper-button-next{
		left: 50%!important;
		right: initial!important;
		transform: translateX(39px)!important;
		-webkit-transform: translateX(39px)!important;
	}
	.videomodule1y4 .video--box .video__data{
		padding:13px 20px 0;
	}
	.videomodule1y4 .video--box .video__author{
		display:none;
	}
	.row.zonasuperiores .col__aside,
	.zonacentrales .col__aside,
	.modlist__section .col__aside {
	    display: none;
	}	
	.authorlisthboxslider__link {
	    margin-top: 10px;
	}
	.listhboxslider .swiper-slide-prev{
		left: 0;
	}
}
@media only screen and (max-width: 850px), only screen and (max-device-width: 850px) {
	[data-zone="continuo_1"] .col_6{
		width: 100%;
	}
	.banner--home__top{
		display:none;
	}
	.column__relacionadas {
	    top: 35px;
	}
	.news--box--pagebuilder--related .news__title{
		    font-size: 14px;
	}
	.column__relacionadas .news--summary .news__title {
	    font-size: 15px;
	    line-height: 18px;
	}
	.column__relacionadas .news--summary .news__media {
	    width: 135px;
	    height: 77px;
	}
	.pagebuilder--relacionados--header {
	    top: 40px;
	}
	.pagebuilder--relacionados .news--innerbox .news__data {
	    top: 115px;
	}
	.authorlisthboxslider__link {
	    	margin-top: 3px;
	}
	.news--innerbox--square .news__title{
		font-size: 16px;
	}
	.news--innerbox--square .news__line{
		bottom: 0;
		height: 25px;
	}
	.video--innerbox .video__excerpt{
		display:none;
	}
	.video--box .icono--play {
		width: 34px;
		height: 34px;
	}
	.video--box .video__title{
		font-size:16px;
	}
	.video--box .video__line{
		line-height: 13px;
		right: 32px;
	}
	.pagebuilder--destacado .news--innerbox .news__title, 
	.pagebuilder--relacionados .news--innerbox .news__title {
	    font-size: 28px;
	    line-height: 34px;
	}
	.pagebuilder--relacionados--label{
		display: none;
	}
	
	.authorlisthboxslider__title{
		font-size: 18px;
		line-height: 18px;
	}
	.author__name{
		font-size:20px;
		line-height:24px;
	}
	
	.modal__content {
	    height: auto;
	    padding: 0;
	    box-sizing: border-box;
	    background-position: bottom right;
	    background-size: cover;
	}
	
}

@media only screen and (max-width: 840px) and (orientation:portrait) , only screen and (max-device-width: 840px) and (orientation:portrait){

	.news--box--pagebuilder--featured .news__title{
		font-size:28px;
		line-height:34px;
	}
	.news--box--pagebuilder--featured .news__media{
		padding-top: 45.01%;
	}
}
	@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	.mod--epeciales .news__data{
		left: 20px;
		right: 20px;
		transform: none;
	}
}
@media only screen and (max-width: 1160px), only screen and (max-device-width: 1160px){
	.footer__apps{
		margin: 0;
		text-align: right;
	}
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	
	.ranking li{
		width: 100%;
	}
	
}
