
/*******************
 * 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.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;
}
/***********************************
 * 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;
}
 /***********************************
 * 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%;
}
/***********************************
 * 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;
}.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;
}
.newsvideogallery{
	position: relative;
	margin: 0 0 50px;
}
.newsvideogallery .swiper-fullscreen{
	display: none;
}
.newsvideogallery__actions{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.newsvideogallery__counter{
	position: absolute;
	bottom: 0;
	right: 86px;
	background-color: white;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 70px;
	text-align: center;
	font: 400 13px/50px 'PT Serif', serif;
	color: #333333;
}
.newsvideogallery__counter span{
	font: 400 13px/50px 'PT Serif', serif;
	color: #333333;
}
.newsvideogallery .swiper-button{
	position: absolute;
	top: auto;
	left: auto!important;
	right:0;
	bottom: 0;
	right: 0;
	width: 43px;
	height: 50px;
	background: white;
	font-size:18px;
	line-height: 52px;
	border: none;
	border-bottom: 1px solid #ebebeb;
	transform: none!important;
	-ms-transform: none!important;
	-moz-transform: none!important;
	-webkit-transform: none!important;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.newsvideogallery .swiper-button-prev{
	right: 43px!important;
}
.newsvideogallery__image{
	position: relative;
	height: 0;
	padding-top: 56.25%;
	width: 100%;
	background-color: black;
}
.newsvideogallery__image > *{
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
}
.newsvideogallery__description{
	border-bottom: 1px solid #ebebeb;
	margin: 0 156px 0 0;
	padding-right: 10px;
	height: 50px;
	position: relative;
}
.newsvideogallery__onevideo .newsvideogallery__description{
	padding-right: 0;
}
.newsvideogallery__description p{
	color: #333333;
	font: 13px/16px 'PT Serif', serif;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: absolute;
	top: 50%;
	max-height: 34px;
	left: 0;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.newsvideogallery__description span{
	color: #333333;
	margin-left: 5px;
	font-weight:500;
}
.newsvideogallery.newsvideogallery__onephoto .swiper-pagination {
	display:none;
}.newsphotogallery{
	position: relative;
	margin: 0 0 30px;
}
.newsphotogallery .swiper-fullscreen{
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	font-size: 16px;
	height: 44px;
	line-height: 46px;
	border: none;
	border-radius:0;
	background: rgba(0,0,0,0.6);
	color: white;
	z-index: 10;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.newsphotogallery .icono--fullscreen_outline:before{
	content:"\EA09";
}
.newsphotogallery img{
	width: 100%;
	height: auto;
	cursor: -moz-zoom-in; 
	cursor: -webkit-zoom-in; 
	cursor: zoom-in;
}
.newsphotogallery__actions{
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	
	width: 100%;
}
.newsphotogallery__counter{
	display:none;
}
.newsphotogallery__description{
	boder:none;
	padding-right: 10px;
	height: 38px;
	margin: 0;
	position: relative;
}
.newsphotogallery__onephoto .newsphotogallery__description{
	margin-right: 0;
}
.newsphotogallery__description p{
	color: #727272;
	font: 12px/14px 'Avenir Next Regular', sans-serif;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: absolute;
	top: 50%;
	max-height: 34px;
	left: 0;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.newsphotogallery__description p span{
	margin-left: 5px;
}
.newsphotogallery.newsphotogallery__onephoto .swiper-pagination {
	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: 139px;
	}
	.header--sticky .header__loseconomicos{
		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;
	}
	
	.header--sticky .navigation {
	
	    margin-left: 265px;
	}
	.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: 20px;
	}
	.header--sticky .header__search-button.header__search-button--active{
	    right: -6px;
	}
	.logo__clubgh {
	    height:14px;
	}
}
@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: 8px;
	}
}
@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--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;
	}
	
	
}

@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;
	}
}
@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%;
	}
	
}


@media only screen and (max-width: 1279px), only screen and (max-device-width: 1279px) {
	.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;
	}
	.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;
	}
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	.newsfull__title{
		font-size: 38px;
		line-height: 46px;
	}
	.newsfull .col__aside{
		display: none;
	}
	.newsfull .col__main{
		width: 100%;
		padding-right: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.news--summary--related .news__data {
	    margin-left: 95px;
	}
	
	.news--summary--related .news__title {
	    line-height: 17px;
	}
	.morenews li:nth-child(odd):before{
	    height: 80px;
	        right: 15px;
	}
	.news--summary--related {
	    margin-bottom: 15px;

	}
	.morenews li + li + li {
	    margin-top: 15px;
	}
}