

/*******************
 * 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;
}.form--box input, 
.form--box select, 
.form--box textarea {
	width: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.form--box textarea {
	height: 173px;
	resize: none;
}
.form--box span { 
    color: red;
}
.form--box__field__required { 
    text-align: right;
}
.form--box__label {
	display: block;
	overflow: hidden;
}
.form--box__success,
.form--box__error {
	display: none;
}
.form--box__success .form--box__btn{
	display: inline-block;
	margin: 25px 0 0 0;
}
/*******************
 * 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;
}
.page-stats .stats-content.row{
	margin-top: 40px;
}
.page-contacto .section__header,
.page-freestyle .section__header{
	position:relative;
	background-color:#101E28;
}
.page-contacto .section__title,
.page-freestyle .section__title{
	border-bottom:none;
}
.page-contacto .section__header:before,
.page-freestyle .section__header:before{
	display:none;
}
.page-contacto .section__title:after,
.page-freestyle .section__title:after{
	width:18px;
	height:28px;
	top:36px;
	left:0;
	right:initial;
	bottom:initial;
}

.freestyle__content {
	padding: 30px 0;
}
.freestyle__content .row--container {
	max-width: 80%;
	margin: 0 auto;
	font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}

.freestyle__content h1,
.freestyle__content h2,
.freestyle__content h3,
.freestyle__content h4,
.freestyle__content h5,
.freestyle__content h6 {
	margin: 0 0 15px;
	text-align: left;
	font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	font-size: 32px;
	line-height: 34px;
	font-weight: 700;
	text-transform: uppercase;
}
.freestyle__content h2{
	font-size: 28px;
	line-height: 30px;
}

.freestyle__content ul,
.freestyle__content p {
	font-family: inherit !important;
	font-size: 18px !important;
	line-height: 26px !important;
	margin-bottom: 20px !important;
	text-align: left !important;
	color: black;
}
.freestyle__content a{
	color: #FF28FF;
	text-decoration: none;
}
.freestyle__content a:hover{
	text-decoration:underline;
}
.freestyle__content ol,
.freestyle__content li,
.freestyle__content ul{
	list-style: disc;
}
.form--box__container {
	max-width: 570px;
	margin: 61px auto 60px;
	width: 100%;
	font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}
.form--box input, 
.form--box select, 
.form--box textarea {
	height: 41px;
	border-radius: 0;
	font-size: 15px;
	line-height: 20px;
	border: 1px solid #dfdfdf;
	padding: 12px;
}
.form--box .form__inputfile input{
	border:none;
}
.form--box select{
	padding:0 11px;
}
.form--box textarea {
    height: 173px;
    resize: none;
}
.form--box__label {
	font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 8px;
}
.form--box__label small{
	color:#666;
	margin-left:5px;
}
.form--box__field + .form--box__field {
    margin-top: 41px;
}
.form--box__fieldbuttons{
	text-align: center;
}
.form--box__btn{
	margin-right: 10px;
	color: white;
	border: none;    
	background: #FF28FF;
	border-radius: 5px;
	padding: 12px 40px 10px;
	text-transform: uppercase;
	font: 700 14px/14px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}
.form--box__btn:hover{
	background: #080008;
}
.form--box__fieldbuttons a{
	color: #101E28;
	font-size:15px;
	line-height:15px;
}
.form--box__success {
    text-align: center;
    padding: 110px 0;
}
.form--box__error {
	max-width: 570px;
	width:100%;
	margin:20px auto;
	text-align: center;
	background-color: #101E28;
	padding: 20px 0 22px;
	color: white;
	font: 400 16px/22px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}/**
 * Pixel to Rem.
 */
/**
 * Lineheight unit less.
 */
/**
 * Letter spacing (EM).
 */
/**
  * Font.
  */
/**
 * 1. Fix padding top .freestyle__content CMS Medios Mobile.
 * 2. Fix style CMS Medios.
 */
.freestyle__content ol, .freestyle__content li, .freestyle__content ul {
    list-style: none;
}

.freestyle__content .row--container {
    max-width: 100%;
}

.Opta {
    font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}
.Opta>.Opta_W {
	margin: 0px;
}

.Opta .Opta-H2 .Opta-Title, .Opta .Opta-H2 .Opta-Title-Extra, .Opta h2 .Opta-Title, .Opta h2 .Opta-Title-Extra {
	font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	background: #FF28FF;
	font-size: 0.9375rem;
	font-weight: 700;
}

.freestyle__content .Opta h2 {
    margin-bottom: 0px;
}

.freestyle__content h2 {
	font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	background: #FF28FF;
	font-size: 0.9375rem;
	font-weight: 700;
	color: white;
	padding: 0 10px;
	margin-bottom: 0px;
}

.freestyle__content .Opta ul {
	margin-bottom: 0px !important;   
}

.Opta .Opta-Tabs .Opta-Nav>ul {
	background-color: white
}

.freestyle__content p#sin--vivos,
.freestyle__content p#sin--proximos {
	display:none;
	text-align: center !important;
	width: 100%;
	margin: 10px;
	font-weight: bold;
	font-size: 14px !important;
}

.Opta .Opta-Nav li.Opta-On a,
.Opta .Opta-Nav li.Opta-On a:hover {
    background-color: #660F66;
}

@media (min-width: 768px) {

}


/*******************
 * 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 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: 769px), only screen and (max-device-width: 769px) {
	
	
	/***
	** FOOTER
	***/
	.footer__up{
		color: #FF28FF;
		background-color: #0A1117;
		font:900 14px/14px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		text-align:center;
		text-transform:uppercase;
		padding:22px 0 20px;
		display:block;
		letter-spacing: 1px;
	}
	.footer {
	    padding: 13px 0;
	}
	.footer__follow {
	    padding-top: 30px;
	    padding-bottom: 38px;
	}
	.footer__follow ul {
	    font-size: 0;
	    padding: 0 15px;
	    width: 100%;
	    box-sizing: border-box;
	}	
	.footer__follow li {
	    display: inline-block;
	    font-size: 20px;
	    width: 25%;
	    text-align: center;
	    color: #ffff;
	    margin: 0;
	}
	.footer__social {
	    font-size: 0;
	    margin: 33px 0 33px;
	}
	.footer__bnts {
	    margin: 26px 0 0;
	}
	.footer__copy{
		display: block;
	}
	.footer__copy a {
	    display: none;
	}
	.footer__copy p{
	    color: white;
	    font: 11px/15px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	    
	}
	
	

}

@media only screen and (max-width: 769px), only screen and (max-device-width: 769px) {
	
	.page-freestyle.padding--for--sticky section.site-main {
	    border-top: 70px solid white;
	}
	
	
	
	/***
	** CONTENT
	***/
	.freestyle__content .row--container {
	    max-width: initial;
	}
	.page-freestyle .freestyle__content h1{
		font: 900 20px/24px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		text-transform: uppercase;
		margin-bottom: 10px;
		color: #212530;
	}
	.page-freestyle .freestyle__content h2,
	.page-freestyle .freestyle__content h3,
	.page-freestyle .freestyle__content h4,
	.page-freestyle .freestyle__content h5,
	.page-freestyle .freestyle__content h6,
	.page-freestyle .freestyle__content h7{
		font: 900 18px/22px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		color: #101E28;
		margin-bottom: 8px;
		color: #101E28;
	}
	.page-freestyle .freestyle__content p{
		color: #101E28;
		font: 16px/22px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		margin-bottom: 25px;
	}
	.section__title {
	    padding: 0;
	    font-size: 20px;
	    line-height: 20px;
	}
	.col__aside{
		display: none;
	}
	.col__aside + .col__main {
	    margin-right: 0;
	    margin-left: 0;
	}
	.form--box__text {
	    max-width: initial;
	    margin: 10px 0;
	    font-size: 16px;
	    line-height: 18px;
	}

}
.hide--desktop{
	display: none;
}

@media only screen and (max-width: 769px), only screen and (max-device-width: 769px) {
	
	/***
	** HEADER
	***/
	.header  {
	    height: 70px;
	}
	
	.body--menuopen .header{
	    position: fixed !important;
	}
	.header .navigation{
		display: none;
	}
	.header__logo {
	    display: inline-block;
	    margin: 14px 0 0;
	    position: absolute;
	    left: 57px;
	    z-index: 1;
	    top: 0;
	}
	.header__logo img {
	    height: 43px;
	    width: auto;
	}	
	.header__social {
	    display: none;
	}
	
	.header__search-button {
	    display: none;
	}
	.header .header__actions {
	    top: 0;
	}
	.header__suscribirse {
	    position: absolute;
	    top: 25px;
	    right: -5px;
	    height: 23px;
	    font: bold 12px/22px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	    padding: 0 14px 0 36px;
	    width: 83px;
	    box-sizing: border-box;
	    letter-spacing: 0;
	    z-index: 2;
	}
	.header__suscribirse #icon--live {
	    top: 5px;
	    left: 12px;
	    width: 16px;
	}
	.header__togglenav{
		position: absolute;
		top: 4px;
		left: 0;
		width: 53px;
		height: 70px;
		padding: 0;
		
		background: transparent;
		z-index: 12;
	}
	.header__togglenav span{
		position: absolute;
		top: 29px;
		right: 15px;
		width: 18px;
		height: 2px;
		background-color: #2D333F;
		transition: all 0.2s 0.3s;
		-webkit-transition: all 0.3s 0s;
	}
	.header__togglenav span:after,
	.header__togglenav span:before{
		content: "";
		width: 18px;
		height: 2px;
		background-color: #2D333F;
		position: absolute;
		left: 0;
		top: -6px;
		transition: top 0.3s 0.3s, transform 0.3s 0s;
		-webkit-transition: top 0.3s 0.3s, transform 0.3s 0s;
	}
	.header__togglenav span:after{
		top: 6px;
	}
		
	/***
	** SECTION
	***/
	header.section__header.section__header--small {
	    background-color: #FF28FF;
	    padding: 12px 0px 11px;
	    text-align: center;
	}
	
	.page-freestyle .section__title {
	    color: white;
	    font: 900 20px/20px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	    text-transform: uppercase;
	    padding: 0;
	}
	
	.section__title:after {
	    display: none;
	}
	
	.header__search{
		padding: 17px 14px;
		background-color: #FF28FF;
		display:block;
	}
	.header__search input{
		height: 38px;
		width: 100%;
		border: none;
		border-radius: 0;
		padding: 0 15px 0 15px;
		background-color: white;
		color: #101E28;
		font: 300 18px/18px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.header__search input::-webkit-input-placeholder {
		color: #101E28;
	}
	.header__search button{
		position: absolute;
		top: 17px;
		right: 20px;
		width: 30px;
		height: 38px;
		color: #101E28;
		font-size: 18px;
		line-height: 42px;
		text-align: left;
		border: none;
		background: transparent;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.header__togglesearch{
		position:absolute;
		left:0;
		height:50px;
		width:50px;
		line-height:55px;
		color:#c7c6c6;
		font-size:20px;
		z-index:1;
	}	
	

}

@media only screen and (max-width: 769px), only screen and (max-device-width: 769px) {
	
	
	/***
	** NAVIGATOR
	***/

	
	.nav--mobile .navigation{
		padding:0;
		position: fixed;
		top: 70px;
		right: 100%;
		bottom: 0;
		z-index: 12;
		width: 100%;
		background-color: #101E28;
		overflow: auto;
		will-change: transform;
		transition: transform .2s;
		-webkit-transition: transform .2s;
	}
	.navigation--active{
		transform: translate( 100%, 0 );
		-webkit-transform: translate( 100%, 0 );
	}
	.navigation__links{
		padding: 0;
	}
	.navigation__links li{
		display:block;
		width: 100%;
		padding:15px 15px 0;
		position:relative;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.navigation__links li:last-child{
		padding-bottom:15px;
	}
	.navigation__links li.menu__item--submenu{
		padding:0;
		height:45px;
		overflow:hidden;
	}
	.navigation__links .menu__item.menu__item--open {
		height: auto;
	}
	.navigation__links .menu__item.menu__item--open > span{
		color: #FF28FF!important;
	}
	.navigation__links li.menu__item--submenu span{
		padding:15px;
		display:block;
	}
	.navigation__links .menu__submenu li{
		background-color:#0A1117;
		padding-left:25px;
	}
	.navigation__links .menu--site .menu__item span,
	.navigation__links .menu--site .menu__item a{
		color: white;
		font: 900 16px/28px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		text-transform:uppercase;
		position:relative;
	}
	.navigation__links .menu--site .menu__submenu .menu__item a{
		color: white;
		font: 300 16px/28px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		text-transform: initial;
	}
	.navigation__links .menu--site .menu__submenu .menu__item{
		padding: 10px 15px !important;
	}
	.navigation__links .menu--site .menu__item span:after, 
	.navigation__links .menu--site .menu__item span:before {
		content: "";
		position: absolute;
		top: 3px;
		right: 5px;
		width: 2px;
		height: 8px;
		background-color: white;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transition: all .2s;
		-webkit-transition: all .2s;
	}
	.navigation__links .menu--site .menu__item span:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		right: 10px;
	}
	.navigation__links .menu--site .menu__item.menu__item--open span:after {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.navigation__links .menu--site .menu__item.menu__item--open span:before {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	
	.navigation__teams{
		border-top: 1px solid rgba( 151, 151, 151, .3 );
		margin: 0 15px;
		padding: 20px 0 15px;
		font-size: 0;
		line-height: 0;
	}
	.navigation__teams span{
		display: block;
		font:900 16px/28px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		color: #FF28FF;
		margin-bottom: 14px;	
		text-transform: uppercase;
	}
	.navigation__teams a{    
		width: 38px;
		height: 45px;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0 14px 14px 0;
	}
	.navigation__teams img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
	
	.navigation__follow {
		border-top: 1px solid rgba( 151, 151, 151, .3 );
		margin: 0 15px;
		padding: 20px 0 17px;
	}
	
	.navigation__follow--title{
		display: block;
		font:900 16px/28px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		color: #FF28FF;
		margin-bottom: 14px;	
		text-transform: uppercase;
	}
	.navigation__follow .icono{
		width: 45px;
		height: 45px;
		display: inline-block;
		color: white;
		background-color: transparent;
		line-height: 50px;
		font-size: 22px;
	}
	.navigation__follow .icono svg{
		fill: white;
	}
	.navigation__follow .icono--facebook{
		width:38px;
	}
	.navigation__apps{
		border-top: 1px solid rgba( 151, 151, 151, .3 );
		margin: 0 15px;
		padding: 20px 0 30px;
		text-align: center;
	}
	
	.navigation__apps span{
		display: block;
		font:900 16px/28px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		color: #FF28FF;
		margin-bottom: 14px;	
		text-transform: uppercase;
		text-align: left;
	}
	.navigation__apps a{
		display: inline-block;
		width: 136px;
		height: 44px;
		margin: 0 10px;
	}
	.navigation__apps--app{
		background: url(/export/sites/tntsports/arte/logo_appstore.svg) no-repeat center;
		background-size: cover;
	}
	.navigation__apps--google{
		background: url(/export/sites/tntsports/arte/logo_googleplay.svg) no-repeat center;
		background-size: cover;
	}
	.navigation__freestyles{
		padding: 17px 15px 24px;
		background: #FF28FF;
		overflow: hidden;
	}
	.navigation__freestyles a:first-child{
		clear: both;
		margin: 0 0 25px 0;
		border: none;
	}
	.navigation__freestyles a:nth-child(2){
		clear: left;
	}
	.navigation__freestyles a{
		font: 14px/15px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		color: white;
		margin-bottom:12px;
		padding-right:6px;
		margin-right:5px;
		border-right:1px solid white;
		float: left;
	}
	.navigation__freestyles a:last-child{
		padding-right:0;
		margin-right:0;
		border-right:none;
	}
	
	.navigation__copy p{
		color: #7F7F7F;
		font: 300 11px/15px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		padding: 15px;
		text-align:left;
	}
	.navigation__footer{
		padding:0 15px 57px;
	}
	.navigation__footer a{
		opacity:.4;
		margin-right:3px;
	}
	.navigation__links .menu--site .menu__item,
	.navigation__links li.menu__item--submenu span {
	    text-align: left;
	    padding: 15px 15px 0;
	}
	.navigation__links .menu--site li:last-child {
		padding-bottom: 15px;
	}
	.navigation__links li.menu__item--submenu span {
	    padding: 0;
	}
	
	.menu__external {
		color: white;
		font: 900 16px/28px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		text-transform: uppercase;
		position: relative;
		display: block;
		width: 100%;
		padding: 15px 15px 15px;
		position: relative;
		margin-top: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;	
	}
	.menu__external__btn {
		position: absolute;
		right: 15px;
		color: white;
		font: bold 12px/22px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
		background: #ff0185;
		padding: 0px 10px;
		border-radius: 125px;
		margin: 3px 0 0;
	}
	
	.navigation .menu__item .menu__submenu {
	    position: relative;
	    top: inherit !important;
	    background: transparent;
	    padding: 0;
	    left: inherit;
	    margin: 15px -15px 5px;
	    display: block;
	    padding: 0;
	}
	
	/***
	** TOGGLENAV
	***/
	.body--menuopen .header__togglenav span {
		background-color: transparent!important;
		transition: all 0.2s 0.2s;
		-webkit-transition: all 0.2s 0.2s;
	}
	.body--menuopen .header__togglenav span:before, 
	.body--menuopen .header__togglenav span:after {
		top: 0;
		width: 15px;
		transform: rotate( 45deg );
		-webkit-transform: rotate( 45deg );
		transition: top 0.2s 0s, transform 0.3s 0.3s;
		-webkit-transition: top 0.2s 0s, transform 0.3s 0.3s;
	}
	.body--menuopen .header__togglenav span:before {
		transform: rotate( -45deg );
		-webkit-transform: rotate( -45deg );
	}
	

}
.hide--desktop{
	display: none;
}

@media only screen and (max-width: 769px), only screen and (max-device-width: 769px) {
	
	.hide--desktop{
		display: block;
	}
	
	
	

}
