   
  

/*******************  
 * 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;
}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none; 
}
.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}
.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
	/* 0.001, because opacity:0 doesnt trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/*
Background is added as a separate element.
As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

/*
stretched thumbnail or div placeholder element (see below)
style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

/*
div element that matches size of large image
large image loads on top of it
*/
.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

/*
Error message appears when image is not loaded
(JS option errorMsg controls markup)
*/
.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Contents:
	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)
*/
/*
	
	1. Buttons
 */
/* <button> css reset */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
}
.pswp__button:active {
	outline: none;
	opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(/export/sites/am/arte/components/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(/export/sites/am/arte/components/default-skin.svg);
	}
	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none;
	} 
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

/*
	2. Share modal/popup and links
 */
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}
.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}
.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}
.pswp__share-tooltip a:first-child {
	/* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}
a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D;
}

a.pswp__share--download:hover {
	background: #DDD;
}

/*
	3. Index indicator ("1 of X" counter)
 */
.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}

/*
	
	4. Caption
 */
.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}
.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}

.pswp__caption__center {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}

.pswp__caption--empty {
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
	visibility: hidden;
}

/*
	5. Loading indicator (preloader)
	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
	/* We use .gif in browsers that dont support CSS animation */
	background: url(/export/sites/am/arte/components/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	/* 
	The idea of animating inner circle is based on Polymer ("material") loading indicator 
	by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
	*/
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	} 
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	} 
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	} 
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	} 
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	} 
}

/*
	
	6. Additional styles
 */
/* root element of UI */
.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	/* Force paint & create composition layer for controls. */
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}.row{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.row--full{
	max-width: 100%;
}
.row:after,
.row--full:after{
	display: block;
    content: "";
    clear: both;
}

.row__container{
	margin: 0 -15px;
	line-height: 0;
	font-size: 0;
}
.row__container > *{
	font-size: initial;
	line-height: initial;
}
.col{
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	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: 332px;
}
.col__aside{
	width: 300px;
	float: right;
}
.col__main + .col__aside{
	float: left;
	margin-right: initial;
	margin-left: 332px;
}
.col__aside + .col__main{
	margin-right: 332px;
	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: #72bf44!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: 19px/33px 'Heebo', 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 'Heebo', sans-serif;
	background-color: transparent;
	color: black;
	text-align: center;
	display:block;
}.news--summary{
	position: relative;
	display: inline-block;
	width: 100%;
}
.news--summary .news__media{
	float: left;
	position: relative;
	
	background-color: #eeeeee;
	
}
.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: 15px/15px 'Taz', sans-serif;
	
	display: inline-block;
	
	color: #72bf44;
	
	margin: 0 0 12px;
	
	font-weight: 800;
}
.news--summary .news__title{
	
	font: 26px/30px 'Taz', sans-serif;
	
	color: black;
	
	margin: 0 0 10px;
	
	font-weight: 800;
}
.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: 15px/17px 'Heebo', sans-serif;
	
	color: #666666;
	
	margin: 0;
	
}
.news--summary .news__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}


.news--box{
	position: relative;
}
.news--box .news__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	
	background-color: #eeeeee;
	
}
.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: 15px/15px 'Taz', sans-serif;
	
	display: inline-block;
	
	color: #72bf44;
	
	margin: 0 0 8px;
	
	font-weight: 800;
}
.news--box .news__title{
	
	font: 32px/32px 'Taz', sans-serif;
	
	color: black;
	
	margin: 0 0 18px;
	
	font-weight: 800;
}
.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: 16px/23px 'Heebo', sans-serif;
	
	color: #666666;
	
	margin: 0 0 10px;
	
}
.news--box .news__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}

.video-js .vjs-audio-button .vjs-icon-placeholder,.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js .vjs-chapters-button .vjs-icon-placeholder,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.video-js .vjs-descriptions-button .vjs-icon-placeholder,.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.video-js .vjs-mute-control .vjs-icon-placeholder,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.video-js .vjs-play-control .vjs-icon-placeholder,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.video-js .vjs-play-progress,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js .vjs-volume-level,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-audio,.vjs-icon-audio-description,.vjs-icon-cancel,.vjs-icon-captions,.vjs-icon-chapters,.vjs-icon-circle,.vjs-icon-circle-inner-circle,.vjs-icon-circle-outline,.vjs-icon-cog,.vjs-icon-facebook,.vjs-icon-fullscreen-enter,.vjs-icon-fullscreen-exit,.vjs-icon-gplus,.vjs-icon-hd,.vjs-icon-linkedin,.vjs-icon-pause,.vjs-icon-pinterest,.vjs-icon-play,.vjs-icon-play-circle,.vjs-icon-replay,.vjs-icon-spinner,.vjs-icon-square,.vjs-icon-subtitles,.vjs-icon-tumblr,.vjs-icon-twitter,.vjs-icon-volume-high,.vjs-icon-volume-low,.vjs-icon-volume-mid,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js,.vjs-no-js{color:#fff;background-color:#000}.video-js .vjs-big-play-button,.video-js .vjs-menu-button-inline{-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-control,.vjs-button>.vjs-icon-placeholder:before,.vjs-menu li,.vjs-no-js{text-align:center}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}@font-face{font-family:VideoJS;src:url("/system/modules/com.tfsla.diario.components/video-js/6.2.5/font/VideoJS.eot?#iefix") format("eot")}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner:before{content:"\f10b"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog:before{content:"\f110"}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before{content:"\f111"}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}.video-js{display:block;vertical-align:top;box-sizing:border-box;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js .vjs-tech,.video-js.vjs-fill{width:100%;height:100%}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js .vjs-time-tooltip,.vjs-error .vjs-error-display:before,.vjs-menu .vjs-menu-content,.vjs-no-js{font-family:Arial,Helvetica,sans-serif}.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js .vjs-tech{position:absolute;top:0;left:0}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;font-size:18px;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66A8CC}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2B333F;background-color:rgba(43,51,63,.7);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);-webkit-transition:all 0s;-moz-transition:all 0s;-ms-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;overflow:visible;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:-webkit-linear-gradient(-90deg,rgba(0,0,0,.8),rgba(255,255,255,0));background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto;box-sizing:content-box}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;overflow:auto;box-sizing:content-box}.vjs-loading-spinner,.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2B333F}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2B333F;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2B333F;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-ms-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:4em}.vjs-live .vjs-progress-control{display:none}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.666666666666666666em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0;left:0;top:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.333333333333333em;z-index:1}.video-js .vjs-load-progress{background:#bfc7d3;background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:#fff;background:rgba(115,133,159,.75)}.vjs-black-poster,.vjs-poster{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;cursor:pointer}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;color:#000;float:right;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:relative;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display,div.vjs-vpaid-ad .vjs-tech{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;padding-left:2em;padding-right:2em;padding-bottom:3em}.vjs-poster,.vjs-poster img{padding:0;vertical-align:middle}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.video-js .vjs-volume-panel{-webkit-transition:width 1s;-moz-transition:width 1s;-ms-transition:width 1s;-o-transition:width 1s;transition:width 1s;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-volume-control:focus,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel:hover .vjs-volume-control{visibility:visible;opacity:1;position:relative;-webkit-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;-moz-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;-ms-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;-o-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:focus,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:9em;-webkit-transition:width .1s;-moz-transition:width .1s;-ms-transition:width .1s;-o-transition:width .1s;transition:width .1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3.5em;-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-moz-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-ms-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-o-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-moz-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-ms-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-o-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2B333F;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;background-color:#000;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-poster img{display:block;margin:0 auto;max-height:100%;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider,.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration{display:none}.video-js .vjs-time-control{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control{width:0!important;white-space:nowrap}.vjs-time-divider{display:none;line-height:3em}.video-js .vjs-play-control .vjs-icon-placeholder{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-moz-transform:translateY(-3em);-ms-transform:translateY(-3em);-o-transform:translateY(-3em);-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-moz-transform:translateY(-1.5em);-ms-transform:translateY(-1.5em);-o-transform:translateY(-1.5em);-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:'X';font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);background-clip:padding-box;width:50px;height:50px;border-radius:25px}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:#fff transparent transparent}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%,100%,20%,60%{border-top-color:#73859f}35%{border-top-color:#fff}}@-webkit-keyframes vjs-spinner-fade{0%,100%,20%,60%{border-top-color:#73859f}35%{border-top-color:#fff}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{position:absolute}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10d";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2B333F;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block;margin-left:5px}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2B333F;cursor:pointer;border-radius:2px}.vjs-black-poster,div.vjs-vpaid-ad.vjs-vpaid-flash-ad div.VPAID-container{background-color:#000}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}.vast-blocker,.vjs-black-poster{position:absolute;margin:0;top:0;left:0;right:0}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}@media screen{.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:hidden}}.vjs-label-hidden{display:none!important}.vjs-default-skin div.vjs-ads-label{font-size:13px;line-height:30px;font-weight:400;text-align:center;color:#fff;display:none;width:auto;padding-left:10px}.vjs-ad-playing .vjs-control.vjs-ads-label{display:block}.vjs-has-started .vjs-black-poster.vjs-hidden,.vjs-using-native-controls .vjs-black-poster,div.vjs-vpaid-ad div.vjs-progress-control,div.vjs-vpaid-ad div.vjs-time-controls,div.vjs-vpaid-ad div.vjs-time-divider{display:none}.vjs-black-poster{bottom:0;padding:0}div.VPAID-container{position:absolute;top:0;left:0;width:100%;height:100%} .vjs-ad-playing .vjs-progress-control{pointer-events:none}.vjs-ad-playing .vjs-play-control.vjs-paused,.vjs-ad-playing .vjs-play-progress,.vjs-ad-playing .vjs-volume-level{background-color:#ffe400!important}div.vast-skip-button{display:block;position:absolute;bottom:20%;right:0;background-color:#000;color:#fff;font-size:15px;font-weight:700;width:auto;padding:8px;z-index:2;border:1px solid #fff;border-right:none}.vast-skip-button.enabled{cursor:pointer;color:#fff}.vast-skip-button.enabled:hover{cursor:pointer;background:#333}.vast-blocker{display:block;padding:0;height:100%;width:100%;bottom:0}.vast-skip-button.enabled:after{content:">>";position:relative;top:1px;margin-left:8px}.vjs-ad-playing.vjs-vast-ad-loading .vjs-loading-spinner{display:block;z-index:10;-webkit-animation:spin 1.5s infinite linear;-moz-animation:spin 1.5s infinite linear;-o-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear}.vjs-vast-ad-loading div.vjs-big-play-button{display:none!important}.vjs-ad-playing .vjs-live-controls,.vjs-ad-playing .vjs-slider-handle:before{display:none}.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 'Heebo', 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 'Taz Bold', 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 'Taz Bold', 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:'Taz Bold', 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 'Taz Bold', 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( 102, 102, 102, .5 );
}
.poll--simple.poll--results .poll__item--win .poll__bar {
	background-color: #666666;
}

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

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

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

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

.poll--simple .poll__item {
	outline: none;
	border: none;
	display: block;
	position: relative;
	border-radius: 0;
	background-color: #666666;
	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( 102, 102, 102, .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: #72bf44;
	color: white;
	font: 14px/16px 'Heebo', 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 'Heebo', 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;
}
.imagecomparation {
	position: relative;
	margin-bottom: 28px;
	min-height: 100px;
	overflow: hidden;
}
.imagecomparation--generated .imagecomparation__loading{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.imagecomparation__loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding-top: 100px;
	background-color: rgba( 255, 255, 255, 1 );
	text-align: center;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.imagecomparation__loading span{
	display: block;
	margin: 10px;
}
.imagecomparation__images{
	position: relative;
	overflow: hidden;
}
.imagecomparation__image--left{
	width: 100%;
}
.imagecomparation__image--left img{
	width: 100%;
	height: auto;
}
.imagecomparation__image--right{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	bottom: 0;
	width: 50%;
}
.imagecomparation__image--right img{
	height: 100%;
	width: auto;
	float: right;
}
.imagecomparation__overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba( 0, 0, 0, .5 );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.imagecomparation__overlay:hover{
	opacity: 1;
}
.imagecomparation__text{
	position: absolute;
	top: 50%;
	left: 10px;
	background: rgba(255, 255, 255, 0.2);
	line-height: 48px;
	height: 45px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: white;
	font-size: 16px;
	transform: translate( 0, -50%; );
	-ms-transform: translate( 0, -50%; );
	-moz-transform: translate( 0, -50%; );
	-webkit-transform: translate( 0, -50%; );
}
.imagecomparation__text--right{
	left: auto;
	right: 15px;
}
.imagecomparation__handler{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 50%;
	left: 50%;
	border: 4px solid white;
	border-radius: 100%;
	z-index: 4;
	cursor: pointer;
}
.imagecomparation__handler:after,
.imagecomparation__handler:before{
	content: "";
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -2px;
	width: 4px;
	background-color: white;
	height: 1000px;
}
.imagecomparation__handler:before{
	top: auto;
	bottom: 45px;
}
.imagecomparation__trigger{
	position: absolute;
	top: 17px;
	left: 7px;
}
.imagecomparation__trigger:after,
.imagecomparation__trigger:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px 5px 0;
	border-color: transparent #ffffff transparent transparent;
}
.imagecomparation__trigger:before{
	left: 20px;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
}.selectionsharer{
	position: fixed;
	background-color: #72bf44;
	white-space: nowrap;
	margin: 0;
	padding: 0 5px;
	border-radius: 20px;
	list-style: none;
	transform: translate( 0, -110% );
	transition: opacity .2s, visibility .2s, transform .2s;
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}
.selectionsharer--hide{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate( 0, -90% );
}
.selectionsharer:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #72bf44 transparent transparent transparent;
	transform: translate( -50%, 0 );
	-ms-transform: translate( -50%, 0 );
	-moz-transform: translate( -50%, 0 );
	-webkit-transform: translate( -50%, 0 );
}
.selectionsharer li{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.selectionsharer li + li:after{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	bottom: 9px;
	width: 1px;
	background-color: rgba( 255, 255, 255, .4 );
}
.selectionsharer .icono{
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	color: white;
	line-height: 48px;
	cursor: pointer;
	transition: background .2s;
}
.selectionsharer .icono:hover{
	background-color: rgba(255, 255, 255, .2);
}
.selectionsharer .icono--facebook{
	font-size: 20px;
}
.selectionsharer .icono--twitter{
	font-size: 16px;
	line-height: 49px;
}
.selectionsharer .icono--whatsapp{
	font-size: 18px;
	line-height: 46px;
} 
/*******************
 * MODULES 
 ******************/
   
/*******************
 * CSS PROPIO 
 ******************/
@font-face {
  font-family: "iconos";
  font-display: block;
  src: url('/__export/1550677085000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/iconos.woff') format('woff'),
       url('/__export/1550677085000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/iconos.woff2') format('woff2'),
       url('/__export/1550677085000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/iconos.ttf') format('truetype'),
       url('/__export/1550677085000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/iconos.eot') format('embedded-opentype');
  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" 
}.header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: white;
	border-bottom:1px solid #ebebeb;
	z-index: 16; /*101;*/
	transition: top .4s, opacity .4s;
	-ms-transition: top .4s, opacity .4s;
	-moz-transition: top .4s, opacity .4s;
	-webkit-transition: top .4s, opacity .4s;
}
.header__top{
	padding:22px 0 20px;
	text-align:center;
	border-bottom:1px solid #ebebeb;
	position: relative;
	height: 65px;
}
.header--sticky .header__top{
	padding:0;
	border:none;
	height: 0px;
}
.header.header--sticky{
	position: fixed;
	height:93px;
	opacity:1!important;
	top:0px!important;
}
.header__logo{
	display:inline-block;
	margin:0 auto;
}
.header--sticky .header__logo{
	position:absolute;
	left:33px;
	top:22px;
	padding-right:37px;
}
.header__logo img{
	width: 250px;
	height: 65px;
}
.header--sticky .header__logo img{
	width:152px;
	height:32px;
}
.header__actions{
	position: absolute;
	background: #fff;
	top: 42px;
	right: 30px;
}
.header--sticky .header__actions{
	top:20px;
}
.header__region{
	position:absolute;
	top:43px;
	left:32px;
	color:#72bf44;
	font: 17px/17px 'Taz Bold', sans-serif;
	text-transform:uppercase;
	padding-right:20px;
	cursor:pointer;
}
.header__region .flecha{
	position: absolute;
	right: 3px;
	top: -2px;
}
.header__region .flecha:after, 
.header__region .flecha:before {
	content: "";
	position: absolute;
	top: 6px;
	right: 0px;
	width: 2px;
	height: 8px;
	background-color: #72bf44;
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.header__region .flecha:before {
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
	right:5px;
}
.header__region--open .flecha:after {
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.header__region--open .flecha:before {
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.header--sticky .header__region{
	left:initial;
	right:146px;
	top: 36px;
}
.header--sticky .header__region:after{
	content:"";
	display:block;
	position:absolute;
	width:1px;
	height:20px;
	right:-41px;
	top:-2px;
	background-color:#e1e1e1;
}
.header__region--list{
	position: absolute;
	top: 37px;
	left: 0px;
	width: 100px;
	background-color: #fff;
	padding: 20px 20px 10px;
	text-align:left;
	opacity: 0;
	pointer-events: none;
	transform: translate( 0,-30px );
	-ms-transform: translate( 0,-30px );
	-moz-transform: translate( 0,-30px );
	-webkit-transform: translate( 0,-30px );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
	-ms-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
	-moz-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
	-webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
	z-index: 1;
}
.header__region--list a{
	color:#72bf44;
	margin-bottom:10px;
	display:block;
}
.header__region--open .header__region--list{
	opacity: 1;
	pointer-events: initial;
	transform: translate( 0,0 );
	-ms-transform: translate( 0,0 );
	-moz-transform: translate( 0,0 );
	-webkit-transform: translate( 0,0 );
}
.header__social{
	float: left;
	position:relative;
	margin-right: 0px;
	margin-top: 7px;
}
.header--sticky .header__social{
	display:none;
}
.header__social:before{
	content:"";
	width:1px;
	height:21px;
	display:block;
	background-color:#d7d7d7;
	position:absolute;
	left:0;
	top:3px;
}
.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: 21px;
	position: relative;
	color: #9d9d9d;
	margin: 0 0 0 6px;
}
.header__social .icono--twitter{
	font-size: 19px;
}
.header__social .icono:hover{
	color: black;
}
.header__search-button{
	float:left;
}
.header__search-button .icono--search_cool{
	font-size: 20px;
	line-height: 30px;
	padding: 10px 15px 10px 19px;
	display: inline-block;
	vertical-align: top;
	color:#9d9d9d;
	background-color: transparent;
}
.header__search-button .icono--search_cool:hover{
	color:black;
}
.header__search-button--active{
	z-index: 4;
	position: relative;
}
.header--sticky .header__search-button--active{
	top:12px;
}
.header__search-button--active .icono--search_cool{
	
}
.header__search-button .icono--cross{
	display:none;
	font-size:21px;
	line-height:21px;
	color:white;
}
.header__search-button--active .icono--cross{
	display:block;
}
.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: hidden;
	font-size: 0;
	background-color: black;
	top: 0;
	left: 0;
	z-index: 2;
	opacity:0;
	transition: all .3s;  
	-ms-transition: all .3s;  
	-moz-transition: all .3s;  
	-webkit-transition: all .3s;  
}
.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:#363636;
	background-color: white;
	border-radius: 0 3px 3px 0;
}
.header__search-form input{
	background: white;
	border: 0;
	padding: 0px 15px;
	width: 80%;
	max-width:937px;
	height: 60px;
	font: 18px/60px 'Heebo', sans-serif;
	display: inline-block;
	vertical-align: top;
	border-radius:3px  0 0 3px;
}

.header__search-form .icono.icono--cross {
	position: absolute;
	
}
.header__search-form--active .icono.icono--cross{
	display: block;
}


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

.header__subnav span{
	display: inline-block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	float: left;
	font: 500 16px/16px 'Heebo', sans-serif;
	display: block;
	height: 12px;
	color: #444444;
	position: relative;
	padding: 10px 23px 24px 40px;
}
.header__subnav span:after,
.header__subnav span:before{
	content: "";
	position: absolute;
	top: 15px;
	right: 4px;
	width: 1px;
	height: 6px;
	background-color: #c7c6c6;
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.header__subnav span:before{
	right: 8px;
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.header__subnav.header__subnav--active span:after{
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.header__subnav.header__subnav--active span:before{
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.header__subnav > ul{
	position: absolute;
	top: 0%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	left: -15px;
	padding: 15px 30px 15px;
	min-width: 170px;
	background-color: white;
	white-space: normal;
	filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
	-ms-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
	-moz-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
	-webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.header__subnav a:before{
	display:none!important;
}
.header__subnav.header__subnav--active > ul{
	top: 45px;
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}
.navigation .header__subnav .menu--site li{
	display: none;
}
.navigation .header__subnav li:nth-child(n+10){
	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: #72bf44!important;
}
.navigation .header__subnav > ul a:after{
	display: none;
}
/**********************************
**  NAVIGATION
**********************************/
.navigation{
	padding-top: 12px;
	text-align: center;
	height: 45px;
}
.header--sticky .navigation{
	text-align:left;
	margin-left:215px;
	padding-top:28px;
}
/********************************** 
**  MENU SITE
**********************************/
.navigation .menu--site{
	display:inline-block;
	vertical-align:top;
}
.navigation .menu--site li{
	display:inline-block;
	text-align:center;
}
.navigation .menu--site li + li{
	padding-left: 40px;
}
.navigation .menu--site a{
	font: 500 16px/16px 'Heebo', sans-serif;
	display: inline-block;
	vertical-align: middle;
	height: auto;
	color: #444444;
	position: relative;
}
.navigation .menu--site a:before{
	content:"";
	position: absolute;
	bottom: -7px;
	height: 2px;
	background-color:#72bf44;
	left: 50%;
	right: 51%;
	transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.navigation .menu--site a:hover:before,
.navigation .menu--site .menu__item--active a:before{
	left:0px;
	right:0px;
}

.newsfull__body > ol li{  list-style: none !important;}
ol li {counter-increment: list;list-style-type: none;position: relative;}
ol li:before {color: #72bf44;content: counter(list) ".";left: -32px; position: absolute;text-align: right;width: 26px;}
.ranking ol li:before {content: inherit !important; color: #fff;}
#banner-42{ width: 100%;position: relative;background: #1E2E39;float: left;padding: 5px;}
#banner-42 aside{display: block;width: 100%;float: left; text-align: center; }
#banner-42 aside img{    display: inline-block; vertical-align: middle; margin-right: 30px;}
#banner-42 aside div{ display: inline-block; vertical-align: middle; color: #fff;font: 20px/23px 'Taz Bold', sans-serif;width: 420px; text-align:left; }
#banner-42 aside div span{ color:#86D669 !important;}
#barra-suscripciones{width: 100%;position: relative;text-align: center;background: #eeeeee;height: 43px;}
.title-suscribete{color: #fff;font: 16px/16px 'Taz Bold', sans-serif;background: #f83;padding: 4px 10px 5px 10px;border-radius: 20px;float: left; margin-top: 5px;}
.date-suscribete{display: inline-block;color: #444;font-size: 14px;margin-left: 54px;}
.logos-suscripciones{float: right;}
.logos-suscripciones a span{font: 14px/14px 'Taz Regular', sans-serif;color:#444444;display: inline-block;vertical-align: middle;}
.logos-suscripciones a img{display: inline-block;vertical-align: middle;}
.logos-suscripciones a{display: inline-block;vertical-align: middle;margin-left: 10px;}
.content_suscripciones{padding: 5px 37px 5px 30px;}
.header--sticky .navigation{  padding-top: 0; height: 50px !important;}
.header--sticky .header__region{  top: 19px !important;}
.header--sticky .header__actions {top: 7px !important;background: none !important;}
.header--sticky .navigation .menu--site { margin-top: 10px !important; }
.header--sticky .header__subnav span{ padding: 19px 23px 24px 40px !important;}
.header--sticky .header__subnav span::after, .header__subnav span::before{ top: 20px !important;}
.header--sticky .header__logo{ top: 10px !important;}.footer {
	background: #222222;
	padding-top: 42px;
	padding-bottom: 50px;
}
.footer__menu,
.footer__submenu {
	text-align:center;
	margin-bottom:35px;
}
.footer__menu li,
.footer__submenu li{
	display:inline-block;
}
.footer__menu a,
.footer__submenu a{
	color:white;
	font:19px/19px 'Taz Bold', sans-serif;
	margin:0 24px;
}
.footer__menu a:hover,
.footer__submenu a:hover{
	text-decoration:underline;
}
.footer__submenu a{
	font:13px/13px 'Heebo', sans-serif;
}
.footer__submenu a:hover{
	text-decoration:underline;
}
.footer__top,
.footer__bottom{
	display:inline-block;
	width:100%;
} 
.footer .footer__redes{
	padding:22px 0;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	text-align:center;
}
.footer .footer__redes .footer__list--title{
	font:22px/22px 'Taz Bold', sans-serif;
	color: white;
	display:inline-block;
	margin-right:25px;
}
.footer .footer__redes ul,
.footer .footer__redes li{
	display:inline-block;
}
.footer .footer__redes li{
	margin:0 15px;
}
.footer .footer__redes a{
	width:21px;
	font-size:18px;
	color:white;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.footer .footer__redes a:hover{
	color:#72bf44;
}
.footer__col__logo{
	float:left;
}
.footer__logo{
	margin-bottom: 32px;
	display: inline-block;
	vertical-align: top;
}
.footer__logo img{
	filter: grayscale(1) brightness(100);
}
.footer__bottom{
	margin-top: 26px;
}
.footer__copy{
	font: 500 13px/13px 'Heebo', sans-serif;
	color: white;
	display:inline-block;  
	margin-left:20px;
}
.footer__copy a{
	color:white;
	margin: 5px 12px 5px 0;
	padding-right:12px;
	display:inline-block;
}
.footer__copy a:hover{
	text-decoration:underline;
}
.footer__copy a:first-child{
	border-right:1px solid white;
}
.footer__logos{
	float:right;
}
.footer__button{
	float:right;
	width: 120px !important;
    	margin-left: -120px;
}@font-face {
	font-family: 'Taz Bold';
	font-display: block;
	src:  url('/__export/1549983612000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazBold.woff') format('woff'),
	      url('/__export/1549983612000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazBold.ttf') format('truetype'),
	      url('/__export/1549983612000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazBold.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}
/*
@font-face {
	font-family: 'Taz BoldItalic';
	font-display: block;
	src: url('/__export/1549983612000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazBoldItalic.eot');
	src: url('/__export/1549983612000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazBoldItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1549983612000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazBoldItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}
*/
@font-face {
	font-family: 'Taz LightItalic';
	font-display: block;
	src: url('/__export/1549983613000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazLightItalic.woff') format('woff'),
		url('/__export/1549983613000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazLightItalic.ttf') format('truetype'),
		url('/__export/1549983613000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazLightItalic.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}
@font-face {
	font-family: 'Taz Regular';
	font-display: block;
	src:  url('/__export/1549983613000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazRegular.woff') format('woff'),
		url('/__export/1549983613000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazRegular.ttf') format('truetype'),
		url('/__export/1549983613000/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazRegular.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}
@font-face {
	font-family: 'Taz Italic';
	font-display: block;
	src:  url('/__export/1566941083396/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazItalic.woff') format('woff'),
		url('/__export/1566941083248/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazItalic.ttf') format('truetype'),
		url('/__export/1566941083095/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/TazItalic.otf') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
} 
@font-face {
	font-family: 'Taz';
	font-display: block;
	src:  url('/__export/1627003365077/system/modules/com.tfsla.sitio.am/es/desktop/resources/fonts/Taz.e3063ff.ttf') format('truetype');	
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}.banner{
	text-align: center;
	display: inline-block;
	margin-bottom: 33px;
	width:100%;
	max-width: 100%;

}
.banner--full{
	margin:45px 0 0;
}
.banner--summary__top,
.banner--news__top,
.banner--home__top{
	margin:0;
	padding:27px 0;
	border-bottom:1px solid #e6e6e6;
	background-color: #f5f5f5;
}
.ranking .banner {
	display: inline-block;
	position: relative;
	width: 300px;
	vertical-align: top;
}
.page-videos  .banner--full{
	margin: 0 0 32px;
}/**
.padding--for--sticky .site-main{
	border-top: 161px solid white;
}
**/
.newsfull{
	position: relative;
	padding-top:46px;
}
.newsfull__header{
	padding: 0 0 30px;
	text-align: left;
}
.newsfull__section{
	text-transform: uppercase;
	color: #72bf44;
	position: relative;
	font: 18px/18px 'Taz Bold', sans-serif;
	display: inline-block;
	margin-bottom: 14px;
	vertical-align: top;
}
.newsfull__title{
	color: #000;
	font: 63px/65px 'Taz', sans-serif;
	margin-bottom: 15px;
	padding: 0;
	font-weight: bold;
}
.newsfull__excerpt{
	font: 20px/24px 'Heebo', sans-serif;
	color: #444444;
	padding: 0;
	margin: 0 0 0;
}
.newsfull__excerpt p{
	font: inherit;
	margin: 0;
}

.newsfull__line{
	overflow: hidden;
	padding-top: 3px;
	position: relative;
	display: inline-block;
}
.newsfull__meta{
	text-align: left;
	padding-top: 3px;
}
.newsfull__author-images{
	display: none;
}
.newsfull__author{
	padding-top: 15px;
}
.newsfull__author,
.newsfull__time{
	font: 14px/16px 'Heebo', sans-serif;
	color: #333333;
	display: block;
}
.newsfull__author{
	font-weight:500;
}
.newsfull__author{
	margin-bottom: 3px;
}
.newsfull__author a{
	font: inherit;
	color: inherit;
}
.newsfull__author a:hover{
	color: #000000;
}
.newsfull__content{
	position: relative;
}
.newsfull__line .newsfull__share{
	display:none;
}
.newsfull__share .icono{
	width: 25px;
	height: 25px;
	color: #101010;
	float: left;
	margin-left: 5px;
	text-align: center;
	line-height: 39px; 
	font-size: 25px;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.newsfull__share .icono:hover{
	color:#72bf44!important;
}
.newsfull__share .icono--mail,
.newsfull__share .icono--mail_outline{
	font-size: 19px;
}
.newsfull__body{
	padding-left: 130px;
}
.newsfull__content .newsfull__share{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	float: none;
	z-index: 2;
}

.newsfull__content .newsfull__share .icono{
	display: block;
	margin-bottom: 29px;
	margin-left: 0;
	float: none;
	opacity: 0;
	visibility: hidden;
	transition: .2s all 0s, .2s background;
	-webkit-transition: .2s all 0s, .2s background;
	transform: translate( -10px, 0 );
	-webkit-transform: translate( -10px, 0px );
}
.newsfull__content .newsfull__share .icono--twitter{
	font-size:22px;
}
.newsfull__content .newsfull__share .icono + .icono{
	transition: .2s all .1s, .2s background;
	-webkit-transition: .2s all .1s, .2s background;
}
.newsfull__content .newsfull__share .icono + .icono + .icono{
	transition: .2s all .2s, .2s background;
	-webkit-transition: .2s all .2s, .2s background;
}
.newsfull__content .newsfull__share .icono + .icono + .icono + .icono{
	transition: .2s all .3s, .2s background;
	-webkit-transition: .2s all .3s, .2s background;
}
.newsfull__content .newsfull__share .icono + .icono + .icono + .icono + .icono{
	transition: .2s all .4s, .2s background;
	-webkit-transition: .2s all .4s, .2s background;
}
.newsfull__content .newsfull__share .icono + .icono + .icono + .icono + .icono + .icono{
	transition: .2s all .5s, .2s background;
	-webkit-transition: .2s all .5s, .2s background;
}

.newsfull__content .newsfull__share[style*="fixed"] .icono{
	opacity: 1;
	visibility: visible;
	transform: translate( 0, 0 );
	-webkit-transform: translate( 0, 0 );
}
.newsfull__body > p{
	font-family: 'Heebo', sans-serif;
	font-size: 18px !important;
	line-height: 29px !important;
	margin: 0 0 10px !important;
	text-align: left !important;
	color: #444444;
}
/**
.newsfull__body > p:first-of-type:first-letter{
	font-size: 97px;
	line-height:90px;
	float: left;
	margin-right:8px;
	margin-bottom:-8px;
	margin-top:-4px;
}
**/
.newsfull__body > p:empty{
	display: none;
}
.newsfull__body mark,
.newsfull__body span[style*="background"]{
	background-color: rgba(252, 223, 89,0.6)!important;
}
.newsfull__body span[style*="color"]{
	color: black!important;
}
.newsfull__body p a{
	color: #72bf44;
	text-decoration: underline;
	cursor: pointer;
}
.newsfull__body p a:hover{
	text-decoration: none;
}
.selectionsharer{
	background-color:black;
	border-radius:3px;
}
.selectionsharer li + li:after{
	background-color:rgba(151,151,151,.3);
}
.selectionsharer:after{
	border-color:black transparent transparent;
}
.newsfull__body > ol{
	margin: 0 0 30px 20px;
	list-style: decimal;
	display: inline-block;
}
.newsfull__body > ul{
	list-style: initial;
	margin: 0 0 30px;
	display: inline-block;
}
.newsfull__body > ol li,
.newsfull__body > ul li{
	list-style: inherit;
	font-family: 'Heebo', sans-serif;
	font-size: 18px !important;
	line-height: 29px !important;
	text-align: left !important;
	color: #444444;
	margin-bottom: 15px;
}
.newsfull__body > ul li{
	list-style: none;
	position: relative;
	padding: 0 0 0 25px;
}
.newsfull__body > ul li:after{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #72bf44;
	border-radius: 100%;
}
.newsfull__body .banner{
	padding: 30px 0;
	margin-bottom: 30px;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.newsfull__body > blockquote{
	text-align: left;
	margin: 0 0 45px;
	padding:15px 0;
	position:relative;
}
.newsfull__body > blockquote:before{
	content: "";
	width: 30px;
	height: 100%;
	display: inline-block;
	color: #fff;
	position:absolute;
	left:0;
	top:0;
	background:url(/export/sites/am/arte/ambqform.svg) #74bd4c;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: 10px;
	background-size: 20px;
}
.newsfull__body > blockquote p{
	font: 24px/28px 'Taz Italic', sans-serif;
	color: #444444;
	margin: 0;
	display: inline-block;
	width: 70%;
	margin-left: 45px;
}
.newsfull__body > h1,
.newsfull__body > h2,
.newsfull__body > h3,
.newsfull__body > h4,
.newsfull__body > h5,
.newsfull__body > h6 {
	margin: 0 0 15px;
	text-align: left!important;
	color: #0E0E0E!important;
	font: 29px/30px 'Taz', sans-serif;
	font-weight: 800;
}
.newsfull__body > h2,
.newsfull__body > h3,
.newsfull__body > h4,
.newsfull__body > h5,
.newsfull__body > h6{
	font-size:25px!important;
	line-height:26px!important;
}
.newsfull__body > table{
	width: 100%!important;
	margin: 45px 0!important;
	border: 1px solid #ccc;
}
.newsfull__body > table caption{
	font:13px/20px 'Taz', sans-serif;
	color:#868686;
	font-weight: 800;
}
.newsfull__body > table th,
.newsfull__body > table td{
	padding: 7px;
}
.newsfull__body > hr{
	margin: 0 0 26px;
	display: block;
}
.newsfull__body figure.image{
	margin: 45px auto;
	display: table!important;
}
.newsfull__body figure.image img{
	margin: 0!important;
	max-width: 100%;
	height: auto;
}
.newsfull__body figure.image figcaption{
	display: table-caption;
	caption-side: bottom;
	font-size: 12px;
	line-height: 18px;
	padding: 11px 0;
	font-family: 'Heebo', sans-serif;
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}
.newsfull__body figure.image figcaption:empty{
	display: none;
}
.newsfull__body figure.image[style*="left"]{
	margin: 0 26px 26px 0;
}
.newsfull__body figure.image[style*="right"]{
	margin: 0 0 26px 26px;
}
.newsfull__body .ckeditor-em,
.newsfull__body .ck-instagram{
	width: 100%;
	padding-bottom: 6px;
	    margin: 13px 0 0;
}
.newsfull__body .ckeditor-em .instagram-media,
.newsfull__body .ck-instagram .instagram-media{
	margin-bottom:0;
}
.newsfull__body .ck-pinterest,
.newsfull__body .ck-twitter,
.newsfull__body .ckeditor-ifb{
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 5px 0;
}
.newsfull__body .ck-twitter{
	margin-top: 3px;
}
.newsfull__body .ck-youtube{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	margin: 5px 0;
}
.newsfull__body .ck-youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newsfull__body .imagecomparation{
	margin: 0 0 26px;
}
.imagecomparation__handler{
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.newsfull__footer{
	background-color: #f7f7f7;
	border-top: 1px solid #f0f0f0;
	padding: 50px 0 20px;
	margin-bottom: -20px;
}
/***********************
NOTA LISTA
***********************/
.newslist__item{
	position: relative;
	border:1px solid #d7d7d7;
	border-radius:4px;
	margin-bottom: 30px;
	padding: 28px 35px 26px;
}
.newslist__header{
	text-align: left;
	margin-bottom: 17px;
}
.newslist__number{
	font: 80px/62px 'Taz', sans-serif;
	color: #72bf44;
	width:auto;
	margin-right: 3px;
	display: inline-block;
	vertical-align: top;
	float: left;
	font-weight: 800;
}
.newslist__title{
	font: 30px/31px 'Taz', sans-serif;
	color:#72bf44;
	display: block;
	margin-top: 9px;
	margin-bottom:23px;
	min-height:44px;
	font-weight: 800;
}
.newslist .newsphotogallery{
	margin:0 -35px 35px;
}
.newslist .newsphotogallery .newslist__video{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%
}
.newslist .newsphotogallery .newslist__video > *{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newslist .newsphotogallery .swiper-button{
	height: 43px;
	line-height: 44px;
}
.newslist__share{
	text-align: left;
	clear: both;
	height: 32px;
	display: inline-block;
    	border-left: 1px solid #D9D9D9;
    	margin-left: 30px;
    	margin-top: 30px;
    	padding: 11px 0 11px 39px;
}
.newslist__share a{
	color: #666666;
	width: 29px;
	height: 29px;
	text-align:center;
	font-size: 19px;
	line-height:32px;
	display: inline-block;
	margin: 0 10px;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	 position: relative;
}
.newslist__share a.icono--facebook{
	font-size:17px;
}
.newslist__share a:hover{
	color:#72bf44;
}
.newslist__share a.icono--mail_outline{
	font-size:16px;
}
.newslist__share a: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% );
}
.newslist__media__description p{
	font: 13px/15px 'Taz', sans-serif;
	color: #7F7D7D;
	height: 42px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 800;
}
.newslist__media__description p:empty{
	display: none;
}
.newslist__body > p{
	font-family: '400 Heebo', sans-serif;
	font-size: 18px !important;
	line-height: 29px !important;
	margin: 0 0 10px !important;
	text-align: left !important;
	color: #444444;
}
.newslist__body > p:empty{
	display: none;
}
.newslist__body mark,
.newslist__body span[style*="background"]{
	background-color: rgba(114, 191, 68,0.6)!important;
}
.newslist__body span[style*="color"]{
	color: black!important;
}
.newslist__body li a,
.newslist__body p a{
	color: #72bf44;
	text-decoration: underline;
	cursor: pointer;
}
.newslist__body p a:hover{
	text-decoration: none;
}
.newslist__body > ol{
	margin: 0 0 30px 20px;
	list-style: decimal;
	display: inline-block;
}
.newslist__body > ul{
	list-style: initial;
	margin: 0 0 30px;
	display: inline-block;
}
.newslist__body > ol li,
.newslist__body > ul li{
	list-style: inherit;
	font-family: 'Heebo', sans-serif;
	font-size: 18px !important;
	line-height: 29px !important;
	text-align: left !important;
	color: #444444;
	margin-bottom: 15px;
}
.newslist__body > ul li{
	list-style: none;
	position: relative;
	padding: 0 0 0 25px;
}
.newslist__body > ul li:before{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #72bf44;
	border-radius: 100%;
}
.newslist__body .banner{
	padding: 10px 0;
	margin-bottom: 40px;
}
.newslist__body > blockquote{
	text-align: left;
	margin: 0 0 45px;
	padding-top: 42px;
	position:relative;
}
.newslist__body > blockquote:before{
	content: "";
	width: 34px;
	height: 24px;
	display: inline-block;
	color: black;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/export/sites/am/arte/comillas.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.newslist__body > blockquote p{
	font: 40px/45px 'Taz LightItalic', sans-serif;
	color: #72bf44;
	margin: 0;
	display: inline;
}

.newslist__body > h1,
.newslist__body > h2,
.newslist__body > h3,
.newslist__body > h4,
.newslist__body > h5,
.newslist__body > h6 {
	margin: 0 0 35px;
	text-align: left!important;
	color: black!important;
	font: bold 22px/28px 'Taz', sans-serif!important;
	font-weight: 800;
}


.newslist__body > h1{
	font-size:38px!important;
	line-height:44px!important;
}
.newslist__body > h2{
	font-size:28px!important;
	line-height:34px!important;
}
.newslist__body > table{
	width: 100%!important;
	margin: 0 0 42px!important;
	border: 1px solid #ccc;
}
.newslist__body > table caption{
	font:13px/20px 'Taz', sans-serif;
	color:#868686;
	font-weight: 800;
}
.newslist__body > table th,
.newslist__body > table td{
	padding: 7px;
}
.newslist__body > hr{
	margin: 0 0 26px;
	display: block;
}
.newslist__body figure.image{
	margin: 0 auto 26px;
	display: table!important;
}
.newslist__body figure.image img{
	margin: 0!important;
	max-width: 100%;
	height: auto;
}
.newslist__body figure.image figcaption{
	display: table-caption;
	caption-side: bottom;
	font-size: 12px;
	line-height: 18px;
	padding: 11px 0;
	font-family: 'Heebo', sans-serif;
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}
.newslist__body figure.image figcaption:empty{
	display: none;
}
.newslist__body figure.image[style*="left"]{
	margin: 0 26px 26px 0;
}
.newslist__body figure.image[style*="right"]{
	margin: 0 0 26px 26px;
}
.newslist__body .ckeditor-em,
.newslist__body .ck-instagram{
	width: 100%;
	padding-bottom: 26px;
}
.newslist__body .ckeditor-em .instagram-media,
.newslist__body .ck-instagram .instagram-media{
	margin-bottom:0;
}
.newslist__body .ck-pinterest,
.newslist__body .ck-twitter,
.newslist__body .ckeditor-ifb{
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 5px 0;
}
.newslist__body .ck-youtube{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	margin: 5px 0;
}
.newslist__body .ck-youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newslist__body .imagecomparation{
	margin: 0 0 26px;
}
/***********************
AUDIOS
***********************/
.audios{
	display: block;
	margin-bottom: 50px;
}
.audios__header{
	text-align: center;
}
.audios__title{
	font: 400 22px/24px 'Heebo', sans-serif;
	margin-bottom: 20px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}
.audios__title:after{
	content: '';
	background: #f65b4c;
	display: block;
	height: 1px;
	margin: 8px auto 0;
	width: 53px;
}
.audio__item{
	width: 100%;
	margin: 45px 0;
}
.audio__item .video-js{
	height: 32px;
	width: 100%;
}
.audio__description{
	color: #464646;
	border-bottom: 1px solid #f2f2f2;
	padding: 8px 0;
	display: block;
	font: 13px/15px 'Taz LightItalic', sans-serif;
	border-bottom: 1px solid #d9d9d9;
}
.vjs-audio .vjs-big-play-button{
	left: 0;
	top: 0;
	transform: none;
	height: 32px;
	width: 100%;
	border: none;
	background-color: transparent;
	border-radius: 0;
	text-align: left!important;
}
.vjs-audio .vjs-big-play-button .vjs-icon-placeholder:before{
	top: -5px!important;
	text-align: left;
}
/***********************
COMENTARIOS
***********************/
.comments{
	display: block;
	margin-bottom: 50px;
	padding:16px 16px 15px;
}
.comments__title{
	font: 22px/23px 'Taz', sans-serif;
	width: 100%;
	position:relative;
	font-weight: 800;
}
.comments__title span:after, 
.comments__title span:before {
	content: "";
    	position: absolute;
	top: 7px;
	right: 0px;
	width: 1px;
	height: 6px;
	background-color: #fff;
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	 -webkit-transition: all .2s;
}

.comments__title span:before {
	right: 5px;
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.comments--active .comments__title span:after{
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.comments--active .comments__title span:before{
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.comments__title:before{
	content:"";
	display:inline-block;
	vertical-align:top;
	background-image:url(/export/sites/am/arte/comentarios.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width: 20px;
	height: 18px;
	margin-right: 11px;
	margin-top: 2px;
}
.comments__content{
	overflow:hidden;
	height:0;
	transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.comments--active .comments__content{
	height:auto;
	margin-top: 10px;
}
/***********************
RELACIONADOS EXTERNOS
***********************/
.relatednews{
	display: block;
	padding: 0;
	margin-bottom: 40px;
}
.relatednews__header{
	text-align: left;
}
.relatednews__title{
	font: 24px/24px 'Taz Regular', sans-serif;
	margin-bottom: 35px;
	color: black;
	position: relative;
	text-transform: uppercase;
}
.relatednews .CR_1.ob-widget{
	margin: 0!important;
}
.relatednews .CR_1.ob-strip-layout .ob-dynamic-rec-container{
	max-width: 33.33%!important;
}
.relatednews .CR_1.ob-strip-layout .ob-rec-label{
	background-color: #004ad5!important;
	color: white!important;
	font: 12px/12px 'Taz', sans-serif;
	text-transform: uppercase!important;
	padding: 5px 8px 3px!important;
	top: 0!important;
	bottom: auto!important;
	font-weight: 800;
}
.relatednews .CR_1.ob-strip-layout .ob-rec-text{
	font: bold 22px/24px 'Taz', sans-serif;
	color: black!important;
	margin: 15px 0 40px!important;
	padding: 0!important;
	height: 50px!important;
	transition: all .2s;
	font-weight: 800;
}
.relatednews .CR_1.ob-strip-layout .ob-rec-text:hover{
	color: #72bf44!important;
}
.relatednews .CR_1.ob-strip-layout .ob-rec-source{
	position: absolute;
	bottom: 20px;
	left: 0;
	font: 500 15px/15px 'Taz', sans-serif;
	text-transform: lowercase!important;
	color: #a5a5a5!important;
	white-space: nowrap!important;
	max-width: 90%!important;
	text-overflow: ellipsis!important;
	overflow: hidden!important;
	font-weight: 800;
}
.relatednews .CR_1.ob-widget .ob_what{
	padding: 0;
	text-align: right;
}
/***********************
LEE TAMBIEN
***********************/
.morenews{
	display: block;
	margin-top: 26px;
	padding-top:38px;
	border-top:1px solid #ebebeb;
}
.morenews__title{
	font: 22px/23px 'Taz', sans-serif;
	margin-bottom: 26px;
	width:100%;
	font-weight: 800;
}
.morenews ul{
	display:inline-block;
}
.morenews li{
	position: relative;
	padding-right: 30px;
	width:50%;
	max-height: 110px;
	float:left;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.morenews li:nth-child(odd){
	padding-right: 30px;
}
/***********************
FUENTES
***********************/
.sources{
	margin: 28px 0 25px;
	padding-top:30px;
	position: relative;
	display: block;
	width: 100%;
	position:relative;
}
.sources:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:1px;
	width:77px;
	background-color:#ebebeb;
}
.sources p{
	font: 12px/14px 'Heebo', sans-serif;
	color: #666666;
}
/***********************
MOD GLOBAL
***********************/
.mod{
	display: block;
	margin-bottom: 70px;
}
.mod__title{
	font-size: 24px;
	line-height: 24px;
	font-family: 'Taz', sans-serif;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 24px;
	width:100%;
	border-bottom:1px solid #72bf44;
	
}
/***********************
MOD FILES
***********************/
.mod.mod--files{
	border-bottom: 0px solid #f2f2f2;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.mod--files li{
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 10px;
}

.mod--files a{
	background: #000000;
	padding-left: 40px;
	position: relative;
	display: inline-block;
	padding-right: 12px;
	padding-bottom: 5px;
	border-radius: 0px;
	
}
.mod--files .fileicon{
	position: absolute;
	top: 7px;
	left: 12px;
	width: 17px;
	height: 19px;
	
}

.mod--files .fileicon:before{
	content: "";
	background: url(/export/sites/am/arte/desktop/icono_adjunto_generico.png) no-repeat 0;
	background-size: 17px auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 19px;
}
/*** .mod--files .fileicon:after{
	
	text-align: center;
	width: 100%;
	display: block;
	width: 21px;
	height: 13px;
	background: red;
	font: 400 9px/14px 'Exo', sans-serif;
	color: white;
	border-radius: 125px;
	text-transform: lowercase;
	z-index: 2;
	position: absolute;
	left: -9px;
	top: 6px;
} ***/
.mod--files .text{
	line-height: 17px;
	color: #ffffff;
	font: 12px  'DrunkText Bold', sans-serif;
  	font-style: normal;
  	font-weight: normal;
	text-transform:uppercase;
}
.mod--files a:hover .text{
	text-decoration: underline;
}
.mod--files a[href*=".doc"] .fileicon:before{
	content: "";
	background: url(/export/sites/am/arte/desktop/icono_adjunto_doc.png) no-repeat 0;
	background-size: 17px auto;
}
.mod--files a[href*=".pdf"] .fileicon:before{
	content: "";
	background: url(/export/sites/am/arte/desktop/icono_adjunto_pdf.png) no-repeat 0;
	background-size: 17px auto;
}
.mod--files a[href*=".ppt"] .fileicon:before{
	content: "";
	background: url(/export/sites/am/arte/desktop/icono_adjunto_ppt.png) no-repeat 0;
	background-size: 17px auto;
}
.mod--files a[href*=".xls"] .fileicon:before{
	content: "";
	background: url(/export/sites/am/arte/desktop/icono_adjunto_xls.png) no-repeat 0;
	background-size: 17px auto;
}
/***********************
TAGS
***********************/
.tags{
	margin: 26px 0 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding:40px 0 0 130px;
	border-top: 1px solid #ebebeb;
}
.tags__content li{
	margin: 0 13px 15px 0;
	display: inline-block;
	vertical-align: top;
	font-size: initial;
	line-height: initial;
}
.tags__text{
	font: 22px/23px 'Taz', sans-serif;
	color: black;
	position: absolute;
	top: 44px;
	left: 0;
	font-weight: 800;
}
.tags__content a,
.tags__content span{
	background-color: #72bf44;
	border-radius:2px;
	color: white;
	font: bold 14px/33px 'Heebo', sans-serif;
	padding: 0 9px;
	height: 31px;
	display: inline-block;
	vertical-align: top;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.tags__content a:hover{
	background-color: black;
}
/***********************
GALERIAS
***********************/
.newsphotogallery .swiper-pagination,
.newsvideogallery .swiper-pagination{
	display: none;
}
.newsvideogallery .swiper-slide{
	padding-bottom: 51px;
}
.newsvideogallery .newsvideogallery__description{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
/***********************
EMBEDS
***********************/
.instagram-media{
	margin: 0 0 26px!important;
	width: 100%!important;
	max-width: 100%!important;
}
.ck-video-player{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-color: black;
	margin: 17px 0 35px;
}
.ck-video-player > div,
.ck-video-player .video-js,
.ck-video-player iframe,
.ck-video-player video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***********************
ENCUESTAS
***********************/
.ckeditor-poll[style*="left"] .poll--versus{
	float: left;
	margin: 5px 20px 10px 0;
}
.ckeditor-poll[style*="right"] .poll--versus{
	float: right;
	margin: 5px 0 10px 20px;
}
.ckeditor-poll .poll--versus{
	float: none;
	display:block;
	margin: 5px auto 10px;
	width: 320px;
}
/***********************
IMAGE COMPARATION POLLYFILL
***********************/
.ckeditor-comparationimg {
	position: relative;
	margin: 45px 0 38px;
	min-height: 100px;
}
.twentytwenty-content-loading.generated{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.twentytwenty-content-loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding-top: 0px;
	background-color: rgba( 255, 255, 255, .95 );
	text-align: center;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.twentytwenty-content-loading label{
	display: block;
	margin: 10px;
}
.twentytwenty-container{
	display: none;
}
.twentytwenty-container.generated{
	display: block;
}
.twentytwenty-images{
	position: relative;
	overflow: hidden;
}
.twentytwenty-image-left{
	width: 100%;
}
.twentytwenty-image-left img{
	width: 100%;
	height: auto;
}
.twentytwenty-image-right{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	bottom: 0;
	width: 50%;
}
.twentytwenty-image-right img{
	height: 100%;
	width: auto;
	float: right;
}
.twentytwenty-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba( 0, 0, 0, .5 );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.twentytwenty-overlay:hover{
	opacity: 1;
}
.twentytwenty-text{
	position: absolute;
	top: 50%;
	left: 18px;
	background-color:transparent;
	line-height: 35px;
	height: 32px;
	padding: 0 14px;
	color: white;
	text-transform:uppercase;
	font-size: 13px;
	border:1px solid white;
	transform: translate( 0, -50% );
	-ms-transform: translate( 0, -50% );
	-moz-transform: translate( 0, -50% );
	-webkit-transform: translate( 0, -50% );
}
.twentytwenty-text-right{
	left: auto;
	right: 18px;
}
.twentytwenty-handler{
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	background-color: white;
	border-radius: 100%;
	z-index: 4;
	cursor: pointer;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.twentytwenty-handler:after,
.twentytwenty-handler:before{
	content: "";
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -2px;
	width: 2px;
	background-color: white;
	height: 1000px;
}
.twentytwenty-handler:before{
	top: auto;
	bottom: 45px;
}
.twentytwenty-trigger{
	position: absolute;
	top: 0;
	left: 0;
	display:block;
	font-family: "iconos";
	line-height:80px;
	font-size:30px;
	color:black;
	width: 80px;
	height: 80px;
}
.twentytwenty-trigger:after{
	content: "\EA2A";
	position: absolute;
	top: 0;
	right: 15px;
}
.twentytwenty-trigger:before{
	content: "\EA29";
	position: absolute;
	top: 0;
	left: 15px;
}
.newsfull__relatedarticles .newsfull .row{
	border-top:1px solid #ebebeb;
	padding-top:40px;
}
/***********************
RELACIONADAS EN EL CUERPO
***********************/
.news__bodyrelated{
	margin: 8px 48px 23px 0;
	float: left;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding-top: 17px;
	width: 265px;
}
.news__bodyrelated__title{
	font: 15px/15px 'Taz', sans-serif;
	color:#666666;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight: 800;
}
.news__bodyrelated .news--summary--related{
	margin: 0 0 24px;
}
.swiper-slide-One .newsphotogallery__image  img{width: 100%;height: auto;}


/***********************
RELACIONADAS HEADER
***********************/

.news--summary--related--header {margin:0 !important;width: auto;}
.news--summary--related--header .news__data{ margin:0 !important;}
.morenews__content__header {margin-top:5px;}
.morenews__content__header li{display: inline-block; vertical-align: middle; width: 100%;}
.news--summary--related--header .news__data  .news__title::before {content: "•";color: #72bf44;font-size: 25px;line-height: 15px;display: inline-block;vertical-align: middle;margin-top: 2px;}

.news--summary--related--header .news__data{margin-left: 0;}
.news--summary--related--header .news__data  .news__title {font: 16px/18px 'Heebo', sans-serif; margin: 0; color: #666666;}
.listvsummary---related--header .listvsummary__title{
	font: 16px/16px 'Taz Regular', sans-serif;
	margin-top: 15px;
	color: #72bf44;
}
.listvsummary---related--header .listvsummary__header{ margin-bottom: 5px;}


.newsfull__excerpt__header{
	font: 16px/20px 'Heebo', sans-serif;
	color: #666666;
	padding: 0;
	margin: 5px 0 5px 0;
}
.newsfull__excerpt__header p{
	font: inherit;
	margin: 0;
}
.newsfull__excerpt__header p::before{
	content: "•";
	color: #72bf44;
	font-size: 25px;
	line-height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
	margin-right: 5px;
}
#banner-google-news{
	border: 1px solid #CECECE;
	border-radius: 5px;
	padding: 5px 2.5%;
	width: 94%;
	margin: 10px 0;
	text-align: center;
	display: block;
}
#banner-google-news span{
	color: #222 !important;
	font: 24px/26px 'Taz', sans-serif;
	display: inline-block;
	vertical-align: middle;
	font-weight: 800;
}
#banner-google-news img {
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
}
#banner-google-news div {
	background:#72BF44;
	color:#fff;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	font: 17px/20px 'Taz', sans-serif;
	padding: 5px 35px;
}
/***********************************
 * MODULO SUSCRIBE HORIZONTAL
 **********************************/
.suscribehorizontal{
	padding: 43px 0 46px;
	background-color: black;
	text-align: center;
	position:relative;
}
.suscribehorizontal__header{
	margin-bottom: 22px;
}
.suscribehorizontal__title{
	font: 40px/40px  'Taz Bold', sans-serif;
	color: white;
}
.suscribehorizontal__formtitle{
	font: 18px/18px  'Heebo', sans-serif;
	color: white;
	margin-bottom:20px;
}
.suscribehorizontal__form{
	font-size: 0;
}
.suscribehorizontal__fieldset input{
	margin: 0;
	border: 0;
	border-radius:0;
	padding: 14px 18px;
	background: white;
	width: 80%;
	max-width: 337px;
	font: 16px/24px 'Heebo', sans-serif;
	display: inline-block;
	vertical-align: top;
	color:#8c8c8c;
	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:#8c8c8c;
}
.suscribehorizontal__fieldset input::-moz-placeholder{
	color:#8c8c8c;
}
.suscribehorizontal__fieldset input:-ms-input-placeholder{
	color:#8c8c8c;
}
.suscribehorizontal__fieldset input:-moz-placeholder {
	color:#8c8c8c;
}
.suscribehorizontal__fieldset{
	position:relative;
}
.suscribehorizontal__fieldset button{
	border: 0;
	background: white;
	color: #72bf44;
	margin: 0 0 0 -4px;
	padding: 13px 18px 11px;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	border-radius:0;
	box-sizing: border-box;
	height: 52px;
}    

.suscribehorizontal__hint{
	font: 12px/45px  'Heebo', sans-serif;
	color: white;
}
.suscribehorizontal__hint:after{
	content:"Términos y Condiciones";
	display:inline;
}
.suscribehorizontal__hint a{
	text-decoration: underline;
	color: white;
	display:none;
}

.hint.error{
	color: white;
	font: 15px/18px 'Taz Bold', sans-serif;
	border: none;
	background-color:black;
	max-width: 671px;
	display:inline-block;
	position: absolute;
	bottom: 7px;
	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: 'Taz Bold', sans-serif;
    color:#ffffff;
}
.suscribehorizontal__social{
	display: none;
}/***********************
  8AM NOTA
***********************/
#mc_embed_signup_article form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; }
#mc_embed_signup_article input.email {font-size: 16px; border: none;  border-radius: 29px 0px 0px 29px; color: #5C6267; background-color: #ffffff;
box-sizing:border-box; height:50px; padding: 0px 0.4em; display: inline-block; margin: 0; width:300px; height:50px; padding-left: 29px;}
#mc_embed_signup_article .clear {display: inline-block;}
#mc_embed_signup_article .button {font: 20px 'Taz Bold'; border: none; 
	letter-spacing: .03em; color: #ffffffff;  box-sizing:border-box; height:50px;  padding:0 18px; display: inline-block; margin: 0;     background: #FF8C4E 0% 0% no-repeat padding-box;
	border-radius: 0px 29px 29px 0px;
	height: 51px;
	margin-left: -8px;}
#mc_embed_signup_article .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup_article{width:100%; height: 233px;
	background: transparent linear-gradient(180deg, #0056A1 -35%, #00D6FF 66%, #FDDD6A 108%) 0% 0% no-repeat padding-box;
	border-radius: 10px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;}
#mc_embed_signup_article .suscribe { max-width: 70%; display: inline-block;}
#mc_embed_signup_article p {width: 196px; display: inline-block; text-align: left; font: 22px 'Taz Regular'; color: #FFFFFF; margin-left: 40px;}
#mc_embed_signup_article img.img-phone {margin-top:25px;}
#mc_embed_signup_article #subscribe-result{ 
    color: #FFFFFF!important;
    background: #FF8C4E;
    padding: 10px;
    border-radius: 29px;
    font: 20px 'Taz Bold';
    text-align: left;
    visibility: hidden;
}
@media only screen and (max-width: 1235px) {
  #mc_embed_signup_article .suscribe {
    max-width: 80%;
  }
  #mc_embed_signup_article .suscribe img{
   margin-left: 40px;
  }
  #mc_embed_signup_article p{ width: auto; }
  #mc_embed_signup_article input.email{width: 60%; }
}
/***************
 BREADCRUMBS
****************/
.breadcrumbs a{color: #72bf44;}/***********************
  OPINION NOTA
***********************/
#mc_embed_signup_opinion{width:100%; height: 233px;
	background: #212731 0% 0% no-repeat padding-box;
	border-radius: 10px;
	margin-bottom: 15px;
	display: flex;
	justify-content: start;
	align-items: center;
	box-sizing:border-box;
	padding: 24px 18px;
}
#mc_embed_signup_opinion input.email {font-size: 16px;; border: none;  border-radius: 29px 0px 0px 29px; color: #5C6267; background-color: #ffffff;
box-sizing:border-box; height:50px; padding: 0px 0.4em; display: inline-block; margin: 0; width:300px; height:50px; padding-left: 29px;}
#mc_embed_signup_opinion .clear {display: inline-block;}
#mc_embed_signup_opinion .button {font: 20px 'Taz'; border: none; font-weight: bold; 
	letter-spacing: .03em; color: #ffffffff;  box-sizing:border-box; 
	padding:0 18px; display: inline-block; margin: 0;     background: #FF8C4E 0% 0% no-repeat padding-box;
	border-radius: 0px 29px 29px 0px;
	height: 51px;
	padding-bottom: 3px;
	margin-left: -8px;}
#mc_embed_signup_opinion .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup_opinion .suscribe { max-width: 75%; display: inline-block;}
#mc_embed_signup_opinion h3 { font: 35px 'Taz Regular'; color: #FFFFFF; text-align: left;text-transform: uppercase; display: inline; margin-left: 15px;}
#mc_embed_signup_opinion h3 span{color: #72BF44;}
#mc_embed_signup_opinion p {display: inline-block; text-align: left; font: 22px 'Taz Regular'; color: #FFFFFF; margin-bottom:20px; margin-top:8px;}
#mc_embed_signup_opinion img.img-phone {bottom: 0px;}
#mc_embed_signup_opinion #notification-container {color: #FFFFFF; font: 16px 'Taz Regular'; }
@media only screen and (max-width: 1235px) {
  #mc_embed_signup_opinion.suscribe {
    max-width: 80%;
  }
  #mc_embed_signup_opinion .suscribe img{
   margin-left: 40px;
  }
  #mc_embed_signup_opinion p{ width: auto; }
  #mc_embed_signup_opinion input.email{width: 60%; }
} /*! CSS Used from: Embedded */
::-moz-focus-inner{border:0;}
.small-show{display:inline;}
.small-hide{display:none;}
@media (min-width:468px){
.small-show{display:none;}
.small-hide{display:inline;}
}
a{overflow:hidden;}
table{border-collapse:collapse;text-align:start;}
table a::after{padding-right:13px;content:"";background-position:100% 0;background-repeat:no-repeat;background-image:url(data:image/svg+xml,<svg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2210%22%20height=%2210%22><rect%20stroke=%22%231f4807%22%20fill=%22%23fff%22%20y=%223.52%22%20x=%220.5%22%20height=%225.98%22%20width=%225.98%22/><path%20fill=%22%233a6e1b%22%20d=%22m4.76%200h5.23v5.39l-1.57%201.54%20-1.31-1.31%20-2.72%202.73%20-2.69-2.69%202.81-2.81%20-1.31-1.31%201.56-1.54%200%200zM8.99%201%22/><path%20fill=%22%23fff%22%20d=%22m8.99%201l0.02%204.89%20-1.82-1.82%20-2.88%202.88%20-1.23-1.23%202.88-2.88%20-1.85-1.85%204.87%200.01%200%200z%22/></svg>);}
td[colspan]{text-align:center;}
td a{color:#1f4807;display:block;margin-left:.777ex;text-decoration:none;}
td a:hover span{color:#1f4807;text-decoration:underline;}
caption{margin:1em 0 0;font-size:small;caption-side:bottom;}
#dllsTable{margin:auto;max-width:718px;}
#dllsTable th{border-bottom:2px solid #777;padding:0 0 .777ex;line-height:1.13em;}
#dllsTable th:first-child{padding-left:1ex;text-align:left;}
#dllsTable td{border-bottom:1px solid #e0e0e0;padding:.8777ex 0 .777ex;}
#dllsTable td:nth-child(1){padding-right:1ex;}
#dllsTable tbody{line-height:1.555em;}
#dllsTable tbody tr{transition:background-color .21s ease;}
#dllsTable tfoot{line-height:2em;}
#dllsTable tbody tr:nth-child(2n+1):hover,#dllsTable tbody tr:hover{background-color:#e3f2fd;}
#dllsTable td.num,#dllsTable td:nth-child(n+2){font-family:monospace;font-size:107%;padding-left:1ex;letter-spacing:0;}
td a span{vertical-align:middle;}
td .sp{margin:0 1ex 0 0;}
tbody div{margin-top:.3em;display:inline-block;vertical-align:middle;}
#dllsTable tbody tr:last-child td,#dllsTable tfoot td{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#777;}
#dllsTable tr>:nth-child(2),#dllsTable tr>:nth-child(3){display:none;}
.sort::after,.sort-a::after{color:#00f;font-family:monospace;margin:0 .5ex;font-size:x-large;}
.sort:hover::after,.sort-a:hover::after{color:#add8e6;}
.sort:hover,.sort-a:hover{cursor:pointer;}
.sort::after{content:"►";}
.sort-a::after{content:"▲";}
.best{background-color:#e5ffd6;}
.sp{background-repeat:no-repeat;display:inline-block;}
.sp.va.i0{width:80px;height:13px;background-position:0 -0px;}
.sp.va.i1{width:80px;height:11px;background-position:0 -14px;}
.sp.va.i2{width:80px;height:21px;background-position:0 -26px;}
.sp.va.i3{width:80px;height:12px;background-position:0 -48px;}
.sp.va.i4{width:80px;height:12px;background-position:0 -61px;}
.sp.va.i5{width:80px;height:12px;background-position:0 -74px;}
.sp.va.i6{width:80px;height:12px;background-position:0 -87px;}
.sp.va.i7{width:80px;height:12px;background-position:0 -100px;}
.sp.va.i8{width:80px;height:12px;background-position:0 -113px;}
.sp.va.i9{width:80px;height:12px;background-position:0 -126px;}
.sp.va.i10{width:80px;height:9px;background-position:0 -139px;}
.sp.va.i11{width:80px;height:21px;background-position:0 -149px;}
.sp.va.i12{width:80px;height:18px;background-position:0 -171px;}
.sp.va.i13{width:80px;height:16px;background-position:0 -190px;}
.sp.va.i14{width:80px;height:21px;background-position:0 -207px;}
.sp.va.i15{width:80px;height:15px;background-position:0 -229px;}
.sp.va.i16{width:80px;height:19px;background-position:0 -245px;}
.sp.va.i17{width:80px;height:20px;background-position:0 -265px;}
.sp.va.i18{width:80px;height:21px;background-position:0 -286px;}
.sp.va.i19{width:80px;height:15px;background-position:0 -308px;}
.sp.va{background-image:url(https://www.eldolar.info/sprites/!afirme/bancoazteca/bancobase/banxico-fix/banxico-int/banxico-int-open/banxico-int-close/banxico-int-max/banxico-int-min/banorte/bancomer/cibanco/banamex/dof/ixe/monex/mexico/reuters/sat/vepormas?o765ei);}/**Pop-up Opinión**/
#popup-opinion{
    background: #90979da1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
    opacity: 0.001;
    visibility: hidden;
    pointer-events: none;
    display: block!important;
    text-align: center;
 }
.content-popup-opinion {
    width: 530px;
    padding: 50px 0;
    transform: translate( 0, -75px );
    -ms-transform: translate( 0, -75px );
    -moz-transform: translate( 0, -75px );
    -webkit-transform: translate( 0, -75px );
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background:#212731;
    text-align: left;
    border-radius: 0;
    box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -webkit-transition: all .3s ease .1s;
    margin-top: 25%;
    text-align: center;
    background-position-x: 40px;
    background-repeat: no-repeat;
    background-position-y: 20px;
}
.modal-open-opinion{
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: initial !important;
    height: 100%;
}
.modal-open-opinion .modal__main_opinion {
     opacity: 1; 
     transform: translate( 0, 0 ); 
    -ms-transform: translate( 0, 0 );
    -moz-transform: translate( 0, 0 );
    -webkit-transform: translate( 0, 0 );
}
.btn-close-popup {
    float: right;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    font: 13px/18px 'Taz Regular', sans-serif;
    cursor: pointer;
}
.row-container-opinion {
    display: flex;
    row-direction: row;
    margin-top: 20px;
}
.content-popup-opinion .email {
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 10px 0px 20px;
    margin: 0;
    margin-left: 44px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 29px 0px 0px 29px;
    border: 1px solid #CBCBCB;
    width: 355px;
    height: 50px;
}
#popup-subscribe-opinion{
    width: 121px;
    height: 50px;
    background: #FF8C4E 0% 0% no-repeat padding-box;
    border-radius: 0px 29px 29px 0px;
    border: none;
    text-align: center;
    font: 20px/27px 'Taz Bold', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-left: -5px;
}
.content-popup-opinion h3 {
    font: 38px/45px 'Taz Bold', sans-serif;
    color: #FFFFFF;
    padding: 8px 0px;
    margin-left: 22px;
}
.content-popup-opinion h3 span {
    color: #72BF44;
}
.content-popup-opinion p {
    display: inline-block;
    width: 394px;
    color: #FFFFFF;
    font: 24px 'Taz Regular', sans-serif;
    text-align: left;
    margin: auto 40px;
}
#notification-popup{
    width: 90%;
    margin: 10px auto;
    color: #72BF44;
}
/**Pop-up Valor Agregado**/
#popup-va{
    background: #90979da1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
    opacity: 0.001;
    visibility: hidden;
    pointer-events: none;
    display: block!important;
    text-align: center;
 }
.content-popup-va {
    width: 650px;
    padding: 50px 0;
    transform: translate( 0, -75px );
    -ms-transform: translate( 0, -75px );
    -moz-transform: translate( 0, -75px );
    -webkit-transform: translate( 0, -75px );
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background:#FFFFFF;
    text-align: left;
    border-radius: 0;
    box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -webkit-transition: all .3s ease .1s;
    margin-top: 25%;
    text-align: center;
    background-position-x: 40px;
    background-repeat: no-repeat;
    background-position-y: 20px;
}
.modal-open-va{
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: initial !important;
    height: 100%;
}
.modal-open-va .modal__main_va {
     opacity: 1; 
     transform: translate( 0, 0 ); 
    -ms-transform: translate( 0, 0 );
    -moz-transform: translate( 0, 0 );
    -webkit-transform: translate( 0, 0 );
}
.btn-close-popup-va {
    float: right;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    font: 13px/18px 'Taz Regular', sans-serif;
    cursor: pointer;
}
.row-container-va {
    display: flex;
    row-direction: row;
    margin-top: 20px;
}
.content-popup-va .email {
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 10px 0px 20px;
    margin: 0;
    margin-left: 20px;
    background: #FFFFFF;
    border-radius: 29px 0px 0px 29px;
    border: 1px solid #CBCBCB;
    width: 355px;
    height: 50px;
}
#popup-subscribe-va{
    width: 121px;
    height: 50px;
    background: #FF8C4E 0% 0% no-repeat padding-box;
    border-radius: 0px 29px 29px 0px;
    border: none;
    text-align: center;
    font: 20px/27px 'Taz Bold', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-left: -5px;
}
.content-popup-va p {
    width: 100%;
    color: #000000;
    font: 20px 'Taz Regular';
    text-align: left;
    margin: auto 17px;
    box-sizing: border-box;
    padding: 0px 5px;
}
.content-popup-va .div-img{width: 394px; margin: auto; text-align: left; margin-bottom: 30px; margin-left: 17px;}
.content-popup-va .column-lef{width:60%; float:left;overflow: hidden;margin-top: 45px;}
.content-popup-va .column-right{width:37%; float:left;overflow: hidden;}
/**Pop-up 8AM**/
 #popup-8am{
    background: #90979da1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
    opacity: 0.001;
    visibility: hidden;
    pointer-events: none;
    display: block!important;
    text-align: center;
 }
 .content-popup-8am {
    width: 530px;
    padding: 50px 0;
    transform: translate( 0, -75px );
    -ms-transform: translate( 0, -75px );
    -moz-transform: translate( 0, -75px );
    -webkit-transform: translate( 0, -75px );
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background: transparent linear-gradient( 180deg, #0056A1 -35%, #00D6FF 66%, #FDDD6A 108%) 0% 0% no-repeat padding-box;
    text-align: left;
    border-radius: 0;
    box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -webkit-transition: all .3s ease .1s;
    margin-top: 25%;
    text-align: center;
}
.modal-open-8am{
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: initial !important;
    height: 100%;
}
.modal-open-8am .modal__main_8am {
     opacity: 1; 
     transform: translate( 0, 0 ); 
    -ms-transform: translate( 0, 0 );
    -moz-transform: translate( 0, 0 );
    -webkit-transform: translate( 0, 0 );
}
.btn-close-popup-8am {
    float: right;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    font: 13px/18px 'Taz Regular', sans-serif;
    cursor: pointer;
}
.row-container-8am {
    display: flex;
    row-direction: row;
    margin-top: 20px;
}
.content-popup-8am .email {
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 10px 0px 20px;
    margin: 0;
    margin-left: 44px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 29px 0px 0px 29px;
    border: 1px solid #CBCBCB;
    width: 355px;
    height: 50px;
}
#popup-subscribe-8am{
    width: 121px;
    height: 50px;
    background: #FF8C4E 0% 0% no-repeat padding-box;
    border-radius: 0px 29px 29px 0px;
    border: none;
    text-align: center;
    font: 20px/27px 'Taz Bold', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-left: -5px;
}
.content-popup-8am p {
    display: inline-block;
    width: 394px;
    color: #FFFFFF;
    font: 24px 'Taz Regular';
    text-align: left;
    margin: auto 40px;
    margin-top: 15px;
}
#notification-popup-8am{
    width: 90%;
    margin: 10px auto;
    color: #72BF44;
}#popup-publicidad{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
    opacity: 0.001;
    visibility: hidden;
    pointer-events: none;
    display: block!important;
    text-align: center;
}
.content-popup-publicidad {
    width: 300px;
    box-sizing: border-box;
    padding: 20px;
    transform: translate( 0, -75px );
    -ms-transform: translate( 0, -75px );
    -moz-transform: translate( 0, -75px );
    -webkit-transform: translate( 0, -75px );
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 23px 26px 0 rgba(0,0,0,.3);
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -webkit-transition: all .3s ease .1s;
    margin-top: 25%;
    text-align: center;
    box-shadow: 0px 3px 25px #00000029;
    border-radius: 4px;
}
.modal-open-publicidad{
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: initial !important;
    height: 100%;
}
.modal-open-publicidad .modal__main_publicidad {
     opacity: 1; 
     transform: translate( 0, 0 ); 
    -ms-transform: translate( 0, 0 );
    -moz-transform: translate( 0, 0 );
    -webkit-transform: translate( 0, 0 );
}
.btn-close-publicidad {
    float: right;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    font: 13px/18px 'Taz Regular', sans-serif;
    cursor: pointer;
}
.demasiada-publicidad{
    width:100%; border: 1px solid #CECECE; border-radius: 5px;text-align: center; box-sizing: border-box; padding: 13px 0px; margin: 20px 0px;
}
.demasiada-publicidad p{
    font: 24px/29px 'Taz', sans-serif; font-weight: bold; display:inline-block;margin-right: 35px;
}
.btn-publicidad{
    background: #72BF44; border-radius: 5px;box-sizing: border-box; padding: 9px 20px;font:17px/20px 'Taz', sans-serif; text-align: center;color: #FFFFFF; display:inline-block; vertical-align: middle; cursor: pointer;
}
.p-enterate{ 
    text-align: center; color: #282A27; font: 28px/32px 'Taz', sans-serif; font-weight: bold; margin-top: 15px; 
}
.p-beneficio{
    text-align: center; color: #444444; font: 14px/20px 'Heebo',sans-serif; margin: 20px 0px;
}
.p-beneficio strong{color:#222222;}
.btn-continuar{
    text-align: center; font: 16px/25px 'Heebo',sans-serif; display: block; color: #909090; background: #FFFFFF; border: 1px solid #909090; border-radius: 29px; width: 90%;  box-sizing: border-box; padding: 5px 0px; margin: auto; cursor: pointer;
}
.btn-disminuir{
        text-align: center; font: 16px/25px 'Heebo',sans-serif; display: block; color: #FFFFFF; background: #72BF44; border-radius: 29px; width: 90%;  box-sizing: border-box; padding: 5px 0px; margin: 15px auto; cursor: pointer; 
}
.si-suscriptor{
	text-align: center; font: 13px 'Heebo',sans-serif; color: #444444; margin: 15px 0px 30px;
}
.si-suscriptor a{color: #444444!important; text-decoration: underline;}
.newsfull__relatedarticles .demasiada-publicidad{display:none;}
/*******************
 * CUSTOM
 ******************/
.page-section.padding--for--sticky .site-main,
.padding--for--sticky .header ~ .alert,
.padding--for--sticky .header ~ .pagebuilder{
	border-top:161px solid white;
}
.padding--for--sticky .header ~ .alert ~ .pagebuilder,
.padding--for--sticky .header ~ .alert + .alert,
.padding--for--sticky .header ~ .pagebuilder + .pagebuilder{
	border-top: none;
}
/***********************************
 * MODULOS ZONAS NOTAS HOME
 **********************************/  
.zonasuperiores{
	margin-top:51px;
}
.zonasuperiores .mod__content{
	padding-bottom:20px;
	border-bottom:1px solid #e4e4e4;
}
.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:30px;
}
.zonacentrales .row__container:last-child{
	border-bottom:none;
}
/***********************************
 * MODULO BOTON VER MAS
 **********************************/  
.viewmore__button{
	background-color: white;
	border-radius:3px;
	border:2px solid #72bf44;
	color: #72bf44;
	text-transform: uppercase;
	display: block;
	width: 252px;
	height: 46px;
	cursor: pointer;
	margin: 40px auto;
	font: 18px/44px 'Taz Bold', sans-serif;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.viewmore__button:hover{
	background-color: #72bf44;
	color:white;
}
/***********************************
 * ICONOS DE PLAY, AUDIO Y VIDEO
 **********************************/  
.news__nophoto{
	background: url(/export/sites/am/arte/logo.svg) no-repeat center center;
	background-size: 30% auto;
	filter: brightness(0);
	opacity: .1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.video--innerbox .icono--play,
.video--box .icono--play{
	border-radius: 100%!important;
	border: none!important;
	background: rgba(70, 70, 70, .3)!important;
	border: 4px solid white!important;
	width: 101px;
	height: 101px;
	font-size: 29px;
	line-height: 103px;
	top: 50%;
	left: 50%;
	bottom: auto;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.video--box .icono--play{
	font-size:12px;
	border: 2px solid white!important;
	width:40px;
	height:40px;
	left:13px;
	bottom:13px;
	transform:none;
	-ms-transform:none;
	-moz-transform:none;
	-webkit-transform:none;
}
.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;
}
.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:20px;
	line-height:65px;
}
.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__title{
	position: relative;
	text-align: left;
	font: 22px/22px 'Taz Bold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: black;
	display: block;
}
.mod__title a{
	color: inherit;
	font: inherit;
	position:relative;
}
/**************************
 MOD LIST
**************************/
.modlist__section{
	margin-top:50px;
}
.modlist__content{
	position:relative;
}
/***********************************
 * MODULO NEWS-SUMMARY
 **********************************/
.news--summary{
	margin-bottom:32px;
}
.news--summary .news__data{
	margin-left: 370px;
	text-align: left;
}
.news--summary .news__label{
	display: none;
}
.news--summary .news__section{
	text-transform: uppercase;
	vertical-align:top;
	display: block;
}
.news--summary .news__title a{
	background-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	background-size: 0px 1px;
	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--summary .news__title:hover a {
	background-size: 100% 1px;
}
.news--summary .news__author,
.news--summary .news__time,
.news--summary .news__line--sep{
	display: inline-block;
	text-transform: initial;
	font: 14px/16px 'Taz Bold', sans-serif;
	color: #a0a0a0;
}
.display-none{
	display: none !important;
}
.news--summary .news__author span,
.news--summary .news__author a{
	text-transform: initial;
	color: black;
}
.news--summary .news__author a:hover{
	color: black;
}
.news--summary.news--145x80 .news__media{
	width:145px;
	height:80px;
}
.news--summary.news--338x190 .news__media{
	width:338px;
	height:190px;
}
.news--summary.news--80x80 .news__media{
	width:80px;
	height:80px;
}
.news--summary .icono--play,
.news--summary .icono--picture,
.news--summary .icono--audio {
	border-radius:100%;
	border:3px solid white;
	background-color:transparent;
}
/***********************************
 * NEWS SUMMARY LIST FEATURED
 **********************************/
.zonasuperiores article.news--summary.news--145x80.news--summary--list--featured{
	margin-top:22px;
	padding-top:20px;
	margin-bottom: 0;
	border-top:1px solid #e4e4e4;
	display: block;
	min-height: 160px;	
}
.zonasuperiores article.news--summary.news--145x80.news--summary--list--featured.invert{
	min-height: 160px;
}
.zonasuperiores figure.news__media.news__media--horizontal{
	left:0;
	bottom:0;
	position: absolute;
}
.zonasuperiores .news--summary--list--featured .news__data{
	margin:0;
	padding:0;
	position:relative; 
}
.zonasuperiores .news--summary--list--featured .news__title{
	font-size:32px;
	line-height:32px;
	margin-bottom: 18px; 
}
.zonasuperiores .news--summary--list--featured .news__excerpt{
	margin-left:165px;
	font-size:14px;
	line-height:19px;
	display: -webkit-box;
	position: relative;
	height: 74px;
	overflow: hidden;
	/*! top: 100%; */
	margin-top:-2px; 
}
.zonasuperiores .news--summary--list--featured .news__line{
	margin-left:165px;
	height: 20px;
	margin-top:3px;
}
/***********************************
 * NEWS SUMMARY LIST FEATURED INVERT
 **********************************/
.zonasuperiores .news--summary--list--featured.invert .news__title{
 	font-size:24px;
 	line-height:27px;
}
.zonasuperiores .news--summary--list--featured.invert .news__section{
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
}
.zonasuperiores .news--summary--list--featured.invert .news__media{
	left: 100%;
	margin-left: -145px;
}
.zonasuperiores .news--summary--list--featured.invert .news__line,
.zonasuperiores .news--summary--list--featured.invert .news__excerpt{
	margin-right: 165px;
	margin-left: 0;
}
/***********************************
 * NEWS SUMMARY LIST SMALL
 **********************************/
.news--summary--list--small{
	margin-bottom: 20px;
}
.news--summary--list--small .news__media{
	width: 70px;
	height: 70px;
}
.news--summary--list--small .news__data{
	margin-left: 84px;
}
.news--summary--list--small .news__section{
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 6px;
}
.news--summary--list--small .news__title{
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 0;
	font-family: 'Taz Regular', sans-serif;
}
/***********************************
 * NEWS SUMMARY RELATED
 **********************************/
.news--summary--related{
	margin-bottom:30px;
	vertical-align: top;
}
.news--summary--related .icono--play, 
.news--summary--related .icono--picture, 
.news--summary--related .icono--audio{
	display:none;
}
.news--summary--related .news__data{
	margin-left:100px;
	padding-top:11px;
}
.news--summary--related .news__title{
	font:17px/20px 'Taz', sans-serif;
	font-weight: 800;
}
/***********************************
 NEWS SUMMARY RANKING
***********************************/
.news--summary--ranking{
	margin-bottom:0;
	vertical-align: top;
}
.news--summary--ranking .news__data{
	margin-left:0;
	padding-left:60px;
	margin-right:90px;
}
.news--summary--ranking .news__section{
	font-size:12px;
	line-height:12px;
	margin-bottom:7px;
}
.news--summary--ranking .news__title{
	font-size:16px;
	line-height:18px;
	margin-bottom:0;
}
.news--summary--ranking .news__media{
	width:70px;
	height:70px;
	float:right;
}
/*******************************
NEWS SUMMARY RANKING HOME
*******************************/
.news--ranking--home .news__data{
	margin-left:0;
	padding-left:0px;
	margin-right:170px;
}
.news--ranking--home.news--summary .icono--play, 
.news--ranking--home.news--summary .icono--picture, 
.news--ranking--home.news--summary .icono--audio{
	display:none;
}

.news--ranking--home .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;
	background: -moz-linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.thumbnails-a .trc_rbox_header, .thumbnails-a .syndicatedItem .video-title, .thumbnails-a .syndicatedItem .branding {
 font-family: 'Taz Bold', sans-serif !important;
}
.last-news .news__author, .last-news .news__line--sep{display: none;}
.last-news .news--summary .news__title{ margin: 0 0 0;}
.last-news  .news__section{     margin-bottom: 5px; }
.last-news  .news__data{ padding-top: 0; }
/***********************************
 * NOTICIAS GENERALES
 **********************************/
.news--100-0 .news__media{
	padding-top: 100%!important;
}
.news--57-26.news__media{
	padding-top: 57.266%;
}
.news--54-64 .news__media{
	padding-top: 54.644%;
}
.news--52-85 .news__media {
    padding-top: 52.846%;
}
.news--56-12 .news__media{
	padding-top: 56.124%;	
}

/***********************************
 * 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;
	vertical-align:top;
}
.news--box .news__title a{
	background-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	background-size: 0px 1px;
	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--box .news__title:hover a {
	background-size: 100% 1px;
}
.news--box .news__excerpt > p:empty{
	display: none;
}
.news--box .news__author{
	font: 14px/14px 'Taz Bold', sans-serif;
	color:#a0a0a0;
	text-transform: initial;
}
.news--box .news__author span,
.news--box .news__author a{
	color: black;
}
.news--box .icono--play, 
.news--box .icono--picture, 
.news--box .icono--audio{
	border-radius:100%;
	border:3px solid white;
	background-color:transparent;
}
/*****************
 NEWS BOX LIST
*****************/
.news--box--list{
	margin-bottom: 25px;
}
.news--box--list .news__data{
	padding-top: 10px;
}
.news--box--list .news__title{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}
.news--box--list .news__section{
	font-size: 13px;
	line-height: 13px;
	margin: 0px;
	padding: 0;
	vertical-align: baseline;
}
.modlist__section .news--box--list .news__section{
	display:none;
}
.modlist__section .news--box--list .news__data {
    padding-top: 9px;
}
/*****************
 NEWS BOX LIST FEATURED
*****************/
.news--box--list--featured {
	margin:0;
}
.news--box--list--featured .news__title{
	font-size:40px;
	line-height:42px;
}
.news--box--list--featured .news__section{
	font-size:16px;
	line-height:16px;
}
/*****************
 NEWS BOX LIST FEATURED INVERT
*****************/
.news--box--list--featured.invert{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
.news--box--list--featured.invert .news__media{
	grid-row: 2;
}
.news--box--list--featured.invert .news__data{
	grid-row: 1;
	margin-bottom:18px;
	padding-top:0;
}
/*****************
 NEWS BOX LIST FEATURED SMALL
*****************/
.news--box--list--featured--small{
	margin-bottom:0;
}
.news--box--list--featured--small .news__section{
	font-size:14px;
	line-height:14px;
	margin-bottom:6px;
}
.news--box--list--featured.invert  .news__excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news--box--list--featured--small .news__title{
	font-size:24px;
	line-height:27px;
	margin-bottom:8px;
}
/*****************
 NEWS BOX SEPARATED
*****************/
.news--box--separated{
	text-align: center;
}
.news--box--separated .news__data{
	padding-top: 15px;
}
/****************
 NEWS BOX RANKING
****************/
.news--box--ranking .news__title{
	font-size:16px;
	line-height:18px;
	margin-bottom:0;
}
.news--box--ranking .news__section{
	font-size:12px;
	line-height:12px;
	display:block;
	margin-bottom:7px;
}
.news--box--ranking .news__data{
	padding-left:60px;
}
.rankinghome .news--box .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;
	background: -moz-linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
/***************************
	NEWS SUMMARY SMALL (LIST VERTICAL)
****************************/
.listvsummary{
	margin-bottom:44px;
}
.listvsummary__header{
	margin-bottom: 20px;
}
.listvsummary__title{
	font: 28px/28px 'Taz', sans-serif;
	position: relative;
	text-align: left;
	font-weight: bold;
}
.listvsummary  .news--summary--related {
	margin:0;
}
.listvsummary .listvsummary__item + .listvsummary__item {
	margin-top:14px;
	padding-top:14px;
	border-top:1px solid #ebebeb;
}
/***********************************
 * SLIDERS
 **********************************/
.swiper-button{
	text-align:center;
	line-height:40px;
	background: transparent;
	border: none;
	font-size: 29px;
	width: 45px;
	height: 40px;
	line-height:42px;
}
.swiper-button-prev, 
.swiper-button-next{
	margin-top:6px!important;
	transform: translateY(-50%)!important;
	-ms-transform: translateY(-50%)!important;
	-moz-transform: translateY(-50%)!important;
	-webkit-transform: translateY(-50%)!important;
	left:-45px!important;
	color: #767676!important;
}
.swiper-button-next{
	left:initial!important;
	right:-45px!important;
}
.swiper-button-prev.swiper-button-disabled, 
.swiper-button-next.swiper-button-disabled{
	pointer-events: initial;
	opacity:0;
}
.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: #72bf44;
}
.swiper-pagination-fraction, 
.swiper-pagination-custom, 
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:31px;
}.poll--versus{
	margin-bottom:0;
	text-align: center;
	position: relative;
	border:3px solid black;
}
.poll--versus:before {
	content: "";
	background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
	background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,0.71) 100%);
	overflow: visible;
	bottom: -1px;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.poll--versus .poll__header{
	position: absolute;
	left: 20px;
	right: 20px;
	z-index: 3;
	top: 0;
	padding: 40px 0 0;
}
.poll--versus .poll__label{
	font: 15px/15px 'Taz Bold', sans-serif;
	color:#72bf44;
	text-transform:uppercase;
	top:15px;
}
.poll--versus .poll__title{
	font: 24px/24px 'Taz Bold', sans-serif;
	color: white;
	position: static;
	text-shadow: 0 2px 3px rgba(0,0,0,0.7);
}
.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: 3px solid black;
}
.poll--versus .poll__item--left{
	padding-top: 119.72%;
}
.poll--versus .poll__item--right:after{
	font-style: normal;
	font-size:13px;
	line-height:26px;
	color:white;
	background-color: black;
	height:26px;
	width:26px;
}
.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{
	border: none;
	width: 70px;
	height: 29px;
	bottom: 16px;
	background-color: #72bf44;
	text-align:center;
	border-radius:0;
	text-transform:uppercase;
	font: 14px/32px 'Taz Bold', sans-serif;
	color:white;
}
.poll--versus .icono--check_outline:before{
	content:"Votar";
	font: 14px/32px 'Taz Bold', sans-serif;
}
.poll--versus .poll__text{
	font: 12px/14px 'Taz Bold', sans-serif;
	bottom: 60px;
	text-transform: uppercase;
	padding: 0 20px;
	text-align: center;
	text-shadow: 0 2px 3px rgba(0,0,0,0.7);
}
.poll--versus .poll__data--right .poll__text{
	text-align: center;
}
.poll--versus .poll__data--right .icono--check_outline{
	left: auto;
	right: 50%;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
}
.poll--versus.poll--results .poll__percent{
	text-align: center;
	bottom: 21px;
	transform: none;
	font: 28px/33px 'Taz Bold', sans-serif;
	text-transform: uppercase;
	transform: translate(-50%, 0);
}

.poll--versus.poll--results .poll__percent small{
	font: inherit;
	vertical-align: top;
}
.poll--versus.poll--results .poll__data--win .poll__percent{
	font: 38px/38px 'Taz Bold', sans-serif;
	color: #72bf44;
	width:auto;
	bottom:18px;
}
.poll--versus .poll__content{
	position:relative;
	background-color:black;
}.poll--simple{
	position: relative;
	padding: 18px;
	margin: 0 0 33px;
	border: 3px solid black;
}
.poll--simple .poll__header{
	text-align:center;
}
.page-home .poll--simple .poll__header:before,
.poll--simple .poll__label{
	text-align: center;
	font: 16px/16px 'Taz Bold', sans-serif;
	text-transform: uppercase;
	color: #72bf44;
	display: block;
}
.poll--simple .poll__title{
	font: 23px/26px 'Taz Bold', sans-serif;
	text-align: center;
	margin: 13px 0 18px;
}
.poll__items{
	max-width: 588px;
	margin: 0 auto;
}
.poll--simple .poll__item{
	height:41px;
	overflow:visible;
	background-color:black;
}
.poll--simple .poll__item + .poll__item {
    margin-top: 13px;
}
.poll--simple .poll__option{
	min-width: 90%;
	text-align: center;
	left: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.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: #72bf44;
}
.poll--simple .poll__item + .poll__item{
	margin-top: 10px;
}
.poll--simple .poll__percent{
	color: white;
	font: 20px/20px 'Taz Bold', sans-serif;
}
.poll--simple .poll__option{
	color: white;
	font: 17px/17px 'Taz Regular', sans-serif;
	text-transform: uppercase;
}
.poll--simple .poll__footer{
	margin: 0;
	padding-top: 19px;
	text-align: center;
}
.poll--simple .poll__footer p{
	float: none;
	font: 14px/14px 'Taz Bold', sans-serif;
	color: #717171;
}
.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{
	height:10px;
	background-color:#f6f5f5;
	margin-top:48px;
	cursor: default;
	
}
.poll--simple.poll--results .poll__item:first-child{
    margin-top: 56px;
}
.poll--simple.poll--results .poll__item .poll__bar{
	background-color:#616161;
}
.poll--simple.poll--results .poll__item .poll__option,
.poll--simple.poll--results .poll__item .poll__percent{
	position:absolute;
	bottom: 12px;
	top: initial;
	left:0;
	color:black;
	transform:none;
	-webkit-transform:none;
	text-align: left;
}
.poll--simple.poll--results .poll__item .poll__option{
	font:15px/16px 'Taz Bold', sans-serif;
}
.poll--simple.poll--results .poll__item .poll__percent{
	left:initial;
	right:0;
	color:#666666;
	font: bold 11px/13px 'Heebo', sans-serif;
}
.poll--simple.poll--results .poll__item--win .poll__bar{
	background-color:#72bf44;
}
.poll--simple.poll--results .poll__item.poll__item--win .poll__percent,
.poll--simple.poll--results .poll__item.poll__item--win .poll__option{
	color:#72bf44;
}


/* POLLS HOME */

.page-home .poll--simple .poll__header:before{
	content:"Participa";
}
.page-home .poll--simple .poll__label{
	display:none;
}.newsvideogallery{
	position: relative;
	margin: 0 0 50px;
}
.newsvideogallery .swiper-fullscreen{
	display: none;
}
.newsvideogallery__actions{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.newsvideogallery__counter{
	position: absolute;
	bottom: 0;
	right: 86px;
	background-color: white;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 70px;
	text-align: center;
	font: 400 13px/50px 'Heebo', sans-serif;
	color: #333333;
}
.newsvideogallery__counter span{
	font: 400 13px/50px 'Heebo', sans-serif;
	color: #333333;
}
.newsvideogallery .swiper-button{
	position: absolute;
	top: auto;
	left: auto!important;
	right:0;
	bottom: 0;
	right: 0;
	width: 43px;
	height: 50px;
	background: white;
	font-size:18px;
	line-height: 52px;
	border: none;
	border-bottom: 1px solid #ebebeb;
	transform: none!important;
	-ms-transform: none!important;
	-moz-transform: none!important;
	-webkit-transform: none!important;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.newsvideogallery .swiper-button-prev{
	right: 43px!important;
}
.newsvideogallery__image{
	position: relative;
	height: 0;
	padding-top: 56.25%;
	width: 100%;
	background-color: black;
}
.newsvideogallery__image > *{
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
}
.newsvideogallery__description{
	border-bottom: 1px solid #ebebeb;
	margin: 0 156px 0 0;
	padding-right: 10px;
	height: 50px;
	position: relative;
}
.newsvideogallery__onevideo .newsvideogallery__description{
	padding-right: 0;
}
.newsvideogallery__description p{
	color: #333333;
	font: 13px/16px 'Heebo', sans-serif;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: absolute;
	top: 50%;
	max-height: 34px;
	left: 0;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.newsvideogallery__description span{
	color: #333333;
	margin-left: 5px;
	font-weight:500;
}
.newsvideogallery.newsvideogallery__onephoto .swiper-pagination {
	display:none;
}.newsphotogallery{
	position: relative;
	margin: 0 0 30px;
}
.newsphotogallery .swiper-fullscreen{
	position: absolute;
	top: 11px;
	right: 11px;
	width: 26px;
	font-size: 13px;
	height: 26px;
	line-height:28px;
	border: none;
	border-radius:2px;
	background: rgba(0,0,0,0.3);
	color: white;
	z-index: 10;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.newsphotogallery .icono--fullscreen_outline:before{
	content:"\EA09";
}
.newsphotogallery img{
	width: 100%;
	height: auto;
	cursor: -moz-zoom-in; 
	cursor: -webkit-zoom-in; 
	cursor: zoom-in;
}
.newsphotogallery__actions{
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	
	width: 100%;
}
.newsphotogallery__counter{
	display:none;
}
.newsphotogallery .swiper-button{
	color:#fff!important;
	position: absolute;
	top: 0;
	left: auto;
	font-size:45px;
	padding: 0;
	width: 43px;
	height: 56px;
	line-height: 62px;
	border: none;
	text-shadow:0 0 12px rgba(0,0,0,0.6);
	margin-top: -25px!important;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-shadow: 0px 0px 5px rgba(11,11,11,1);
}
.newsphotogallery .swiper-button:hover{
	color: white!important;
}
.newsphotogallery .swiper-button-prev{
	left: 0!important;
}
.newsphotogallery .swiper-button-next{
	left: auto!important;
	right: 0 !important;
}
.newsphotogallery__description{
	boder:none;
	padding-right: 10px;
	height: 38px;
	margin: 0;
	position: relative;
}
.newsphotogallery__onephoto .newsphotogallery__description{
	margin-right: 0;
}
.newsphotogallery__description p{
	color: #333333;
	font: 13px/16px 'Heebo', sans-serif;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: absolute;
	top: 50%;
	max-height: 34px;
	left: 0;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.newsphotogallery__description p span{
	margin-left: 5px;
	font-weight:500;
}
.newsphotogallery.newsphotogallery__onephoto .swiper-pagination {
	display:none;
}
.newsphotogallery .swiper-button:before{font-weight: bold;}
/*******************
 * RESPONSIVE
 ******************/
@media only screen and (max-width: 1230px){
	.row{
		padding: 0 30px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.modvideos > .row{
		padding:38px 30px 0 30px;
	}
}
@media only screen and (max-width: 1024){
	.row{
		padding: 0 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.modvideos > .row{
		padding:38px 20px 0 20px;
	}
}@media only screen and (max-width: 1440px) {
	
	.header--sticky .navigation > .menu--site li:nth-child(n+7){
		display: none;
	}
	.header--sticky .header__subnav li:nth-child(n+7){
		display: inline-block;
	}
	.header--sticky .navigation {
		margin-left: 250px;
	}
}
@media only screen and (max-width: 1380px) {
        .header--sticky .navigation {
		margin-left: 190px;
	}
}

@media only screen and (max-width: 1280px) {
	
	.header--sticky .navigation > .menu--site li:nth-child(n+6){
		display: none;
	}
	.header--sticky .header__subnav li:nth-child(n+6){
		display: inline-block;
	}
        .header--sticky .navigation {
		margin-left: 180px;
	}
}
@media only screen and (max-width: 1170px), only screen and (max-device-width: 1170px) {
	
	
	.header--sticky .navigation > .menu--site li:nth-child(n+5){
		display: none;
	}
	.header--sticky .header__subnav li:nth-child(n+5){
		display: inline-block;
	}
	.header--sticky .navigation {
		margin-left: 230px;
	}
}
@media only screen and (max-width: 1090px), only screen and (max-device-width: 1090px) {	
	
	
	.header--sticky .navigation > .menu--site li:nth-child(n+4){
		display: none;
	}
	.header--sticky .header__subnav li:nth-child(n+4){
		display: inline-block;
	}
	.header--sticky .navigation {
		margin-left: 230px;
	}
}
@media only screen and (max-width: 965px), only screen and (max-device-width: 965px) {	
	
	.header--sticky .navigation > .menu--site li:nth-child(n+3){
		display: none;
	}
	.header--sticky .header__subnav li:nth-child(n+3){
		display: inline-block;
	}
	.header--sticky .navigation {
		margin-left: 180px;
	}
}
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	.mod--epeciales .news__data{
		left: 20px;
		right: 20px;
		transform: none;
	}
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	
	.ranking li{
		width: 100%;
	}
	
}
@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	[data-zone="continuo_1"] .col_6{
		width: 100%;
	}
}@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	.newsfull__title{
		font-size: 38px;
		line-height: 46px;
	}
	.newsfull .col__aside{
		display: none;
	}
	.newsfull .col__main{
		width: 100%;
		padding-right: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}