

/*******************
 * CUSTOM
 ******************/
.page-programacion.padding--for--sticky .site-main,
.page-stats.padding--for--sticky .site-main,
.page-freestyle.padding--for--sticky .site-main,
.page-videos.padding--for--sticky .site-main,
.page-section.padding--for--sticky .site-main,
.padding--for--sticky .header ~ .alert,

.padding--for--sticky .banner ~ .header ~ .widgecta__content{
	border-top:90px solid white;
}
.padding--for--sticky .header ~ .alert ~ .pagebuilder,
.padding--for--sticky .header ~ .alert + .alert,
.padding--for--sticky .header ~ .pagebuilder + .pagebuilder,
.padding--for--sticky .banner ~ .header  ~ .pagebuilder ~ .zonasuperiores,
.padding--for--sticky .banner ~ .alert  ~ .header ~ .zonasuperiores{
	border-top: none;
}
.hide{
	display: none;
}
body {
	background: #F7F7F7;
}
/***********************************
 * MODULOS ZONAS NOTAS HOME
 **********************************/  
.pagebuilder ~ .zonasuperiores{
	margin-top:35px;
}
.zonasuperiores .mod__content{
	padding-bottom:20px;
}
.modlist__content .col__aside,
.zonasuperiores .col__aside{
	width: 518px;
}
.modlist__content .col__aside + .col__main{
	margin-right:584px;
}
.zonasuperiores .col__aside + .col__main{
	margin-right:553px;
}
.zonacentrales{
	margin-top:56px;
}
.zonacentrales .row__container .col__news{
	width:calc(100% - 370px);
}
.zonacentrales .row__container{
	padding:25px 0;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	margin:0 0 25px;
}
.zonacentrales .row__container .col{
	padding:0;
}
.zonacentrales .row__container .col:first-child{
	margin-right:35px;
}
.zonacentrales .row__container:last-child{
	border-bottom:none;
}
.enlasredes{
	margin-top:36px;
}
/***********************************
 * MODULO BOTON VER MAS
 **********************************/  
.viewmore__button{
	background: #FF28FF;
	color: white;
	text-transform: uppercase;
	display: block;
	width: 258px;
	height: 45px;
	cursor: pointer;
	margin: 0 auto 80px;
	font: 700 14px/46px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	border-radius: 4px;
}
.viewmore__button:hover{
	background:  #080008;
}
/***********************************
 * ICONOS DE PLAY, AUDIO Y VIDEO
 **********************************/  
.news__nophoto{
	background: url(/arte/logo_blanco_20240530.svg) no-repeat center center;
	background-size: 45% auto;
	filter: brightness(100) grayscale(1) contrast(100);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.15;
}
.news--box .icono--play,
.news--innerbox .icono--play{
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%)!important;
}
.news--box .news__line--sep,
.news--innerbox .news__line--sep,
.news--summary .news__line--sep{
	display: inline-block!important;
}
.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%;
	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: 30px;
	line-height: 62px;
	text-indent: 4px;
}
.video-js .vjs-icon-play:before,
.video-js .vjs-big-play-button span:before{
	content: "\EA18";
	font-family: "iconos";
}
.news--summary .icono--play,
.news--summary .icono--picture,
.news--summary .icono--audio,
.news--innerbox .icono--play,
.news--innerbox .icono--picture,
.news--innerbox .icono--audio,
.news--box .icono--play,
.news--box .icono--picture,
.news--box .icono--audio{
	///display:none;
}
/**************************
 MOD TITLE
**************************/
.mod__header {
	position: relative;
	margin-bottom: 31px;
	text-transform: uppercase;
}
.mod__title{
	color: #101E28;
	font: 700 28px/34px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}
.mod__title a{
	color: inherit;
	font: inherit;
	position:relative;
}
/**************************
 MOD LIST
**************************/
.modlist__section{
	margin-top:56px;
}
.modlist__content{
	position:relative;
}/***********************************
 * NOTICIAS GENERALES
 **********************************/
.news--100-0 .news__media{
	padding-top: 100%!important;
}
.news--56-29 .news__media{
	padding-top: 56.29%!important;
}
.news--56-19 .news__media{
	padding-top: 56.19%!important;
}
.news--55-99 .news__media{
	padding-top: 55.99%!important;
}
/***********************************
 * MODULO NEWS-BOX
 **********************************/
.news--box .news__media{
	margin-bottom: 0;
	overflow:hidden;
	border-radius: 5px;
}
.news--box .news__media img{
	transition: transform 0.2s;
}
.news--box:hover .news__media img{
	transform: scale(1.05);
}
.news--box .news__data{
	position: relative;
	padding: 17px 0 0;
}
.news--box .news__label{
	display: none;
}
.news--box .news__section{
	text-transform: uppercase;
	display:block;
	color: #660F66;
}
.news--box .news__title{
	text-transform:inherit;
}
.news--box .news__title a{
	background-image: linear-gradient(to right, rgb( 33, 37, 48) 0%, rgb( 33, 37, 48) 100%);
	background-size: 0% 2px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 3px 0px;
	background-repeat: no-repeat;
}
.news--box .news__title:hover a {
	background-size: 100% 2px;
}
.news--box .news__time,
.news--box .news__line--sep{
	display: none !important;
}
.news--box .news__excerpt > p:empty{
	display: none;
}
.news--box .news__author{
	display:block;
	font: 400 12px/12px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color:#757575;
	text-transform: initial;
}
.news--box .news__author span,
.news--box .news__author a{
	color:#757575;
}
.news--box .icono--play, 
.news--box .icono--picture, 
.news--box .icono--audio{
	border-radius:100%;
	background-color: #FF28FF;
	border: none;
}
/*****************
 NEWS BOX LIST
*****************/
.news--box--list{
	margin-bottom: 25px;
}
.news--box--list .news__data{
	padding-top: 10px;
}
.news--box--list .news__title{
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 0;
	text-align: left;
}
.news--box--list .news__line{
	text-align:center;
}
.news--box--list .news__author{
	text-align:center;
}
.modlist__section .news--box--list .news__data {
    padding-top: 9px;
}
/*****************
 NEWS BOX LIST FEATURED
*****************/
.news--box--list--featured {
	margin:0;
	padding-bottom:32px;
}
.news--box--list--featured .news__data{
	padding: 24px 0 0;
}
.news--box--list--featured .news__section{
	margin-bottom:12px;
}
.news--box--list--featured .news__title{
	font-size: 42px;
	line-height: 44px;
	margin-bottom:13px;
}
.news--box--list--featured .icono--play, 
.news--box--list--featured .icono--picture, 
.news--box--list--featured .icono--audio{
	width: 100px;
	height: 100px;
	font-size: 41px;
	line-height: 110px;
	text-indent: 7px;
	bottom: 27px;
	left: 29px!important;
	top: initial!important;
	transform: none!important;
	-ms-transform: none!important;
	-moz-transform: none!important;
	-webkit-transform: none!important;
}/***********************************
 * MODULO NEWS-INNERBOX
 **********************************/
.news--innerbox.news--45-14 .news__media{
	padding-top: 45.14%;	
}
.news--innerbox.news--41-94 .news__media{
	padding-top: 41.94%;	
}
.news--innerbox.news--56-33 .news__media{
	padding-top: 56.33%;	
}
.news--innerbox.news--58-84 .news__media{
	padding-top: 58.84%;	
}
.news--innerbox.news--58-81 .news__media{
	padding-top: 58.81%;	
}
.news--innerbox.news--80-33 .news__media{
	padding-top: 80.33%;	
}
.news--innerbox.news--55-42 .news__media{
	padding-top: 55.42%;	
}
.news--innerbox.news--55-98 .news__media{
	padding-top: 55.98%;	
}
.news--innerbox.news--41-96 .news__media{
	padding-top: 41.96%;	
}
.news--innerbox.news--58-79 .news__media{
	padding-top: 58.79%;	
}
.news--innerbox.news--56-3 .news__media{
	padding-top: 56.3%;	
}
.news--innerbox.news--80-38 .news__media{
	padding-top: 80.38%;	
}
.news--innerbox.news--56-31 .news__media{
	padding-top: 56.31%;	
}
.news--innerbox.news--58-87 .news__media{
	padding-top: 58.87%;	
}
.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__media{
	overflow:hidden;
	border-radius: 5px;
}
.news--innerbox .news__media img{
	transition: transform 0.2s;
}
.news--innerbox:hover .news__media img{
	transform: scale(1.05);
}
.news--innerbox .news__section{
	text-transform: uppercase;
	letter-spacing:0.5px;
}
.news--innerbox .news__title{
	text-transform:inherit;
}
.news--innerbox .news__title a{
	background-image: linear-gradient(to right, rgb( 255,255,255) 0%, rgb( 255,255,255) 100%);
	background-size: 0% 2px;
	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% 2px;
}
.news--innerbox .icono--play, 
.news--innerbox .icono--audio, 
.news--innerbox .icono--picture{
	display:none;
}
.news--innerbox .news__line {
	margin-top: 15px;
}
.news--innerbox .news__line--sep,
.news--innerbox .news__author,
.news--innerbox .news__time{
	text-transform: initial;
	display: block;
	font: 12px/12px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: white;
}
.news--innerbox .news__author a{
	text-transform: initial;
	color: inherit;
}
.news--innerbox .news__author a:hover{
	color: white;
}
.news--innerbox .news__line--sep,
.news--innerbox .news__time,
.news--innerbox .news__share{
	display: none!important;
}
.news--innerbox .news__data{
	pointer-events: none;
}
.news--innerbox .news__title,
.news--innerbox .news__author a,
.news--innerbox .news__section {
	pointer-events: all;
}
/*********************
* NEWS INNERBOX SUPERFEATURED
*********************/
.news--innerbox--superfeatured .news__line--sep,
.news--innerbox--superfeatured .news__author,
.news--innerbox--superfeatured .news__time{
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	line-height: 14px;
}
.news--innerbox--superfeatured .news__data{
	padding: 41px 0;
	max-width: 1250px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news--innerbox--superfeatured .news__title {
	font-weight:700;
	font-size: 50px;
	line-height: 50px;
	max-width:50%;
}
.news--innerbox--superfeatured .news__line {
	margin-top: 30px;
}
/*********************
* NEWS INNERBOX LIST
*********************/
.news--innerbox--list {
	margin-bottom:50px;
}
.news--innerbox--list .news__data {
	max-width:560px;
}
.news--innerbox--list .news__title {
	font-size:33px;
	line-height:35px;
}
/*********************
* NEWS INNERBOX LIST SECTION
*********************/

.news--innerbox--section .news__data {
	max-width:472px;
}
.news--innerbox--section .news__title {
	font-size: 40px;
	line-height: 42px;
}
/*******************
* NEWS INNERBOX FOTOGLLERY
*******************/
.news--innerbox--fotogallery .news__data{
	text-align:center;
	padding:0 130px;
	top:50%;
	bottom:initial;
	pointer-events:none;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.news--innerbox--fotogallery .news__data:before{
	content: "\EA16";
	display: inline-block;
	font-family: "iconos";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 100%;
	color: white;
	font-size:25px;
	line-height:79px;
	width:78px;
	height:78px;
	background: #FF28FF;
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.news--innerbox--fotogallery .news__title{
	font-size: 40px;
	line-height: 42px;
	padding-top: 100px;
}
.news--innerbox--fotogallery:hover .news__title a {
    background-size: 100% 3px;
}


/*******************
* NEWS INNERBOX IFRAME
*******************/
.news--innerbox .news__media.news__media--iframe:after{
	background:transparent;
}
.news--innerbox .news__media--iframe + .news__data {
    background: #282828;
    padding-top: 21px;
    min-height: 104px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-evenly;
    max-height: 104px;
    padding-bottom: 21px;
}
.news__media--iframe div[class*="dfMc-"] .itemMaM.mc-itemMaM .mc-item.contentItem{
    height: 100%;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.news--innerbox .news__media--iframe + .news__data h2.news__title {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 150px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 0px;
    font-size: 20px;
    line-height: 26px;
}



.news--innerbox.news--58-81 .news__title a{
	 background-position: 0px 99%;
}
/***********************************
 * MODULO NEWS-SUMMARY
 **********************************/
.news--summary{
	margin-bottom: 40px;
	box-shadow: 0px 17px 29px -5px rgba(0,0,0,0);
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	background: white;
	border-radius: 5px;
	overflow: hidden;
}
.news--summary:hover{
	box-shadow: 0px 17px 29px -5px rgba(0,0,0,0.15);
}
.news--summary .news__media {
	oveflow: hidden;
	overflow:hidden;
	border-radius:5px;
}
.news--summary img{
	transition: transform 0.2s;
}
.news--summary:hover img{
	 transform: scale(1.05);
}
.news--summary.news--182x182 .news__media,
.news--summary.news--91x91 .news__media{
	width:91px;
	height:91px;
}
.news--summary.news--182x182 .news__data,
.news--summary.news--91x91 .news__data{
	margin-left:108px;
}
.news--summary.news--160x160 .news__media,
.news--summary.news--80x80 .news__media{
	width:80px;
	height:80px;
}
.news--summary.news--160x160 .news__data,
.news--summary.news--80x80 .news__data{
	margin-left:96px;
}
.news--summary.news--140x140 .news__media,
.news--summary.news--70x70 .news__media{
	width:70px;
	height:70px;
}
.news--summary.news--140x140 .news__data,
.news--summary.news--70x70 .news__data{
	margin-left:92px;
}
.news--summary.news--300x300 .news__media,
.news--summary.news--156x156 .news__media{
	width:156px;
	height:156px;
}
.news--summary.news--300x300 .news__data,
.news--summary.news--156x156 .news__data{
	margin-left:180px;
}
.news--summary.news--603x336 .news__media,
.news--summary.news--402x224 .news__media{
	width:402px;
	height:224px;
	border-radius: 0px;
}
.news--summary.news--603x336 .news__data,
.news--summary.news--402x224 .news__data{
	margin-left:450px;
}
.news--summary .news__data{
	margin-left: 370px;
	padding-top:20px;
	padding-right:20px;
	text-align: left;
}
.news--summary .news__label{
	display: none;
}
.news--summary .news__section{
	text-transform: uppercase;
	vertical-align:top;
	display: block;
	letter-spacing:0.5px;
	color: #660F66;
}

.news--summary .news__title{
	text-transform: inherit;
}
.news--summary .news__title a{
	background-image: linear-gradient(to right, rgb( 33, 37, 48) 0%, rgb( 33, 37, 48) 100%);
	background-size: 0% 2px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 3px 0px;
	background-repeat: no-repeat;
}
.news--summary .news__title:hover a {
	background-size: 100% 2px;
}
.news--summary .news__author,
.news--summary .news__time,
.news--summary .news__line--sep{
	display: block;
	text-transform: initial;
	font: 400 12px/12px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #757575;
}
.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: #757575;
}
.news--summary .news__author a:hover{
	color: #757575;
}
.news--summary .icono--play,
.news--summary .icono--picture,
.news--summary .icono--audio {
	border-radius:100%;
	background-color: #FF28FF!important;
	border: none;
}
/*********************
* NEWS SUMMARY LIST
*********************/
.news--summary--list{
	margin: 3px 0 0;
	padding-top: 12px;
	border-top: 1px solid #D2D2D2;
	background: none;
	box-shadow: 0px 17px 29px -5px rgba(0,0,0,0);
	border-radius: 0px;
}
.news--summary--list:hover {
	box-shadow: 0px 17px 29px -5px rgba(0,0,0,0);
}
.news--summary--list .news__data{
	padding:20px 24px 0 0;
}
.news--summary--list .news__title{
	font-size: 20px;
	line-height: 22px;
	color: #101E28;
}
/*********************
* NEWS SUMMARY LIST MINI
*********************/
.news--summary--list--mini{
	vertical-align:top;
	margin:0;
	box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.news--summary--list--mini:hover{
	box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.news--summary--list--mini .icono--play,
.news--summary--list--mini .icono--picture,
.news--summary--list--mini .icono--audio {
	display:none;
}
.news--summary--list--mini .news__data{
	padding:0;
}
.news--summary--list--mini .news__section{
	margin-bottom: 6px;
	line-height:11px;
}
.news--summary--list--mini .news__title{
	font: 700 15px/17px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color:#212530;
	margin:0;
}

.news--summary .news__media iframe, 
.news--summary .news__media img {
    object-fit: cover;
}
/***********************************
 * SLIDERS
 **********************************/
.swiper-button{
	text-align:center;
	background:none;
	background-color: white;
	border: none;
	font-size: 30px;
	width: 70px;
	height: 70px;
	line-height:78px;
}
.swiper-button-prev, 
.swiper-button-next{
	margin-top:0!important;
	transform: translateY(-50%)!important;
	-ms-transform: translateY(-50%)!important;
	-moz-transform: translateY(-50%)!important;
	-webkit-transform: translateY(-50%)!important;
	left:0!important;
	color: #101E28!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.4;
}
.swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	margin:0 3px;
	display: inline-block;
	border-radius: 100%;
	opacity: 1;
	background: #e3e3e3;
}
.swiper-pagination-bullet-active{
	background: #FF28FF;
}
.swiper-pagination-fraction, 
.swiper-pagination-custom, 
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:31px;
}/***********************************
 * MODULO LIST H BOX HORIZONTAL
 **********************************/
.listhboxslider__header {
	text-align: left;
	margin-bottom: 29px;
}
.listhboxslider__title{
	padding: 0;
	font: 24px/24px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-transform: uppercase;
}
.listhboxslider__title a{
	color: inherit;
}
.listhboxslider .swiper-container{
	padding-bottom: 87px;
}
.listhboxslider__link{
	display:none;
}
/***********************************
 * MODULO ULTIMAS NOTICIAS
 **********************************/
.listhboxslider--ultimasnoticias{
	padding-top:50px;
}
.listhboxslider--ultimasnoticias .listhboxslider__header{
	border-bottom:3px solid black;
	padding-bottom:13px;
}
.listhboxslider--ultimasnoticias .news--box--featured .news__line{
	min-height: 28px;
}
/***********************************
 * MODULO TAG ZONE
 **********************************/
.listhboxslider--tagzone .row{
	padding: 27px 20px 2px;
	background-color:white;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.listhboxslider--tagzone .listhboxslider__header {
	margin-bottom: 17px;
}
.listhboxslider--tagzone .listhboxslider__title a:before{
	content:"#";
}
.listhboxslider--tagzone .swiper-button-next {
    right: -83px!important;
}
.listhboxslider--tagzone .swiper-button-prev{

    left: -81px!important;
}
.listhboxslider--tagzone .swiper-container {
    padding-bottom: 82px;
}
/***********************************
 * MODULO LIST SECTION
 **********************************/
.list--section .listhboxslider__header{
	padding-bottom: 12px;
	position: relative;
	width: 100%;
}
.list--section .listhboxslider__title:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.list--section .swiper-container{
	padding-bottom: 0!important;
}
.list--section .swiper-wrapper{
	margin: 0 -15px;
	width: auto;
}
.list--section .swiper-slide{
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.list--section .news--box{
	margin-bottom: 40px;
}
.list--section .news--box .news__data{
	padding-top: 15px;
	height: auto;
}
.list--section .news--box .news__title{
	max-height: initial;
	font-size: 23px;
	line-height: 25px;
	margin-bottom: 10px;
}
/***************************
	NEWS SUMMARY SMALL (LIST VERTICAL)
****************************/
.listvsummary{
	margin-bottom:20px;
}
.listvsummary__header{
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 28px;
	text-align: left;
	border-bottom: 5px solid #D9D9D9;
}
.listvsummary__header:before{
	content: "";
	display: block;
	height: 5px;
	width: 50px;
	position: absolute;
	left: 0;
	bottom: -5px;
	background-color: #FF28FF;
}
.listvsummary__title{
	font: 900 19px/19px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #101E28;
	position: relative;
	text-transform: uppercase;
	text-align: left;
}
.listvsummary  .news--summary--related {
	margin:0;
}
.listvsummary .listvsummary__item + .listvsummary__item {
	padding-top: 20px;
	margin-top: 20px;
	border-top:1px solid #ebebeb;
}/***********************************
 * MODULO SUSCRIBE HORIZONTAL
 **********************************/
.suscribehorizontal{
	padding: 50px 0 0;
	background-color: #101E28;
	text-align: center;
	position:relative;
}
.suscribehorizontal__header{
	margin-bottom: 15px;
}
.suscribehorizontal__title{
	font: 900 30px/31px  'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: white;
}
.suscribehorizontal__formtitle{
	font: 400 18px/20px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #BDBDBD;
	margin-bottom:30px;
}
.suscribehorizontal__form{
	font-size: 0;
}
.suscribehorizontal__fieldset input{
	margin: 0;
	border: 0;
	border-radius:0;
	padding: 16px 20px;
	background: white;
	width: 80%;
	max-width: 504px;
	font: 400 16px/24px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	display: inline-block;
	vertical-align: top;
	color:#7F7F7F;
	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:#7F7F7F;
}
.suscribehorizontal__fieldset input::-moz-placeholder{
	color:#7F7F7F;
}
.suscribehorizontal__fieldset input:-ms-input-placeholder{
	color:#7F7F7F;
}
.suscribehorizontal__fieldset input:-moz-placeholder {
	color:#7F7F7F;
}
.suscribehorizontal__fieldset{
	position:relative;
}
.suscribehorizontal__fieldset button{
	border: 0;
	background: white;
	color: #101E28;
	margin: 0 0 0 -4px;
	padding: 16px 18px 14px;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	border-radius:0;
	box-sizing: border-box;
	height: 56px;
}    

.suscribehorizontal__hint{
	font: 12px/35px  'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: white;
}

.suscribehorizontal__hint a{
	text-decoration: underline;
	color: white;
}

.hint.error{
	color: white;
	font: 15px/18px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	border: none;
	background-color: #0A1117;
	max-width: 544px;
	display:inline-block;
	position: absolute;
	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: 'TNT Sports Sans', 'TNT-fallback', sans-serif;
    color:#ffffff;
}
.suscribehorizontal__social{
	display: none;
}/***********************************
 * MODULO FRASE DEL DIA
 **********************************/
.textual{
	position: relative;
	height: 550px;
        margin: 0;
}
.textual:before{
	content:"";
	display:block;
	width:100%;
	height:138px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color: #101E28
}
.textual:after{
	content:"";
	display:block;
	width:50%;
	height:6px;
	position:absolute;
	bottom:0;
	right:0;
	background-color: #FF28FF
}
.textual .row{
	position:relative;
	height:100%;
	border-bottom:6px solid #FF28FF;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.textual .row:after{
	content:"";
	display:block;
	background-color:#FF28FF;
	width:6px;
	height:112px;
	position:absolute;
	bottom:-59px;
	left:0;
	z-index:1;
}
.textual .row:before{
	content:"";
	display:block;
	background: #FF28FF;
	background: -moz-linear-gradient(left, #FF28FF 0%, #660F66 100%);
	background: -webkit-linear-gradient(left, #FF28FF 0%, #660F66 100%);
	background: linear-gradient(to right, #FF28FF 0%, #660F66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF28FF', endColorstr='#660F66',GradientType=1 );
	width:396px;
	height:396px;
	border-radius:100%;
	position:absolute;
	bottom:22px;
	left:47px;
}
.textual__image{
	position: absolute;
	bottom: 0;    
	height: auto;
	width: 44%;
	left: 11.7%;
}
.textual__quote{
	position: absolute;
	text-align: left;
	width: 518px;
	padding: 0 50px 0 0;
	right: 107px;
	top: 105px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.textual__quote:before{
	content: "";
	background-image: url(/export/sites/tntsports/arte/icon_textual_20210114.svg);
	background-size:contain;
	position: absolute;
	top: -14px;
	right:0;
	width:159px;
	height:138px;
        display:block;
}
.textual__quote p{
	color: #101E28;
	font: bold 30px/38px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	z-index: 1;
	position:relative;
}
.textual__author{
	color: #101E28;
	padding: 0;
	margin-top:30px;
	display: block;
	font: 700 15px/18px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	border:none;
	text-transform:uppercase;
}
.textual__author:empty{
	display: none;
}
.textual__social {
	display:none;
}
/*******************************
* NOTA TEXTUAL CARD FRASE DEL DIA
*******************************/
.page-newscard .textual{
	margin: 0;
	padding: 0;
}/***********************
 * PAGE DESTACADO
***********************/
.pagebuilder--destacado .news__media:before {
	background-image: -moz-linear-gradient(-90deg, rgba(18,19,19,0.00) 0%, rgba(18,19,19,0.5) 100%);
        background-image: -webkit-linear-gradient(-90deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	background-image: linear-gradient(-90deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}
/***********************
 * PAGE RELACIONADOS
 **********************/
.pagebuilder--relacionados .news--innerbox .news__data {
	text-align: center;
	padding:41px 30px 120px;
}
.pagebuilder--relacionados .row{
	position:relative;
	z-index:2;
	border-bottom: 1px solid #EEEEEE;
}
.pagebuilder--relacionados .news--innerbox .news__title {
	margin: 0 auto;
	bottom: 43px;
	max-width:100%;
}
.pagebuilder--relacionados .news--innerbox .news__media:before {
	background-image: -moz-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%, rgba(18,19,19,0.5) 100%);
	background-image: -webkit-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	background-image: linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}
.pagebuilder--relacionados .row__container .col{
	    padding: 0 17.5px;
}
.pagebuilder--relacionados .row__container{
	margin: -82px -17.5px 70px;
	padding-bottom: 10px;
}
/***********************
 * PAGE BUILDER DIARIO
 **********************/
.pagebuilder--diario{
	position:relative;
	display:inline-block;
	width:100%;
	vertical-align:top;
}
.header + .pagebuilder--diario{
	background-color:#101E28;
	padding:20px 0 43px;
}
.pagebuilder--diario .news--innerbox{
	width: 67.65%;
	float:left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pagebuilder--diario .news--innerbox + .news--innerbox{
	padding-right:0;
	width:32.35%;
}
.pagebuilder--diario .news__line{
	font-size: 0;
}
.pagebuilder--diario .news--innerbox .news__title{
	font-size:40px;
	line-height:44px;
}
.pagebuilder--diario .news--innerbox + .news--innerbox .news__title{
	font-size: 26px;
	line-height: 29px;
}
.pagebuilder--diario .news--innerbox + .news--innerbox .news__data{
	padding:22px;
}
.pagebuilder--diario .news--innerbox + .news--innerbox .news__line{
	margin-top:16px;
}

.pagebuilder .news--innerbox .news__media{
	border-radius: 0px;
}/*****************
 ENCUESTA VERSUS
*****************/
.poll--versus{
	margin-bottom:25px;
	margin-top: 41px;
	text-align: center;
	position: relative;
}

.poll--versus .poll__header{
	background: #FF28FF;
	z-index: 3;
	top: 0;
	padding: 20px;
	position: absolute;
	margin: -41px 24px 0;
	height: auto;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.poll--versus .poll__label{
	font: 15px/15px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #FF28FF;
	text-transform:uppercase;
	top:15px;
	display: none;
}
.poll--versus .poll__title{
	font: 700 22px/24px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: white;
	top: inherit;
	position: relative;
	text-transform:uppercase;
}
.poll--versus .poll__description{
	font: 400 16px/17px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	margin-top: 12px;
}
.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;
	border-left: 0 solid black;
}
.poll--versus .poll__item--left{
	padding-top: 119.72%;
}
.poll--versus .poll__item--right:after{
	display: none;
}
.poll--versus .poll__content:after {
	content: "VS";
	position: absolute;
	bottom: 40px;
	left: 50%;
	color: #101E28;
	background-color: white;
	height: 70px;
	width: 70px;
	text-align: center;
	font: 700 30px/73px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	border-radius: 100%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);	
	z-index: 5;
}
.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{
	background: #FF28FF;
	background: -moz-linear-gradient(left, #FF28FF 0%, #660F66 100%);
	background: -webkit-linear-gradient(left, #FF28FF 0%,#660F66 100%);
	background: linear-gradient(to right, #FF28FF 0%,#660F66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF28FF', endColorstr='#660F66',GradientType=1 );
	border-radius: 0;
	border: none;
	color: white;
	text-align: center;
	padding:0;
	width: 97px;
	height: 32px;
	line-height: 32px;
	bottom: 60px;
}
.icono--check_outline:before{
	content:"VOTAR";
	color: white;
	font: 700 14px/14px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}
.poll--versus .poll__text{
	font: 700 12px/13px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	bottom: 28px;
	text-transform: uppercase;
	padding: 0 24px;
	text-align: center;
	top: 333px;
	bottom: initial;
}
.poll--versus .poll__data--right .poll__text{
	text-align: center;
}
.poll--versus.poll--results .poll__percent{
	text-align: center;
	bottom: 75px;
	transform: none;
	font: 700 20px/24px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-transform: uppercase;
	width: 70px;
	height: 70px;
	padding: 17px 0;
	background: rgba(33,37,48,0.50);
	transform: translate(-50%, 0);
	border-radius: 125px;
	box-sizing: border-box;
}

.poll--versus.poll--results .poll__percent small{
	font: inherit;
	vertical-align: top;
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
}
.poll--versus.poll--results .poll__data--win .poll__percent{
	font: 700 30px/33px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	background: #FF28FF;
	background: -moz-linear-gradient(left, #FF28FF 0%, #660F66 100%);
	background: -webkit-linear-gradient(left, #FF28FF 0%,#660F66 100%);
	background: linear-gradient(to right, #FF28FF 0%,#660F66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660F66', endColorstr='#660F66',GradientType=1 );
	width:auto;
	bottom:72px;
	width: 80px;
	padding: 20px 0;
	height: 80px;
}
.poll--versus .poll__content{
	position:relative;
	background-color:black;
}
.poll--versus.poll--results .poll__item:before {
	background: rgba(255, 40, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	
	-o-transition: all .3s;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.poll--versus.poll--results .poll__item--win:before{
	   display: none;
}.poll--simple{
	position: relative;
	padding: 20px;
	margin: 0 0 30px;
	background-color: #101E28;
	overflow:hidden;
	height:auto;
	box-sizing: border-box;
	border-radius: 5px;
}

.poll--simple .poll__background{
	display:none;
}
.poll--simple .poll__header{
	text-align:center;
	position:relative;
	z-index:2;
	width:100%;
	margin: 0 auto 0;
}
.poll--simple .poll__label{
	position:relative;
	text-align: left;
	font: 700 18px/18px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-transform: uppercase;
	color: white;
	display: block;
	margin-bottom: 30px;
}

.poll--simple .poll__title{
	font: 700 18px/22px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-align: left;
	margin: 0;
	color:white;
	text-transform: uppercase;
}
.poll--simple .poll__description{
	color:white;
	font-size: 15px;
	line-height: 16px;
	font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	margin-top: 8px;
}
.poll--simple .poll__content{
	display:block;
	z-index:2;
	width:100%;
	margin: 25px auto 0;
}
.poll__items{
	max-width: 588px;
	margin: 0 auto;
}
.poll--simple .poll__item{
	height:44px;
	overflow:visible;
	background-color: #FF28FF;
	border-radius:0;
	overflow:hidden;
}
.poll--simple .poll__item + .poll__item {
	margin-top: 4px;
}
.poll--simple .poll__option{
	min-width: 85%;
	text-align: left;
	left: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	padding-right: 25px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-height: 34px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.poll--simple .poll__option:before{
	content:"\EA05";
	display:block;
	position:absolute;
	right:0;
	top:50%;
	font-family: "iconos";
	font-style: normal;
	font-weight: normal;
	font-size:16px;
	color: white;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.poll--results.poll--simple .poll__option:before{
	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__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: white;
}
.poll--simple .poll__item + .poll__item{
	margin-top: 4px;
}
.poll--simple .poll__item:hover .poll__option:before,
.poll--simple .poll__item:hover .poll__option{
	color: #212530;
}
.poll--simple .poll__percent{
	color: #0A1117;
	font: 18px/18px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}
.poll--simple .poll__option{
	color: white;
	font: 700 16px/18px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}
.poll--simple .poll__footer{
	margin: 0;
	padding-top: 19px;
	text-align: left;
	display:none;
}
.poll--simple .poll__footer p{
	float: none;
	font: 14px/14px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: white;
}
.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{
	background-color:rgba(255, 40, 255,0.2);
	cursor: default;
	
}
.poll--simple.poll--results .poll__item .poll__bar{
	border-radius: 22px;
	background-color:rgba(255, 40, 255,0.5);
}
.poll--simple.poll--results .poll__item .poll__option,
.poll--simple.poll--results .poll__item .poll__percent{
	position:absolute;
	bottom: 13px;
	top: initial;
	left:0;
	color:white;
	transform:none;
	-webkit-transform:none;
	text-align: left;
}
.poll--simple.poll--results .poll__item .poll__option{
	font: 800 15px/18px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	left:20px;
	max-height: 18px;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	width: 178px;
	min-width: auto;
}
.poll--simple.poll--results .poll__item .poll__percent{
	left:initial;
	right:10px;
	color:white;
	font: bold 20px/18px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	letter-spacing: -1px;
}
.poll--simple.poll--results .poll__item--win .poll__bar{
	background-color: #FF28FF;
}
.poll--simple.poll--results .poll__item.poll__item--win .poll__percent,
.poll--simple.poll--results .poll__item.poll__item--win .poll__option{
	color: white;
}
/***
 POLL EN NOTA
***/
.ckeditor-poll .poll--simple{
	min-height: 304px;
	height: auto;
	padding:25px 30px 30px;
}
.ckeditor-poll .poll--simple .poll__background{
	left: initial;
	right: 0;
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.ckeditor-poll .poll--simple .poll__title{
	font-size:22px;
	line-height:26px;
}

.ckeditor-poll .poll--simple .poll__description{
	text-align:left;
}
.ckeditor-poll .poll--simple .poll__items{
	max-width:100%;
}
.ckeditor-poll .poll--simple .poll__item{
	width:auto;
	min-width:100%;
}
.ckeditor-poll .poll--simple .poll__option{
	min-width: 90%;
}
/**************************
 * ALERTS
**************************/
.alert{
	display: block;
	text-align: center;
	padding: 35px 0 30px;
	background: #FF28FF;
	position: relative;
}
.alert .row{
	vertical-align:top;
	font-size:0;
	line-height:0;
	text-align: left;
	position: relative;
}
.alert__close{
	position: absolute;
	top: 7px;
	right: 23px;
	z-index: 3;
	width: 28px;
	height: 26px;
	padding: 0;
}
.alert__close:before, 
.alert__close:after {
	  position: absolute;
	  left: 13px;
	  content: ' ';
	  height: 22px;
	  width: 2px;
	  top: 2px;
	  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: 700 15px/15px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-transform: uppercase;
	display: inline;
	margin-right:12px;
	line-height: 22px;
}
.alert__title{
	color: white;
	font:  400 18px/18px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	display: inline-block;
	text-transform: inherit;
	line-height: 22px;
}
.alert__title a{
	color: inherit;
	font: inherit;
}
.alert__title a:hover{
	text-decoration: underline;
}
/**************************
 * ALERT VIVO
**************************/
.alert--vivo{
	overflow: hidden;
	padding: 14px 0;
}
.alert--vivo .alert__media{
	display: inline-block;
	margin-right: 23px;
	width: 173px;
	height: 95px;
	background-color: #101E28;
	position: relative;
	vertical-align: top;
} 
.alert--vivo .alert__label{
	display:block;
}
.alert--vivo img{
	width: 100%;
	height: auto;
}
.alert--vivo .icono--play{
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	width: 34px;
	height: 34px;
	color: white;
	text-align: center;
	border-radius: 100%;
	line-height: 39px;
	font-size: 13px;
	text-indent: 2px;
	background: #FF28FF;
}
.alert--vivo .alert__data{
	display: inline-block;
	padding-top: 8px;
	text-align: left;
	margin-left: 0;
	max-width: calc(100% - 300px);
}
/**************************
 * ALERT ULTIMO MOMENTO
**************************/
.alert--ultimomomento .alert__close{
	top: -2px;
}
.alert--ultimomomento .alert__label{
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	margin-right: 7px;
}.video--box{
	margin-bottom:30px;
}
.video--box .video__media{
	margin: 0;
	overflow:hidden;
	border-radius: 5px;
}
.video--box--featured .video__media{
	width: calc(100% - 317px);
	display:inline-block;
}
.video--box .video__media img{
	transition: transform 0.2s;
}
.video--box:hover .video__media img{
	transform: scale(1.05);
}
.video--box.video--56-27 .video__media{
	padding-top: 42.02%;
}
.video--box.video--56-42 .video__media{
	padding-top: 56.42%;
}
.video--box .icono--play{
	width: 45px;
	height: 45px;
	font-size:16px;
	line-height: 50px;
	left: 50%;
	top: 50%;
	border:none;
	border-radius:100%;
	color: white;
	background-color: #FF28FF;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.video--box .icono--play:before{
	position: relative;
	left: 2px;
}
.video--box .video__duration{
	display: block;
	color: white;
	font: 12px/12px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	background-color: rgba(0,0,0,0.6);
	padding: 6px 10px 7px;
	top: 13px;
	right: 13px;
	bottom: initial;
	border-radius: 5px;
}
.video--box .video__data{
	position: relative;
	padding-top:21px;
}
.video--box .video__tags{
	font: 700 12px/12px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #660F66;	
	display: block;
	text-transform: uppercase;
	margin: 0 0 6px;
}

.video--box .video__title{
	text-transform: inherit;
}
.video--box .video__title a {
	background-image: linear-gradient(to right, #212530 0%, #212530 100%);
	background-size: 0% 2px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 3px 0px;
	background-repeat: no-repeat;
}
.video--box .video__title a:hover {
	background-size: 100% 2px;
	color: inherit;
}
.video--box .video__line{
	font: 18px/22px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #9B9B9B;
	position: absolute;
	bottom: 19px;
	left: 20px;
}
.video--box .video__date{
	display: none;
}
.video--box .video__excerpt {
	margin: 25px 0 0;
	color: rgba(255,255,255,0.7);
	font: 18px/24px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	max-height: 132px;
	-webkit-line-clamp: 5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
/***************
 VIDEO BOX FEATURED
***************/
.video--box--featured{
	font-size:0;
	line-height:0;
	margin-bottom:30px;
}
.video--box--featured .video__media{
	width: calc(100% - 317px);
	display:inline-block;
}
.video--box--featured .video__data{
	vertical-align: top;
	width: 317px;
	display:inline-block;
	padding-left:40px;
	padding-top:0;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.video--box--featured .video__title{
	font-size: 30px;
	line-height: 35px;
	color: white;
}
.video--box--featured .video__tags{
	font-size: 14px;
	line-height: 14px;
}
.video--box--featured .icono--play{
	height:100px;
	width:100px;
	font-size:41px;
	line-height: 110px;
}
/***************
 VIDEO BOX FEATURED MINI
***************/
.video--box--featured--mini{
	margin-bottom:0;
}
.video--box--featured--mini .video__title{
	line-height:20px;
	color:white;
}
.video--box--featured--mini .video__tags{
	margin-bottom:9px;
}
.video--box--featured--mini .video__data{
	padding-top:20px;
}.video--innerbox.video--100-0 .video__media{
	padding-top: 100%;
}
.video--innerbox.video--135-68 .video__media{
	padding-top: 135.68%;
}
.video--innerbox.video--135-58 .video__media{
	padding-top: 135.588%;
}
.video--innerbox .video__tags{
	display: block;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.video--innerbox .video__title a{
	color: inherit;
	font: inherit;
}
.video--innerbox .video__title a:hover{
	color: #FF28FF;
}
.video--innerbox .video__tags{
	font: 16px/16px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #FF28FF;	
	display: block;
	text-transform: uppercase;
	margin: 0 0 8px;
}
/****************************
 VIDEO INNER FEATURED HOME
****************************/
.video--innerbox--featured .video__data{
	padding: 37px 30px 37px 122px;
	min-height:84px;
}

.video--innerbox--featured .video__data:before{
	content:"\EA18";
	display:block;
	position:absolute;
	font-family: "iconos";
	font-style: normal;
	font-weight: normal;
	border: 2px solid white;
	width: 56px;
	height: 56px;
	font-size: 19px;
	line-height: 59px;
	top:38px;
	left:35px;
	border-radius: 100%;
	text-align: center;
	color: white;
	text-indent: 3px;
}
.video--innerbox--featured .video__tags{
	font-size:15px;
	line-height:15px;
}
.video--innerbox--featured .icono--play{
	display:none;
}
.video--innerbox--featured .video__title {
	font-size: 40px;
	line-height: 42px;
}.authorlisthinnerboxslider{
	margin:38px 0 0 0;
	position:relative;
}
.authorlisthinnerboxslider__content{
	position:initial;
}
.authorlisthinnerboxslider .swiper-container{
	overflow:visible;	
}
.authorlisthinnerboxslider .swiper-button{
	background-color:black;
	width:70px;
	height:70px;
	font-size:30px;
	line-height:78px;
	color:white!important;
}
.authorlisthinnerboxslider .swiper-button.swiper-button-disabled{
	opacity:0;
}
.authorlisthinnerboxslider__header{
	position:relative;
	margin-bottom:31px;
	text-transform:uppercase;
	padding-left:34px;
}
.authorlisthinnerboxslider__header:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	background-color:#FF28FF;
	width:18px;
	height:35px;
}
.authorlisthinnerboxslider__title{
	color:#101E28;
	font: 900 28px/34px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}
.authorlisthinnerboxslider__title a{
	font:inherit;
	color:inherit;
}
.authorlisthinnerboxslider .swiper-slide{
	width:590px;
}
.author--innerbox .author__media{
	border-radius:100%;
	overflow:hidden;    
	background: #FF0085;
	background: -moz-linear-gradient(left, #FF0085 0%, #CC1F47 100%);
	background: -webkit-linear-gradient(left, #FF0085 0%,#CC1F47 100%);
	background: linear-gradient(to right, #FF0085 0%,#CC1F47 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0085', endColorstr='#CC1F47',GradientType=1 );
}
.author--innerbox .news__media img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
.author--innerbox .news__media {
    	padding-top: 76.3%!important;
    	position:relative;
}
.author--innerbox .news__media:before{
	content:"";
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
	pointer-events: none;
	background-image: -moz-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%, rgba(18,19,19,0.5) 100%);
	background-image: -webkit-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	background-image: linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
}
.author--innerbox .author__content{
	top:9px;
	left:0;
	width:69px;
}
.author--innerbox .news__data{
	left:40px;
	top: 283px;
	padding: 0 0 0 100px;
}
.author--innerbox .news__title{
	font-size:32px;
	line-height:32px;
	font-weight:900;
	text-transform:uppercase;
}
.author--innerbox .news__title a{
	background-image: linear-gradient(to right, rgb( 255, 40, 255) 0%, rgb( 255, 40, 255) 100%);
	background-size: 0% 3px;
	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--innerbox .news__title:hover a {
	background-size: 100% 3px;
}
.author--innerbox .author__name{	
	opacity:1;
	margin-top:20px;
	text-transform:initial;
	font: 12px/12px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}
.author--innerbox .news__media a:after{
	display:none;
}.fotogaleriasliderinnerbox{
	position:relative;
	padding-top:0;
}
.fotogaleriasliderinnerbox__header{
	position: absolute;
	top:30px;
	left:50%;
	width:100%;
	max-width:1250px;
	margin-bottom: 31px;
	text-transform: uppercase;
	z-index:2;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.fotogaleriasliderinnerbox__title{
	position: relative;
	text-align: left;
	color: white;
	font: 700 28px/34px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-transform: uppercase;
	display: block;
}
.fotogaleriasliderinnerbox__title a{
	color:inherit;
}
.fotogaleriasliderinnerbox__link{
	display:none;
}
.fotogaleriasliderinnerbox__link:after {
	content:"";
	display:block;
	position:absolute;
	width: 0; 
	height: 0; 
	border-left: 4px solid #FF28FF;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	top: 3px;
	right: 0;
}
.fotogaleriasliderinnerbox .swiper-pagination{
	display:none;
}
.fotogaleriasliderinnerbox .swiper-button{
	text-align:center;
	background:none;
	background-color: black;
	border: none;
	font-size: 30px;
	width: 70px;
	height: 70px;
	line-height:78px;
}
.fotogaleriasliderinnerbox .swiper-button-prev, 
.fotogaleriasliderinnerbox .swiper-button-next{
	margin-top:0!important;
	transform: translateY(-50%)!important;
	-ms-transform: translateY(-50%)!important;
	-moz-transform: translateY(-50%)!important;
	-webkit-transform: translateY(-50%)!important;
	left:0!important;
	color: white!important;
}
.fotogaleriasliderinnerbox .swiper-button-next{
	left:initial!important;
	right:0!important;
}
.fotogaleriasliderinnerbox .swiper-button-prev.swiper-button-disabled, 
.fotogaleriasliderinnerbox .swiper-button-next.swiper-button-disabled{
	pointer-events: initial;
	opacity:0.4;
}

.fotogaleriasliderinnerbox .news--innerbox .news__media {
	border-radius: 0px;
}.videomodule1y4{
	padding: 93px 0 50px;
}
.section__navigationtags + .videomodule1y4{
	margin-top: -68px;
}
.page-home .videomodule1y4{
	padding-top:28px;
	overflow:hidden;
}
.videomodule1y4__header{
	margin-bottom:28px;
	position:relative;
	text-align: left;
}
/** .videomodule1y4__header:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:69px;
	background-color: #FF28FF;
} **/
.videomodule1y4__title{
	color: white;
	font: 700 28px/28px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-transform:uppercase;
}

.videomodule1y4__link{
	position: absolute;
	right: 0;
	top: 29px;
	color: #FF28FF;
	font: 700 14px/14px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-transform: uppercase;
}
.videomodule1y4 .row__container{
	margin:0 -11px;
}
.videomodule1y4 .col{
	padding:0 11px;
}
.videomodule1y4 .video--innerbox{
	margin-bottom: 25px;
}

.videomodule1y4 .video--box .video__title a {
	background-image: linear-gradient(to right, white 0%, white 100%);
}

.videomodule1y4 .video--box .video__tags {
	COLOR: #FF28FF;
}/*****
 MODULO ESPECIALES
*****/
.mod--especiales{
	background: #F7F7F7;
	background-size: cover;
	position:relative;
	padding: 52px 0 0;
}
.mod--especiales__header {
	position: relative;
	margin-bottom: 31px;
	text-transform: uppercase;
	padding-left: 34px;
}
.mod--especiales__header:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FF28FF;
	width: 18px;
	height: 35px;
}
.mod--especiales__title{
	color: #101E28;
	font: 900 28px/34px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	display: inline-block;
}
.mod--especiales__title a{
	color: inherit;
	font: inherit;
	position:relative;
}
.mod--especiales__viewmore{
	color: #FF28FF;
	font: 700 14px/34px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 12px;
}
.mod--especiales__tags{
	display:inline-block;
	position:relative;
	margin-bottom:20px;
	font-size:0;
	line-height:0;
	vertical-align:top;
}
.mod--especiales__tags li{
	display: inline-block;
	margin-right: 10px;
}
.mod--especiales__tags img {
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 2px 5px 0 -17px;
}
.mod--especiales__tags span,
.mod--especiales__tags a{
	display: block;
	font: 700 14px/40px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #101E28;
	padding: 0 20px;
	border-radius: 0;
	border: 2px solid #FF28FF;
	background: transparent;
}
.mod--especiales__tags li a:hover{
	background: #FF28FF;
	color: white;
}

.mod--especiales__content{
	margin: 0 -10px;
	font-size:0;
	line-height:0;
	vertical-align:top;
	position:relative;
	z-index:1;
}
.mod--especiales__content .news--summary--horizontal,
.mod--especiales__content .news--box--list{
	width:25%;
	display:inline-block;
	vertical-align:top;
}
.mod--especiales__content .news--box--horizontal,
.mod--especiales__content .news--summary--horizontal,
.mod--especiales__content .news--box--list{
	padding: 10px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/***
 NEWS BOX HORIZONTAL
***/
.news--box--horizontal{
    display: inline-block;
}
.news--box--horizontal .news__media{
    width: 616px;
    height: 345px;
    float: left;
    padding: 0;
}
.news--box--horizontal .news__data {
    width: calc(100% - 616px);
    float: left;
    padding: 17px 60px 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{
	 margin: 0 0 18px;
	color: #101E28;
	font: 700 40px/45px 'TNT Sports Sans', 'TNT-fallback', sans-serif;

}
.news--box--horizontal .news__section{
	margin: 0 0 21px;
}
.news--box--horizontal .news__excerpt{
    font: 400 17px/26px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
    color: #101E28;
}

.mod--especiales__content .news--box--list{
	background: transparent;
	margin: 0;
}
.mod--especiales__content .news--box--list .news__data{
	height: auto;
	max-height: 253px;
	padding-top: 21px;
}
.mod--especiales__content .news--box--list .news__title{
	display: block;
	font-size: 18px;
	line-height: 22px;
	-webkit-line-clamp: initial;
	-webkit-box-orient: initial;
	height: auto;
	overflow: initial;
	margin-bottom: 0;
}

.mod--especiales__content .news--box--list .news__excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 67px;
	overflow: hidden;
	margin: 0 0 19px;
}
.mod--especiales__content .news--box--list .news__line{
	bottom:initial;
	left:initial;
	position:initial;
}
.mod--especiales__content .news--box--list:nth-child(5):after{
	display: none;
}
.mod--especiales__content__line {
	background: rgb(44 50 63 / 0.2);
    height: 1px;
    display: block;
    margin: 5px 10px 24px;
}
.mod--especiales .news--90x90{
	margin: 0 0 42px;
}
.mod--especiales .news--90x90 .news__media{
   width:90px;
   height:90px;
}
.mod--especiales .news--90x90 .news__data{
   margin-left: 105px;
   margin-right: 30px;
   padding: 6px 0 0;
}
.mod--especiales .news--90x90 .news__title{
	font: 700 18px/22px 'TNT Sports Sans', 'TNT-fallback', sans-serif;

}.mod--photogallery{
	position: relative;
	margin-bottom: 45px;
}
.mod--photogallery .mod__header{
	position: absolute;
	top:30px;
	left:50%;
	width:100%;
	max-width:1250px;
	margin-bottom: 31px;
	text-transform: uppercase;
	z-index:2;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	padding-left: 0px;
}
.mod--photogallery .mod__title{
	position: relative;
	text-align: left;
	color: white;
	font: 700 28px/34px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-transform: uppercase;
	display: block;
	padding-left:34px;
}
.mod--photogallery .swiper-container{
	border-radius: 0px;
}
.mod--photogallery .swiper-button {
	text-align:center;
	background:none;
	background-color: black;
	border: none;
	font-size: 30px;
	width: 70px;
	height: 70px;
	line-height:78px;
	margin-top:0!important;
	transform: translateY(-50%)!important;
	-ms-transform: translateY(-50%)!important;
	-moz-transform: translateY(-50%)!important;
	-webkit-transform: translateY(-50%)!important;
	color: white!important;
}
.mod--photogallery .swiper-button-prev{
	margin-top:0!important;
	transform: translateY(-50%)!important;
	-ms-transform: translateY(-50%)!important;
	-moz-transform: translateY(-50%)!important;
	-webkit-transform: translateY(-50%)!important;
	color: white!important;
	left: 0;
}
.mod--photogallery .swiper-button:before {
	font-family: "iconos";
	font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mod--photogallery .swiper-button-prev:before { 
  content: "\EA29";
}
.mod--photogallery .swiper-button-next:before { 
  content: "\EA2A";
}
.mod--photogallery .swiper-button-next{
	left:initial!important;
	right:0!important;
}
.mod--photogallery .swiper-button.swiper-button-prev.swiper-button-disabled, 
.mod--photogallery .swiper-button.swiper-button-next.swiper-button-disabled{
	pointer-events: initial;
	opacity:0.4;
}
.mod--photogallery .news--innerbox .news__media{
	padding-top: 58.2799%;
	overflow: hidden;
}
.mod--photogallery .news--innerbox .news__data{
	width: 580px;
	bottom: initial;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.mod--photogallery .news--innerbox .news__section{
	padding: 11px 18px 11px 41px;
	background: #FF28FF;
	color: white;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 16px;
	position: relative;
	border-radius: 5px;
}
.mod--photogallery .news--innerbox .news__section:after,
.mod--photogallery .news--innerbox .news__section:before{
	display: none;
}
.mod--photogallery .news--innerbox .icono--picture{
	border: none;
	padding: 0;
	height: auto;
	width: auto;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: 12px;
	left: 20px;
	color: white;
	background: transparent;
	display: inline;
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.mod--photogallery .news__data{
	text-align:center;
	padding:0 130px;
	top:50%;
	bottom:initial;
	pointer-events:none;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.mod--photogallery .news--innerbox .news__title{
	font-size: 40px;
	line-height: 42px;
}
.mod--photogallery .news__figcaption{
	position: absolute;
	bottom: 0;
	color: #fff;
	z-index: 22;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: .5px;
	text-align: center;
	line-height: 18px;
	margin-bottom: 55px;
	padding: 0 30px;
	box-sizing: border-box;
}
.mod--photogallery .swiper-slide:last-child .news__figcaption{

	display: none;
}
.mod--photogallery .swiper-pagination{
	z-index: 10;
	bottom: 30px;
	width: 100%;
	line-height: 0;
}
.mod--photogallery .swiper-pagination-bullet{
	width: 58px;
	height: 3px;
	border-radius: 3px;
	background-color: white;
	margin: 0 1px;
	opacity: .3;
}
.mod--photogallery .swiper-pagination-bullet-active{
	opacity: 1;
}
.mod--photogallery .news__media-title {
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	text-align: center;
	font-size: 45px;
	line-height: 45px;
	font-weight: bold;
	color: white;
	z-index: 5;
	margin-top: -30px;
}
.mod--photogallery .news__media-button{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	color: white;
	text-transform: uppercase;
	padding: 12px 50px 7px;
	border-radius: 5px;
	white-space: nowrap;
	margin-left: -73px;
	margin-top: 35px;
	padding: 11px 18px 11px 18px;
	background: #FF28FF;
	color: white;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
}
.mod--photogallery .news__media-button:hover{
	background: black;
}
.mod--photogallery .news__media--blur img{
	filter: blur(5px);
	-ms-filter: blur(5px);
	-moz-filter: blur(5px);
	-webkit-filter: blur(5px);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.mod--photogallery .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%);
}

/*******************
 * RESPONSIVE
 ******************/
@media only screen and (max-width: 1250px){
	.row{
		padding: 0 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}@media only screen and (max-width: 1390px) {
	
	.header .navigation > .menu--site > li:nth-child(n+5){
		display: none;
	}
	.menu__more span,
	.header .menu__more li:nth-child(n+5){
		display: block;
	}
	.header .navigation{
		margin-left: 230px;
	}
	.navigation__teams {
	    overflow-x: scroll;
	}
	.navigation__teams ul{
		width: auto;
		white-space: nowrap;
		overflow: auto;
	}
}

@media only screen and (max-width: 1250px) {
	
	.header .navigation > .menu--site > li:nth-child(n+4){
		display: none;
	}
	.header .menu__more li:nth-child(n+4){
		display: block;
	}
	.navigation__teams{
		overflow-x: scroll;
	}
	.navigation__teams ul{
		width: auto;
		white-space: nowrap;
		overflow: auto;
	}
	.header__logo{
		left:20px;
	}
	.header__actions{
		right:20px;
	}
}
@media only screen and (max-width: 1170px), only screen and (max-device-width: 1170px) {
	
	
	.header .navigation > .menu--site > li:nth-child(n+3){
		display: none;
	}
	.header .menu__more li:nth-child(n+3){
		display: block;
	}
}
@media only screen and (max-width: 1090px), only screen and (max-device-width: 1090px) {	
	
	
	.header .navigation > .menu--site > li:nth-child(n+2){
		display: none;
	}
	.header .menu__more li:nth-child(n+2){
		display: block;
	}
}
@media only screen and (max-width: 965px), only screen and (max-device-width: 965px) {	
	
	.header .navigation > .menu--site > li:nth-child(n+2){
		display: none;
	}
	.header .menu__more li:nth-child(n+2){
		display: inline-block;
	}
	.menu__more span{
		padding-left:20px;
	}
	.header--sticky .navigation {
	    margin-left: 189px;
	}
}
@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
   
	
	.modvideos__content .swiper-button-next,
	.modvideos__content .swiper-button-prev,
	.swiper-button-prev, 
	.swiper-button-next {
		left: -0px!important;
	}
	.modvideos__content .swiper-button-next,
	.swiper-button-next {
		left: initial!important;
		right: -0px!important;
	}
}
@media only screen and (max-width: 1120px), only screen and (max-device-width: 1120px) {
	.mod--ultimasnoticias .col_6,
	.mod--ultimasnoticias .col_6:first-child {
		width:100%;
		float:left;
	}
	
}
@media only screen and (max-width: 1110px), only screen and (max-device-width: 1110px) {
	
	.zonacentrales .col__aside + .col__main {
		margin-right: 0!important;
	}
	.zonacentrales .col__aside{
		float: none;
		width: 100%!important;
	}
	.zonasuperiores .col__aside + .col__main {
		margin-right: 374px;
	}
	.zonasuperiores .col__aside{
		width:332px!important;
	}
	.news--box--list--featured .news__title{
		font-size:28px;
		line-height:30px;
	}
	.news--box--list--featured .news__excerpt{
		font-size:16px;
		line-height:24px;
	}
	.zonasuperiores .news--innerbox .news__data{
		padding:17px 20px;
	}
	.zonasuperiores .news--innerbox .news__title{
		font-size:18px;
		line-height:20px;
		margin-bottom: 10px;
	}
	.zonasuperiores .news--innerbox .news__line{
		margin-top: 6px;
	}
	.zonasuperiores .news--summary.news--156x156 .news__media{
		width:100px;
		height:100px;
	}
	.zonasuperiores .news--summary.news--156x156 .news__data {
		margin-left: 115px;
		padding:0;
	}
	.zonasuperiores .news--summary .news__section{
		font-size:11px;
		line-height:11px;
		margin-bottom:7px;
	}
	.zonasuperiores .news--summary--list .news__title{
		font-size:14px;
		line-height:16px;
		margin-bottom:8px;
	}
	.zonasuperiores .news--summary .icono--play, 
	.zonasuperiores .news--summary .icono--picture, 
	.zonasuperiores .news--summary .icono--audio{
		display:none;
	}
	.zonasuperiores .news--summary--list{
		margin-bottom:24px;
	}
	.pagebuilder--diario .news--innerbox {
		width: 100%;
		border:none!important;
		padding:0!important;
	}
	.pagebuilder--diario .news--innerbox + .news--innerbox {
	    width: 50%;
	    border:none!important;
	}
	
	.col__aside .grid__tablet{
		background-color: #eaeaea;
		padding:30px 20px;
		margin:0 -20px 30px;
		text-align:center;
	}
	.col__aside .grid__tablet .poll--versus,
	.col__aside .grid__tablet .poll--simple{
		margin-bottom:0;
	}
	.col__aside .grid__tablet > *{
		display:inline-block;
		width:380px;
		font-size:0;
		line-height:0;
		vertical-align:top;
	}
	
	.col__aside .grid__tablet:last-child > *{
		width:300px;
	}
	.col__aside .grid__tablet .banner{
		width:auto;
		height:390px;
		position:relative;
		padding:74px 0 0  40px;
		background-color:none;
		box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.col__aside .grid__tablet:last-child .banner{
		height:447px;
		position:relative;
		padding: 100px 40px 0 0;
	}
	.ranking{
		margin-bottom:30px;
	}
	.ranking .ranking__header{
		margin-bottom:20px;
	}
	.ranking ol{
		font-size:0;
		line-height:0;
		padding:0 6px;
		vertical-align:top;
	}
	.ranking li{
		vertical-align:top;
		width:20%;
		display:inline-block;
		border:none;
		padding:0 8px;
		box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.ranking li:hover{
		padding: 0 8px;
		top:initial;
	}
	.ranking li:hover:after{
		display:none;
	}
	.ranking li .ranking__num{
		font-size:31px;
		line-height:31px;
		right: 14px;
		height: 23px;
		top: 0;
	}
	.ranking li:hover .ranking__num{
		transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	.ranking li:before{
		display:none;
	}
	.ranking li + li:hover,
	.ranking li + li{
		border-left:1px solid #EAEAEA;
	}
	.ranking li .news--summary .news__media{
		float:none;
	}
	.ranking li .news--summary .news__data{
		margin-left:0;
		margin-top: 14px;
	}
	.ranking li .news--summary .news__section{
		font-size:10px;
		line-height:10px;
		margin-bottom: 7px;
	}
	.ranking li .news--summary--list--mini .news__title{
		font-size:13px;
		line-height:16px;
	}	
}
@media only screen and (max-width: 1060px), only screen and (max-device-width: 1060px) {
	.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 10px 0;
		height: 150px;
	}
	.pagebuilder--relacionados .news--box .news__title{
		font-size: 18px;
		line-height: 22px;
		max-height: 155px;
		overflow:hidden;
	}
	.news--innerbox--superfeatured .news__line {
		margin-top: 14px;
	}
	.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;
	}
	.modlist__content .col__aside + .col__main{
		margin-right:376px;
	}
	.modlist__content .col__aside{
		width:334px;
	}
	
	.modlist__section .news--summary--list{
		margin-bottom: 28px;
	}
	.modlist__section .news--summary.news--156x156 .news__media{
		width:100px;
		height:100px;
	}
	.modlist__section .news--summary.news--156x156 .news__data {
		margin-left: 115px;
		padding-top:7px;
	}
	.modlist__section .news--summary.news--156x156 .news__title{
		font-size:14px;
		line-height:15px;
	}
	.modlist__section .news--innerbox--section .news__title{
		font-size:22px;
		line-height:26px;
	}
	.textual .row:before{
		width:350px;
		height:350px;
		bottom: -75px;
	}
	.textual__image{
		width: 40%;
		left: 6.7%;
	}
	.textual__quote{
		right: 0px;
	}
}


@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
	.loquetenesquesaber .news--summary, 
	.loquetenesquesaber .news--box {
		width: auto;
		display: block;
		float: none;
	}
	.loquetenesquesaber .news--summary--list--nophoto {
	    width: auto;
	    height: auto;
	    display: block;
	    float: none;
	}
	.column__relacionadas {
	    top: 35px;

	}
	.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: 75px;
	}
	.pagebuilder--relacionados--tag {
	    font: 600 34px/34px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	}
	.pagebuilder--destacado .news--innerbox .news__title, .pagebuilder--relacionados .news--innerbox .news__title {
	    font-size: 28px;
	    line-height: 34px;
	}
	.pagebuilder--relacionados--label{
		display: none;
	}
	.pagebuilder--diario .news--innerbox .news__title {
	    font-size: 26px;
	    line-height: 28px;
	    margin-bottom: 0;
	}
	.pagebuilder--diario .news--innerbox.news--58-81 .news__line {
		margin-top: 10px;
	}
	.pagebuilder--diario .news--innerbox.news--58-81 .news__data {
		padding: 20px;
	}
	.mod--ultimasnoticias .news--summary  .news__title{
	    font-size: 15px;
	    line-height: 18px;
	}
	.modlist.modlist__section.col_3 {
	     width: 50%;
	}
	.rankinghome .col_6 .rankinghome__num {
	     top: auto;
	     bottom: 158px;
	}
	.authorlisthinnerboxslider .swiper-slide{
		width:600px;
	}
	.authorlisthinnerboxslider .author--innerbox .author__content {
		top: 5px;
		left: 0;
		width: 59px;
	}
	.authorlisthinnerboxslider .author--innerbox .author__media img{
		width: 59px;
		height: 59px;
	}
	.authorlisthinnerboxslider .author--innerbox .news__title {
		font-size: 28px;
		line-height: 32px;
	}
	.authorlisthinnerboxslider .author--innerbox .author__data{
		height: 16px;
	}
	.authorlisthinnerboxslider .author--innerbox .author__name{
		margin: 0;
		vertical-align: top;
	}
	.authorlisthinnerboxslider .author--innerbox .news__data{
		padding: 0 0 0 81px;
		bottom: 13px;
	}
	.news--summary.news--402x224 .news__media{
		width: 326px;
		height: 189px;
	}
	.news--summary.news--402x224 .news__data {
	    margin-left: 354px;
	    padding-top: 10px;
	}
	.video--box.video--56-27 .video__media {
		padding-top: 34.02%;
	}
	
	.col__aside .grid__tablet .banner{
		width:47%;
	}
}
