

/*******************
 * 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: #00C972!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: 300 19px/33px 'Montserrat', sans-serif;
  color: #000000;
}
* {
  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 'Montserrat', 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 13px/13px 'Montserrat', sans-serif;
	
	display: inline-block;
	
	color: #00C972;
	
	margin: 0 0 17px;
	
}
.news--box .news__title{
	
	font: 900 38px/40px 'Montserrat', sans-serif;
	
	color: #212530;
	
	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: 300 20px/28px 'Montserrat', sans-serif;
	
	color: #171921;
	
	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 13px/13px 'Montserrat', sans-serif;
	
	display: inline-block;
	
	color: #00C972;
	
	margin: 0 0 12px;
	
}
.news--summary .news__title{
	
	font: 900 26px/30px 'Montserrat', sans-serif;
	
	color: #212530;
	
	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 'Montserrat', sans-serif;
	
	color: #212530;
	
	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 13px/13px 'Montserrat', sans-serif;
	
	display: inline-block;
	
	color: #00C972;
	
	margin: 0 0 10px;
	
}
.news--innerbox .news__title{
	
	font: 900 23px/25px 'Montserrat', 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 'Montserrat', 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: 900 13px/13px 'Montserrat', sans-serif;
	
	display: inline-block;
	
	margin: 12px 0 0;
	
}
.video--box .video__title{
	
	font: 900 16px/19px 'Montserrat', 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: #00C972;
	
}
.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: 900 16px/16px 'Montserrat', sans-serif;
	
	display: inline-block;
	
	color: #00C972;
	
	margin: 0;
	
}
.video--innerbox .video__title{
	 
	font: 900 48px/50px 'Montserrat', 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: #00C972;
	
}
.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 'Montserrat', 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 'Montserrat', 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 'Montserrat', 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:'Montserrat', 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 'Montserrat', 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( 33, 37, 48, .5 );
}
.poll--simple.poll--results .poll__item--win .poll__bar {
	background-color: #212530;
}

.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: #00C972;
}
.poll--simple .poll__footer {
	margin: 5px 0;
	overflow: hidden;
}
.poll--simple .poll__footer p {
	float: left;
	font: 12px/12px 'Roboto Condensed', sans-serif;
	color: #cacaca;
}

.poll--simple .poll__label {
	font: 500 13px/15px 'Montserrat', sans-serif;
	color: #212530;
	margin-bottom: 20px;
	display: block;
}

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

.poll--simple .poll__content .poll__description {
	font: 16px/20px 'Roboto Condensed', sans-serif
}

.poll--simple .poll__item {
	outline: none;
	border: none;
	display: block;
	position: relative;
	border-radius: 0;
	background-color: #212530;
	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( 33, 37, 48, .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: #00C972;
	color: white;
	font: 14px/16px 'Montserrat', 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 'Montserrat', 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 'Montserrat', 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: #00C972;
	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 'Montserrat', 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 'Montserrat', 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 'Montserrat', 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 'Montserrat', 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 'Montserrat', sans-serif;
	color: black;
	display: inline-block;
	width:100%;
}.authorlisthinnerboxslider__header{
	margin-bottom: 20px;
}
.authorlisthinnerboxslider__title{
	font: 400 28px/31px 'Montserrat', 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 'Montserrat', 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.eot');
  src: url('/__export/1550677085000/system/modules/com.tfsla.sitio.tntsports/es/desktop/resources/fonts/iconos.eot_1180257333.eot') format('embedded-opentype'),
       url('/__export/1550677085000/system/modules/com.tfsla.sitio.tntsports/es/desktop/resources/fonts/iconos.ttf') format('truetype'),
       url('/__export/1550677085000/system/modules/com.tfsla.sitio.tntsports/es/desktop/resources/fonts/iconos.woff') format('woff'),
       url('/__export/1550677085000/system/modules/com.tfsla.sitio.tntsports/es/desktop/resources/fonts/iconos.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

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

.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: #212530;
	box-shadow: none;
}
.page--newslongform .header{
	background-color: transparent;
	box-shadow:none;
}
.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;
}
.header__logo{
	position:absolute;
	left:0;
	top:16px;
	display:block;
}
.header__logo img{
	width: 170px;
	height: 60px;
}
.page-videos .header__logo img,
.page--newslongform .header__logo img{
	filter: brightness(100) grayscale(1) contrast(100);
}
.page-videos .header.header--sticky .header__logo img,
.page--newslongform .header.header--sticky .header__logo img{
	filter:none;
}
.header__actions{
	position: absolute;
	background: transparent;
	top: 30px;
	right: 0;
}
.header__suscribirse{
	float: left;
	position:relative;
	background: #01FF96;
	background: -moz-linear-gradient(left,  #01FF96 0%, #00C972 100%);
	background: -webkit-linear-gradient(left,  #01FF96 0%,#00C972 100%);
	background: linear-gradient(to right,  #01FF96 0%,#00C972 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01FF96', endColorstr='#00C972',GradientType=1 );
	color: black;
	font: 700 12px/33px 'Montserrat', sans-serif;
	letter-spacing:1px;
	height: 32px;
	border-radius:16px;
	text-transform:uppercase;
	padding:0 13px 0 46px;
	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;
}
@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;
	background: -moz-linear-gradient(left, #212530 0%, #212530 100%);
	background: -webkit-linear-gradient(left, #212530 0%,#212530 100%);
	background: linear-gradient(to right, #212530 0%,#212530 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212530', endColorstr='#212530',GradientType=1 );
}
.header__suscribirse:hover #icon--live{
	filter: invert(1);
}
.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: #212530;
	margin: 0 0 0 6px;
	transition: color .4s;
	-ms-transition: color .4s;
	-moz-transition: color .4s;
	-webkit-transition: color .4s;
}
.page-videos .header__social .icono,
.page--newslongform .header__social .icono{
	color:white;
}
.page-videos .header.header--sticky .header__social .icono,
.page--newslongform .header.header--sticky .header__social .icono{
	color:#212530;
}
.header__social .icono--twitter{
	font-size: 16px;
}
.header__social .icono:hover{
	color: #00C972;
}
.header__search-button{
	float:left;
}
.header__search-button .icono--search{
	font-size: 20px;
	line-height: 35px;
	display: inline-block;
	vertical-align: top;
	color: #212530;
	background-color: transparent;
	height:30px;
	width:30px;
	transition: color .4s;
	-ms-transition: color .4s;
	-moz-transition: color .4s;
	-webkit-transition: color .4s;
}
.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:#212530;
}
.header__search-button:hover .icono--search_cool{
	color: #00C972;
}
.header__search-button--active{
	z-index: 4;
	position: relative;
}
.header__search-button--active .icono--search_cool{
	background-color: #00C972;
}
.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: #00C972;
	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:#00C972;
}
.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: #212530;
	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;
}
.header__search-form input{
	background: transparent;
	border: 0;
	padding: 0px 15px;
	width: 80%;
	max-width:937px;
	height: 60px;
	font: 18px/60px 'Montserrat', sans-serif;
	color: #212530;
	display: inline-block;
	vertical-align: top;
}

.header__search-form input::-webkit-input-placeholder{
	color: #212530;
}
.header__search-form input::-moz-placeholder{
	color: #212530;
}
.header__search-form input:-ms-input-placeholder{
	color: #212530;
}
.header__search-form input:-moz-placeholder {
	color: #212530;
}
.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 'Montserrat', sans-serif;
	height: 15px;
	color: #212530;
	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: #212530;
	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 );
}
.page--newslongform .menu__more span:after,
.page--newslongform .menu__more span:before{
	background-color:white;
}
.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: #00C972;
	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: #00C972!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 17px/17px 'Montserrat', sans-serif;
	display: block;
	color: #212530;
	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,
.page--newslongform .menu__more span{
	color:white;	
}
.page-videos .header.header--sticky .navigation .menu__item a,
.page--newslongform .header.header--sticky .navigation .menu__item a{
	color:#212530;
}
.navigation .menu--site a:hover{
	color:#00C972;
}
.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 17px/17px 'Montserrat', sans-serif;
	display: block;
	padding-right:18px;
	color: #212530;
}
.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:#212530;
}
.navigation .menu__item:hover span{
	color: #00C972;
}
.navigation .menu__item span:after,
.navigation .menu__item span:before{
	content: "";
	position: absolute;
	top: 6px;
	right: 2px;
	width: 1px;
	height: 6px;
	background-color: #212530;
	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:#212530;
}
.navigation .menu__item:hover span:after,
.navigation .menu__item:hover span:before{
	background-color: #00C972;
}
.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 15px;
	background-color: #00C972;
	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__item--open > .menu__submenu{
	top: 31px;
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
	z-index:3;
}.footer {
	background: #171921;
	padding: 34px 0 13px;
}
.footer__follow{
	position:relative;
	padding:37px 0 51px;
	text-align:center;
	background-color:#212530;
}
.footer__follow:before{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:236px;
	height:156px;
	background-image:url(/export/sites/tntsports/arte/footer_miscelanea.svg);
}
.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;
}
.footer__follow a:hover{
	color:#00C972;
}
.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(/arte/logo_appstore.svg) no-repeat center;
	background-size: cover;
}
.footer__bnts--google {
	background: url(/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: 300 11px/11px 'Montserrat', sans-serif;
	color: #939393;
	display:inline-block;  
}
.footer__copy a{
	font: 900 13px/13px 'Montserrat', 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:#00C972;
}
.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;
}

/** COOKIES **/
#optanon #optanon-popup-bg{
	background:rgba(255, 255, 255, 0.7)!important;
}
.optanon-alert-box-wrapper{
    background-color: #2F3744!important;
}
.optanon-alert-box-wrapper .optanon-alert-box-bg p {
	font-size: 12pt!important;
	font-family: Roboto Condensed, 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: #01FF96!important;
    background: -moz-linear-gradient(left, #01FF96 0%, #00C972 100%)!important;
    background: -webkit-linear-gradient(left, #01FF96 0%,#00C972 100%)!important;
    background: linear-gradient(to right, #01FF96 0%,#00C972 100%)!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: Montserrat!important;
    color:#000!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: Roboto Condensed, sans-serif;
    text-decoration: underline;
    cursor: pointer;
}.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:30px;
	padding-left:33px;
}
.ultimasnoticias__header:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:18px;
	height:52px;
	background-color:#00C972;
}
.ultimasnoticias__title{
	font: 800 28px/28px 'Montserrat', sans-serif;
	color: #212530;
	text-transform:uppercase;
}
.ultimasnoticias__title span{
	text-transform:initial;
	font-size:20px;
	line-height:20px;
	font-weight:300;
	display:block;
	margin-bottom:5px;
}.ranking{
	display: block;
	background-color: white;
	margin-bottom:20px;
}
.ranking__header{
	position:relative;
	margin-bottom: 8px;
	text-align: left;
}
.ranking__header:before{
	content:"";
	display:block;
	height:52px;
	width:18px;
	position:absolute;
	left:0;
	top:0;
	background-color: #01FF96;
}
.ranking__title{
	font: 800 28px/28px 'Montserrat', sans-serif;
	letter-spacing:0.5px;
	color: #212530;
	position: relative;
	text-transform: uppercase;
	padding-left:33px;
}
.ranking__title span{
	font-weight:300;
	font-size:20px;
	line-height:22px;
	text-transform:initial;
	display:block;
}
.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 li:before{
	content:"";
	box-shadow: 0px 17px 29px -5px rgba(0,0,0,0);
	position:absolute;
	left:-20px;
	right:-20px;
	top:-1px;
	bottom:-1px;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.ranking li:after{
	content:"";
	position:absolute;
	display:block;
	bottom:-1px;
	left:-20px;
	right:-20px;
	height:2px;
	opacity:0;
	background-color: #01FF96;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.ranking li:hover:after{
	opacity:1;
}
.ranking li:hover:before{
	background-color:white;
	box-shadow: 0px 17px 29px -5px rgba(0,0,0,0.15);
}
.ranking li:hover{
	border-color: white;
	z-index: 3;
	top: -1px;
	padding-top: 21px;
	padding-bottom: 19px;
}
.ranking li .news--summary--list--mini .news__title{
	font-weight:900;
	font-size:13px;
	line-height:15px;
}
.ranking li .news__title a,
.ranking li:hover .news__title a{
	background-image:none;
}
.ranking li .ranking__num{
	font: 900 43px/39px 'Montserrat', sans-serif;
	color:#01FF96;
	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: #E8E9EA;
	transform:scale(1.5);
	-ms-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-webkit-transform:scale(1.5);
}
.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='#00212530',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%;
}
.navigation__teams ul{
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.navigation__teams li{
	display:inline-block;
	margin:0 10px;
	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: #212530;
	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: #00C972;
	box-shadow:0 20px 30px rgba(0,0,0,.15);
}
.items--schedule .swiper-slide .title{
	font: 800 24px/27px 'Montserrat', 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 'Montserrat', sans-serif;
	color: #00C972;
	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: #00C972;
}
.items--schedule .swiper-slide.live .time{
	display: none;
}
.items--schedule .swiper-slide.live .title{
	color: #212530;
}
.items--schedule .swiper-slide .item__button{
	display: none;
	background-color: white;
	color: black;
	border-radius:20px;
	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.svg);
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	width:23px;
	height:18px;
	margin-right:5px;    
	vertical-align: middle;
	top: -2px;
	position: relative;
}
.items--schedule .swiper-slide.live .item__button{
	display: block;
}
/*******************
 * CUSTOM
 ******************/
.page-programacion.padding--for--sticky .site-main,
.page-stats.padding--for--sticky .site-main,
.page-freestyle.padding--for--sticky .site-main,
.page-videos.padding--for--sticky .site-main,
.page-section.padding--for--sticky .site-main,
.padding--for--sticky .header ~ .alert,

.padding--for--sticky .banner ~ .header ~ .navigation__teams{
	border-top:90px solid white;
}
.padding--for--sticky .header ~ .alert ~ .pagebuilder,
.padding--for--sticky .header ~ .alert + .alert,
.padding--for--sticky .header ~ .pagebuilder + .pagebuilder,
.padding--for--sticky .banner ~ .header  ~ .pagebuilder ~ .zonasuperiores,
.padding--for--sticky .banner ~ .alert  ~ .header ~ .zonasuperiores{
	border-top: none;
}
/***********************************
 * MODULOS ZONAS NOTAS HOME
 **********************************/  
.pagebuilder ~ .zonasuperiores{
	margin-top:35px;
}
.zonasuperiores .mod__content{
	padding-bottom:20px;
}
.modlist__content .col__aside,
.zonasuperiores .col__aside{
	width: 518px;
}
.modlist__content .col__aside + .col__main{
	margin-right:584px;
}
.zonasuperiores .col__aside + .col__main{
	margin-right:553px;
}
.zonacentrales{
	margin-top:56px;
}
.zonacentrales .row__container .col__news{
	width:calc(100% - 370px);
}
.zonacentrales .row__container{
	padding:25px 0;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	margin:0 0 25px;
}
.zonacentrales .row__container .col{
	padding:0;
}
.zonacentrales .row__container .col:first-child{
	margin-right:35px;
}
.zonacentrales .row__container:last-child{
	border-bottom:none;
}
.enlasredes{
	margin-top:36px;
}
/***********************************
 * MODULO BOTON VER MAS
 **********************************/  
.viewmore__button{
	background: #01FF96;
	background: -moz-linear-gradient(left, #01FF96 0%, #00C972 100%);
	background: -webkit-linear-gradient(left, #01FF96 0%,#00C972 100%);
	background: linear-gradient(to right, #01FF96 0%,#00C972 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01FF96', endColorstr='#00C972',GradientType=1 );
	color: black;
	text-transform: uppercase;
	display: block;
	width: 258px;
	height: 45px;
	cursor: pointer;
	margin: 0 auto 80px;
	font: 700 14px/46px 'Montserrat', sans-serif;
}
.viewmore__button:hover{
	color:white;
	background:  black;
}
/***********************************
 * ICONOS DE PLAY, AUDIO Y VIDEO
 **********************************/  
.news__nophoto{
	background: url(/arte/logo.svg) no-repeat center center;
	background-size: 45% auto;
	filter: brightness(100) grayscale(1) contrast(100);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.news--box .icono--play,
.news--innerbox .icono--play{
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%)!important;
}
.news--box .news__line--sep,
.news--innerbox .news__line--sep,
.news--summary .news__line--sep{
	display: inline-block!important;
}
.video-js .vjs-big-play-button{
	width:65px;
	height:65px;
	border:2px solid white;
	border-radius:100%;
	background-color:rgba(70,70,70,.3);
	font-size:20px;
	line-height:65px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.video-js .vjs-big-play-button span{
	font-size: 30px;
	line-height: 62px;
	text-indent: 4px;
}
.video-js .vjs-icon-play:before,
.video-js .vjs-big-play-button span:before{
	content: "\EA18";
	font-family: "iconos";
}
.news--summary .icono--play,
.news--summary .icono--picture,
.news--summary .icono--audio,
.news--innerbox .icono--play,
.news--innerbox .icono--picture,
.news--innerbox .icono--audio,
.news--box .icono--play,
.news--box .icono--picture,
.news--box .icono--audio{
	///display:none;
}
/**************************
 MOD TITLE
**************************/
.mod__header {
	position: relative;
	margin-bottom: 31px;
	text-transform: uppercase;
	padding-left: 34px;
}
.mod__header:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #01FF96;
	width: 18px;
	height: 35px;
}
.mod__title{
	color: #212530;
	font: 900 28px/34px 'Montserrat', sans-serif;
}
.mod__title a{
	color: inherit;
	font: inherit;
	position:relative;
}
/**************************
 MOD LIST
**************************/
.modlist__section{
	margin-top:56px;
}
.modlist__content{
	position:relative;
}/***********************************
 * NOTICIAS GENERALES
 **********************************/
.news--100-0 .news__media{
	padding-top: 100%!important;
}
.news--56-29 .news__media{
	padding-top: 56.29%!important;
}
.news--56-19 .news__media{
	padding-top: 56.19%!important;
}
.news--55-99 .news__media{
	padding-top: 55.99%!important;
}
/***********************************
 * MODULO NEWS-BOX
 **********************************/
.news--box .news__media{
	margin-bottom: 0;
}
.news--box .news__data{
	position: relative;
	padding: 17px 0 0;
}
.news--box .news__label{
	display: none;
}
.news--box .news__section{
	text-transform: uppercase;
	display:block;
}
.news--box .news__title{
	text-transform:uppercase;
}
.news--box .news__title a{
	background-image: linear-gradient(to right, rgb( 0, 201, 114) 0%, rgb( 0, 201, 114) 100%);
	background-size: 0% 3px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 3px 0px;
	background-repeat: no-repeat;
}
.news--box .news__title:hover a {
	background-size: 100% 3px;
}
.news--box .news__time,
.news--box .news__line--sep{
	display: none !important;
}
.news--box .news__excerpt > p:empty{
	display: none;
}
.news--box .news__author{
	display:block;
	font: 300 12px/12px 'Montserrat', sans-serif;
	color:#7F7F7F;
	text-transform: initial;
}
.news--box .news__author span,
.news--box .news__author a{
	color:#7F7F7F;
}
.news--box .icono--play, 
.news--box .icono--picture, 
.news--box .icono--audio{
	border-radius:100%;
	color: #212530;
	background-color: #00C972;
	border: none;
}
/*****************
 NEWS BOX LIST
*****************/
.news--box--list{
	margin-bottom: 25px;
}
.news--box--list .news__data{
	padding-top: 10px;
}
.news--box--list .news__title{
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 0;
	text-align: left;
}
.news--box--list .news__line{
	text-align:center;
}
.news--box--list .news__author{
	text-align:center;
}
.modlist__section .news--box--list .news__data {
    padding-top: 9px;
}
/*****************
 NEWS BOX LIST FEATURED
*****************/
.news--box--list--featured {
	margin:0;
	padding-bottom:32px;
}
.news--box--list--featured .news__data{
	padding: 24px 0 0;
}
.news--box--list--featured .news__section{
	margin-bottom:12px;
}
.news--box--list--featured .news__title{
	font-size:32px;
	line-height:36px;
	margin-bottom:13px;
}
.news--box--list--featured .icono--play, 
.news--box--list--featured .icono--picture, 
.news--box--list--featured .icono--audio{
	width: 100px;
	height: 100px;
	font-size: 41px;
	line-height: 110px;
	text-indent: 7px;
	bottom: 27px;
	left: 29px!important;
	top: initial!important;
	transform: none!important;
	-ms-transform: none!important;
	-moz-transform: none!important;
	-webkit-transform: none!important;
}/***********************************
 * MODULO NEWS-INNERBOX
 **********************************/
.news--innerbox.news--45-14 .news__media{
	padding-top: 45.14%;	
}
.news--innerbox.news--41-94 .news__media{
	padding-top: 41.94%;	
}
.news--innerbox.news--56-33 .news__media{
	padding-top: 56.33%;	
}
.news--innerbox.news--58-84 .news__media{
	padding-top: 58.84%;	
}
.news--innerbox.news--58-81 .news__media{
	padding-top: 58.81%;	
}
.news--innerbox.news--80-33 .news__media{
	padding-top: 80.33%;	
}
.news--innerbox.news--55-42 .news__media{
	padding-top: 55.42%;	
}
.news--innerbox.news--55-98 .news__media{
	padding-top: 55.98%;	
}
.news--innerbox.news--41-96 .news__media{
	padding-top: 41.96%;	
}
.news--innerbox.news--58-79 .news__media{
	padding-top: 58.79%;	
}
.news--innerbox.news--56-3 .news__media{
	padding-top: 56.3%;	
}
.news--innerbox.news--80-38 .news__media{
	padding-top: 80.38%;	
}
.news--innerbox.news--56-31 .news__media{
	padding-top: 56.31%;	
}
.news--innerbox.news--58-87 .news__media{
	padding-top: 58.87%;	
}
.news--innerbox .news__media:after{
	background: -moz-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
	background: -webkit-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
	background: linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
}
.news--innerbox .news__media--iframe + .news__data,
.news--innerbox .news__label{
	display: none;
}
.news--innerbox .news__section{
	text-transform: uppercase;
	letter-spacing:0.5px;
}
.news--innerbox .news__title{
	text-transform:uppercase;
}
.news--innerbox .news__title a{
	background-image: linear-gradient(to right, rgb( 0, 201, 114) 0%, rgb( 0, 201, 114) 100%);
	background-size: 0% 3px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.news--innerbox .news__title:hover a {
	background-size: 100% 3px;
}
.news--innerbox .icono--play, 
.news--innerbox .icono--audio, 
.news--innerbox .icono--picture{
	display:none;
}
.news--innerbox .news__line {
	margin-top: 15px;
}
.news--innerbox .news__line--sep,
.news--innerbox .news__author,
.news--innerbox .news__time{
	text-transform: initial;
	display: block;
	font: 12px/12px 'Montserrat', sans-serif;
	color: white;
}
.news--innerbox .news__author a{
	text-transform: initial;
	color: inherit;
}
.news--innerbox .news__author a:hover{
	color: white;
}
.news--innerbox .news__line--sep,
.news--innerbox .news__time,
.news--innerbox .news__share{
	display: none!important;
}
.news--innerbox .news__data{
	pointer-events: none;
}
.news--innerbox .news__title,
.news--innerbox .news__author a,
.news--innerbox .news__section {
	pointer-events: all;
}
/*********************
* NEWS INNERBOX SUPERFEATURED
*********************/
.news--innerbox--superfeatured .news__line--sep,
.news--innerbox--superfeatured .news__author,
.news--innerbox--superfeatured .news__time{
	color: #7F7F7F;
}
.news--innerbox--superfeatured .news__data{
	padding: 41px 30px;
	max-width: 1250px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news--innerbox--superfeatured .news__title {
	font-weight:800;
	font-size: 55px;
	line-height: 59px;
	max-width:50%;
}
.news--innerbox--superfeatured .news__line {
	margin-top: 30px;
}
/*********************
* NEWS INNERBOX LIST
*********************/
.news--innerbox--list {
	margin-bottom:50px;
}
.news--innerbox--list .news__data {
	max-width:560px;
}
.news--innerbox--list .news__title {
	font-size:33px;
	line-height:35px;
}
/*********************
* NEWS INNERBOX LIST SECTION
*********************/

.news--innerbox--section .news__data {
	max-width:472px;
}
.news--innerbox--section .news__section {
	font-size:12px;
	line-height:12px;
}
.news--innerbox--section .news__title {
	font-size:33px;
	line-height:35px;
}
/*******************
* NEWS INNERBOX FOTOGLLERY
*******************/
.news--innerbox--fotogallery .news__data{
	text-align:center;
	padding:0 130px;
	top:50%;
	bottom:initial;
	pointer-events:none;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.news--innerbox--fotogallery .news__data:before{
	content: "\EA16";
	display: inline-block;
	font-family: "iconos";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 100%;
	color: #212530;
	font-size:25px;
	line-height:79px;
	width:78px;
	height:78px;
	background: #01FF96;
	background: -moz-linear-gradient(left, #01FF96 0%, #00C972 100%);
	background: -webkit-linear-gradient(left, #01FF96 0%,#00C972 100%);
	background: linear-gradient(to right, #01FF96 0%,#00C972 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01FF96', endColorstr='#00C972',GradientType=1 );
	position:absolute;
	left:50%;
	top:0;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.news--innerbox--fotogallery .news__title{
	font-size:43px;
	line-height:47px;
	padding-top: 100px;
}
.news--innerbox--fotogallery:hover .news__title a {
    background-size: 100% 3px;
}
/***********************************
 * MODULO NEWS-SUMMARY
 **********************************/
.news--summary{
	margin-bottom:50px;
	box-shadow: 0px 17px 29px -5px rgba(0,0,0,0);
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.news--summary:hover{
	box-shadow: 0px 17px 29px -5px rgba(0,0,0,0.15);
}
.news--summary.news--182x182 .news__media,
.news--summary.news--91x91 .news__media{
	width:91px;
	height:91px;
	overflow: hidden;
}
.news--summary.news--182x182 .news__data,
.news--summary.news--91x91 .news__data{
	margin-left:108px;
}
.news--summary.news--160x160 .news__media,
.news--summary.news--80x80 .news__media{
	width:80px;
	height:80px;
	overflow: hidden;
}
.news--summary.news--160x160 .news__data,
.news--summary.news--80x80 .news__data{
	margin-left:96px;
}
.news--summary.news--140x140 .news__media,
.news--summary.news--70x70 .news__media{
	width:70px;
	height:70px;
	overflow: hidden;
}
.news--summary.news--140x140 .news__data,
.news--summary.news--70x70 .news__data{
	margin-left:92px;
}
.news--summary.news--300x300 .news__media,
.news--summary.news--156x156 .news__media{
	width:156px;
	height:156px;
}
.news--summary.news--300x300 .news__data,
.news--summary.news--156x156 .news__data{
	margin-left:180px;
}
.news--summary.news--603x336 .news__media,
.news--summary.news--402x224 .news__media{
	width:402px;
	height:224px;
}
.news--summary.news--603x336 .news__data,
.news--summary.news--402x224 .news__data{
	margin-left:450px;
}
.news--summary .news__data{
	margin-left: 370px;
	padding-top:20px;
	padding-right:20px;
	text-align: left;
}
.news--summary .news__label{
	display: none;
}
.news--summary .news__section{
	text-transform: uppercase;
	vertical-align:top;
	display: block;
	letter-spacing:0.5px;
}

.news--summary .news__title{
	text-transform:uppercase;
}
.news--summary .news__title a{
	background-image: linear-gradient(to right, rgb( 0, 201, 114) 0%, rgb( 0, 201, 114) 100%);
	background-size: 0% 3px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 3px 0px;
	background-repeat: no-repeat;
}
.news--summary .news__title:hover a {
	background-size: 100% 3px;
}
.news--summary .news__author,
.news--summary .news__time,
.news--summary .news__line--sep{
	display: block;
	text-transform: initial;
	font: 300 12px/12px 'Roboto Condensed', sans-serif;
	color: #7F7F7F;
}
.news--summary .news__time,
.news--summary .news__line--sep{
	display: none !important;
}
.news--summary .news__author span,
.news--summary .news__author a{
	text-transform: initial;
	color: #7F7F7F;
}
.news--summary .news__author a:hover{
	color: #7F7F7F;
}
.news--summary .icono--play,
.news--summary .icono--picture,
.news--summary .icono--audio {
	border-radius:100%;
	background-color: #00C972!important;
	color: #212530;
	border: none;
}
/*********************
* NEWS SUMMARY LIST
*********************/
.news--summary--list{
	margin-bottom:32px;
}
.news--summary--list .news__data{
	padding:20px 24px 0 0;
}
.news--summary--list .news__title{
	font-size:17px;
	line-height:21px;
	color:#212530;
}
.news--summary--list .news__media:before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	background: #01FF96;
	background: -moz-linear-gradient(left top, #01FF96 0%, #00C972 100%);
	background: -webkit-linear-gradient(left top, #01FF96 0%,#00C972 100%);
	background: linear-gradient(right bottom,, #01FF96 0%,#00C972 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01FF96', endColorstr='#00C972',GradientType=1 );
	pointer-events: none;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news--summary--list:hover .news__media:before{
	opacity:.5;
}

.news--summary--list img{
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.news--summary--list:hover img{
	 filter: grayscale(1);
}
/*********************
* NEWS SUMMARY LIST MINI
*********************/
.news--summary--list--mini{
	vertical-align:top;
	margin:0;
	box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.news--summary--list--mini:hover{
	box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.news--summary--list--mini .icono--play,
.news--summary--list--mini .icono--picture,
.news--summary--list--mini .icono--audio {
	display:none;
}
.news--summary--list--mini .news__data{
	padding:0;
}
.news--summary--list--mini .news__section{
	margin-bottom: 6px;
	font-size:11px;
	line-height:11px;
}
.news--summary--list--mini .news__title{
	font: 700 15px/17px 'Montserrat', sans-serif;
	color:#212530;
	margin:0;
}
/***********************************
 * SLIDERS
 **********************************/
.swiper-button{
	text-align:center;
	background:none;
	background-color: white;
	border: none;
	font-size: 30px;
	width: 70px;
	height: 70px;
	line-height:78px;
}
.swiper-button-prev, 
.swiper-button-next{
	margin-top:0!important;
	transform: translateY(-50%)!important;
	-ms-transform: translateY(-50%)!important;
	-moz-transform: translateY(-50%)!important;
	-webkit-transform: translateY(-50%)!important;
	left:0!important;
	color: #212530!important;
}
.swiper-button-next{
	left:initial!important;
	right:0!important;
}
.swiper-button-prev.swiper-button-disabled, 
.swiper-button-next.swiper-button-disabled{
	pointer-events: initial;
	opacity:0.4;
}
.swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	margin:0 3px;
	display: inline-block;
	border-radius: 100%;
	opacity: 1;
	background: #e3e3e3;
}
.swiper-pagination-bullet-active{
	background: #00C972;
}
.swiper-pagination-fraction, 
.swiper-pagination-custom, 
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:31px;
}/***********************************
 * MODULO LIST H BOX HORIZONTAL
 **********************************/
.listhboxslider__header {
	text-align: left;
	margin-bottom: 29px;
}
.listhboxslider__title{
	padding: 0;
	font: 24px/24px 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.listhboxslider__title a{
	color: inherit;
}
.listhboxslider .swiper-container{
	padding-bottom: 87px;
}
.listhboxslider__link{
	display:none;
}
/***********************************
 * MODULO ULTIMAS NOTICIAS
 **********************************/
.listhboxslider--ultimasnoticias{
	padding-top:50px;
}
.listhboxslider--ultimasnoticias .listhboxslider__header{
	border-bottom:3px solid black;
	padding-bottom:13px;
}
.listhboxslider--ultimasnoticias .news--box--featured .news__line{
	min-height: 28px;
}
/***********************************
 * MODULO TAG ZONE
 **********************************/
.listhboxslider--tagzone .row{
	padding: 27px 20px 2px;
	background-color:white;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.listhboxslider--tagzone .listhboxslider__header {
	margin-bottom: 17px;
}
.listhboxslider--tagzone .listhboxslider__title a:before{
	content:"#";
}
.listhboxslider--tagzone .swiper-button-next {
    right: -83px!important;
}
.listhboxslider--tagzone .swiper-button-prev{

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

.suscribehorizontal__fieldset input::-webkit-input-placeholder{
	color:#7F7F7F;
}
.suscribehorizontal__fieldset input::-moz-placeholder{
	color:#7F7F7F;
}
.suscribehorizontal__fieldset input:-ms-input-placeholder{
	color:#7F7F7F;
}
.suscribehorizontal__fieldset input:-moz-placeholder {
	color:#7F7F7F;
}
.suscribehorizontal__fieldset{
	position:relative;
}
.suscribehorizontal__fieldset button{
	border: 0;
	background: white;
	color: #212530;
	margin: 0 0 0 -4px;
	padding: 16px 18px 14px;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	border-radius:0;
	box-sizing: border-box;
	height: 56px;
}    

.suscribehorizontal__hint{
	font: 12px/35px  'Montserrat', sans-serif;
	color: white;
}

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

.hint.error{
	color: white;
	font: 15px/18px 'Montserrat', sans-serif;
	border: none;
	background-color: #171921;
	max-width: 544px;
	display:inline-block;
	position: absolute;
	left: 50%;
	padding: 10px;
	width: 80%;
	transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.suscribehorizontal__content .hint.success {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    color:#ffffff;
}
.suscribehorizontal__social{
	display: none;
}/***********************************
 * MODULO FRASE DEL DIA
 **********************************/
.textual{
	position: relative;
	height: 550px;
        margin: 0;
}
.textual:before{
	content:"";
	display:block;
	width:100%;
	height:138px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color: #212530
}
.textual:after{
	content:"";
	display:block;
	width:50%;
	height:6px;
	position:absolute;
	bottom:0;
	right:0;
	background-color: #00C972
}
.textual .row{
	position:relative;
	height:100%;
	border-bottom:6px solid #00C972;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.textual .row:after{
	content:"";
	display:block;
	background-color:#00C972;
	width:6px;
	height:112px;
	position:absolute;
	bottom:-59px;
	left:0;
	z-index:1;
}
.textual .row:before{
	content:"";
	display:block;
	background-color:#00C972;
	width:396px;
	height:396px;
	border-radius:100%;
	position:absolute;
	bottom:22px;
	left:47px;
}
.textual__image{
	position: absolute;
	bottom: 0;    
	height: auto;
	width: 44%;
	left: 6.7%;
}
.textual__quote{
	position: absolute;
	text-align: left;
	width: 518px;
	padding: 0 50px 0 0;
	right: 107px;
	top: 105px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.textual__quote:before{
	content: "";
	background-image: url(/export/sites/tntsports/arte/icon_textual.svg);
	background-size:contain;
	position: absolute;
	top: -14px;
	right:0;
	width:159px;
	height:138px;
        display:block;
}
.textual__quote p{
	color: #212530;
	font: bold 28px/34px 'Montserrat', sans-serif;
	z-index: 1;
	position:relative;
}
.textual__author{
	color: #212530;
	padding: 0;
	margin-top:30px;
	display: block;
	font: 900 15px/18px 'Montserrat', sans-serif;
	border:none;
	text-transform:uppercase;
}
.textual__author:empty{
	display: none;
}
.textual__social {
	display:none;
}
/*******************************
* NOTA TEXTUAL CARD FRASE DEL DIA
*******************************/
.page-newscard .textual{
	margin: 0;
	padding: 0;
}/***********************
 * PAGE DESTACADO
***********************/
.pagebuilder--destacado .news__media:before {
	background-image: -moz-linear-gradient(-90deg, rgba(18,19,19,0.00) 0%, rgba(18,19,19,0.5) 100%);
        background-image: -webkit-linear-gradient(-90deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	background-image: linear-gradient(-90deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}
/***********************
 * PAGE RELACIONADOS
 **********************/
.pagebuilder--relacionados .news--innerbox .news__data {
	text-align: center;
	padding:41px 30px 120px;
}
.pagebuilder--relacionados .row{
	position:relative;
	z-index:2;
	border-bottom: 1px solid #EEEEEE;
}
.pagebuilder--relacionados .news--innerbox .news__title {
	margin: 0 auto;
	bottom: 43px;
	max-width:100%;
}
.pagebuilder--relacionados .news--innerbox .news__media:before {
	background-image: -moz-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%, rgba(18,19,19,0.5) 100%);
	background-image: -webkit-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	background-image: linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}
.pagebuilder--relacionados .row__container .col{
	    padding: 0 17.5px;
}
.pagebuilder--relacionados .row__container{
	margin: -82px -17.5px 0;
	padding-bottom: 10px;
}
/***********************
 * PAGE BUILDER DIARIO
 **********************/
.pagebuilder--diario{
	position:relative;
	display:inline-block;
	width:100%;
	vertical-align:top;
}
.pagebuilder--diario .news--innerbox{
	width: 67.65%;
	float:left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pagebuilder--diario .news--innerbox + .news--innerbox{
	padding-right:0;
	width:32.35%;
}
.pagebuilder--diario .news__line{
	font-size: 0;
}
.pagebuilder--diario .news--innerbox .news__title{
	font-size:40px;
	line-height:44px;
}
.pagebuilder--diario .news--innerbox + .news--innerbox .news__title{
	font-size: 26px;
	line-height: 29px;
}
.pagebuilder--diario .news--innerbox + .news--innerbox .news__data{
	padding:22px;
}
.pagebuilder--diario .news--innerbox + .news--innerbox .news__line{
	margin-top:16px;
}/*****************
 ENCUESTA VERSUS
*****************/
.poll--versus{
	margin-bottom:25px;
	margin-top: 41px;
	text-align: center;
	position: relative;
}

.poll--versus .poll__header{
	background: #01FF96;
	background: -moz-linear-gradient(left, #01FF96 0%, #00C972 100%);
	background: -webkit-linear-gradient(left, #01FF96 0%,#00C972 100%);
	background: linear-gradient(to right, #01FF96 0%,#00C972 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01FF96', endColorstr='#00C972',GradientType=1 );
	z-index: 3;
	top: 0;
	padding: 20px;
	position: absolute;
	margin: -41px 24px 0;
	height: auto;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.poll--versus .poll__label{
	font: 15px/15px 'Montserrat', sans-serif;
	color:#00C972;
	text-transform:uppercase;
	top:15px;
	display: none;
}
.poll--versus .poll__title{
	font: 900 18px/22px 'Montserrat', sans-serif;
	color: #212530;
	top: inherit;
	position: relative;
	text-transform:uppercase;
}
.poll--versus .poll__description{
	font: 300 16px/17px 'Roboto Condensed', sans-serif;
	margin-top: 12px;
}
.poll--versus .poll__content {
	background-color: grey;
	height: 100%;
	overflow:hidden;
}
.poll--versus .poll__item:before {
	display: none;
}
.poll--versus .poll__item--right{
	border: none;
	border-left: 0 solid black;
	background-size: 300px auto;
}
.poll--versus .poll__item--left{
	padding-top: 119.72%;
}
.poll--versus .poll__item--right:after{
	display: none;
}
.poll--versus .poll__content:after {
	content: "VS";
	position: absolute;
	bottom: 40px;
	left: 50%;
	color: #212530;
	background-color: white;
	height: 70px;
	width: 70px;
	text-align: center;
	font: 900 30px/73px 'Montserrat', sans-serif;
	border-radius: 100%;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);	
	z-index: 5;
}
.poll--versus .poll__data{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.71) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
	overflow:visible;
	bottom:-1px;
}
.poll--versus .icono--check_outline{
	background: #01FF96;
	background: -moz-linear-gradient(left, #01FF96 0%, #00C972 100%);
	background: -webkit-linear-gradient(left, #01FF96 0%,#00C972 100%);
	background: linear-gradient(to right, #01FF96 0%,#00C972 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01FF96', endColorstr='#00C972',GradientType=1 );
	border-radius: 0;
	border: none;
	color: #212530;
	text-align: center;
	padding:0;
	width: 97px;
	height: 32px;
	line-height: 32px;
	bottom: 60px;
}
.icono--check_outline:before{
	content:"VOTAR";
	color: #212530;
	font: 900 14px/14px 'Montserrat', sans-serif;
}
.poll--versus .poll__text{
	font: 700 12px/13px 'Montserrat', sans-serif;
	bottom: 28px;
	text-transform: uppercase;
	padding: 0 24px;
	text-align: center;
	top: 333px;
	bottom: initial;
}
.poll--versus .poll__data--right .poll__text{
	text-align: center;
}
.poll--versus.poll--results .poll__percent{
	text-align: center;
	bottom: 75px;
	transform: none;
	font: 700 20px/24px 'Montserrat', sans-serif;
	text-transform: uppercase;
	width: 70px;
	height: 70px;
	padding: 17px 0;
	background: rgba(33,37,48,0.50);
	transform: translate(-50%, 0);
	border-radius: 125px;
	box-sizing: border-box;
}

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

.poll--simple .poll__background{
	display:none;
}
.poll--simple .poll__header{
	text-align:center;
	position:relative;
	z-index:2;
	max-width: 500px;
	width:100%;
	margin: 0 auto 0;
}
.poll--simple .poll__label{
	position:relative;
	text-align: left;
	font: 900 20px/20px 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #00C972;
	display: block;
	padding-bottom:16px;
}
.poll--simple .poll__label:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:69px;
	height:6px;
	background-color: #00C972;
}
.poll--simple .poll__title{
	font: 900 18px/22px 'Montserrat', sans-serif;
	text-align: left;
	margin: 0;
	color:white;
	text-transform: uppercase;
}
.poll--simple .poll__description{
	color:white;
	font-size: 15px;
	line-height: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 8px;
}
.poll--simple .poll__content{
	display:block;
	z-index:2;
	max-width: 500px;
	width:100%;
	margin: 50px auto 0;
}
.poll__items{
	max-width: 588px;
	margin: 0 auto;
}
.poll--simple .poll__item{
	height:44px;
	overflow:visible;
	background-color: #00C972;
	border-radius:0;
	overflow:hidden;
}
.poll--simple .poll__item + .poll__item {
	margin-top: 4px;
}
.poll--simple .poll__option{
	min-width: 85%;
	text-align: left;
	left: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	padding-right: 25px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-height: 34px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.poll--simple .poll__option:before{
	content:"\EA05";
	display:block;
	position:absolute;
	right:0;
	top:50%;
	font-family: "iconos";
	font-style: normal;
	font-weight: normal;
	font-size:16px;
	color: #212530;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.poll--results.poll--simple .poll__option:before{
	display:none;
}
.poll--simple .poll__item .poll__option,
.poll--simple .poll__item .poll__percent{
	transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
}
.poll--simple.poll--results .poll__option{
	left: 20px;
	transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
.poll--simple .poll__item:hover{
	background-color: #00C972;
}
.poll--simple .poll__item + .poll__item{
	margin-top: 4px;
}
.poll--simple .poll__item:hover .poll__option:before,
.poll--simple .poll__item:hover .poll__option{
	color:white;
}
.poll--simple .poll__percent{
	color: #171921;
	font: 18px/18px 'Montserrat', sans-serif;
}
.poll--simple .poll__option{
	color: #212530;
	font: 800 15px/18px 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.poll--simple .poll__footer{
	margin: 0;
	padding-top: 19px;
	text-align: left;
	display:none;
}
.poll--simple .poll__footer p{
	float: none;
	font: 14px/14px 'Montserrat', sans-serif;
	color: white;
}
.poll--simple .poll__social{
	display: none;
}
.poll--simple .poll__item .poll__option,
.poll--simple .poll__item .poll__percent{
	transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
}

.poll--simple.poll--results .poll__item{
	background-color:rgba(0, 201, 114,0.2);
	cursor: default;
	
}
.poll--simple.poll--results .poll__item .poll__bar{
	border-radius: 22px;
	background-color:rgba(0, 201, 114,0.5);
}
.poll--simple.poll--results .poll__item .poll__option,
.poll--simple.poll--results .poll__item .poll__percent{
	position:absolute;
	bottom: 13px;
	top: initial;
	left:0;
	color:white;
	transform:none;
	-webkit-transform:none;
	text-align: left;
}
.poll--simple.poll--results .poll__item .poll__option{
	font: 800 15px/18px 'Montserrat', sans-serif;
	left:20px;
	max-height: 18px;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	width: 178px;
	min-width: auto;
}
.poll--simple.poll--results .poll__item .poll__percent{
	left:initial;
	right:10px;
	color:white;
	font: bold 20px/18px 'Montserrat', sans-serif;
	letter-spacing: -1px;
}
.poll--simple.poll--results .poll__item--win .poll__bar{
	background-color: #00C972;
}
.poll--simple.poll--results .poll__item.poll__item--win .poll__percent,
.poll--simple.poll--results .poll__item.poll__item--win .poll__option{
	color: white;
}
/***
 POLL EN NOTA
***/
.ckeditor-poll .poll--simple{
	min-height: 304px;
	height: auto;
	padding:25px 30px 30px;
}
.ckeditor-poll .poll--simple .poll__background{
	left: initial;
	right: 0;
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.ckeditor-poll .poll--simple .poll__title{
	font-size:22px;
	line-height:26px;
}

.ckeditor-poll .poll--simple .poll__description{
	text-align:left;
}
.ckeditor-poll .poll--simple .poll__items{
	max-width:100%;
}
.ckeditor-poll .poll--simple .poll__item{
	width:auto;
	min-width:100%;
}
.ckeditor-poll .poll--simple .poll__option{
	min-width: 90%;
}
/**************************
 * ALERTS
**************************/
.alert{
	display: block;
	text-align: center;
	padding: 35px 0 30px;
	background: #01FF96;
	background: -moz-linear-gradient(left,  #01FF96 0%, #00C972 100%);
	background: -webkit-linear-gradient(left,  #01FF96 0%,#00C972 100%);
	background: linear-gradient(to right,  #01FF96 0%,#00C972 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01FF96', endColorstr='#00C972',GradientType=1 );
	position:relative;
}
.alert .row{
	margin:0;
	max-width:100%;
	vertical-align:top;
	font-size:0;
	line-height:0;
}
.alert__close{
	position: absolute;
	top: 20px;
	right: 23px;
	z-index: 3;
	width: 28px;
	height: 26px;
	padding: 0;
}
.alert__close:before, 
.alert__close:after {
	  position: absolute;
	  left: 13px;
	  content: ' ';
	  height: 22px;
	  width: 2px;
	  top: 2px;
	  background-color: #212530;
	  transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
}
.alert__close:before {
	  transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
}
.alert__label{
	color: #212530;
	font: 900 18px/18px 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: inline;
	margin-right:12px;
	font-weight: 500;
	line-height: 22px;
}
.alert__title{
	color: #212530;
	font:  600 18px/18px 'Montserrat', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	line-height: 22px;
}
.alert__title a{
	color: inherit;
	font: inherit;
	font-weight: 300;
}
.alert__title a:hover{
	text-decoration: underline;
}
/**************************
 * ALERT VIVO
**************************/
.alert--vivo{
	overflow: hidden;
	padding: 14px 0;
}
.alert--vivo .alert__media{
	display: inline-block;
	margin-right: 23px;
	width: 173px;
	height: 95px;
	background-color: #212530;
	position: relative;
	vertical-align: top;
} 
.alert--vivo .alert__label{
	display:block;
}
.alert--vivo img{
	width: 100%;
	height: auto;
}
.alert--vivo .icono--play{
position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    width: 34px;
    height: 34px;
    color: #1b202c;
    text-align: center;
    border-radius: 100%;
    line-height: 39px;
    font-size: 13px;
    text-indent: 2px;
    background: #00e283;
}
.alert--vivo .alert__data{
	display: inline-block;
	padding-top: 28px;
	text-align: left;
	margin-left: 0;
	max-width: calc(100% - 300px);
}
/**************************
 * ALERT ULTIMO MOMENTO
**************************/
.alert--ultimomomento{
	background: #E7DF26;
}.video--box{
	margin-bottom:30px;
}
.video--box .video__media{
	margin: 0;
}
.video--box.video--56-27 .video__media{
	padding-top: 42.02%;
}
.video--box.video--56-42 .video__media{
	padding-top: 56.42%;
}
.video--box .icono--play{
	width: 45px;
	height: 45px;
	font-size:16px;
	line-height: 50px;
	left: 50%;
	top: 50%;
	border:none;
	border-radius:100%;
	color: #212530;
	background-color: #00C972;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.video--box .icono--play:before{
	position: relative;
	left: 2px;
}
.video--box .video__duration{
	display: block;
	color: white;
	font: 300 12px/12px 'Montserrat', sans-serif;
	background-color: rgba(0,0,0,0.6);
	padding: 7px 14px 6px;
	top: 13px;
	right: 13px;
	bottom: initial;
	border-radius: 13px;
}
.video--box .video__data{
	position: relative;
	padding-top:21px;
}
.video--box .video__tags{
	font: 900 11px/11px 'Montserrat', sans-serif;
	color: #00C972;	
	display: block;
	text-transform: uppercase;
	margin: 0 0 6px;
}

.video--box .video__title{
	text-transform: uppercase;
}
.video--box .video__line{
	font: 12px/16px 'Montserrat', sans-serif;
	color: #9B9B9B;
	position: absolute;
	bottom: 19px;
	left: 20px;
}
.video--box .video__date{
	display: none;
}
.video--box .video__excerpt {
	margin: 25px 0 0;
	color: rgba(255,255,255,0.7);
	font: 300 17px/24px 'Roboto Condensed', sans-serif;
	max-height: 132px;
	-webkit-line-clamp: 5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
/***************
 VIDEO BOX FEATURED
***************/
.video--box--featured{
	font-size:0;
	line-height:0;
	margin-bottom:30px;
}
.video--box--featured .video__media{
	width: calc(100% - 317px);
	display:inline-block;
}
.video--box--featured .video__data{
	vertical-align: top;
	width: 317px;
	display:inline-block;
	padding-left:40px;
	padding-top:0;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.video--box--featured .video__title{
	font-size:28px;
	line-height:32px;
	color:white;
}
.video--box--featured .icono--play{
	height:100px;
	width:100px;
	font-size:41px;
	line-height: 110px;
}
/***************
 VIDEO BOX FEATURED MINI
***************/
.video--box--featured--mini{
	margin-bottom:0;
}
.video--box--featured--mini .video__title{
	line-height:20px;
	color:white;
}
.video--box--featured--mini .video__tags{
	margin-bottom:9px;
}
.video--box--featured--mini .video__data{
	padding-top:20px;
}.video--innerbox.video--100-0 .video__media{
	padding-top: 100%;
}
.video--innerbox.video--135-68 .video__media{
	padding-top: 135.68%;
}
.video--innerbox.video--135-58 .video__media{
	padding-top: 135.588%;
}
.video--innerbox .video__tags{
	display: block;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.video--innerbox .video__title a{
	color: inherit;
	font: inherit;
}
.video--innerbox .video__title a:hover{
	color: #00C972;
}
.video--innerbox .video__tags{
	font: 16px/16px 'Montserrat', sans-serif;
	color: #00C972;	
	display: block;
	text-transform: uppercase;
	margin: 0 0 8px;
}
/****************************
 VIDEO INNER FEATURED HOME
****************************/
.video--innerbox--featured .video__data{
	padding: 37px 30px 37px 122px;
	min-height:84px;
}

.video--innerbox--featured .video__data:before{
	content:"\EA18";
	display:block;
	position:absolute;
	font-family: "iconos";
	font-style: normal;
	font-weight: normal;
	border: 2px solid white;
	width: 56px;
	height: 56px;
	font-size: 19px;
	line-height: 59px;
	top:38px;
	left:35px;
	border-radius: 100%;
	text-align: center;
	color: white;
	text-indent: 3px;
}
.video--innerbox--featured .video__tags{
	font-size:15px;
	line-height:15px;
}
.video--innerbox--featured .icono--play{
	display:none;
}
.video--innerbox--featured .video__title {
	font-size: 40px;
	line-height: 42px;
}.authorlisthinnerboxslider{
	margin:38px 0 0 0;
	position:relative;
}
.authorlisthinnerboxslider__content{
	position:initial;
}
.authorlisthinnerboxslider .swiper-container{
	overflow:visible;	
}
.authorlisthinnerboxslider .swiper-button{
	background-color:black;
	width:70px;
	height:70px;
	font-size:30px;
	line-height:78px;
	color:white!important;
}
.authorlisthinnerboxslider .swiper-button.swiper-button-disabled{
	opacity:0;
}
.authorlisthinnerboxslider__header{
	position:relative;
	margin-bottom:31px;
	text-transform:uppercase;
	padding-left:34px;
}
.authorlisthinnerboxslider__header:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	background-color:#00C972;
	width:18px;
	height:35px;
}
.authorlisthinnerboxslider__title{
	color:#212530;
	font: 900 28px/34px 'Montserrat', sans-serif;
}
.authorlisthinnerboxslider__title a{
	font:inherit;
	color:inherit;
}
.authorlisthinnerboxslider .swiper-slide{
	width:590px;
}
.author--innerbox .author__media{
	border-radius:100%;
	overflow:hidden;
	background: #01FF96;
	background: -moz-linear-gradient(left, #01FF96 0%, #00C972 100%);
	background: -webkit-linear-gradient(left, #01FF96 0%,#00C972 100%);
	background: linear-gradient(to right, #01FF96 0%,#00C972 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01FF96', endColorstr='#00C972',GradientType=1 );
}
.author--innerbox .news__media img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
.author--innerbox .news__media {
    	padding-top: 76.3%!important;
    	position:relative;
}
.author--innerbox .news__media:before{
	content:"";
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
	pointer-events: none;
	background-image: -moz-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%, rgba(18,19,19,0.5) 100%);
	background-image: -webkit-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	background-image: linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
}
.author--innerbox .author__content{
	top:9px;
	left:0;
	width:69px;
}
.author--innerbox .news__data{
	left:40px;
	top: 283px;
	padding: 0 0 0 100px;
}
.author--innerbox .news__title{
	font-size:33px;
	line-height:33px;
	font-weight:900;
	text-transform:uppercase;
}
.author--innerbox .news__title a{
	background-image: linear-gradient(to right, rgb( 0, 201, 114) 0%, rgb( 0, 201, 114) 100%);
	background-size: 0% 3px;
	background-position: 0px 95%;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	padding: 0.1% 0px;
	background-repeat: no-repeat;
}
.author--innerbox .news__title:hover a {
	background-size: 100% 3px;
}
.author--innerbox .author__name{	
	opacity:1;
	margin-top:20px;
	text-transform:initial;
	font:300 12px/12px 'Montserrat', sans-serif;
}
.author--innerbox .news__media a:after{
	display:none;
}.fotogaleriasliderinnerbox{
	position:relative;
	padding-top:0;
}
.fotogaleriasliderinnerbox__header{
	position: absolute;
	top:30px;
	left:50%;
	width:100%;
	max-width:1250px;
	margin-bottom: 31px;
	text-transform: uppercase;
	z-index:2;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.fotogaleriasliderinnerbox__header:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00C972;
	width: 18px;
	height: 35px;
}
.fotogaleriasliderinnerbox__title{
	position: relative;
	text-align: left;
	color: white;
	font: 900 28px/34px 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block;
	padding-left:34px;
}
.fotogaleriasliderinnerbox__title a{
	color:inherit;
}
.fotogaleriasliderinnerbox__link{
	display:none;
}
.fotogaleriasliderinnerbox__link:after {
	content:"";
	display:block;
	position:absolute;
	width: 0; 
	height: 0; 
	border-left: 4px solid #00C972;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	top: 3px;
	right: 0;
}
.fotogaleriasliderinnerbox .swiper-pagination{
	display:none;
}
.fotogaleriasliderinnerbox .swiper-button{
	text-align:center;
	background:none;
	background-color: black;
	border: none;
	font-size: 30px;
	width: 70px;
	height: 70px;
	line-height:78px;
}
.fotogaleriasliderinnerbox .swiper-button-prev, 
.fotogaleriasliderinnerbox .swiper-button-next{
	margin-top:0!important;
	transform: translateY(-50%)!important;
	-ms-transform: translateY(-50%)!important;
	-moz-transform: translateY(-50%)!important;
	-webkit-transform: translateY(-50%)!important;
	left:0!important;
	color: white!important;
}
.fotogaleriasliderinnerbox .swiper-button-next{
	left:initial!important;
	right:0!important;
}
.fotogaleriasliderinnerbox .swiper-button-prev.swiper-button-disabled, 
.fotogaleriasliderinnerbox .swiper-button-next.swiper-button-disabled{
	pointer-events: initial;
	opacity:0.4;
}.videomodule1y4{
	padding: 93px 0 50px;
}
.section__navigationtags + .videomodule1y4{
	margin-top: -68px;
}
.page-home .videomodule1y4{
	padding-top:28px;
	overflow:hidden;
	margin-top:0;
}
.sin__navtags + .videomodule1y4 {
    margin-top: 0;
    padding-top: 51px;
}
.videomodule1y4__header{
	margin-bottom:28px;
	padding-left:34px;
	position:relative;
	text-align: left;
}
.videomodule1y4__header:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:69px;
	background-color: #00C972;
}
.videomodule1y4__title{
	color: white;
	font: 800 53px/45px 'Montserrat', sans-serif;
	text-transform:uppercase;
}
.videomodule1y4__title span{
	font-size:28px;
	line-height:28px;
	font-weight:300;
	display:block;
	text-transform:initial;
}
.videomodule1y4__link{
	position: absolute;
	right: 0;
	top: 29px;
	color: #01FF96;
	font: 700 13px/13px 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.videomodule1y4 .row__container{
	margin:0 -11px;
}
.videomodule1y4 .col{
	padding:0 11px;
}
.videomodule1y4 .video--innerbox{
	margin-bottom: 25px;
}/*****
 MODULO ESPECIALES
*****/
.mod--especiales{
	background: rgb(44 50 63 / 0.06);
	position:relative;
	padding: 59px 0 36px;

	overflow: hidden;
}

.mod--especiales__header{
   position: relative;
   margin-bottom: 31px;
   text-transform: uppercase;
   padding-left: 38px;
}
.mod--especiales__header:before{
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   background-color: #2AFBA6;
   width: 16px;
   height: 36px;
}
.mod--especiales__title{
   color: #212530;
   display: inline-block;
   font: 900 30px/36px 'Montserrat', sans-serif;
}
.mod--especiales__viewmore{
	
	background: #01FF96;
	background: -moz-linear-gradient(left, #01FF96 0%, #00C972 100%);
	background: -webkit-linear-gradient(left, #01FF96 0%,#00C972 100%);
	background: linear-gradient(to right, #01FF96 0%,#00C972 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01FF96', endColorstr='#00C972',GradientType=1 );
	color: #2B313E;
	font: 600 14px/28px 'Montserrat', sans-serif;

	vertical-align: top;
	display: inline-block;
	height: 28px;
	border-radius: 125px;
	text-transform: uppercase;
	padding: 0 13px;
	margin-top: 3px;
	margin-left: 16px;
	width: 143px;
	text-align: center;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
}
.mod--especiales__viewmore:hover{
	color: white;
	background: #212530;
	background: -moz-linear-gradient(left, #212530 0%, #212530 100%);
	background: -webkit-linear-gradient(left, #212530 0%,#212530 100%);
	background: linear-gradient(to right, #212530 0%,#212530 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212530', endColorstr='#212530',GradientType=1 );
}
.mod--especiales__tags{
	display:inline-block;
	position:relative;
	margin-bottom:29px;
	font-size:0;
	line-height:0;
	vertical-align:top;
}
.mod--especiales__tags li{
	display: inline-block;
	margin-right: 10px;
}
.mod--especiales__tags img {
	border-radius: 125px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 2px 5px 0 -17px;
}
.mod--especiales__tags span,
.mod--especiales__tags a{
	display: block;
	font: 15px/40px 'Montserrat', sans-serif;
	color: #2C313F;
	padding: 0 20px;
	border-radius: 125px;
	border: 2px solid #2AFBA6;
}
.mod--especiales__tags li a:hover{
	background: #2AFBA6;
}

.mod--especiales__content{
	margin: 0 -10px;
	font-size:0;
	line-height:0;
	vertical-align:top;
	position:relative;
	z-index:1;
}
.mod--especiales__content .news__section{
	color: #20CC7E;
	letter-spacing: 0;
	    font: 900 11px/11px 'Montserrat', sans-serif;
	margin: 0 0 6px;
}
.mod--especiales__content .news--summary--horizontal,
.mod--especiales__content .news--box--list{
	width:25%;
	display:inline-block;
	vertical-align:top;
}
.mod--especiales__content .news--box--horizontal,
.mod--especiales__content .news--summary--horizontal,
.mod--especiales__content .news--box--list{
	padding: 10px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/***
 NEWS BOX HORIZONTAL
***/
.news--box--horizontal{
    display: inline-block;
}
.news--box--horizontal .news__media{
    width: 616px;
    height: 345px;
    float: left;
    padding: 0;
}
.news--box--horizontal .news__data {
    width: calc(100% - 616px);
    float: left;
    padding: 48px 60px 20px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.news--box--horizontal .news__section{
    margin: 0 0 10px;
}
.news--box--horizontal .news__title{
	font-size: 35px;
	line-height: 40px;
	margin: 0 0 16px;

}
.news--box--horizontal .news__excerpt{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 17px;
    color: #75777F;
}

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

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

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

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


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

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