

/*******************
 * COMPONENTES
 ******************/
/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
	visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
	display: none;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
}
.swiper-pagination-lock {
	display: none;
}
/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}.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--box{
	position: relative;
}
.news--box .news__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	
	background-color: #E9E9E9;
	
}
.news--box .news__media iframe,
.news--box .news__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news--box .icono--play,
.news--box .icono--audio,
.news--box .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: 45px;
	text-align: center;
}
.news--box .icono--play:before,
.news--box .icono--audio:before,
.news--box .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--box .news__tag{
	position: absolute;
	top: 0;
	left: 0;
}
.news--box .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--box .news__label{
	position: absolute;
	top: 5px;
	left: 5px;
}
.news--box .news__share{
	position: absolute;
	top: 0;
	right: 0;
}
.news--box .news__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.news--box .news__share-buttons{

}
.news--box .news__line--sep{
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
	display: none;
}
.news--box .news__author{
	display: inline-block;
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--box .news__author a{
	text-transform: initial;
	font: inherit;
	color: inherit;
}
.news--box .news__author a:hover{
	color: black;
}
.news--box .news__time{
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--box .news__section{
	
	font: 700 14px/14px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	
	display: inline-block;
	
	color: #FF28FF;
	
	margin: 0 0 17px;
	
}
.news--box .news__title{
	
	font: 700 38px/40px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	
	color: #101E28;
	
	margin: 0 0 15px;
	
}
.news--box .news__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
	transition: color .2s;
	-webkit-transition: color .2s;
}
.news--box .news__title a:hover{
	
}
.news--box .news__excerpt{
	
	font: 20px/28px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	
	color: #0A1117;
	
	margin: 0 0 14px;
	
}
.news--box .news__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}

.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;
}

.video--box{
	position: relative;
}
.video--box .video__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	
	background-color: #E9E9E9;
	
}
.video--box .video__media iframe,
.video--box .video__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video--box .icono--play{
	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: 45px;
	text-align: center;
}
.video--box .video__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% );
}
.video--box .video__share{
	position: absolute;
	top: 0;
	right: 0;
}
.video--box .video__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.video--box .video__duration{
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: none;
}
.video--box .video__section{
	
	font: 700 13px/13px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	
	display: inline-block;
	
	margin: 12px 0 0;
	
}
.video--box .video__title{
	
	font: 700 16px/19px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	
	color: black;
	
	margin: 7px 0 0;
	
}
.video--box .video__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
}
.video--box .video__title a:hover{
	
	color: #FF28FF;
	
}
.video--box .video__excerpt{
	
	margin: 0;
	
}
.video--box .video__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}

.video--innerbox{
	position: relative;
}
.video--innerbox .video__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	
	background-color: #E9E9E9;
	
}
.video--innerbox .video__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;
}
.video--innerbox .video__media iframe,
.video--innerbox .video__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video--innerbox .icono--play{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	pointer-events: none;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	height: 70px;
	width: 70px;
	border: 2px solid #fff;
	font-size: 28px;
	line-height: 78px;
	text-align: center;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.video--innerbox .video__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% );
}
.video--innerbox .video__share{
	position: absolute;
	top: 0;
	right: 0;
}
.video--innerbox .video__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.video--innerbox .video__data{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	 
	padding: 36px 38px;
	
}
.video--innerbox .video__section{
	 
	font: 700 16px/16px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	
	display: inline-block;
	
	color: #FF28FF;
	
	margin: 0;
	
}
.video--innerbox .video__title{
	 
	font: 700 48px/50px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	 
	color: white;
	 
	margin: 0;
	
}
.video--innerbox .video__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
}
.video--innerbox .video__title a:hover{
	 
	color: #FF28FF;
	
}
.video--innerbox .video__excerpt{
	
}
.video--innerbox .video__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}
.poll--versus {
	position: relative;
	margin-bottom: 20px;
}

.poll--versus.poll--results .poll__percent {
	opacity: 1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
.poll--versus.poll--results .icono--check_outline{
	opacity: 0;
	transform: translate(-50%, 20px);
	-webkit-transform: translate(-50%, 20px);
}
.poll--versus .poll__label {
	font: 13px/15px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: white;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 3;
	transform: translate( -50%, 0 );
	-ms-transform: translate( -50%, 0 );
	-moz-transform: translate( -50%, 0 );
	-webkit-transform: translate( -50%, 0 );
}
.poll--versus .poll__title {
	font: bold 27px/30px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: white;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 3;
	width: 100%;
	text-align: center;
}

.poll--versus .poll__sponsor {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.poll--versus .poll__sponsor span {
	display: block;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	margin-bottom: 3px;
	color: #aaa;
}
.poll--versus .poll__content,
.poll--versus .poll__items {
	position: relative;
}

.poll--versus .poll__item {
	background-repeat: no-repeat;
	background-size: cover;
}

.poll--versus .poll__item:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.78) 0%, rgba(0,0,0,0) 41%, rgba(0,0,0,0) 56%, rgba(0,0,0,0.78) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.78) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,0) 56%,rgba(0,0,0,0.78) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.78) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,0) 56%,rgba(0,0,0,0.78) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7000000', endColorstr='#c7000000',GradientType=0 );
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.poll--versus .poll__item--left {
	width: 100%;
	padding-top: 143.33%;
	background-position: center left;
}
.poll--versus .poll__item--right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	max-width: 99%;
	min-width: 1%;
	border-left: 1px solid white;
	background-position: center right;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.poll--versus .poll__item--right:before {
	left:-1px;
	padding-right:1px;
}
.poll--versus .poll__item--right:after{
	content: "vs";
	position: absolute;
	top: 50%;
	left: 0;
	background-color: white;
	height: 63px;
	width: 63px;
	text-align: center;
	font: 25px/60px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	font-style: italic;
	border-radius: 100%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.poll--versus .poll__item--win:before {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.43) 0%, rgba(0,0,0,0) 41%, rgba(0,0,0,0) 56%, rgba(0,0,0,0.43) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.43) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,0) 56%,rgba(0,0,0,0.43) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.43) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,0) 56%,rgba(0,0,0,0.43) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e000000', endColorstr='#6e000000',GradientType=0 );
}

.poll--versus .poll__data {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	top: 0;
	z-index: 3;
	cursor: pointer;
	overflow: hidden;
}

.poll--versus .poll__data--right {
	left: 50%;
}

.poll--versus .icono--check_outline {
	position: absolute;
	bottom: 70px;
	top: auto;
	left: 50%;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid white;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 48px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transform: translate( -50%, 0px);
	-webkit-transform: translate( -50%, 0px);
}
.poll--versus .poll__percent {
	position: absolute;
	bottom: 60px;
	top: auto;
	left: 50%;
	width: 96px;
	text-align: center;
	color: #fff;
	font-family:'TNT Sports Sans', 'TNT-fallback', sans-serif;
	font-size: 50px;
	font-weight:bold;
	line-height: 46px;
	opacity: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transform: translate(-50%, 20px);
	-webkit-transform: translate(-50%, 20px);
}

.poll--versus .poll__percent small{
	font-size:30px;
	font-weight:normal;
	vertical-align: text-bottom;
}
.poll--versus .poll__text {
	font: 17px/20px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: white;
	cursor: pointer;
	padding: 0 10px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.poll--versus .poll__social {
	float: right;
}

.poll--versus .poll__social button {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 5px;
	border: none;
	cursor: pointer;
	border-radius: 3px;
}

.poll--versus .poll__social .icon--facebook {
	background-color: #3b5999;
}

.poll--versus .poll__social .icon--twitter {
	background-color: #6bcfed;
}

.poll--versus .poll__social .icon--whatsapp {
	background-color: #2ab200;
}.poll--simple {
	margin-bottom: 20px;
}
.poll--simple.poll--results .poll__percent {
	opacity: 1;
}
.poll--simple.poll--results .poll__bar {
	opacity: 1;
}
.poll--simple.poll--results .poll__item {
	background-color: rgba( 216, 216, 216, .5 );
}
.poll--simple.poll--results .poll__item .poll__bar {
	background-color: #d8d8d8;
}
.poll--simple.poll--results .poll__item--win {
	background-color: rgba( 16, 30, 40, .5 );
}
.poll--simple.poll--results .poll__item--win .poll__bar {
	background-color: #101E28;
}

.poll--simple.poll--results .poll__option {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 20px;
}
.poll--simple.poll--loading .poll__item--selected .poll__loading {
	opacity: 1;
}
.poll--simple .poll__sponsor {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.poll--simple .poll__sponsor span {
	display: block;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	margin-bottom: 3px;
	color: #aaa;
}
.poll--simple .poll__toggle {
	color: #FF28FF;
}
.poll--simple .poll__footer {
	margin: 5px 0;
	overflow: hidden;
}
.poll--simple .poll__footer p {
	float: left;
	font: 12px/12px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #cacaca;
}

.poll--simple .poll__label {
	font: 500 13px/15px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #101E28;
	margin-bottom: 20px;
	display: block;
}

.poll--simple .poll__title {
	font: bold 18px/30px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: black;
	margin-bottom: 20px;
}

.poll--simple .poll__content .poll__description {
	font: 16px/20px 'TNT Sports Sans', 'TNT-fallback', sans-serif
}

.poll--simple .poll__item {
	outline: none;
	border: none;
	display: block;
	position: relative;
	border-radius: 0;
	background-color: #101E28;
	height: 50px;
	width: 100%;
	overflow: hidden;
	transition: background 0.2s;
	-ms-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
}

.poll--simple .poll__item + .poll__item {
	margin: 10px 0 0;
}

.poll--simple .poll__item--selected {
	background-color: rgba( 16, 30, 40, .8 );
}

.poll--simple .poll__image {
	position: absolute;
	top: 50%;
	height: 50px;
	width: 50px;
	left: 0;
	z-index: 3;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.poll--simple .poll__option {
	font-size: 15px;
	line-height: 15px;
	color: black;
	position: absolute;
	top: 50%;
	left: 20px;
	text-align: left;
	z-index: 2;
	overflow: hidden;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.poll--simple .poll__image + .poll__option {
	left: 70px !important;
}

.poll--simple .poll__submit {
	display: block;
	margin: 0 auto 15px;
	max-width: 400px;
	border: none;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	background-color: #FF28FF;
	color: white;
	font: 14px/16px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	cursor: pointer;
}

.poll--simple .poll__submit--disabled {
	background-color: #d8d8d8!important;
	cursor: default;
}

.poll--simple .poll__loading {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	opacity: 0;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.poll--simple .poll__loading .spinner:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: transparent;
	border: 5px solid rgba(255, 255, 255, 0.1);
	border-left: 5px solid white;
	border-radius: 100%;
	animation: spin 0.6s linear infinite;
	-ms-animation: spin 0.6s linear infinite;
	-moz-animation: spin 0.6s linear infinite;
	-webkit-animation: spin 0.6s linear infinite;
}

.poll--simple .poll__percent {
	font: 15px/15px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 10px;
	color: white;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.poll--simple .poll__bar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform-origin: left top;
	width: 1px;
	height: 100%;
	opacity: 0;
	background-color: #d8d8d8;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.poll--simple .poll__social {
	float: right;
}
.poll--simple .poll__social button, 
.poll--simple .poll__social a {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 5px;
	border: none;
	color: white;
	text-align: center;
	font-size: 15px;
	line-height: 34px;
	cursor: pointer;
	border-radius: 50%;
}
.poll--simple .poll__social button:hover, 
.poll--simple .poll__social a:hover {
	opacity: .8;
}
.poll--simple .poll__social .icono--facebook {
	background-color: #3b5999;
}
.poll--simple .poll__social .icono--twitter {
	background-color: #6bcfed;
	font-size: 14px;
	line-height: 34px;
}
.poll--simple .poll__social .icono--whatsapp {
	background-color: #2ab200;
	font-size: 14px;
	line-height: 36px;
}
.poll--simple .poll__social .icono--whatsapp.mobile{
	display: none;
}
.poll--simple .poll__social .icono--mail {
	background-color: #9ba6ac;
	font-size: 12px;
	line-height: 36px;
}

.poll--multiple.poll--results .poll__item::after {
	display: none;
}
.poll--multiple .poll__item::after {
	content: '';
	width: 25px;
	height: 22px;
	border-top: 3px solid #c8c8c8;
	position: absolute;
	top: 50%;
	right: 20px;
	background-color: white;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.poll--multiple .poll__item--selected::after {
	background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAACY0lEQVRoQ+2Y0VHdMBBFLxWQDqADSAVABUAFQAUhFQAVABVAB0AFQAVABUk6IBXAnJnnGc2ysi1L5slvrF9Lso727tVKa1qRtrYiHJpBaovkHJE5IiPtwCytkTY2Nu3O4sNzrMMUInIj6XgBcC3p1IOpHeRA0p1ZuLvmmkF+SHqRtBmAIK3dqUXkStIvs+ifkl6nBMKuP5oFX0g6n1Kye5L6J2lb0vuUQDxJ7Ul6arP82pLdk1TUckOw2kD+GJfqlFQDUxMIiXxm5NMpqdpASGTOjLD1klRtIEAA07T/C4lFXcomfg3S8iR1KOk+pTBdNognqQdJ1FhJbdkg2ZKqIUcoxy/NtidLatkgVLREg3KkaYMktWwQCsKwHE92qRTXIhGbA+q3pL9J2Rfv7EnqRNJtzvxtyR6WC/g5p6x7F0hYgCep6GUpYd7WJ9MPMxEw7FySv5s5PEkR+exot0XEK6dZ11AZ8IDAQ0LYkCz/yW5d50gMBj0D1LfhTkg1dKkikkpxLW8nGY/EgOlTD/ESEp7WuFQRSaWA0BerZOHrJgQkPybQBuM96RSTVCoI/dlBYDYMDInKiew52uiSGgLCGBbG3XnLcTRg7L3aSoph0Sedvgnn9etKdm8MMCT7vvMxdDRPUq1POt8N0vwPmCPn5zgdC7avhG/m8pSz7i9jh0QknCTmaORN+NQ5mqSG5oi3i8AQBetoYd/RJFUSpHE0Et2DGVVSpUGYDylhz9bRej/p5CRNbo7Yf1t7TnrSqQmkWQuVAKd9btnfm610RHr/uHTHGaT0jubON0ckdwdLj1+ZiHwCkZxqMxeTCOMAAAAASUVORK5CYII=) center center no-repeat;
	background-size: 20px;
}
.author--innerbox{
	position: relative;
}
.author--innerbox .author__content{
	position: absolute;
	bottom: 20px;
	left: 15px;
	z-index: 2;
	width: 100px;
}
.author--innerbox .author__media img{
	border-radius: 100%;
}
.author--innerbox .author__data{
	display: block;
	padding-top: 10px;
}
.author--innerbox .author__name{
	font: 15px/15px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #f5f5f5;
	opacity: .7;
	text-transform: uppercase;
}
.author--innerbox .news__media{
	padding-top: 0!important;
}
.author--innerbox .news__media a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FF28FF;
	opacity: .4;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.author--innerbox:hover .news__media a:after{
	opacity: .6;
}
.author--innerbox .news__media img{
	width: 100%;
	height: auto;
}
.author--innerbox .news__data{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 30px 15px;
}
.author--innerbox .news__title{
	color: white;
	font: bold 23px/23px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}
.author--innerbox .news__title a{
	color: inherit;
	font: inherit;
}
/*******************
 * MODULES
 ******************/
.fotogaleriasliderinnerbox{
	padding-top: 30px;
}
.fotogaleriasliderinnerbox__header{
	margin-bottom: 30px;
}
.fotogaleriasliderinnerbox__title{
	font: 28px/32px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
}
.fotogaleriasliderinnerbox .swiper-button{
	background: transparent;
	border: none;
	color: #cdcdcd;
	font-size: 28px;
	width: 45px;
	height: 60px;
	padding: 0;
	left: 0;
}
.fotogaleriasliderinnerbox .swiper-button-next{
	left: auto;
	right: 0;
}
.fotogaleriasliderinnerbox .news__label,
.fotogaleriasliderinnerbox .news__section,
.fotogaleriasliderinnerbox .news__media .icono{
	display: none;
}.listhboxslider__header{
	margin-bottom: 20px;
}
.listhboxslider__title{
	font: 400 28px/31px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: black;
	display: inline-block;
}
.listhboxslider__content{
	position: relative;
}
.listhboxslider__number{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	color: white;
	font: bold 66px/46px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	pointer-events: none;
}
.listhboxslider .swiper-slide{
	width: 200px;
	position: relative;
}
.listhboxslider .swiper-button{
	background: transparent;
	border: none;
	color: #cdcdcd;
	font-size: 28px;
	width: 45px;
	height: 60px;
	padding: 0;
	left: 0;
}
.listhboxslider .swiper-button-next{
	left: auto;
	right: 0;
}.listvsummary__title{
	font: 400 28px/31px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: black;
	display: inline-block;
	width:100%;
}.authorlisthinnerboxslider__header{
	margin-bottom: 20px;
}
.authorlisthinnerboxslider__title{
	font: 400 28px/31px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: black;
	display: inline-block;
}
.authorlisthinnerboxslider__content{
	position: relative;
}
.authorlisthinnerboxslider__number{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	color: white;
	font: bold 66px/46px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	pointer-events: none;
}
.authorlisthinnerboxslider .swiper-slide{
	width: 200px;
	position: relative;
}
.authorlisthinnerboxslider .swiper-button{
	background: transparent;
	border: none;
	color: #cdcdcd;
	font-size: 28px;
	width: 45px;
	height: 60px;
	padding: 0;
	left: 0;
}
.authorlisthinnerboxslider .swiper-button-next{
	left: auto;
	right: 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%;
}.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;
}.ultimasnoticias{
	margin-top:50px;
}
.ultimasnoticias__header{
	position:relative;
	margin-bottom:13px;
}

.ultimasnoticias__title{
	font: 700 28px/28px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #101E28;
	text-transform:uppercase;
}.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;
}.modvideos{
	background-color: #212530;
	padding:68px 0 55px;
	position:relative;
}
.modvideos__background{
	position: absolute;
	bottom: 0;
	left: 0;
	filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.1;
	width:100%;
}
.modvideos__background:before{
	content:"";
	width:100%;
	height:100px;
	position:absolute;
	left:0;
	top:0;
	background: -moz-linear-gradient(top,  rgba(33,37,48,1) 0%, rgba(33,37,48,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(33,37,48,1) 0%,rgba(33,37,48,0) 100%);
	background: linear-gradient(to bottom,  rgba(33,37,48,1) 0%,rgba(33,37,48,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212530', endColorstr='#212530',GradientType=0 );
}
.modvideos__background img{
	width:100%;
	height:auto;
}.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;
}.modschedule{
	position: relative;
	margin-top: 27px;
}
.modschedule .modschedule_others{
	position: absolute;
	right: 0;
	top: 0;
}
.modschedule .modschedule__others--item{
	display:inline-block;
}
.modschedule .modschedule__others--item + .modschedule__others--item{
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #E2E2E2;
}
.modschedule .modschedule__others--item img{
	width:102px;
	height:auto;
	filter: brightness(0) grayscale(1);
	opacity: 0.15;
}
.modschedule .modschedule__others--item:hover img{
	opacity:1;
	filter:none;
}
.modschedule .modschedule__others--item.modschedule__logo--cdf img{
	width:77px;
}
.modschedule .modschedule__others--item.modschedule__logo--cdfhd img{
	width:102px;
	filter: none;
	opacity: 1;
}
.modschedule__content .swiper-button:after{
	content:"";
	position:absolute;
	right:0;
	bottom:-66px;
	width:250px;
	height:210px;
	display:block;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.modschedule__content .swiper-button-prev:after{
	left:0;
	right:initial;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.modschedule .swiper-container{
    overflow: visible;
}
.modschedule .swiper-button-prev, 
.modschedule .swiper-button-next{
	background-color: black;
	color: white!important;
	margin-top:32px!important;
	padding: 0;
}
.modschedule .swiper-button-prev:before, 
.modschedule .swiper-button-next:before{
	width: 70px;
	height: 70px;
	line-height: 68px;
	background-color: black;
	z-index: 3;
	position: relative;
	margin: 0;
	padding: 0;
}
.swiper-button-disabled{
	opacity:0;
	visibility:hidden;
	display:none;
}
.items--schedule .swiper-slide{
	background-color: #101E28;
	padding: 30px;
	width: 285px;
	height: 200px;
	position: relative;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.items--schedule .swiper-slide.live{
	background-color: #FF28FF;
	box-shadow:0 20px 30px rgba(0,0,0,.15);
}
.items--schedule .swiper-slide .title{
	font: 800 24px/27px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	display: block;
	text-transform: uppercase;
	color: white;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 81px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.items--schedule .swiper-slide .time{
	font: 700 24px/27px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	color: #FF28FF;
	display: block;
	position:absolute;
	bottom:30px;
	left:30px;
	padding-bottom: 10px;
}
.items--schedule .swiper-slide .time:after{
	content:"";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 3px;
	background-color: #FF28FF;
}
.items--schedule .swiper-slide.live .time{
	display: none;
}
.items--schedule .swiper-slide .item__button{
	display: none;
	background-color: white;
	color: black;
	border-radius:5px;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
	padding:0 18px;
	position:absolute;
	bottom:30px;
	left:30px;
	font-weight:700;
	font-size:14px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
.items--schedule .swiper-slide .item__button:before{
	content:"";
	background-image:url(/arte/icon_live_20240530.svg);
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	width:23px;
	height:18px;
	margin-right:5px;    
	vertical-align: middle;
	top: -1px;
	position: relative;
}
.items--schedule .swiper-slide.live .item__button{
	display: block;
}.widgecta__content{
	position: relative;
	background: #EFEFEF;
	padding: 0 0 5px 0;
}

.widgetcta {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    height: auto;
    padding: 0 15px;
        text-align: center;
}

.Opta {
	height: 180px;
    width: 70%;
}

.Opta.Opta-Normal,
.Opta>.Opta_W,
.Opta-Cf {
    background: #EFEFEF !important;
    font-family: Barlow;
}

.Opta-H2, 
.Opta h2, 
.Opta-Title {
    background-image: linear-gradient(-138deg, #FF28FF 0%, #660F66 100%);
    font-size: 18px;
}

.Opta .Opta_F_OF.Opta_F_F_G .Opta-fixture, 
.Opta .Opta_F_F.Opta_F_F_G .Opta-fixture {
    width: 100%;
}

.Opta .Opta_F_OF.Opta_F_F_G .Opta-fixture, 
.Opta .Opta_F_F.Opta_F_F_G .Opta-fixture {
    background: #FF28FF !important;
    background: -moz-linear-gradient(left, #FF28FF 0%, #660F66 100%) !important;
    background: -webkit-linear-gradient(left, #FF28FF 0%, #660F66 100%) !important;
    background: linear-gradient(to right, #FF28FF 0%, #660F66 100%) !important;
    color: white;
}

.Opta .Opta-H3, 
.Opta h3 {
    background: transparent;
    border-bottom: 0px solid #f5f5f5;
    font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif;
    font-size: 12px;
	line-height: 12px;
    padding: 0px 10px 0;
    position: relative;
    color: white;
    height: auto;
}

.Opta .Opta-fixture-content h4 {
    background: none;
    color: #fff !important;
    font-family: 'TNT Sports Sans', 'TNT-fallback', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
	line-height: 12px;
    border-bottom: 0px;
    padding: 0px 20px;
    height: auto;
	text-align:left !important;
}

.Opta .Opta_F_OF.Opta_F_F_G .Opta-fixture .Opta-crested .Opta-Team, 
.Opta .Opta_F_F.Opta_F_F_G .Opta-fixture .Opta-crested .Opta-Team {
	height: 85px;
}

.Opta .Opta_F_OF.Opta_F_F_G .Opta-fixture .Opta-Team .Opta-Image, 
.Opta .Opta_F_F.Opta_F_F_G .Opta-fixture .Opta-Team .Opta-Image {
	height: auto;
}

.Opta .Opta-fixture .Opta-Team span.Opta-Image-Holder.Opta-Image-Team.Opta-Image-Medium {
    display: inline-block;
    background: white;
    border-radius: 100%;
    padding: 14px;
}
.Opta .Opta-Image-Team-Medium{
	width:28px !important;
	height: auto;
}

.Opta .Opta_F_OF.Opta_F_F_G .Opta-fixture .Opta-Scoreline, 
.Opta .Opta_F_F.Opta_F_F_G .Opta-fixture .Opta-Scoreline {
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    color: white;
    position: relative;
    font-weight: 700;
}


.Opta .Opta_F_OF.Opta_F_F_G .Opta-fixture p a, 
.Opta .Opta_F_F.Opta_F_F_G .Opta-fixture p a {
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    background: black;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-width: 700;
    margin: 0;
    text-decoration: none;
}

.Opta .Opta_F_OF.Opta_F_F_G .Opta-fixture p a:hover, 
.Opta .Opta_F_F.Opta_F_F_G .Opta-fixture p a:hover {
	background: rgba(0,0,0,.7);
}

/**
.widgetcta__data {
     text-align: center;
	margin: 0 auto;
}

.widgetcta__media {
	background: #FF0085;
	background: -moz-linear-gradient(left, #FF0085 0%, #CC1F47 100%);
	background: -webkit-linear-gradient(left, #FF0085 0%,#CC1F47 100%);
	background: linear-gradient(to right, #FF0085 0%,#CC1F47 100%);
	display: inline-block;
	height: 180px;
	width: 70%;
	margin: 20px auto 0;
}
.widgetcta__title {
    white-space: nowrap;
}
.widgetcta__title a {
    color: inherit;
    font: inherit;
}
.widgetcta__title a {
	position: relative;
	background: #FF0085;
	background: -moz-linear-gradient(left, #FF0085 0%, #CC1F47 100%);
	background: -webkit-linear-gradient(left, #FF0085 0%,#CC1F47 100%);
	background: linear-gradient(to right, #FF0085 0%,#CC1F47 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0085', endColorstr='#CC1F47',GradientType=1 );
	color: white;
	font: 700 12px/33px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	letter-spacing: 1px;
	height: 32px;
	text-transform: uppercase;
	padding: 0 18px;
	transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	display: inline-block;
	margin: 13px auto 20px;
}


.widgetcta__title a:hover {
    color: white;
    background: #212530;
}
**/.banners-cta__content{
	background: #EFEFEF;
	min-height: 242px;
}
.chapa-cta {
	background: #EFEFEF;
	padding: 31px 0;
	position: relative;
}
.chapa-cta__container {
	background: white;
	display: block;
	margin: 0 auto;
	height: auto;
	text-align: left;
	padding: 33px 335px 30px 60px;
	position: relative;
	min-height: 180px;
	max-width: 875px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.chapa-cta__img {
	height: auto;
	top: 50%;
	right: 0;
	position: absolute;
	max-width: 335px;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
}
.chapa-cta__logo {
	height: 32px;
	margin: 0 0 14px;
	width: auto;
}
.chapa-cta__desciption {
	color: #212530;
	font: 400 20px/24px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	margin: 0 0 10px;
}
.chapa-cta__desciption a {
	color: #FF28FF;
	text-decoration: underline;
}
.chapa-cta__desciption a:hover {
	text-decoration: none;
}
.chapa-cta__link {
	background: #FF28FF;
	color: white;
	display: inline-block;
	font: 700 14px/14px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
	text-transform: uppercase;
	padding: 9px 16px 7px;
	border-radius: 5px;
	letter-spacing: .3px;
	transition: background .3s;
	-webkit-transition: background .3s;
}
.chapa-cta__link:hover {
	background: #080008;
}
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
    .chapa-cta__container {
        padding: 20px 335px 30px 20px;
    }
    .chapa-cta__desciption {
    	font: 400 17px/21px 'TNT Sports Sans', 'TNT-fallback', sans-serif;
    }
}

