


/*******************
 * COMPONENTES
 ******************/
.row{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}
.row--full{
	max-width: 100%;
}
.row:after,
.row--full:after{
	display: block;
    content: "";
    clear: both;
}

.row__container{
	margin: 0 -7px;
	line-height: 0;
	font-size: 0;
}
.row__container > *{
	font-size: initial;
	line-height: initial;
}
.col{
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.col_1{
	width: 8.33%;
}
.col_2{
	width: 16.66%;
}
.col_3{
	width: 25%;
}
.col_4{
	width: 33.33%;
}
.col_5{
	width: 41.66%;
}
.col_6{
	width: 50%;
}
.col_7{
	width: 58.33%;
}
.col_8{
	width: 66.66%;
}
.col_9{
	width: 75%;
}
.col_10{
	width: 83.33%;
}
.col_11{
	width: 91.66%;
}
.col_12{
	width: 100%;
}

.col__main{
	margin-left: 403px;
}
.col__aside{
	width: 300px;
	float: right;
}
.col__main + .col__aside{
	float: left;
	margin-right: initial;
	margin-left: 403px;
}
.col__aside + .col__main{
	margin-right: 403px;
	margin-left: auto;
}

/********************
 * CSS PARA EL CMS 
 *******************/
.dojoxFloatingPane.dijitContentPane{
	position: fixed!important;
	z-index: 999!important;
}
.dojoxFloatingPane.dijitContentPane .dojoxFloatingPaneTitle{
	cursor: pointer;
}
.dojoxDock{
	position: fixed!important;
	top: auto!important;
	bottom: 0!important;
	left: 0!important;
	width: 100%!important;
}
.ocms_de_bt{
	top: 0!important;
	right: 0!important;
	left: auto!important;
	position: absolute!important;
}
.ocms_de_norm{
	padding: 0!important;
}
.ocms_de_over{
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	z-index: 2!important;
	opacity: .7!important;
	box-sizing: border-box!important;
	border: 1px dotted ThreedDarkShadow!important;
	background-color: #FF28FF!important;
}
body > img[src*="/_req/"]{
	display: none;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  overflow-x: hidden;
  font: 20px/30px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
  color: #212530;
}
* {
  outline: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}


iframe{
	border: none;
	max-width: 100%;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
  padding: 0;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 0;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}/*
	GLOBAL CLASS
*/
.hidden{
	overflow: hidden;
}
/*
	BOTON VER MAS
*/
.viewmore__button{
	border:none;
	font:500 16px/14px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	background-color: transparent;
	color: black;
	text-align: center;
	display:block;
}.news--summary{
	position: relative;
	display: inline-block;
	width: 100%;
}
.news--summary .news__media{
	float: left;
	position: relative;
	
	background-color: #E9E9E9;
	
}
.news--summary .news__media iframe,
.news--summary .news__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news--summary .icono--play,
.news--summary .icono--audio,
.news--summary .icono--picture{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	font-size: 15px;
	line-height: 40px;
	text-align: center;

}

.news--summary .icono--play:before,
.news--summary .icono--audio:before,
.news--summary .icono--picture:before{
	position: absolute;
	top: 50%;
	left: 50%;	
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news--summary .news__tag{
	position: absolute;
	top: 0;
	left: 0;
}
.news--summary .news__nophoto{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news--summary .news__label{
	position: absolute;
	top: 5px;
	left: 5px;
}
.news--summary .news__share{
	position: absolute;
	top: 0;
	right: 0;
}
.news--summary .news__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.news--summary .news__line--sep{
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
	display: none;
}
.news--summary .news__author{
	display: inline-block;
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--summary .news__author a{
	text-transform: initial;
	font: inherit;
	color: inherit;
}
.news--summary .news__author a:hover{
	color: black;
}
.news--summary .news__time{
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--summary .news__section{
	
	font: 700 12px/12px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	
	display: inline-block;
	
	color: #FF28FF;
	
	margin: 0 0 12px;
	
}
.news--summary .news__title{
	
	font: 700 26px/30px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	
	color: #101E28;
	
	margin: 0 0 20px;
	
}
.news--summary .news__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
	transition: color .2s;
	-webkit-transition: color .2s;
}
.news--summary .news__title a:hover{
	color: ;
}
.news--summary .news__excerpt{
	
	font: 300 15px/17px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	
	color: #101E28;
	
	margin: 0;
	
}
.news--summary .news__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}

.news--innerbox{
	position: relative;
}
.news--innerbox .news__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	
	background-color: #E9E9E9;
	
}
.news--innerbox .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;
}
.news--innerbox .news__media video,
.news--innerbox .news__media iframe,
.news--innerbox .news__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news--innerbox .icono--play,
.news--innerbox .icono--audio,
.news--innerbox .icono--picture{
	position: absolute;
	top: -15px;
	left: 50%;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	height: 60px;
	width: 60px;
	border: 2px solid #fff;
	font-size: 22px;
	line-height: 70px;
	z-index: 3;
	pointer-events: none;
	text-align: center;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news--innerbox .news__tag{
	position: absolute;
	top: 0;
	left: 0;
}
.news--innerbox .news__nophoto{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news--innerbox .news__label{
	position: absolute;
	top: 5px;
	left: 5px;
}
.news--innerbox .news__share{
	position: absolute;
	top: 0;
	right: 0;
}
.news--innerbox .news__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.news--innerbox .news__data{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	
	padding: 30px 30px;
	
}
.news--innerbox .news__line--sep{
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
	display: none;
}
.news--innerbox .news__author{
	display: inline-block;
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--innerbox .news__author a{
	text-transform: initial;
	font: inherit;
	color: inherit;
}
.news--innerbox .news__author a:hover{
	color: black;
}
.news--innerbox .news__time{
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--innerbox .news__section{
	
	font: 700 14px/14px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	
	display: inline-block;
	
	color: white;
	
	margin: 0 0 10px;
	
}
.news--innerbox .news__title{
	
	font: 700 23px/25px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	
	color: white;
	
	margin: 0;
	
}
.news--innerbox .news__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
	transition: color .2s;
	-webkit-transition: color .2s;
}
.news--innerbox .news__title a:hover{
	
}
.news--innerbox .news__excerpt{
	
	font: 100 22px/25px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	
	color: white;
	
	margin: 0 0 14px;
	
}
.news--innerbox .news__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}


/*******************
 * CSS PROPIO
 ******************/
@font-face {
  font-family: "iconos";
  src: url('/__export/1550677085000/system/modules/com.tfsla.sitio.tntsports/es/desktop/resources/fonts/iconos.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.icono:before {
  display: inline-block;
  font-family: "iconos";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icono--arrow_left:before { 
  content: "\EA01" 
}
.icono--bookmark_off:before { 
  content: "\EA02" 
}
.icono--bookmark_on:before { 
  content: "\EA03" 
}
.icono--camera:before { 
  content: "\EA04" 
}
.icono--check:before { 
  content: "\EA05" 
}
.icono--coffee:before { 
  content: "\EA06" 
}
.icono--cross:before { 
  content: "\EA07" 
}
.icono--facebook:before { 
  content: "\EA08" 
}
.icono--fullscreen:before { 
  content: "\EA09" 
}
.icono--fullscreen_outline:before { 
  content: "\EA0A" 
}
.icono--instagram:before { 
  content: "\EA0B" 
}
.icono--link:before { 
  content: "\EA0C" 
}
.icono--link_outline:before { 
  content: "\EA0D" 
}
.icono--mail:before { 
  content: "\EA0E" 
}
.icono--mail_outline:before { 
  content: "\EA0F" 
}
.icono--menu_hamburger:before { 
  content: "\EA10" 
}
.icono--menu_lomito:before { 
  content: "\EA11" 
}
.icono--menu_meatball:before { 
  content: "\EA12" 
}
.icono--menu_vento:before { 
  content: "\EA13" 
}
.icono--messenger:before { 
  content: "\EA14" 
}
.icono--pause:before { 
  content: "\EA15" 
}
.icono--picture:before { 
  content: "\EA16" 
}
.icono--pinterest:before { 
  content: "\EA17" 
}
.icono--play:before { 
  content: "\EA18" 
}
.icono--play_rounded:before { 
  content: "\EA19" 
}
.icono--search:before { 
  content: "\EA1A" 
}
.icono--search_cool:before { 
  content: "\EA1B" 
}
.icono--settings:before { 
  content: "\EA1C" 
}
.icono--snapchat:before { 
  content: "\EA1D" 
}
.icono--sound_high:before { 
  content: "\EA1E" 
}
.icono--sound_low:before { 
  content: "\EA1F" 
}
.icono--sound_off:before { 
  content: "\EA20" 
}
.icono--twitter:before { 
  content: "\EA21" 
}
.icono--upload:before { 
  content: "\EA22" 
}
.icono--user:before { 
  content: "\EA23" 
}
.icono--whatsapp:before { 
  content: "\EA24" 
}
.icono--whatsapp_outline:before { 
  content: "\EA25" 
}
.icono--youtube:before { 
  content: "\EA26" 
}
.icono--logo:before { 
  content: "\EA27" 
}
.icono--check_outline:before { 
  content: "\EA28" 
}
.icono--arrow_left_outline:before { 
  content: "\EA29" 
}
.icono--arrow_right_outline:before { 
  content: "\EA2A" 
}
.icono--audio:before { 
  content: "\EA2B" 
}
.icono--comillas:before { 
  content: "\EA2C" 
}
.icono--arrow_top:before { 
  content: "\EA2D" 
}
.icono--youtube_outline:before { 
  content: "\EA2F" 
}
.icono--instagram_outline:before { 
  content: "\EA2E" 
}<!--.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	z-index: 10;
	text-align:center;
	background: white;
	box-shadow: 0 7px 19px -5px rgba( 0, 0, 0, .20 );
	transition: background .5s;
	-webkit-transition: background .5s;
}-->
 .site-main{
	position: relative;
	display:inline-block;
	width:100%;
}
.header{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	z-index: 10;
	text-align:center;
	background: white;
	box-shadow: 0 7px 19px -5px rgba( 0, 0, 0, .20 );
	transition: background .5s;
	-webkit-transition: background .5s;
	border-bottom: 1px solid #FF28FF
}

.header .logo__white{
	display: none;
}
.page--builder ~ .header ~ .row{
	margin:0;
}
.page--builder ~ .header.header--sticky,
.header.header--sticky{
	background: white;
	box-shadow: 0 7px 19px -5px rgba( 0, 0, 0, .20 );
}
.body--menuopen .header,
.header.header--sticky{
	position: fixed;
}
.page-section .header,
.page-home .header,
.page-news .header{
	box-shadow: 0px 7px 19px rgba(0,0,0,0.1);
}
.page-videos .header{
	background-color: #101E28;
	box-shadow: none;
}
.page--newslongform .header{
	background-color: transparent;
}
.header.header--sticky{
	box-shadow: 0px 7px 19px rgba(0,0,0,0.1);
}
.header .row{
	position:relative;
	height:100%;
}
.header.header--sticky{
	position: fixed;
	opacity:1!important;
	top:0px!important;
	background-color: white;
	z-index: 11;
}
.header__logo{
	position:absolute;
	left:0;
	top:22px;
	display:block;
}
.header__logo img{
	width: 144px;
	height: 45px;
}
.page--newslongform .header .logo__black,
.page-videos .header .logo__black{
	display:none;
}
.page--newslongform .header .logo__white,
.page-videos .header .logo__white{
	display: block;
}
.page--newslongform .header.header--sticky .logo__black,
.page-videos .header.header--sticky .logo__black{
	display: block;
}
.page--newslongform .header.header--sticky .logo__white,
.page-videos .header.header--sticky .logo__white{
	display: none;
}
.header__actions{
	position: absolute;
	background: transparent;
	top: 30px;
	right: 0;
}
.header__suscribirse{
	float: left;
	position:relative;
	background-color: #CC20CC;
	color: white;
	font: 700 14px/34px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	letter-spacing:1px;
	height: 32px;
	border-radius:5px;
	text-transform:uppercase;
	padding:0 13px 0;
	margin-left:15px;
	transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
}
.header__suscribirse #icon--live{
	position:absolute;
	left:13px;
	top:8px;
	display:block;
	width:20px;
	height:auto;
	overflow:visible;
	fill: white;
}
@keyframes leftone {
  0%   {transform: translate(-3.3px,-3px);}
  50%  {transform: translate(-4.5px,-3px);}
  100% {transform: translate(-3.3px,-3px);}
}
@keyframes rightone {
  0%   {transform: translate(-3.3px,-2.9px);}
  50%  {transform: translate(-2.1px,-2.9px);}
  100% {transform: translate(-3.3px,-2.9px);}
}
@keyframes animacenter {
  0%   {transform: scale(1) translate(-3.37px, -3.01px);}
  50%  {transform: scale(1.3) translate(-4.9px, -4.18px);}
  100% {transform: scale(1) translate(-3.37px, -3.01px);}
}
.header__suscribirse #icon--live .right--two,
.header__suscribirse #icon--live .right--one{
	transform: translate(-3.3px,-2.9px);
	animation-name: rightone;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.header__suscribirse #icon--live .left--two,
.header__suscribirse #icon--live .left--one{
	transform: translate(-3.3px,-3px);
	animation-name: leftone;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.header__suscribirse #icon--live .center{
	transform: scale(1) translate(-3.37px, -3.01px);
	animation-name: animacenter;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.header__suscribirse #icon--live .left--two,
.header__suscribirse #icon--live .right--two{
	animation-delay: .1s;
}
.header__suscribirse:hover{
	color:white;
	background: #212530;
}
.header__social{
	float: left;
	position:relative;
	margin-right: 0px;
}
.header__social li{
	float: left;
}
.header__social .icono{
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	border: none;
	background: none;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	position: relative;
	color: #101E28;
	margin: 0 0 0 6px;
	transition: color .4s;
	-ms-transition: color .4s;
	-moz-transition: color .4s;
	-webkit-transition: color .4s;
}
.header__social .icono svg {
	transition: fill .4s;
	-webkit-transition: fill .4s;
}
.page-videos .header__social .icono,
.page--newslongform .header__social .icono{
	color:white;
}
.page-videos .header__social .icono svg,
.page--newslongform .header__social .icono svg{
	fill:white;
}
.page-videos .header.header--sticky .header__social .icono,
.page--newslongform .header.header--sticky .header__social .icono{
	color:#101E28;
}
.page-videos .header.header--sticky .header__social .icono svg,
.page--newslongform .header.header--sticky .header__social .icono svg{
	fill:#101E28;
}
.header__social .icono--youtube{
	font-size: 17px;
}
.header__social .icono--twitter{
	font-size: 16px;
}
.header__social .icono:hover{
	color: #FF28FF;
}
.header__social .icono:hover svg{
	fill: #FF28FF;
}
.header__search-button{
	float:left;
}
.header__search-button .icono--search{
	font-size: 20px;
	line-height: 35px;
	display: inline-block;
	vertical-align: top;
	color: #101E28;
	background-color: transparent;
	height:30px;
	width:30px;
	transition: color .4s;
	-ms-transition: color .4s;
	-moz-transition: color .4s;
	-webkit-transition: color .4s;
}
.header__search-button:hover .icono--search{
	color: #FF28FF;
}
.page-videos .header__search-button .icono--search,
.page--newslongform .header__search-button .icono--search{
	color:white;
}
.page-videos .header.header--sticky .header__search-button .icono--search,
.page--newslongform .header.header--sticky .header__search-button .icono--search{
	color:#101E28;
}
.header__search-button:hover .icono--search_cool{
	color: #FF28FF;
}
.header__search-button--active{
	z-index: 4;
	position: relative;
}
.header__search-button--active .icono--search_cool{
	background-color: #FF28FF;
}
.header__search-button .icono--cross{
	display:none;
	font-size:21px;
	line-height:21px;
	color:white;
}
.header__search-form{
	position:absolute;
	width: 100%; 
	height:0;
	padding:0px;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow: visible;
	font-size: 0;
	background-color: #FF28FF;
	top: 100%;
	left: 0;
	z-index: 2;
	opacity:0;
	pointer-events: none;
	transition: all .3s;  
	-ms-transition: all .3s;  
	-moz-transition: all .3s;  
	-webkit-transition: all .3s;  
}
.header__search-form.header__search-form--active{
	pointer-events: auto;
}
.header__search-form:before,
.header__search-form:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:-50%;
	background-color:#FF28FF;
}
.header__search-form:after{
	left:initial;
	right:-50%;
}
.header__search-form > fieldset{
	position:relative;
	z-index:1;
	text-align: center;
}
.header__search-form--active{
	padding:22px;
	height:103px;
	opacity:1;
}
.header--sticky .header__search-form--active{
	height:86px;
	padding:14px;
}

.header__search-form .icono--search_cool{
	font-size: 20px;
	line-height: 30px;
	padding: 18px 15px 12px 19px;
	display: inline-block;
	vertical-align: top;
	color: #101E28;
	background-color: transparent;
	border-radius: 0 3px 3px 0;
}
.header__search-form .icono--search_cool:before{
	content:"";
	background-image:url(/export/sites/tntsports/arte/arrow_right.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:22px;
	height:17px;
	filter: brightness(10);
}
.header__search-form input{
	background: transparent;
	border: 0;
	padding: 0px 15px;
	width: 80%;
	max-width:937px;
	height: 60px;
	font: 18px/60px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: white;
	display: inline-block;
	vertical-align: top;
}

.header__search-form input::-webkit-input-placeholder{
	color: white;
}
.header__search-form input::-moz-placeholder{
	color: white;
}
.header__search-form input:-ms-input-placeholder{
	color: white;
}
.header__search-form input:-moz-placeholder {
	color: white;
}
.header__search-form .icono.icono--cross {
	background-color: #dedede;
	border-radius: 100%;
	width: 29px;
	height: 29px;
	font-size: 12px;
	line-height: 9px;
	top: 11px;
	right: 10px;
	position: absolute;
	display:none;
}
.header__search-form--active .icono.icono--cross{
	display: block;
}

.navigation > .menu--site li:nth-child(n+9){
	display: none;
}
.menu__more{
	display: inline-block;
	position: relative;
}

.menu__more span{
	display: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	float: left;
	font: 700 17px/13px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	height: 15px;
	color: #101E28;
	position: relative;
	padding: 2px 23px 24px 40px;
}
.menu__more span:after,
.menu__more span:before{
	content: "";
	position: absolute;
	top: 6px;
	right: 4px;
	width: 1px;
	height: 6px;
	background-color: #101E28;
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.menu__more span:before{
	right: 8px;
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.menu__more.menu__more--open span:after{
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.menu__more.menu__more--open span:before{
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.navigation .menu__more .menu--site li + li{
	padding-left:0;
}
.menu__more > ul{
	position: absolute;
	top: 0%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	left: 41px;
	padding: 7px 20px 15px;
	width: auto;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #FF28FF;
	white-space: normal;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.navigation .menu__more .menu--site a:hover{
	color:white!important;
}
.menu__more a:before{
	display:none!important;
}
.menu__more.menu__more--open > ul{
	top: 32px;
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}
.navigation .menu__more .menu--site li{
	display:none;
	float:none;
	text-align: left;
	padding-top: 15px;
}
.button--menu {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 345px;
	top: 46px;
	height: 18px;
	width: 0;
	font-size: 24px;
	letter-spacing: 0.5px;
	padding: 0 0 0 33px;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
}
.button--menu span {
	position: absolute;
	top: 8px;
	left: 0;
	width: 21px;
	height: 2px;
	background-color: white;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.button--menu span:before, 
.button--menu span:after {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	width: 21px;
	height: 2px;
	background-color: white;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.button--menu span:after {
	top: 6px;
}

.header.header--sticky .button--menu{
	top: 39px;
}
.button--menu.button--menu--active:hover span, 
.button--menu--active span {
	background-color: transparent;
}
.button--menu--active span:after, 
.button--menu--active span:before {
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.button--menu--active span:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.button--menu--active span:after {
	left: 0;
}
.navigation .header__subnav .menu--site li{
	display: none;
}
.navigation .header__subnav li:nth-child(n+9){
	display: inline-block;
}
.navigation .header__subnav > ul li{
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	float: none !important;
	font-size: 0;
	padding: 0 !important;
	box-sizing: border-box;
	margin: 0;
	text-align:left!important;	
}
.navigation .header__subnav > ul li.active a,
.navigation .header__subnav > ul a:hover{
	color:  white!important;
}
.navigation .header__subnav > ul a:after{
	display: none;
}
.navigation .menu--site .menu__submenu a:hover{
	color: white!important;
}
/**********************************
**  NAVIGATION
**********************************/
.navigation{
	padding-top: 39px;
	text-align: left;
	margin-left:230px;
}
/**********************************
**  MENU SITE
**********************************/
.navigation .menu--site{
	display:inline-block;
	vertical-align: top;
}
.navigation .menu--site li{
	display:inline-block;
	text-align:center;
	vertical-align:top;
}
.navigation .menu--site li + li{
	padding-left: 40px;
}
.navigation .menu--site a{
	font: 700 16px/16px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-transform:uppercase;
	display: block;
	color: #101E28;
	position: relative;
	transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
}
.page-videos .navigation .menu__item a,
.page--newslongform .navigation .menu__item a{
	color:white;	
}
.page-videos .header.header--sticky .navigation .menu__item a,
.page--newslongform .header.header--sticky .navigation .menu__item a{
	color:#101E28;
}
.navigation .menu--site a:hover{
	color: #FF28FF;
}
.navigation .menu__item--submenu{
	position:relative;
}
.navigation .menu__submenu{
	display: inline-block;
	position: relative;
	min-width: 145px;
}
.navigation .menu__item span{
	display: inline-block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	font: 700 16px/16px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-transform: uppercase;
	display: block;
	padding-right:18px;
	color: #101E28;
}
.page-videos .navigation .menu__item span,
.page--newslongform .navigation .menu__item span{
	color:white;	
}
.page-videos .header.header--sticky .menu__item span,
.page--newslongform .header.header--sticky .menu__item span{
	color:#101E28;
}
.navigation .menu__item:hover span{
	color: #FF28FF;
}
.navigation .menu__item span:after,
.navigation .menu__item span:before{
	content: "";
	position: absolute;
	top: 6px;
	right: 2px;
	width: 1px;
	height: 6px;
	background-color: #101E28;
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.page-videos .navigation .menu__item span:before,
.page-videos .navigation .menu__item span:after,
.page--newslongform .navigation .menu__item span:before,
.page--newslongform .navigation .menu__item span:after{
	background-color:white;	
}
.page-videos .header.header--sticky .navigation .menu__item span:before,
.page-videos .header.header--sticky .navigation .menu__item span:after,
.page--newslongform .header.header--sticky .navigation .menu__item span:before,
.page--newslongform .header.header--sticky .navigation .menu__item span:after{
	background-color:#101E28;
}
.navigation .menu__item:hover span:after,
.navigation .menu__item:hover span:before{
	background-color: #FF28FF;
}
.navigation .menu__item span:before{
	right: 6px;
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.navigation .menu__item.menu__item--open span:after{
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.navigation .menu__item.menu__item--open span:before{
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.navigation .menu__item .menu__submenu{
	position: absolute;
	top: 0%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	left: 0;
	padding: 7px 20px 19px;
	background-color: #FF28FF;
	white-space: normal;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.navigation .menu__item .menu__submenu li{
	padding: 15px 0 0!important;
	display: block;
	text-align: left;
}
.navigation .menu__item .menu__submenu li a{
	color: white !important;
}
.navigation .menu__item .menu__submenu li a:hover{
	color: white !important;
}
.navigation .menu__item.menu__item--open > .menu__submenu{
	top: 31px;
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
	z-index:3;
}.footer {
	background: #0A1117;
	padding: 34px 0 13px;
}
.footer__follow{
	position:relative;
	padding:37px 0 51px;
	text-align:center;
	background-color:#101E28;
}
.page-news .footer__follow{
	margin-top: 40px;	
}
.footer__follow ul,
.footer__follow li{
	display:inline-block;
}
.footer__follow li{
	margin:0 15px;
}
.footer__follow ul a{
	width:21px;
	font-size:21px;
	color:white;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	vertical-align: middle;
}
.footer__follow .icono--twitter,
.footer__follow .icono--youtube {
	font-size: 19px;
}
.footer__follow a svg {
	fill: white;
	transition: fill .3s;
	-webkit-transition: fill .3s;
}
.footer__follow a:hover svg {
	fill: #FF28FF;
}
.footer__follow a:hover{
	color:#FF28FF;
}
.footer__bnts{
	text-align:center;
	margin:45px 0 0;
}
.footer__bnts__link {
	height: 44px;
	display: inline-block;
	margin: 0 8px;
	width: 136px;
	vertical-align: top;
}
.footer__bnts--app {
	background: url(/export/sites/tntsports/arte/logo_appstore.svg) no-repeat center;
	background-size: cover;
}
.footer__bnts--google {
	background: url(/export/sites/tntsports/arte/logo_googleplay.svg) no-repeat center;
	background-size: cover;
}
.footer__bottom{
	padding-top: 26px;
	margin-bottom: 20px;
	border-top:1px solid #373B45;
}
.footer__col__logo{
	float:left;
}
.footer__copy{
	font: 400 12px/12px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #939393;
	display:inline-block;  
}
.footer__copy a{
	font: 700 14px/14px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color:white;
	text-transform:uppercase;
	margin: 0 0 12px 0;
	padding-right:10px;
	display:inline-block;
	cursor:pointer;
}
.footer__copy a + a{
	margin: 0px 0 12px 0;
	padding-left:12px;
	border-left:1px solid white;
}
.footer__copy a:hover{
	color:#FF28FF;
}
.footer__copy a:last-child{
	border-right:none;
}
.footer__logos{
	float:right;
}
.footer__logos a{
	margin-left:3px;
}
.footer__logos img{
	opacity:0.3;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.footer__logos a:hover img{
	opacity:1;
}
#optanon #optanon-popup-bg{
	background:rgba(255, 255, 255, 0.7)!important;
}
.optanon-alert-box-wrapper{
    background-color: #101E28 !important;
}
.optanon-alert-box-wrapper .optanon-alert-box-bg p {
	font-size: 12pt!important;
	font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif!important;
	opacity: .6;
}
.optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button:before{
	display:none!important;
}

.optanon-alert-box-wrapper .optanon-alert-box-button-middle.accept-cookie-container {
	background: #FF0085!important;
    background: #FF28FF !important;
    border:none!important;
    border-radius: 0!important;
}
.optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button{
	font-size: 14px!important;
}
.optanon-alert-box-wrapper .optanon-alert-box-button-middle button.optanon-allow-all.accept-cookies-button {
    text-transform: uppercase;
    font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif!important;
    color: white!important;
    font-size:12px!important
}
.optanon-alert-box-wrapper .optanon-button-allow .optanon-alert-box-button-middle button:before{
	display:none!important;
	
}
.optanon-alert-box-wrapper a {
    background-color: transparent;
    font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif!important;
    text-decoration: underline;
    cursor: pointer;
}
#optanon #optanon-popup-bottom,
#optanon.modern #optanon-popup-top, 
#optanon.modern #optanon-popup-body-left-shading{
	background: white !important;
}
#optanon.modern #optanon-branding-top-logo{
    background-image: url(/export/sites/tntsports/arte/logo_header_20240530.svg)!important;
}
#optanon #optanon-popup-wrapper .optanon-white-button-middle{
	background: #FF28FF!important;
	border-radius: 0!important;
}
#optanon #optanon-popup-wrapper .optanon-white-button-middle button{
	text-transform: uppercase!important;
	font: 400 13px/26px 'TNT Sports Sans', 'TNT-fallback', sans-serif !important;
	color: white;
}@font-face {
	font-family: "TNT Sports Sans";
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('/__export/1716922866695/system/modules/com.tfsla.sitio.tntsports/es/desktop/resources/fonts/tntsports-sans-regular.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
	U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
	U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "TNT Sports Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/__export/1716922860514/system/modules/com.tfsla.sitio.tntsports/es/desktop/resources/fonts/tntsports-sans-bold.woff2') format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
	U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
	U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "TNT-fallback";
	src: local("Arial");
	ascent-override: 86.76%;
	descent-override: 19.52%;
	line-gap-override: 20.61%;
	size-adjust: 89.61%;
}.page-section .site-main{
	position:relative;
}
/******************************
**	SECTION HEADER
******************************/
.section__header{
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 3;
	position: relative;
	background-color: #101E28;
}
.section__header .row {
	position:relative;
	z-index:1;
}
.section__title{
	padding: 40px 0 40px 0px;
	font: 700 28px/20px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: white;
	text-transform: uppercase;
	position: relative;
}

/******************************
**	SECTION PAGEBUILDER
******************************/
.pagebuilder{
	margin-bottom: 50px;
}
.pagebuilder .news--innerbox .news__media{
	border-radius: 0px;
}
/*****************************
 SECCION CENTRALES
*****************************/
/*****************************
* 	SUMARIO TAG
******************************/
.page-tag .section__content{
	margin-top:50px;
}

.page-tag .section__header{
	position:relative;
	background-color:#101E28;
}

.page-tag .section__header:before{
	display:none;
}
.page-tag .section__title:after{
	width:18px;
	height:28px;
	top:36px;
	left:0;
	right:initial;
	bottom:initial;
}
.page-tag .section__header {
	padding: 40px 0 40px 0px;
	display: flex;
	color: white;
}
.page-tag .section__header .row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content:center;
	align-items:center;
	gap: 15px;
}
.page-tag .tag__media {
    width: 150px;
    height: 150px;
	padding: 0px;
    overflow: hidden;
    background: #ffffff;
	display: block !important;
	border-radius:100%;
}

.page-tag .tag__media img {
	width: auto;
	height: 100%;
}
.page-tag .section__title{
	border-bottom:none;
	padding:0px 0 0px;
}

.page-tag .tag__data {
	max-width: calc(100% - 322px);	
}

.page-tag  .userbox__description {
	margin-top: 20px;
}
/*****************************
* 	SUMARIO VIDEO TAG
******************************/
.sin__navtags ~ .videomodule1y4{
	margin-top:0;
}
.boxsearch {
	position: relative;
}
.boxsearch__input{
	background: white;
	border: 0;
	border-radius:3px;
	color: black;
	font: 30px/75px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	padding: 0 85px 0 20px;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input.boxsearch__input::-webkit-input-placeholder {
	color: black;
}
input.boxsearch__input::-moz-placeholder {
	color: black;
}
input.boxsearch__input:-ms-input-placeholder {
	color: black;
}
input.boxsearch__input:-moz-placeholder {
	color: black;
}
.boxsearch__submit {
	color: black;
	font-size: 28px;
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 75px;
	background-color: transparent;
	border: none;
}
.boxsearch__counter {
	color: white;
	margin: 10px 0 0;
	font:  18px/20px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}
.boxsearch__resultcount{    
	font-size: 16px;
	line-height: 18px;
	text-transform: lowercase;
}
.page-search .section__header{
	position:relative;
	margin-bottom:30px;
	padding-bottom:40px;
	background-color:#101E28;
}
.page-search .section__header:before{
	display:none;
}
.page-search .section__title{
	border:none;
	text-align:center;
	line-height:29px;
}
.page-search .section__title:after{
	display:none;
}
.page-search .section__header.sectionsearch__null{
	padding-bottom: 220px;
	margin-bottom: 0;
}
.page-search .section__header.sectionsearch__null .section__title{
	color:white;
}
.page-search .section__header.sectionsearch__null .section__title b{
	display: block;
	color:#FF28FF;
	font-weight:900;
}.ranking{
	display: block;
	background-color: transparent;
	margin-bottom:20px;
}
.ranking__header{
	position:relative;
	margin-bottom: 8px;
	text-align: left;
}
.ranking__title{
	font: 700 28px/31px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	letter-spacing:0.5px;
	color: #101E28;
	position: relative;
	text-transform: uppercase;
}
.ranking li{
	position: relative;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}
.ranking li:last-child{
	border-bottom:none;
}
.ranking .news--summary {
	background: transparent;
}
.ranking li .news--summary--list--mini .news__title{
	font-weight:700;
}
.ranking li .ranking__num{
	font: 700 43px/39px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #FF28FF;
	width: 24px;
	height: 36px;
	text-align: center;
	position:absolute;
	right:0;
	top:20px;
	z-index:2;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.ranking li:hover .ranking__num{
	color: #660F66;
}
.ranking .news--summary .icono--play, 
.ranking .news--summary .icono--picture, 
.ranking .news--summary .icono--audio{
	display:none;
}.banner{
	text-align: center;
	display: inline-block;
	padding-bottom: 28px;
	width: 100%;
}
.banner--full{
	background-color: #F7F7F7;
	padding:20px 0;
}
.banner--top{
	padding:28px 0;
	min-height:90px;
	vertical-align: top;
}
.page-section.page-profile .col__main .banner{
	padding: 28px 0 28px;
	border-bottom: 1px solid #eee;
}.navigation__teams{
	padding: 25px 10px;
	text-align:center;
	display:block;
	font-size:0;
	line-height:0;
	width:100%;
	box-sizing: border-box;
}
.navigation__teams ul{
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.navigation__teams li{
	display:inline-block;
	margin:0 6px;
	padding: 0;
	width: 33px;
}
.navigation__teams a img{
	width:  100%;
	height: auto;
	transition:opacity .3s;
	-ms-transition:opacity .3s;
	-moz-transition:opacity .3s;
	-webkit-transition:opacity .3s;
}
.navigation__teams a:hover img{
	opacity:.4;
}
/*******************
 * 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;
}/***********************************
 * 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;
}
/***************************
	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;
}/**************************
 * 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;
}
/*******************
 * 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: 1110px), only screen and (max-device-width: 1110px) {
	.row--container {
	    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;
	}
	.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;
	}
	.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;
		margin-bottom: 30px;
	}
	.news--innerbox--superfeatured .news__title{
		font-size: 38px;
		line-height: 40px;
	}
	
	.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 .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: 900px), only screen and (max-device-width: 900px){

	.news--summary.news--402x224 .news__media{
		width: 326px;
		height: 189px;
	}
	.news--summary.news--402x224 .news__data {
	    margin-left: 354px;
	    padding-top: 10px;
	}
}