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

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

.video--box{
	position: relative;
}
.video--box .video__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	
	background-color: #eeeeee;
	
}
.video--box .video__media iframe,
.video--box .video__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video--box .icono--play{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
}
.video--box .video__nophoto{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.video--box .video__share{
	position: absolute;
	top: 0;
	right: 0;
}
.video--box .video__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.video--box .video__duration{
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: none;
}
.video--box .video__section{
	
	font: 13px/13px 'Taz Bold', sans-serif;
	
	display: inline-block;
	
	margin: 12px 0 0;
	
}
.video--box .video__title{
	
	font: 21px/24px 'Taz Bold', sans-serif;
	
	color: white;
	
	margin: 7px 0 0;
	
}
.video--box .video__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
}
.video--box .video__title a:hover{
	
	color: #72bf44;
	
}
.video--box .video__excerpt{
	
	margin: 0;
	
}
.video--box .video__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}

.video--innerbox{
	position: relative;
}
.video--innerbox .video__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	
	background-color: #eeeeee;
	
}
.video--innerbox .video__media:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	pointer-events: none;
}
.video--innerbox .video__media iframe,
.video--innerbox .video__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video--innerbox .icono--play{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	pointer-events: none;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	height: 70px;
	width: 70px;
	border: 2px solid #fff;
	font-size: 28px;
	line-height: 78px;
	text-align: center;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.video--innerbox .video__nophoto{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.video--innerbox .video__share{
	position: absolute;
	top: 0;
	right: 0;
}
.video--innerbox .video__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.video--innerbox .video__data{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	 
	padding: 36px 38px;
	
}
.video--innerbox .video__section{
	 
	font: 16px/16px 'Taz Bold', sans-serif;
	
	display: inline-block;
	
	color: #72bf44;
	
	margin: 0;
	
}
.video--innerbox .video__title{
	 
	font: 48px/50px 'Taz Bold', sans-serif;
	 
	color: white;
	 
	margin: 0;
	
}
.video--innerbox .video__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
}
.video--innerbox .video__title a:hover{
	 
	color: #72bf44;
	
}
.video--innerbox .video__excerpt{
	
}
.video--innerbox .video__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}
.poll--versus {
	position: relative;
	margin-bottom: 20px;
}

.poll--versus.poll--results .poll__percent {
	opacity: 1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
.poll--versus.poll--results .icono--check_outline{
	opacity: 0;
	transform: translate(-50%, 20px);
	-webkit-transform: translate(-50%, 20px);
}
.poll--versus .poll__label {
	font: 13px/15px '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;
}
     
/*******************
 * MODULES
 ******************/
.fotogaleriasliderinnerbox{
	padding-top: 30px;
}
.fotogaleriasliderinnerbox__header{
	margin-bottom: 30px;
}
.fotogaleriasliderinnerbox__title{
	font: 28px/32px 'Heebo', sans-serif;
}
.fotogaleriasliderinnerbox .swiper-button{
	background: transparent;
	border: none;
	color: #cdcdcd;
	font-size: 28px;
	width: 45px;
	height: 60px;
	padding: 0;
	left: 0;
}
.fotogaleriasliderinnerbox .swiper-button-next{
	left: auto;
	right: 0;
}
.fotogaleriasliderinnerbox .news__label,
.fotogaleriasliderinnerbox .news__section,
.fotogaleriasliderinnerbox .news__media .icono{
	display: none;
}.listhboxslider__header{
	margin-bottom: 20px;
}
.listhboxslider__title{
	font: 400 28px/31px 'Heebo', sans-serif;
	color: black;
	display: inline-block;
}
.listhboxslider__content{
	position: relative;
}
.listhboxslider__number{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	color: white;
	font: bold 66px/46px 'Taz Bold', sans-serif;
	pointer-events: none;
}
.listhboxslider .swiper-slide{
	width: 200px;
	position: relative;
}
.listhboxslider .swiper-button{
	background: transparent;
	border: none;
	color: #cdcdcd;
	font-size: 28px;
	width: 45px;
	height: 60px;
	padding: 0;
	left: 0;
}
.listhboxslider .swiper-button-next{
	left: auto;
	right: 0;
}.listvsummary__title{
	font: 400 28px/31px 'Heebo', sans-serif;
	color: black;
	display: inline-block;
	width:100%;
} 
/*******************
 * 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: 160px;
	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;
}
.header--sticky .header__top{
	padding:0;
	border:none;
}
.header.header--sticky{
	position: fixed;
	height:86px;
	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: 152px;
	height: 60px;
}
.header--sticky .header__logo img{
	width:109px;
	height:43px;
}
.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{
	display:none;
}
.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 {
	background-color: #dedede;
	border-radius: 100%;
	width: 29px;
	height: 29px;
	font-size: 12px;
	line-height: 9px;
	top: 11px;
	right: 10px;
	position: absolute;
	display:none;
}
.header__search-form--active .icono.icono--cross{
	display: block;
}


.navigation > .menu--site li:nth-child(n+9){
	display: none;
}
.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+9){
	display: inline-block;
}
.navigation .header__subnav > ul li{
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	float: none !important;
	font-size: 0;
	padding: 0 !important;
	box-sizing: border-box;
	margin: 0;
	text-align:left!important;	
}
.navigation .header__subnav > ul li.active a,
.navigation .header__subnav > ul a:hover{
	color: #72bf44!important;
}
.navigation .header__subnav > ul a:after{
	display: none;
}
/**********************************
**  NAVIGATION
**********************************/
.navigation{
	padding-top: 12px;
	text-align: center;
}
.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: block;
	height: 12px;
	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;}.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;
} .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;
}.rankinghome{
	display:inline-block;
	background-color:#f5f5f5;
	padding:44px 0 68px;
	width:100%;
}
.ranking__title{
	font:33px/33px 'Taz Bold', sans-serif;
	color:black;
	text-transform:uppercase;
	margin-bottom:37px;
}
.rankinghome .col__banner{
	width:300px;
	margin-top:-68px;
}
.rankinghome .col__ranking{
	width:calc(100% - 300px);
}
.rankinghome .col_6{
	float:left;
	position:relative;
	width: 57.2%;
}
.rankinghome .col_6 + .col_6{
	width:42.8%;
}
.rankinghome .col_6 .rankinghome__num{
	position:absolute;
	color:white;
	font:60px/60px 'Taz Bold', sans-serif;
	top: 198px;
	right: 30px;
	z-index: 3;
}
.rankinghome .col_6 li{
	position:relative;
	margin-bottom:30px;
}
.rankinghome .col_6 li:last-child{
	margin:0;
}
.rankinghome .col_6 li .rankinghome__num{
	font:30px/30px 'Taz Bold', sans-serif;
	bottom:10px;
	right:10px;
	top:initial;
}
.col__ranking ol li:before{ color:#f5f5f5!important;}.modvideos{
    background-color: white;
    overflow: hidden;
    width: 100%;
}
.modvideos > .row{
    padding:38px 0 0;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
.modvideos__header{
	padding-bottom:20px;
	display:inline-block;
	width: 100%;
}
.modvideos__title{
	float:left;
	color:black;
	font:33px/33px 'Taz Bold', sans-serif;
	text-transform:uppercase;
}
.modvideos__link{
	float:right;
	font:14px/14px 'Taz Bold', sans-serif;
	color: #72bf44;
	text-transform:uppercase;
	text-decoration:underline;
	margin-top: 11px;
	padding-right: 9px;
	position:relative;
}
.modvideos__link:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid #72bf44;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    top: 3px;
    right: 0;
}
.modvideos__content{
	position:relative;
}
.modvideos__content .swiper-container{
	padding-bottom:33px;
	overflow:hidden;
}
.modvideos__content .swiper-slide{
	width:840px;
}
.modvideos__content .swiper-button {
	background: transparent;
	border: none;
	color: white!important;
	font-size: 28px;
	width: 45px;
	height: 60px;
	padding: 0;
	left: 0;
	text-align: center;
	line-height: 62px;
}
.modvideos__content .swiper-button-prev, 
.modvideos__content .swiper-button-next {
	margin-top: -30px!important;
	transform: translateY(-50%)!important;
	-ms-transform: translateY(-50%)!important;
	-moz-transform: translateY(-50%)!important;
	-webkit-transform: translateY(-50%)!important;
	left: -65px!important;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
.modvideos__content .swiper-button-next {
	left: initial!important;
	right: 269px!important;
}
.modvideos__content .swiper-pagination{
	display:none;
}.zonatematica{
	margin-top:22px;
	padding-top:15px;
	background: #72bf44;
}
.zonatematica .mod__header{
	position:relative;
	margin-bottom:17px;
}
.zonatematica .mod__title,
.zonatematica .mod__title a{
	font:33px/33px 'Taz Bold', sans-serif;
	color:#fff;
	margin-bottom:0;
}
.zonatematica .mod__link{
	color: #fff;
	font: 14px/14px 'Taz Bold', sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	position: absolute;
	right: 0;
	top: 11px;
	padding-right: 9px;
}
.zonatematica .mod__link:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid #72bf44;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	top: 3px;
	right: 0;
}
.zonatematica .news--box .news__data .news__title{
	color: #fff !important;
}
.zonatematica .news--box .news__data .news__section{
	color: #fff !important;
}/** MODULO NOTICIAS *********/
.noticias-anpic {
	margin: 0px 0 0;
	background:#f5f5f5;
	padding: 15px 0;
}

.noticias-anpic .mod__header {
    background: #ffffff;
    margin: 0px 0 20px;
    height: 120px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/export/sites/am/arte/desktop/anpic2019/baner_home_desktop.jpg);
}

.zonatematica.noticias-anpic .mod__link {
	color: #BA6A7C;
	right: 20px;
	top: 20px;
	z-index: 2;
}
 
.zonatematica.noticias-anpic .mod__link:after {
	border-left: 4px solid #BA6A7C;
}

.zonatematica.noticias-anpic .listhboxslider__header {
	display: none;
}

.noticias-anpic .news--box .news__section {
    	font-size: 14px;
	     line-height: 14px; 
    	color: #BA6A7C;
	   margin: 0 0 0px;
}

.noticias-anpic .news--box .news__title {
	font-size: 21px;
	line-height: 24px; 
	margin: 0 0 15px;
	height: 72px;
}

.noticias-anpic .news--box .news__time, 
.noticias-anpic .news--box .news__line--sep, 
.noticias-anpic .news--box .news__author, 
.noticias-anpic .news--box .news__author a {
    	font: 13px/18px 'Taz Regular', sans-serif;
	font-weight: normal;
	color:#000000;
}
.noticias-anpic .listhboxslider .swiper-container {
	padding-bottom: 0px;
}
.noticias-anpic .listhboxslider .news--box {
	margin-bottom: 20px;
}
.noticias-anpic .news--box .news__data {
    position: relative;
    padding: 15px 0 0;
}

.noticias-anpic .listhboxslider .swiper-pagination-fraction, 
.noticias-anpic .listhboxslider .swiper-pagination-custom, 
.noticias-anpic .listhboxslider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: auto;
}

.noticias-anpic .zonatematica__patrocinio {
	text-align: right;
}
.noticias-anpic .zonatematica__patrocinio h4{
	font: 13px/13px 'Taz Regular', sans-serif;
	font-weight: normal;
}

.noticias-anpic .zonatematica__patrocinio h4 img{
	vertical-align:middle;
	margin-left:10px;
}

.noticias-anpic .listhboxslider .swiper-button {
    	font-size: 58px;
    	width: 32px;
    	height: 62px; 
}

.noticias-anpic .listhboxslider .swiper-button-prev, 
.noticias-anpic .listhboxslider .swiper-button-next {
    	color: #BA6A7C !important;
}

.noticias-anpic .swiper-pagination-fraction, .swiper-pagination-custom, 
.noticias-anpic .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -0;
}

.noticias-anpic .swiper-pagination {
    position: relative;
    z-index: 10;
    margin: 20px auto 0;
}

.noticias-anpic .swiper-pagination-bullet-active {
    background: #BA6A7C; 
}
/** SECTION FENAL *********/
.page-anpic .site-main:before {
	width:1200px;
	height:460px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/anpic2019/bk_seccion_anpic_left.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:0;
}
.page-anpic .site-main:after {
	width:893px;
	height:460px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/anpic2019/bk_seccion_anpic.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	z-index:0;
}
.page-anpic .site-main .section__content:before {
	width:100%;
	height:100px;
	top:0;
	left:0;
	content: '';
	display:block;
	position:absolute;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	background: linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index:1;
}
.page-anpic .row--container {
	position: relative;
	z-index: 2;
	padding-top: 185px;
}
.page-anpic .row--container:before {
	width:278px;
	height:148px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/anpic2019/logo_seccion_anpic.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 20px;
	left: 0px;

}
.page-anpic .pagebuilder .news__data {
    text-align: left;
    padding: 18px 30px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.page-anpic .pagebuilder .news__title {
	color: white;
}

.page-anpic .pagebuilder .news__title a {
	font-size:48px;
	line-height: 50px;
	background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 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;
}
.page-anpic .pagebuilder .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(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
    	background: -webkit-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
    	background: linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
}
.page-anpic .col__main .news--summary.news--338x190:first-child .news__media {
    	width: 100%;
    	height: auto;
}
.page-anpic .col__main .news--summary.news--338x190:first-child .news__media img,
.page-anpic .col__main .news--summary.news--338x190:first-child .news__media iframe{
    	width: 100%;
    	height: auto;
	  position: relative;
}
.page-anpic .col__main .news--summary.news--338x190:first-child .news__data {
	margin: 20px 0 0 0;
	text-align: left;
	position: relative;
	float: left;
}
.page-anpic .col__main .news--summary.news--338x190:first-child .news__data h2 {
	font-size: 40px;
	line-height: 42px;
}
.page-anpic .news__section {
	color:#e51551;
}

.page-anpic .col__main .news--summary.news--338x190:first-child .news__section {
	font-size: 16px;
	line-height: 16px;
}

.page-anpic .ranking .ranking__num {
	background:#e51551; 
}
@media only screen and (min-width: 1200px){
	.noticias-anpic .listhboxslider__content .swiper-button-prev {
	    	left: -65px !important;
		top:50% !important;
		margin-top:-31px !important;
	}
	.noticias-anpic .listhboxslider__content .swiper-button-next {
	    	right: -65px !important;
		top:50% !important;
		margin-top:-31px !important;
	}
}
@media only screen and (max-width: 1200px){
	.noticias-anpic .listhboxslider .swiper-button {
		display:none 
	}
	
	.noticias-anpic .row {
	    	padding: 0 15px;
	    	box-sizing: border-box;
	    	-webkit-box-sizing: border-box;
	}
}/** MODULO NOTICIAS *********/
.noticias-forosam-1 {
	margin: 0px 0 0;
	background:#f5f5f5;
	padding: 15px 0;
}

.noticias-forosam-1 .mod__header {
    background: #ffffff;
    margin: 0px 0 20px;
    height: 117px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/export/sites/am/arte/desktop/forosam/bk_noticias_forosam.png);
}

.zonatematica.noticias-forosam-1 .mod__link {
	color: #ffffff;
	right: 9px;
	top: 20px;
	z-index: 2;
}
 
.zonatematica.noticias-forosam-1 .mod__link:after {
	border-left: 4px solid #ffffff;
}

.zonatematica.noticias-forosam-1 .listhboxslider__header {
	display: none;
}

.noticias-forosam-1 .news--box .news__section {
    	font-size: 14px;
	     line-height: 14px; 
    	color: #72bf44;
	   margin: 0 0 0px;
}

.noticias-forosam-1 .news--box .news__title {
	font-size: 21px;
	line-height: 24px; 
	margin: 0 0 15px;
	height: 72px;
}

.noticias-forosam-1 .news--box .news__time, 
.noticias-forosam-1 .news--box .news__line--sep, 
.noticias-forosam-1 .news--box .news__author, 
.noticias-forosam-1 .news--box .news__author a {
    	font: 13px/18px 'Taz Regular', sans-serif;
	font-weight: normal;
	color:#000000;
}
.noticias-forosam-1 .listhboxslider .swiper-container {
	padding-bottom: 0px;
}
.noticias-forosam-1 .listhboxslider .news--box {
	margin-bottom: 20px;
}
.noticias-forosam-1 .news--box .news__data {
    position: relative;
    padding: 15px 0 0;
}

.noticias-forosam-1 .listhboxslider .swiper-pagination-fraction, 
.noticias-forosam-1 .listhboxslider .swiper-pagination-custom, 
.noticias-forosam-1 .listhboxslider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: auto;
}

.noticias-forosam-1 .zonatematica__patrocinio {
	text-align: right;
}
.noticias-forosam-1 .zonatematica__patrocinio h4{
	font: 13px/13px 'Taz Regular', sans-serif;
	font-weight: normal;
}

.noticias-forosam-1 .zonatematica__patrocinio h4 img{
	vertical-align:middle;
	margin-left:10px;
}

.noticias-forosam-1 .listhboxslider .swiper-button {
    	font-size: 58px;
    	width: 32px;
    	height: 62px; 
}

.noticias-forosam-1 .listhboxslider .swiper-button-prev, 
.noticias-forosam-1 .listhboxslider .swiper-button-next {
    	color: #72bf44 !important;
}

.noticias-forosam-1 .swiper-pagination-fraction, .swiper-pagination-custom, 
.noticias-forosam-1 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -0;
}

.noticias-forosam-1 .swiper-pagination {
    position: relative;
    z-index: 10;
    margin: 20px auto 0;
}

.noticias-forosam-1 .swiper-pagination-bullet-active {
    background: #72bf44; 
}
/** MODULO NOTICIAS *********/
.noticias-giff {
	margin: 0px 0 0;
	background: #f5f5f5;
	padding: 15px 0;
}

.noticias-giff .mod__header {
    background: #d80000;
    margin: 0px 0 20px;
    height: 120px;
    position: relative;
}
.noticias-giff .mod__header:before {
	width:216px;
	height:120px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/giff2019/logo_noticias_giff.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #69addf;
	top: 0px;
	left: 0px;
	z-index:1;
}

.noticias-giff .mod__header:after {
	width:636px;
	height:120px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/giff2019/bk_noticias_giff.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	z-index:0;
}

.zonatematica.noticias-giff .mod__link {
	color: #d80000;
	right: 20px;
	top: 20px;
	z-index: 2;
}
 
.zonatematica.noticias-giff .mod__link:after {
	border-left: 4px solid #d80000;
}

.zonatematica.noticias-giff .listhboxslider__header {
	display: none;
}

.noticias-giff .news--box .news__section {
    	font-size: 14px;
	     line-height: 14px; 
    	color: #69addf;
	   margin: 0 0 0px;
}

.noticias-giff .news--box .news__title {
	font-size: 21px;
	line-height: 24px; 
	margin: 0 0 15px;
	height: 72px;
}

.noticias-giff .news--box .news__time, 
.noticias-giff .news--box .news__line--sep, 
.noticias-giff .news--box .news__author, 
.noticias-giff .news--box .news__author a {
    	font: 13px/18px 'Taz Regular', sans-serif;
	font-weight: normal;
	color:#000000;
}
.noticias-giff .listhboxslider .swiper-container {
	padding-bottom: 0px;
}
.noticias-giff .listhboxslider .news--box {
	margin-bottom: 20px;
}
.noticias-giff .news--box .news__data {
    position: relative;
    padding: 15px 0 0;
}

.noticias-giff .listhboxslider .swiper-pagination-fraction, 
.noticias-giff .listhboxslider .swiper-pagination-custom, 
.noticias-giff .listhboxslider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: auto;
}

.noticias-giff .zonatematica__patrocinio {
	text-align: right;
}
.noticias-giff .zonatematica__patrocinio h4{
	font: 13px/13px 'Taz Regular', sans-serif;
	font-weight: normal;
}

.noticias-giff .zonatematica__patrocinio h4 img{
	vertical-align:middle;
	margin-left:10px;
}

.noticias-giff .listhboxslider .swiper-button {
    	font-size: 58px;
    	width: 32px;
    	height: 62px; 
}

.noticias-giff .listhboxslider .swiper-button-prev, 
.noticias-giff .listhboxslider .swiper-button-next {
    	color: #69addf !important;
}

.noticias-giff .swiper-pagination-fraction, .swiper-pagination-custom, 
.noticias-giff .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -0;
}

.noticias-giff .swiper-pagination {
    position: relative;
    z-index: 10;
    margin: 20px auto 0;
}

.noticias-giff .swiper-pagination-bullet-active {
    background: #69addf; 
}
/** SECTION FENAL *********/
.page-giff .site-main:before {
	width:1200px;
	height:460px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/giff2019/bk_seccion_giff_left.jpg);
	background-color: #01f1fe;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:0;
}
.page-giff .site-main:after {
	width:893px;
	height:460px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/giff2019/bk_seccion_giff.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	z-index:0;
}
.page-giff .site-main .section__content:before {
	width:100%;
	height:100px;
	top:0;
	left:0;
	content: '';
	display:block;
	position:absolute;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	background: linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 11%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index:1;
}
.page-giff .row--container {
	position: relative;
	z-index: 2;
	padding-top: 185px;
}
.page-giff .row--container:before {
	width:278px;
	height:148px;
	display:block;
	position:absolute;
	content:'';
	background-image:url(/export/sites/am/arte/desktop/giff2019/logo_seccion_giff.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 20px;
	left: 0px;

}
.page-giff .pagebuilder .news__data {
    text-align: left;
    padding: 18px 30px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.page-giff .pagebuilder .news__title {
	color: white;
}

.page-giff .pagebuilder .news__title a {
	font-size:48px;
	line-height: 50px;
	background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 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;
}
.page-giff .pagebuilder .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(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
    	background: -webkit-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
    	background: linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
}
.page-giff .col__main .news--summary.news--338x190:first-child .news__media {
    	width: 100%;
    	height: auto;
}
.page-giff .col__main .news--summary.news--338x190:first-child .news__media img,
.page-giff .col__main .news--summary.news--338x190:first-child .news__media iframe{
    	width: 100%;
    	height: auto;
	  position: relative;
}
.page-giff .col__main .news--summary.news--338x190:first-child .news__data {
	margin: 20px 0 0 0;
	text-align: left;
	position: relative;
	float: left;
}
.page-giff .col__main .news--summary.news--338x190:first-child .news__data h2 {
	font-size: 40px;
	line-height: 42px;
}
.page-giff .news__section {
	color:#69addf;
}

.page-giff .col__main .news--summary.news--338x190:first-child .news__section {
	font-size: 16px;
	line-height: 16px;
}

.page-giff .ranking .ranking__num {
	background:#69addf; 
}
@media only screen and (min-width: 1200px){
	.noticias-giff .listhboxslider__content .swiper-button-prev {
	    	left: -65px !important;
		top:50% !important;
		margin-top:-31px !important;
	}
	.noticias-giff .listhboxslider__content .swiper-button-next {
	    	right: -65px !important;
		top:50% !important;
		margin-top:-31px !important;
	}
}
@media only screen and (max-width: 1200px){
	.noticias-giff .listhboxslider .swiper-button {
		display:none 
	}
	
	.noticias-giff .row {
	    	padding: 0 15px;
	    	box-sizing: border-box;
	    	-webkit-box-sizing: border-box;
	}
}		.back-sapica{ 
			height: auto;
			width: 100%;
			position:relative;
			box-shadow: inset 0px 10px 16px 0px rgba(108, 107, 107, 0.76);
			background: url('/arte/hannover/fondo_home_desktop-100.jpg');
			background-size: 100% 100%;
			padding: 15px 0;
			
		}
		.logo-sapica{
			display: inline-block;
			vertical-align: middle;
		}
		
		.logo-shoes{ 
			position:absolute;
			right:0;
			top:-10px;
		}
		.p-relative{position:relative;}
		.cintillo-patrocinadores{ 
			position: relative;
			margin-bottom: 10px;
			float: left;
			background: #fff;
			padding: 10px 0 10px 5px;
			width: 100%;
			text-align: center;
			border-radius: 10px 10px 10px 10px;
			-moz-border-radius: 10px 10px 10px 10px;
			-webkit-border-radius: 10px 10px 10px 10px;
			margin-top:10px;
			
		}
		.cintillo-patrocinadores p{ 
			color: #fff;
			width: 110px;
			line-height: 20px;
			padding-left: 5px;
			font: 19px/19px 'Taz Bold', sans-serif;
			float: left;
			text-align: left;
			width: 100px !important;
			margin-top: 5px !important;
		}
		
		.nav-sapica{
			float: left;
			width: 100%;
			text-align: center;
			background: #666666ba;
			margin: 20px 0;
			border-radius: 10px 10px 10px 10px;
			-moz-border-radius: 10px 10px 10px 10px;
			-webkit-border-radius: 10px 10px 10px 10px;
			position:relative;
		}
		.nav-sapica a{
			color: #fff;
			display: inline-block;
			margin: 0 5%;
			font: 19px/19px 'Taz Bold', sans-serif;
			position: relative;
		}
		.nav-sapica span{
			color:#fff;
			font: 19px/19px 'Taz Bold', sans-serif;
			font-size:20px;
		}
		.logos-p{ 
			width: 100%;
		}
		.cintillo-patrocinadores img{
			display: inline-block;
			margin: 0 1%;
			vertical-align: middle;
		}
		.noticias-sapica .mod__header-sapica{
			text-align: right;
			position: relative;
			
			
		 }
		 
		 .noticias-sapica .mod__header-sapica a{
			color: #fff;
			text-align: right;
			text-decoration: underline;
			font: 14px/14px 'Taz Bold', sans-serif;
		 }
		  .noticias-sapica .mod__header-sapica a img{
		  	margin-top: 14px;
		  }
		 .noticias-sapica p{ 
		 	color:#fff;
		 	font: 30px/30px 'Taz Bold', sans-serif;
		 	text-align:left;
		 	display: inline-block;
		 	vertical-align: middle;
		 	margin-left: 15px;
		 
		 	
		 	}
		 .noticias-sapica .news__section{ 
		 	color: #fff !important;
		 }
		 
		  .noticias-sapica .news__title{ 
		  	font: 20px/22px 'Taz Bold', sans-serif;
    			color: white !important;
    			margin: 0 0 0;
		}
		
		.noticias-sapica .news__author{
			color: #fff !important;
			margin: 3px 0 !important;
			width: auto;
			vertical-align: middle;
		 }
		 
		.noticias-sapica .news__author span{
			color: #fff !important;
		}
		
		.noticias-sapica .news--box .news__time{
			color: #fff !important;
			text-align: left;
			
		}
		
		.noticias-sapica .news--box .news__author span, .news--box .news__author a{
			color: #fff !important;
		}
		
		.noticias-sapica .swiper-button-prev, .swiper-button-next{
			color: #fff !important;
		}
		
		.noticias-sapica .swiper-button-prev, .swiper-button-next{
			color: #fff !important;
		}
		.noticias-sapica .news--box .news__line--sep{
			color: #fff !important;
			display: inline-block;
			vertical-align: middle;
			
			margin-left: 5px;
		
		}
		.noticias-sapica .listhboxslider .swiper-container{
			padding-bottom: 10px !important;
		}
		
		.noticias-sapica .swiper-button-prev, .swiper-button-next{
			color: #fff !important;
		}
		.logo-ciceg{
			float: left;
			margin: 15px 0 0 10px;
		}
		.cintillo-patrocinadores p{color: #3766c2 !important; font: 18px/18px 'Taz Bold', sans-serif;}
		.noticias-sapica .listhboxslider__title{ opacity: 0;}
		.noticias-sapica .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{     bottom: -6px !important;}
		.noticias-sapica .swiper-pagination-bullet-active{  background: #3766c2 !important; }
		.logo-gobierno{float: right;}
		  #popup{ 
    background: #90979da1;position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: auto;
    opacity: 0.001;
    visibility: hidden;
    pointer-events: none;
    display: block!important;
    text-align: center;
    }
  
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacoti: 0.001;
    background-color: rgba(255, 255, 255, .8 );
    transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}  
.content-popup{
    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: url(/arte/popup/logo-am-back2.png) #fff;
    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:100px;
    text-align:center;
    background-position-x: 40px;
    background-repeat: no-repeat;
    background-position-y: 20px;
    
}
.content-popup header{text-align: center;}
.content-popup header img{ display: inline-block; margin-bottom: 30px; }
.borde-gris{ width: 100%; float:left; height: 1px;background: #e5ecf4;margin: 20px 0;}
.content-popup p{float: left;width: 100%;text-align: center;color: #000;font: 18px/18px 'Taz Bold', sans-serif; margin-top: 30px;}
.content-popup nav{text-align: center;    margin-top: 20px;float: left; width: 100%;}
.content-popup nav a{width: 140px; display: inline-block; border:1px solid #74bd4c; color: #74bd4c; padding: 7px 40px 5px; border-radius: 25px 25px 25px 25px; -moz-border-radius: 25px 25px 25px 25px;
-webkit-border-radius: 25px 25px 25px 25px; font: 20px/20px 'Taz Bold', sans-serif; text-transform: uppercase; cursor:pointer;}
.content-popup nav a:hover{background: #74bd4c; color: #fff;}
.content-popup nav div{ width: 100%; float:left;     margin: 10px 0;}

.modal-open {opacity: 1 !important; visibility: visible !important; pointer-events: initial !important; height: 100%;}
.modal-open .modal__main { opacity: 1;  transform: translate( 0, 0 );
    -ms-transform: translate( 0, 0 );
    -moz-transform: translate( 0, 0 );
    -webkit-transform: translate( 0, 0 ); }
.content-popup aside{  
	display: inline-block;
	width: 60%;
	font: 18px/20px 'Taz Regular', sans-serif;
	margin: 45px 0 20px 0;
}
.btn-close-popup{
	float: right;
	color: #000;
	position: absolute;
	right: 10px;
	top: 10px;
	font: 13px/18px 'Taz Regular', sans-serif;
	cursor:pointer;
}

.btn-close-popup span{ 
	margin-right: 5px;
}.zonatematica_feria_2020{
	position: relative;
	margin-top:22px;
	padding-top:15px;
	background:#F0F0F0;
	overflow: hidden;
}
.zonatematica_feria_2020 .img-fondo{
	position:absolute;
	bottom:-8px;
}
.zonatematica_feria_2020 .logo-feria{
	    position: absolute;
	    right: -132px;
	    top: -29px;
}
.zonatematica_feria_2020 .mod__header{
	position:relative;
	margin-bottom:17px;
}
.zonatematica_feria_2020 .mod__title,
.zonatematica_feria_2020 .mod__title a{
	font:33px/33px 'Taz Bold', sans-serif;
	color:#6D478B;
	margin-bottom:0;
}
.zonatematica_feria_2020 .mod__link{
	color: #000;
	font: 14px/14px #fff;
	text-transform: uppercase;
	text-decoration: underline;
	position: absolute;
	right: 0;
	top: 0px;
	padding-right: 9px;
}
.zonatematica_feria_2020 .news--box .news__data .news__title,
.zonatematica_feria_2020 .news--box .news__data .news__title a{
	color: #282A27 !important;
}
.zonatematica_feria_2020 .news--box .news__data .news__section{
	color: #0033FC!important;
}.zonatematica_soy_fiera{margin: 20px 0; background: url('/arte/soy-fiera/am-soyfieraxzonax.png'); width: 100%; background-size: 100% 100%; background-repeat: no-repeat; padding-top: 100px;}
.zonatematica_soy_fiera .mod__title{color: #72bf44 !important;}
.zonatematica_soy_fiera .mod__link{ float: right;margin-top: -30px;color:#72bf44;}
.mod__link_soy_fiera{text-transform: uppercase; text-decoration: underline; position: absolute; right: 0;  padding-right: 9px; font: 18px/19px 'Taz Bold', sans-serif;}
.position-relative{ position: relative;}
.zonatematica_soy_fiera .news--box--list .news__title{color: #fff !important;}		.back-sapica{ 
			height: auto;
			width: 100%;
			background: url('/arte/sapica/sapica2020/img-zonadk.png'); 
			position:relative;
			background-size: 100%;
	
			
		}
		.logo-sapica img{
			float: left;
			margin: 21px 0 0 0;
		}
		
		.logo-shoes{ 
			position:absolute;
			right:0;
			top:-10px;
		}
		.p-relative{position:relative;}
		.cintillo-patrocinadores{ 
			position: relative;
			margin-bottom: 10px;
			float: left;
			background: #fff;
			padding: 10px 0 10px 5px;
			width: 100%;
			text-align: center;
		}
		.cintillo-patrocinadores p{ 
			color: #FC7013 !important;
			width: 110px;
			line-height: 20px;
			padding-left: 5px;
			font: 19px/19px 'Taz Bold', sans-serif;
			float: left;
			text-align: left;
			width: 100px !important;
			margin-top: 5px !important;
		}
		
		.nav-sapica{
			float: left;
			width: 100%;
			text-align: center;
			background: #666666ba;
			margin: 20px 0;
			border-radius: 10px 10px 10px 10px;
			-moz-border-radius: 10px 10px 10px 10px;
			-webkit-border-radius: 10px 10px 10px 10px;
			position:relative;
		}
		.nav-sapica a{
			color: #fff;
			display: inline-block;
			margin: 0 5%;
			font: 19px/19px 'Taz Bold', sans-serif;
			position: relative;
		}
		.nav-sapica span{
			color:#fff;
			font: 19px/19px 'Taz Bold', sans-serif;
			font-size:20px;
		}
		.logos-p{ 
			width: 100%;
		}
		.cintillo-patrocinadores img{
			display: inline-block;
			margin: 0 1%;
			}
		.noticias-sapica .mod__header-sapica{
			text-align: right;
			position: relative;
			margin-top: -60px;
		 }
		 
		 .noticias-sapica .mod__header-sapica a{
			color: #fff;
			text-align: right;
			text-decoration: underline;
			font: 14px/14px 'Taz Bold', sans-serif;
		 }
		  .noticias-sapica .mod__header-sapica a img{
		  	margin-top: 14px;
		  }
		 .noticias-sapica p{ 
		 	color:#fff;
		 	font: 21px/21px 'Taz Bold', sans-serif;
		 	width: 310px;
		 	text-align:left;
		 	margin: 27px 0 0 20px;
		 	float: left;
		 	
		 	}
		 .noticias-sapica .news__section{ 
		 	color: #fff !important;
		 }
		 
		  .noticias-sapica .news__title{ 
		  	font: 20px/22px 'Taz Bold', sans-serif;
    			color: white !important;
    			margin: 0 0 0;
		}
		
		.noticias-sapica .news__author{
			color: #fff !important;
			margin: 3px 0 !important;
			width: auto;
			vertical-align: middle;
		 }
		 
		.noticias-sapica .news__author span{
			color: #fff !important;
		}
		
		.noticias-sapica .news--box .news__time{
			color: #fff !important;
			text-align: left;
			
		}
		
		.noticias-sapica .news--box .news__author span, .news--box .news__author a{
			color: #fff !important;
		}
		
		.noticias-sapica .swiper-button-prev, .swiper-button-next{
			color: #fff !important;
		}
		
		.noticias-sapica .swiper-button-prev, .swiper-button-next{
			color: #fff !important;
		}
		.noticias-sapica .news--box .news__line--sep{
			color: #fff !important;
			display: inline-block;
			vertical-align: middle;
			
			margin-left: 5px;
		
		}
		.noticias-sapica .listhboxslider .swiper-container{
			padding-bottom: 10px !important;
		}
		
		.noticias-sapica .swiper-button-prev, .swiper-button-next{
			color: #fff !important;
		}
		.logo-ciceg{
			float: left;
			margin: 15px 0 0 10px;
		}
		.noticias-sapica .swiper-pagination-bullet-active {background: #FC7013 !important;}
		.back-sapica .news__section{color: #FC7013 !important;}
		   



/*******************
 * 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;
}/***********************************
 * 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%);
}/***********************************
 * MODULO NEWS-INNERBOX
 **********************************/
.news--innerbox.news--45-14 .news__media{
	padding-top: 45.14%;	
}
.news--innerbox.news--56-15 .news__media{
	padding-top: 56.15%;	
}
.news--innerbox.news--56-18 .news__media{
	padding-top: 56.18%;	
}
.news--innerbox.news--74-92 .news__media{
	padding-top: 74.92%;	
}
.news--innerbox .news__media:after{
	background: -moz-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
	background: -webkit-linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
	background: linear-gradient(45deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 90%);
}
.news--innerbox .news__media--iframe + .news__data,
.news--innerbox .news__label{
	display: none;
}
.news--innerbox .news__section{
	text-transform: uppercase;
}
.news--innerbox .news__title a{
	background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 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--innerbox .news__title:hover a {
	background-size: 100% 1px;
}
.news--innerbox .icono--play, 
.news--innerbox .icono--audio, 
.news--innerbox .icono--picture{
	top: -40px!important;
	border-radius:100%;
	border:3px solid white;
	background-color:transparent;
	line-height: 67px;
	display:none;
}
.news--innerbox .news__line--sep,
.news--innerbox .news__author,
.news--innerbox .news__time{
	display: inline-block;
	font: 12px/12px 'Taz Bold', sans-serif;
	color: #868686;
}
.news--innerbox .news__author a{
	text-transform: initial;
	color: inherit;
}
.news--innerbox .news__author a:hover{
	color: white;
}
.news--innerbox .news__share{
	display:none!important;
}
.news--innerbox .news__time,
.news--innerbox .news__line--sep,
.news--innerbox .news__author{
	color: white;
}
/************************
 NEWS INNER LIST
************************/
.news--innerbox--list .news__data{
	padding: 16px 20px;	
}
.news--innerbox--list .news__title{
	font-size:16px;
	line-height:19px;
}
.news--innerbox--list .news__media{
	padding-top: 62.2%;
}
/************************
 NEWS INNER FOTOGALERIA
************************/
.news--innerbox--fotogallery .news__data{
	padding: 34px 38px;	
}
.news--innerbox--fotogallery .news__title{
	font-size:36px;
	line-height:40px;
	margin:0;
}
.news--innerbox--fotogallery.news--innerbox .icono--play, 
.news--innerbox--fotogallery.news--innerbox .icono--audio, 
.news--innerbox--fotogallery.news--innerbox .icono--picture{
	display:none;
}
/***********************************
 * 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 Bold', sans-serif;
}
/***********************************
 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%);
}
/***********************************
 * 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;
}/***********************************
 * MODULO LIST H BOX HORIZONTAL
 **********************************/
.listhboxslider__header {
	text-align: left;
	margin-bottom: 29px;
}
.listhboxslider__title{
	padding: 0;
	font: 24px/24px 'Taz Regular', sans-serif;
	text-transform: uppercase;
}
.listhboxslider__title a{
	color: inherit;
}
.listhboxslider .swiper-container{
	padding-bottom: 87px;
}
.listhboxslider__link{
	display:none;
}
/***********************************
 * MODULO ULTIMAS NOTICIAS
 **********************************/
.listhboxslider--ultimasnoticias{
	padding-top:50px;
}
.listhboxslider--ultimasnoticias .listhboxslider__header{
	border-bottom:3px solid black;
	padding-bottom:13px;
}
.listhboxslider--ultimasnoticias .news--box--featured .news__line{
	min-height: 28px;
}
/***********************************
 * MODULO TAG ZONE
 **********************************/
.listhboxslider--tagzone .row{
	padding: 27px 20px 2px;
	background-color:white;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.listhboxslider--tagzone .listhboxslider__header {
	margin-bottom: 17px;
}
.listhboxslider--tagzone .listhboxslider__title a:before{
	content:"#";
}
.listhboxslider--tagzone .swiper-button-next {
    right: -83px!important;
}
.listhboxslider--tagzone .swiper-button-prev{

    left: -81px!important;
}
.listhboxslider--tagzone .swiper-container {
    padding-bottom: 82px;
}
/***********************************
 * MODULO LIST SECTION
 **********************************/
.list--section .listhboxslider__header{
	padding-bottom: 12px;
	position: relative;
	width: 100%;
}
.list--section .listhboxslider__title:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.list--section .swiper-container{
	padding-bottom: 0!important;
}
.list--section .swiper-wrapper{
	margin: 0 -15px;
	width: auto;
}
.list--section .swiper-slide{
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.list--section .news--box{
	margin-bottom: 40px;
}
.list--section .news--box .news__data{
	padding-top: 15px;
	height: auto;
}
.list--section .news--box .news__title{
	max-height: initial;
	font-size: 23px;
	line-height: 25px;
	margin-bottom: 10px;
}
/***************************
	NEWS SUMMARY SMALL (LIST VERTICAL)
****************************/
.listvsummary{
	margin-bottom:44px;
}
.listvsummary__header{
	margin-bottom: 20px;
}
.listvsummary__title{
	font: 28px/28px 'Taz Bold', sans-serif;
	position: relative;
	text-align: left;
}
.listvsummary  .news--summary--related {
	margin:0;
}
.listvsummary .listvsummary__item + .listvsummary__item {
	margin-top:14px;
	padding-top:14px;
	border-top:1px solid #ebebeb;
}/***********************************
 * 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;
}/***********************************
 * MODULO FRASE DEL DIA
 **********************************/
.textual{
	position: relative;
	overflow: hidden;
	min-height: 475px;
	background: black;
	background-repeat: no-repeat;
	background-size: cover;
        background-position: 50%;
        padding-bottom: 77px;
        margin: 59px 0 0;
}
.textual__image{
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 100%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.textual__quote{
	background: #0E0E0E;
	position: relative;
	padding: 44px 49px 100px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
        height: 391px;
        width:592px;
        text-align: left;
	margin: 64px 0 0 100%;
	transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}
.textual__quote:before{
	content:"";
	background-image:url(/arte/desktop/fnd_textual.jpg);
	width:368px;
	height:286px;
	position:absolute;
	top:0;
	right:0;
	display:block;
}
.textual__quote p{
	color: white;
	font: bold 32px/36px 'Taz Bold', sans-serif;
	width: 423px;
	position: relative;
	display: block;
	padding-top:100px;
	z-index: 1;
}

.textual__quote p:before{
	content: '';
	background-image:url(/arte/desktop/comillas.svg);
	background-size:100% auto;
	background-repeat:no-repeat;
	position: absolute;
	top: 0;
	left:0;
	width:95px;
	height:81px;
	margin: auto;
        display:block;
}
.textual__quote p:after{
	content: '';
	display:block;
	position:absolute;
	left: -117px;
	top: 102px;
	width: 0;
	height: 0;
	border-left: 42px solid transparent;
	border-top: 42px solid #0E0E0E;
	border-right: 42px solid #0E0E0E;
	border-bottom: 42px solid transparent;
}
.textual__author{
	color: white;
	padding: 0;
	display: block;
	font: 15px/18px 'Taz Bold', sans-serif;
	border:none;
	position: absolute;
	bottom: 75px;
	left: 50px;
}
.textual__author:empty{
	display: none;
}
.textual__social {
	position: relative;
	width: 164px;
	height: 51px;
	z-index:1;
	padding-right: 19px;
	margin: -60px 0 0 100%;
	transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}
.textual__social .icono{
	width: 37px;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 46px;
	color: white;
	font-size: 17px;
	border-radius: 0%;
	margin: 0 2px;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.textual__social .icono:hover{
	color:#72bf44;
}
.textual__social .icono--twitter{
	display: none;
}
.textual__social .icono--mail_outline{
	font-size: 14px;
}
/*******************************
* NOTA TEXTUAL CARD FRASE DEL DIA
*******************************/
.page-newscard .textual{
	margin: 0;
	padding: 0;
}/***********************
 * PAGE DESTACADO
***********************/
.pagebuilder--destacado .news--innerbox .news__data {
	padding:41px 30px;
	max-width:1230px;
	margin: 0 auto;
	width:100%;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.pagebuilder--destacado .news--innerbox .news__title {
	font-size:70px;
	line-height:70px;
}
.pagebuilder--destacado .news--innerbox .news__section{
	font-size:18px;
	line-height:18px;
}
.pagebuilder--destacado .news--innerbox .news__media:after{
        background-image: -moz-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%, rgba(18,19,19,0.60) 100%);
        background-image: -webkit-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.60) 100%);
        background-image: linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.60) 100%);
}
.pagebuilder--destacado .news__media:before {
	background-image: -moz-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%, rgba(18,19,19,0.5) 100%);
        background-image: -webkit-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	background-image: linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}
/***********************
 * PAGE RELACIONADOS
 **********************/
.pagebuilder--relacionados .news--innerbox .news__data {
	text-align: center;
	padding:41px 30px;
	max-width:1230px;
	margin: 0 auto;
	width:100%;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.pagebuilder--relacionados .news--innerbox .news__title {
	margin: 0 auto;
	font-size:70px;
	line-height:70px;
	bottom: 43px;
}
.pagebuilder--relacionados .news--innerbox .news__data:before{
	content:"Último Momento";
	padding: 8px 11px 6px;
	margin:0 auto 22px;
	font: bold 18px/18px 'Taz Bold', sans-serif;
	color: white;
	background-color: #72bf44;
	text-transform: uppercase;
	display: inline-block;
}
.pagebuilder--relacionados .news--innerbox .news__media:before {
	background-image: -moz-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%, rgba(18,19,19,0.5) 100%);
	background-image: -webkit-linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	background-image: linear-gradient(-180deg, rgba(18,19,19,0.00) 0%,rgba(18,19,19,0.5) 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}
.pagebuilder--relacionados .news--innerbox .news__section{
	display: none;
}
.pagebuilder--relacionados .row__container{
	margin-top:30px;
}
/***********************
 * PAGE BUILDER DIARIO
 **********************/
.pagebuilder--diario{
	display:inline-block;
	width:100%;
	vertical-align:top;
}
.pagebuilder--diario .news--innerbox{
	width: 66.876%;
	float:left;
	padding-right: 3px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pagebuilder--diario .news--innerbox + .news--innerbox{
	padding-right:0;
	width:33.124%;
}
.pagebuilder--diario .news--innerbox + .news--innerbox + .news--innerbox {
	border-top: 3px solid white;
}
.pagebuilder--diario .news__line{
	font-size: 0;
}
.pagebuilder--diario .news--innerbox .news__title{
	margin-bottom: 3px;
}
.pagebuilder--diario .news--innerbox .news__author{
}
.pagebuilder--diario .news--innerbox + .news--innerbox .news__title{
	font-size:26px;
	line-height:32px;
	margin-bottom: 7px;
}
.pagebuilder--diario .news--innerbox + .news--innerbox .news__author {
}
.pagebuilder--diario .news--innerbox + .news--innerbox .news__section{
	margin-bottom:14px;
}
.pagebuilder--diario .news--innerbox + .news--innerbox .icono{
	display:none!important;
}
.pagebuilder--diario .news--innerbox .news__data{
	padding: 18px 36px 30px;
}
.pagebuilder--diario .news--innerbox.news--55-62 .news__data{
	padding: 18px 36px 31px;
}


.pagebuilder--diario .news--innerbox .news__section{
	margin-left: -36px;
	padding-left: 36px;
}.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;
}/**************************
 * ALERTS
**************************/
.alert{
	display: block;
	text-align: left;
	padding: 20px 0 15px;
	background-color: #72bf44;
}
.alert .row{
	position: relative;
}
.alert__close{
	display:none;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 3;
	width: 28px;
	height: 26px;
	padding: 0;
}
.alert__close:before, 
.alert__close:after {
	  position: absolute;
	  left: 13px;
	  content: ' ';
	  height: 22px;
	  width: 2px;
	  top: 2px;
	  background-color: white;
	  transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
}
.alert__close:before {
	  transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
}
.alert__label{
	color: white;
	font:bold 28px/28px 'Taz Bold', sans-serif;
	text-transform: initial;
	display: inline;
}
.alert__title{
	color: white;
	font:  28px/28px 'Taz Bold', sans-serif;
	display: inline;
	text-transform: initial;
}
.alert__title a{
	color: inherit;
	font: inherit;
}
.alert__title a:hover{
	text-decoration: underline;
}
/**************************
 * ALERT VIVO
**************************/
.alert--vivo{
	overflow: hidden;
	padding: 10px 0;
}
.alert--vivo .alert__media{
	float: left;
	margin-right: 22px;
	width: 145px;
	height: 80px;
	background-color: black;
	position: relative;
	vertical-align: top;
} 
.alert--vivo img{
	width: 100%;
	height: auto;
}
.alert--vivo .icono--play{
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
	background-color: transparent;
	border: 1px solid white;
	width: 22px;
	height: 22px;
	color: white;
	text-align: center;
	border-radius: 100%;
	line-height: 27px;
	font-size: 9px;
}
.alert--vivo .alert__data{
	padding-top: 26px;
	text-align: left;
	margin-left: 0;
}
/**************************
 * ALERT ULTIMO MOMENTO
**************************/
.alert--ultimomomento{
	padding: 24px 0 19px;
	background-color: #d61925;
	text-align:center;
}
.alert--ultimomomento .alert__label{
	text-transform:uppercase;
}
.alert--ultimomomento .alert__label,
.alert--ultimomomento .alert__title{
	color:white;
	font-size:28px;
	line-height:28px;
}
/**************************
 * ALERT METEOROLOGICA
**************************/
.alert--meteorologica{
	background-color:#43a4ff;
}.video--box .video__media{
	margin: 0;
}
.video--55-84 .video__media{
	padding-top: 55.8444%;
}
.video--box .icono--play{
	width: 44px;
	height: 44px;
	line-height: 45px;
	left: 10px;
	bottom: 10px;
	top: initial;
}
.video--box .icono--play:before{
	position: relative;
	left: 1px;
}
.video--box .video__duration{
	display: block;
	color: white;
	font: 12px/12px 'Taz Bold', sans-serif;
	background-color:black;
	padding:4px 5px;
	top:10px;
	right:10px;
	bottom:initial;
}
.video--box .video__data{
	position: relative;
	padding-top:10px;
}
.video--box .video__tags{
	font: 13px/13px 'Taz Bold', sans-serif;
	color: #72bf44;	
	display: block;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.video--box .video__line{
	font: 12px/16px 'Taz Bold', sans-serif;
	color: #9B9B9B;
	position: absolute;
	bottom: 19px;
	left: 20px;
}
.video--box .video__date{
	display: none;
}
.video--box .video__excerpt {
	margin: 4px 0 0;
	color: #fff;
	font: 18px/24px 'Taz Bold', sans-serif;
	max-height: 72px;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
/***************
 VIDEO BOX WHITE
***************/
.video--box--white .video__title{
	color:black;
}.video--innerbox.video--100-0 .video__media{
	padding-top: 100%;
}
.video--innerbox.video--135-68 .video__media{
	padding-top: 135.68%;
}
.video--innerbox.video--135-58 .video__media{
	padding-top: 135.588%;
}
.video--innerbox .video__tags{
	display: block;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.video--innerbox .video__title a{
	color: inherit;
	font: inherit;
}
.video--innerbox .video__title a:hover{
	color: #72bf44;
}
.video--innerbox .video__tags{
	font: 16px/16px 'Taz Bold', sans-serif;
	color: #72bf44;	
	display: block;
	text-transform: uppercase;
	margin: 0 0 8px;
}
/****************************
 VIDEO INNER FEATURED HOME
****************************/
.video--innerbox--featured .video__data{
	padding: 37px 30px 37px 122px;
	min-height:84px;
}

.video--innerbox--featured .video__data:before{
	content:"\EA18";
	display:block;
	position:absolute;
	font-family: "iconos";
	font-style: normal;
	font-weight: normal;
	border: 2px solid white;
	width: 56px;
	height: 56px;
	font-size: 19px;
	line-height: 59px;
	top:38px;
	left:35px;
	border-radius: 100%;
	text-align: center;
	color: white;
	text-indent: 3px;
}
.video--innerbox--featured .video__tags{
	font-size:15px;
	line-height:15px;
}
.video--innerbox--featured .icono--play{
	display:none;
}
.video--innerbox--featured .video__title {
	font-size: 40px;
	line-height: 42px;
}.authorlisthboxslider{
	margin-top: 45px;
	position:relative;
}
.authorlisthboxslider__content{
	position:relative;
}
.authorlisthboxslider__header{
	margin:0 0 5px;
	position:relative;
}
.authorlisthboxslider__title{
	font:33px/33px 'Taz Bold', sans-serif;
	text-transform: uppercase;
	color: black;
}
.authorlisthboxslider__title a{
	color:inherit;
	font:inherit;
}
.authorlisthboxslider__link{
	color:#72bf44;
	font:14px/14px 'Taz Bold', sans-serif;
	text-transform:uppercase;
	text-decoration:underline;
	position:absolute;
	right:0;
	top:11px;
	padding-right:9px;
}
.authorlisthboxslider__link:after {
	content:"";
	display:block;
	position:absolute;
	width: 0; 
	height: 0; 
	border-left: 4px solid #72bf44;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	top: 3px;
	right: 0;
}
.authorlisthboxslider .swiper-pagination{
	display:none;
}
.authorlisthboxslider .swiper-slide{
	width:344px;
	padding-top:20px;
}
.author--box{
	border-radius:12px 12px 12px 0;
	background-color:#20272f;
	width:344px;
	height:188px;
	position:relative;
}
.author--box .author__media{
	position:absolute;
	right:0;
	bottom:0;
	width: 187px;
	height: 240px;
	border-radius: 0 0 12px 0;
	overflow: hidden;
}
.author--box .author__media img{
	width: 100%;
	height: auto;
	bottom: 0;
	right: 0;
	position: absolute;
}
.author--box .news__data{
	padding:20px 170px 20px 24px;
	z-index:2;
	position:relative;
	height: 148px;
}
.author--box .author__name{
	font:15px/16px 'Taz Bold', sans-serif;
	color:#72bf44;
	margin-top: 17px;
	bottom: 20px;
	position: absolute;
	left: 24px;
	height: 15px;
	transition: color .4s;
	-ms-transition: color .4s;
	-moz-transition: color .4s;
	-webkit-transition: color .4s;
}
.author--box a.author__name:hover{
	text-decoration:underline;
}
.author--box .author__news__title{
	color:white;
	font:19px/20px 'Taz Bold', sans-serif;
	grid-row: 1;
}
.author--box .author__news__title a{
	color:inherit;
	font:inherit;
	transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
}
.author--box .author__news__title a:hover{
	color:#72bf44;
}
.author--box span {
	position: absolute;
	bottom: 35px;
	font: 400 14px/16px 'Heebo', sans-serif;
	color: #a9abac;
}
.author--box .news__time{
    position: absolute;
    bottom: 50px;
    font: 400 12px/16px 'Heebo', sans-serif;
    color: #a9abac;
}
.fotogaleriasliderinnerbox{
	padding-top:50px;
}
.fotogaleriasliderinnerbox__title{
	font:33px/33px 'Taz Bold', sans-serif;
	text-transform:uppercase;
	color:black;
}
.fotogaleriasliderinnerbox__title a{
	color:inherit;
}
.fotogaleriasliderinnerbox__header{
	margin-bottom:0;
	position:relative;
}
.fotogaleriasliderinnerbox__link{
	color:#72bf44;
	font:14px/14px 'Taz Bold', sans-serif;
	text-transform:uppercase;
	text-decoration:underline;
	position:absolute;
	right:0;
	top:11px;
	padding-right:9px;
}
.fotogaleriasliderinnerbox__link:after {
	content:"";
	display:block;
	position:absolute;
	width: 0; 
	height: 0; 
	border-left: 4px solid #72bf44;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	top: 3px;
	right: 0;
}
.fotogaleriasliderinnerbox .swiper-container{
	height:487px;
	padding-top:40px;
	padding-bottom:124px;
}
.fotogaleriasliderinnerbox .swiper-slide{
	width:650px;
	height:487px;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.fotogaleriasliderinnerbox .swiper-slide .news--innerbox--fotogallery{
	height:300px;
	width:400px;
	top: 94px;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.fotogaleriasliderinnerbox .swiper-slide-prev {
	right: -390px;
}
.fotogaleriasliderinnerbox .swiper-slide-next {
	left: -140px;
}
.fotogaleriasliderinnerbox .swiper-slide-active .news--innerbox--fotogallery{
	width:100%;
	height:100%;
	top:0;
	box-shadow: 0 0 44px rgba(0,0,0,0.3);
	z-index:3;
}
.fotogaleriasliderinnerbox .news--innerbox--fotogallery .news__media{
	padding-top:74.93%!important;
}
.fotogaleriasliderinnerbox .swiper-slide .news--innerbox--fotogallery .news__data{
	padding:28px 38px;
	opacity:0;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition-delay: .15s;
	-webkit-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-moz-transition-delay: .15s;
}
.fotogaleriasliderinnerbox .swiper-slide-active .news--innerbox--fotogallery .news__data{
	opacity:1;
}
.fotogaleriasliderinnerbox .swiper-slide .news--innerbox--fotogallery .news__title{
	font-size: 36px;
	line-height: 40px;
}
.fotogaleriasliderinnerbox .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:62px;
}
.fotogaleriasliderinnerbox .swiper-button{
	top:initial!important;
	bottom:11px!important;
	left:510px!important;
	margin:0;
	z-index:11;
	trasnform:none;
	-ms-trasnform:none;
	-moz-trasnform:none;
	-webkit-trasnform:none;
}
.fotogaleriasliderinnerbox .swiper-button.swiper-button-next{
	left:initial!important;
	right:510px!important;
}
.news--innerbox--fotogallery .news__author, 
.news--innerbox--fotogallery .news__line--sep,
.news--innerbox--fotogallery .news__time{
	display: none!important;
}
/*******************
 * 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: 1280px), only screen and (max-device-width: 1280px) {
   	.modvideos {
	        width: 100%;
	        position: relative;
	        overflow: hidden;
	}
	
	.modvideos__content .swiper-button-next,
	.modvideos__content .swiper-button-prev,
	.swiper-button-prev, 
	.swiper-button-next {
		left: -0px!important;
	}
	.modvideos__content .swiper-button-next,
	.swiper-button-next {
		left: initial!important;
		right: -0px!important;
	}
	.listhboxslider--tagzone .swiper-button-prev {
		left: 0px!important;
	}
	.listhboxslider--tagzone .swiper-button-next {
		right: 0!important;
	}
    
	.pagebuilder--relacionados--header {
		top: 100px;
		padding-left: 36px;
	}
	.pagebuilder--relacionados--label{
		top: 20px;
	}
	
	.pagebuilder--relacionados .news--innerbox .news__data {
		top: 140px;
		padding: 0 524px 30px 36px;
	}
	
	.column__relacionadas {
		top: 57px;
		right: 20px;
	}
	.pagebuilder--destacado .news--innerbox .news__data{
		padding-left: 15px;
	}
	
	.pagebuilder--relacionados .news--innerbox .news__title {
		font: bold 40px/48px 'Taz Bold', sans-serif;
	}
	
	.pagebuilder--relacionados--tag {
		font: 600 40px/40px 'Taz Bold', sans-serif;
	}
}
@media only screen and (max-width: 1120px), only screen and (max-device-width: 1120px) {
	.mod--ultimasnoticias .col_6,
	.mod--ultimasnoticias .col_6:first-child {
		width:100%;
		float:left;
	}
       .fotogaleriasliderinnerbox .swiper-button.swiper-button-next {
	     right: 40% !important;
	}
	.fotogaleriasliderinnerbox .swiper-button {
	     left: 40% !important;
	}
	.rankinghome .col_6 .rankinghome__num {
	     top: auto;
	     bottom: 177px;
	}
	
}
@media only screen and (max-width: 1110px), only screen and (max-device-width: 1110px) {
	.loquetenesquesaber__bloque {
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-box;
	    display: -o-box;
	    display: box;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    -ms-box-orient: vertical;
	    -o-box-orient: vertical;
	    box-orient: vertical;
	}
	.col__aside + .col__main {
	    margin-right: 0;
	    margin-left: auto;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-box-ordinal-group: 1;
		-o-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}
	.boxfixed{
		text-align:center;
	}
	.col__aside{
		float: none;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-box-ordinal-group: 2;
		-o-box-ordinal-group: 2;
		box-ordinal-group: 2;
		border-top: 1px solid #d8d8d8;
		padding-top: 30px;
		    margin-bottom: 30px;
	}
	.col__aside .poll--versus {
	    margin: 0 auto;
	    max-width: 320px;
	}
	.pagebuilder--diario .news--innerbox {
	    width: 100%;
	    border:none!important;
	    padding:0!important;
	}
	.pagebuilder--diario .news--innerbox + .news--innerbox {
	    width: 50%;
	    border:none!important;
	}
	.rankinghome .col_6 .rankinghome__num {
	     top: auto;
	     bottom: 160px;
	}

		
}
@media only screen and (max-width: 1060px), only screen and (max-device-width: 1060px) {
	.pagebuilder--destacado .news--innerbox .news__title,
	.pagebuilder--relacionados .news--innerbox .news__title{
		font-size: 38px;
		line-height: 44px;
	}
	
	.pagebuilder--relacionados .news--box .news__data{
		padding: 10px 15px 0;
		height: 150px;
	}
	.pagebuilder--relacionados .news--box .news__title{
		font-size: 20px;
		line-height: 28px;
		max-height: 83px;
	}
	.pagebuilder--diario .col_center{
		margin: 0;
		clear: both;
		width: 100%;
		display: block;
	}
	.pagebuilder--diario .col_left,
	.pagebuilder--diario .col_right{
		width: 100%;
		clear: both;
	}
	.pagebuilder--diario .col_left .news--box,
	.pagebuilder--diario .col_right .news--box{
		width: 48%;
		float: left;
	}
	.pagebuilder--diario .col_left .news--box + .news--box,
	.pagebuilder--diario .col_right .news--box + .news--box{
		float: right;
	}
	
	.pagebuilder--relacionados--label{
		left: 110px;
	}
	.rankinghome .col_6 {
	     width: 100%;
	 }
	.rankinghome .col_6 + .col_6 {
	     width: 100%;
	}
	.rankinghome .col_6 .rankinghome__num {
	     top: auto;
	     bottom: 128px;
	}
}


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

	}
	.column__relacionadas .news--summary .news__title {
	    font-size: 15px;
	    line-height: 18px;
	}
	.column__relacionadas .news--summary .news__media {
	    width: 135px;
	    height: 77px;
	}
	.pagebuilder--relacionados--header {
	    top: 40px;
	}
	.pagebuilder--relacionados .news--innerbox .news__data {
	    top: 75px;
	}
	.pagebuilder--relacionados--tag {
	    font: 600 34px/34px 'Taz Bold', sans-serif;
	}
	.pagebuilder--destacado .news--innerbox .news__title, .pagebuilder--relacionados .news--innerbox .news__title {
	    font-size: 28px;
	    line-height: 34px;
	}
	.pagebuilder--relacionados--label{
		display: none;
	}
	.pagebuilder--diario .news--innerbox + .news--innerbox{
		width: 100%;
	}
	
	.pagebuilder--diario .news--innerbox .news__title {
	    font-size: 26px;
	    line-height: 32px;
	    margin-bottom: 7px;
	}
	
	.mod--ultimasnoticias .col_3 {
		width:100%;
		float:left;
	}

	.mod--ultimasnoticias .news--summary.news--summary--list--nophoto {
	    width: auto;
	    height: auto;
	    display: block;
	    float: none;
	}

	.mod--ultimasnoticias .news--summary  .news__title{
	    font-size: 15px;
	    line-height: 18px;
	}
	.modlist.modlist__section.col_3 {
	     width: 50%;
	}
	.fotogaleriasliderinnerbox .swiper-button.swiper-button-next {
	     right: 40% !important;
	}
	.fotogaleriasliderinnerbox .swiper-button {
	     left: 40% !important;
	}
	.rankinghome .col_6 .rankinghome__num {
	     top: auto;
	     bottom: 158px;
	}

}
@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%;
	}
}