

/*******************
 * 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: 1254px;
	margin: 0 auto;
}
.row--full{
	max-width: 100%;
}
.row:after,
.row--full:after{
	display: block;
    content: "";
    clear: both;
}

.row__container{
	margin: 0 -0px;
	line-height: 0;
	font-size: 0;
}
.row__container > *{
	font-size: initial;
	line-height: initial;
}
.col{
	display: inline-block;
	vertical-align: top;
	padding: 0 0px;
	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: 319px;
}
.col__aside{
	width: 300px;
	float: right;
}
.col__main + .col__aside{
	float: left;
	margin-right: initial;
	margin-left: 319px;
}
.col__aside + .col__main{
	margin-right: 319px;
	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: #1DAFEC!important;
}
body > img[src*="/_req/"]{
	display: none;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  overflow-x: hidden;
  font: 20px/33px 'Avenir Next Regular', 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 'PT Serif', 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: 10px/10px 'Avenir Next Bold', sans-serif;
	
	display: inline-block;
	
	color: #1DAFEC;
	
	margin: 0 0 9px;
	
}
.news--box .news__title{
	
	font: 18px/20px 'Avenir Next 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 'PT Serif', serif;
	
	color: #222222;
	
	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 'Avenir Next Bold', sans-serif;
	
	display: inline-block;
	
	color: #1DAFEC;
	
	margin: 0 0 8px;
	
}
.news--summary .news__title{
	
	font: 26px/30px 'Avenir Next 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 'PT Serif', serif;
	
	color: #222222;
	
	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: 15px 16px;
	
}
.news--innerbox .news__line--sep{
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
	display: none;
}
.news--innerbox .news__author{
	display: inline-block;
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--innerbox .news__author a{
	text-transform: initial;
	font: inherit;
	color: inherit;
}
.news--innerbox .news__author a:hover{
	color: black;
}
.news--innerbox .news__time{
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--innerbox .news__section{
	
	font: 10px/10px 'Avenir Next Bold', sans-serif;
	
	display: inline-block;
	
	color: #1DAFEC;
	
	margin: 0 0 9px;
	
}
.news--innerbox .news__title{
	
	font: 50px/54px 'Avenir Next 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: 16px/23px 'PT Serif', serif;
	
	color: #222222;
	
	margin: 0;
	
}
.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: 10px/10px 'Avenir Next Bold', sans-serif;
	
	display: inline-block;
	
	color: #1DAFEC;
	
	margin: 28px 0 0;
	
}
.video--box .video__title{
	
	font: 18px/20px 'Avenir Next Bold', sans-serif;
	
	color: black;
	
	margin: 7px 0 0;
	
}
.video--box .video__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
}
.video--box .video__title a:hover{
	
}
.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: 30px 48px;
	
}
.video--innerbox .video__section{
	 
	font: 10px/10px 'Avenir Next Bold', sans-serif;
	
	display: inline-block;
	
	color: #1DAFEC;
	
	margin: 0 0 13px;
	
}
.video--innerbox .video__title{
	 
	font: 34px/38px 'Avenir Next Bold', sans-serif;
	 
	color: #222222;
	 
	margin: 0;
	
}
.video--innerbox .video__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
}
.video--innerbox .video__title a:hover{
	 
	color: #222222;
	
}
.video--innerbox .video__excerpt{
	
	font: 17px/24px 'PT Serif', serif;
	
	color: #222222;
	
	margin: 17px 0 0;
	
}
.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 'PT Serif', 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 'Avenir Next 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 'Avenir Next 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:'Avenir Next 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 'Avenir Next 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( 34, 34, 34, .5 );
}
.poll--simple.poll--results .poll__item--win .poll__bar {
	background-color: #222222;
}

.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: #1DAFEC;
}
.poll--simple .poll__footer {
	margin: 5px 0;
	overflow: hidden;
}
.poll--simple .poll__footer p {
	float: left;
	font: 12px/12px 'Avenir Next Heavy', sans-serif;
	color: #cacaca;
}

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

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

.poll--simple .poll__content .poll__description {
	font: 16px/20px 'Avenir Next Heavy', sans-serif
}

.poll--simple .poll__item {
	outline: none;
	border: none;
	display: block;
	position: relative;
	border-radius: 0;
	background-color: #222222;
	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( 34, 34, 34, .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: #1DAFEC;
	color: white;
	font: 14px/16px 'PT Serif', 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 'PT Serif', 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
 ******************/
.listhboxslider__header{
	margin-bottom: 20px;
}
.listhboxslider__title{
	font: 400 28px/31px 'PT Serif', 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 'Avenir Next 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 'PT Serif', serif;
	color: black;
	display: inline-block;
	width:100%;
}.videomodule1y4 {
	background-color: black;
	padding: 60px 0;
}
.videomodule1y4__header{
	margin-bottom: 40px;
}
.videomodule1y4__title{
	font: 400 28px/31px 'PT Serif', serif;
	display: inline-block;
	color: #1B89B7;
}
.videomodule1y4 .video--innerbox{
	margin-bottom: 40px;
}
/*******************
 * CSS PROPIO
 ******************/
@font-face {
  font-family: "iconos";
  font-display: block;
  src: url('/__export/1553697316000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/iconos.woff') format('woff'),
       url('/__export/1553697316000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/iconos.woff2') format('woff2'),
       url('/__export/1553697316000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/iconos.ttf') format('truetype'),
       url('/__export/1553697316000/system/modules/com.tfsla.sitio.elimparcial/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"
}*/
/**********************
NEWSSHARE ICONO SOCIAL
************************/
.icono--facebook span {
  width: 15px!important;
  margin-top: 5px;
}
.icono--facebook:before {
  content: '';
  width: 21px;
  height: 21px;
  background: url("/arte/desktop/facebook-blanco.png") no-repeat;
}
.icono--fullscreen:before { 
  content: "\EA09" 
}
.icono--fullscreen_outline:before { 
  content: "\EA0A" 
}
.icono--instagram:before { 
  content: "\EA0B" 
}333333333333333333
  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--twitter:before {
  content: '';
  width: 21px;
  height: 21px;
  background: url("/arte/desktop/twitter-x-blanco.png") no-repeat;
}
.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: 114px;
	background-color: white;
	text-align:center;
	border-bottom:1px solid #ededed;
	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;
}
.page-news .header{
	box-shadow: 0px 13px 22px rgba(0,0,0,.09);
	-ms-box-shadow: 0px 13px 22px rgba(0,0,0,.09);
	-mozbox-shadow: 0px 13px 22px rgba(0,0,0,.09);
	-webkit-box-shadow: 0px 13px 22px rgba(0,0,0,.09);
}
.page-news.page--newslongform .header{
	box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.page-news .header.header--sticky{
	box-shadow:none;
	-ms-box-shadow:none;
	-mozbox-shadow:none;
	-webkit-box-shadow:none;
}
.header__top{
	/*padding:24px 0 31px;*/
	padding:24px 0 20px;
	text-align:center;
	/*border-bottom:1px solid #EDEDED;*/
}
.header--sticky .header__top{
	padding:12px;
	border:none;
}
.header.header--sticky{
	position: fixed;
	height:61px;
	opacity:1!important;
	top:0px!important;
}
.header__logo{
	display:inline-block;
	margin:0 auto;
	position: relative;
	text-align: center;
}

.header--sticky .header__logo{
	position:absolute;
	/*left:33px;*/
	left:61px;
	top:19px;
	padding-right:37px;
}
.header--sticky .header__logo:after{
	left: 0;
	text-align: left;
	bottom: -7px;
}
.header__logo img{
	width: 357px;
	height: 38px;
}
.header--sticky .header__logo img{
	width:218px !important;
	height:23px;
}
.header__actions{
	position: absolute;
	background: #fff;
	top: 24px;
	right: 30px;
}
.header__actions__suscribe{
    float: left;
    background: #F07634;
    width: 167px;
    height: 31px;
    color: white;
    border-radius: 125px;
    font: 16px/32px 'Avenir Next DemiBold', sans-serif;
    margin-top: 7px;
    margin-right: 19px;
}
.header__actions__suscribe:hover{
    background: #de5911;
}
.header--sticky .header__actions__suscribe{
    display: none;
}
.header--sticky .header__actions{
	top:20px;
}
.header__region{
	position:absolute;
	top:28px;
	left:61px;
	color:#222222;
	font: 15px/15px 'Avenir Next DemiBold', sans-serif;
	padding:12px 16px 10px 16px;
	cursor:pointer;
	width:173px;
	border:1px solid #EDEDED;
	border-radius:19px;
	text-align:left;
	box-shadow:0 0 9px rgba(0,0,0,.07);
	-ms-box-shadow:0 0 9px rgba(0,0,0,.07);
	-moz-box-shadow:0 0 9px rgba(0,0,0,.07);
	-webkit-box-shadow:0 0 9px rgba(0,0,0,.07);
}
.header__region--active--text{
	height: 15px;
	display: block;
	padding-left:30px;
}
.header__region--active--text:before{
	content:"Edición ";
	display:inline;
}
.header__region--active--text:after{
	content:"";
	background-image:url(/export/sites/elimparcial/arte/region_icon_blue.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	display: block;
	position: absolute;
	left: 19px;
	top: 10px;
}
.header__region .flecha{
	position: absolute;
	right: 17px;
	top: 21px;
}
.header__region .flecha:after, 
.header__region .flecha:before {
	content: "";
	position: absolute;
	top: -4px;
	right: 0px;
	width: 1px;
	height: 6px;
	background-color: #222222;
	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--sticky .header__region .flecha:after, 
.header--sticky .header__region .flecha:before{
	top: 7px;
}
.header__region--open .flecha:after {
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.header__region--open .flecha:before {
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.clss__hide {
	display: none!important;
}
.header--sticky .header__region{
	left: initial;
	right: 200px;
	top: 0;
	width: 132px;
	border-radius: 0;
	border-top: 0;
	border-bottom: 0;
	box-shadow: none;
	height: 61px;
	padding-top: 23px;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.header--sticky .header__region .header__region--active--text{
	padding-left: 0;
}
.header--sticky .header__region .header__region--active--text:before{
	content:"Ed. ";
}
.header--sticky .header__region .header__region--active--text:after{
	display:none;
}
.header__region--list{
	position: absolute;
	top: 37px;
	left: 0px;
	width: 167px;
	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 9px rgba(0,0,0,.07));
	-ms-filter: drop-shadow(0 0 9px rgba(0,0,0,.07));
	-moz-filter: drop-shadow(0 0 9px rgba(0,0,0,.07));
	-webkit-filter: drop-shadow(0 0 9px rgba(0,0,0,.07));
	z-index: 1;
}
.header__region--list a{
	color:#222222;
	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--sticky .header__region--list{
	top: 51px;
	left: -5px;
	width: 94px;
}
.header__social{
	float: left;
	position:relative;
	margin-right: 0px;
	margin-top: 7px;
}
.header--sticky .header__social{
	display:none;
}
.header__social li{
	float: left;
}
.header__social .icono{
	width: 21px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	border: none;
	background: none;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
	position: relative;
	color: #1DAFEC;
	margin: 0 0 0 13px;
}

.header__social .icono--svg--twitter{
width: 19px;
}
.header__social .icono--svg--youtube{
width: 27px;
}
/*.header__social .icono--svg--instagram{
margin-left: 20px;
}*/
.header__social .icono--svg--tiktok{
width: 18px;
}
.header__social .icono--svg--threads {	
	width: 18px;
}
.header__subscribe {
	width: 80px;
	height: 21px;
	float: left;
	margin-right: 4rem;
	margin-top: 0.4rem;
}
.link__subscribe {
	font: 17px/17px 'Avenir Next Bold', sans-serif;
	color: #FFF;
	border-color: #E50101;
	border: 1px solid #E50101;
	border-radius: 15px;
	background-color: #E50101;
	padding: 0 13px 3px;
}
.link__subscribe:hover {
	opacity: 60%;
	/*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
}
.header--sticky .header__subscribe {
	display:none;
}
.header__search-button{
	display:inline-block;
	/*vertical-align: top;*/
	position: absolute;
	/*top: -12px;*/
	right: 92%
}
.header__search-button .icono--search_cool{
	font-size: 22px;
	/*line-height: 40px;*/
	/*padding: 10px 6px;*/
	margin: 0.3rem 0.3rem 0 0;
	display: flex;
	/*vertical-align: top;*/
	color:black;
	background-color: transparent;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-end;
}
.header__search-button .search--text{
	font: 16px/59px 'Avenir Next DemiBold', sans-serif;
	color: #222222;
}
.header__search-button:hover .search--text,
.header__search-button:hover .icono--search_cool{
	color: #1DAFEC;
}
.header--sticky .header__search-button .search--text{
	display:none;
}
.header--sticky .header__social.mostrar{
	display: block;
}
.header--sticky .header__search-button{
	display: block !important;
	border-left:1px solid #EDEDED;
	margin-left:52px;
	padding: 0;
	position: absolute;
	right: 324px;
	top:0;
}
.header--sticky .header__search-button .icono--search_cool{
	padding:13px 30px 8px 24px;
}
.header__search-button--active{
	/*z-index: 4;*/
}
.header__search-button--active .header__top .hamburger {
	display:none;
}
.header--sticky .header__search-button--active{
	top:0;
	right: 0;
	border: 0;
}
.header--sticky .header__search-button--active .icono--search_cool{
	display: none;
}
.header__search-button .icono--cross{
	display:none;
	font-size:25px;
	line-height:21px;
	color:white;
	position: absolute;
	/*top: 35px;*/
	top: 8px;
	/*right: 40px;*/
	right:-172px;
	z-index: 2;
	width:100%;
}
.header--sticky .header__search-button .icono--cross{
	top: 21px;
	right: 40px;
	
}
.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:16px;
	height:110px;
	opacity:1;
}
.header--sticky .header__search-form--active{
	height:62px;
	padding:10px 14px;
}

.header__search-form .icono--search_cool{
	font-size: 20px;
	line-height: 30px;
	padding: 19px 15px 11px 19px;
	display: inline-block;
	vertical-align: top;
	color:#363636;
	background-color: white;
	border-radius: 0 3px 3px 0;
}
.header--sticky .header__search-form .icono--search_cool{
	padding: 8px 15px 3px 19px;
}
.header__search-form input{
	background: white;
	border: 0;
	padding: 0px 15px;
	width: 80%;
	max-width:937px;
	height: 60px;
	font: 18px/60px 'Avenir Next Regular', sans-serif;
	display: inline-block;
	vertical-align: top;
	border-radius:3px  0 0 3px;
}
.header--sticky .header__search-form input{
	height: 41px;
}
.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;
}
.header__loseconomicos{
	/*position:absolute;*/
	bottom: 10px;
	right: 28px;
}
.header__loseconomicos img{
	width: 160px;
	height: auto;
}
/**********************************
**  MENU DE GARITAS
**********************************/
.header__garitas {
	position: absolute;
	bottom: 10px;
	right: 28px;
	border: 1px solid #ededed;
	border-radius: 10px;
	font: 13px/13px 'Avenir Next Demibold';
	width:152px;
	height:24px;
	margin-top:4px;
	cursor:pointer;
	padding:4px;
	
}
.btn__garitas {
	width:18px;
	height: 34px;
	float:left;
	border-right: 1px solid #ededed;
	top:10px;
	margin-top:-5px;
}
.header__garitas--text {
	color:#222222;
}
.header--sticky .header__garitas {
	top:10px;
}
.items__garitas {
    padding: 15px 0 0!important;
    display: block;
    text-align: left;
    margin-top: 5px;
}
.items__garitas a {
	color:#222222;
}
.header__garitas--active--text {
	margin: 4px 7px 3px -12px;
	display: inline-flex;
	padding-top: 3px;
}
.header__garitas--active--text:after {
	content: "";
    	background-image: url("/arte/icon-flag-usa.png");
    	background-size: contain;
    	background-repeat: no-repeat;
    	width: 20px;
	height: 20px;
        display: block;
        position: absolute;
        left: 136px;
        top: 6px;
}
.flecha__garitas {
	position:absolute;
	right:147px;
	top:18px;
}
.header__garitas .flecha__garitas:before {
	transform:rotate(-45deg);
	-webkit-transform: rotate(-45deg)!important;
	right:5px!important;
}
.header__garitas--open .flecha__garitas:before {
    	transform: rotate( 45deg );
    	-webkit-transform: rotate( 45deg )!important;
}
.header__garitas--open .flecha__garitas:after{
    	transform: rotate( -45deg );
    	-webkit-transform: rotate( -45deg )!important;
}
.header__garitas .flecha__garitas:after, .header__garitas .flecha__garitas:before {
	content:"";
	position: absolute;
	top:-4px;
	right: 0px;
	width: 1px;
	height: 6px;
	background-color: #222222;
	transform: rotate(45deg);
	-webkit-transform: rotate( 45deg);
	transition: all .2s;
	-webkit-transition: all .2s;
}

.header__garitas--open .header__garitas--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__garitas--list {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 120px;
    background-color: #fff;
    padding: 5px 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 9px rgba(0,0,0,.07));
    -ms-filter: drop-shadow(0 0 9px rgba(0,0,0,.07));
    -moz-filter: drop-shadow(0 0 9px rgba(0,0,0,.07));
    -webkit-filter: drop-shadow(0 0 9px rgba(0,0,0,.07));
    z-index: 1;
}
/**********************************
**  NAVIGATION
**********************************/
.navigation{
	display:inline-block;
	/*padding-top:22px;*/
	text-align: center;
}
.header--sticky .navigation{
	text-align:left;
	margin-left:14px;
	margin-left: -137px;
}
/**********************************
**  MENU SITE
**********************************/
.navigation .menu--site{
	display:inline-block;
	vertical-align:top;
}
.navigation .menu--site li{
	display:inline-block;
	text-align:center;
	vertical-align:top;
}
.navigation .menu--site li + li{
	/*padding-left: 44px;*/
	padding-left: 26px;
}
.navigation .menu--site a{
	font: 16px/16px 'Avenir Next DemiBold', sans-serif;
	display: block;
	color: #222222;
	position: relative;
}
.navigation .menu--site a:hover{
	color:#1DAFEC;
}
.navigation .menu__item--active > a{
	color:#222222;
}
.navigation .menu__item--submenu{
	position:relative;
}
.navigation .menu__submenu{
	display: inline-block;
	position: relative;
	min-width: 200px;
}
.navigation .menu__item span{
	display: inline-block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	font: 16px/16px 'Avenir Next DemiBold', sans-serif;
	display: block;
	padding-right:18px;
	color: #222222;
}
.navigation .menu__item:hover span{
	color:#1DAFEC;
}
.navigation .menu__item span:after,
.navigation .menu__item span:before{
	content: "";
	position: absolute;
	top: 6px;
	right: 2px;
	width: 1px;
	height: 6px;
	background-color: #222222;
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.navigation .menu__item:hover span:after,
.navigation .menu__item:hover span:before{
	background-color:#1DAFEC;
}
.navigation .menu__item span:before{
	right: 7px;
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.navigation .menu__item.menu__item--open span:after{
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.navigation .menu__item.menu__item--open span:before{
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.navigation .menu__item .menu__submenu{
	position: absolute;
	top: 0%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	left: 36px;
	padding: 7px 20px 15px;
	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;
}
.navigation .menu__item .menu__submenu li{
	padding: 15px 0 0!important;
	display: block;
	text-align: left;
}
.navigation .menu__item.menu__item--open > .menu__submenu{
	top: 31px;
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
	z-index:1;
}
/**********
***  BOTON NAV RESPONSIVE
**********/

.button--menu {
	display: none;
	cursor:pointer;
	position:absolute;
	left:30px;
	top: 22px;
	height:18px;
	width: 0;
	font-size: 24px;
	letter-spacing:0.5px;
	padding: 0 0 0 33px;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
}
.button--menu span{
	position: absolute;
	top: 8px;
	left: 0;
	width: 21px;
	height: 2px;
	background-color: #222;
	transition: all 0.3s;

	-webkit-transition: all 0.3s;
}
.button--menu:hover{
	color: #00aeef;
}
.button--menu:hover span:before, 
.button--menu:hover span:after,
.button--menu:hover span{
	background-color: #00aeef;
}
.button--menu span:before, 
.button--menu span:after {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	width: 21px;
	height: 2px;
	background-color: #222;
	transition: all 0.3s;
	
	-webkit-transition: all 0.3s;
	
}
.button--menu span:after {
	top: 6px;
	width:13px;
	left:8px;
}
.button--menu.button--menu--active:hover span,
.button--menu--active span {
    background-color: transparent;
}
.button--menu--active span:after, 
.button--menu--active span:before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
   
}
.button--menu--active span:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.button--menu--active span:after{
	left:0;
	width:21px;
}

/**********************************
**  MENU TENDENCIAS
**********************************/
.tag__menu {
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ededed;
  justify-content: center;
  white-space: nowrap;
}
.tag__info {
  font-family:'Avenir Next Regular', sans-serif;
  font-size: 12pt;
  padding: 0 10px 5px 10px;
  float: left;
}
.tag__link {
  background-color: #E1F4FB;
  border: 2px solid #E1F4FB;
  color: #222222;
  border-radius: 5px;
  cursor: pointer;
  display: initial;
  font-weight: 700;
  max-width: max-content;
  min-height: 30px;
  padding: 6px 13px;
  text-decoration: none;
}

.tag__info a:hover {
  box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  filter: shadow(color=#999999, direction=135, strength=2); 
}
.tag__title{
	font-family:'Avenir Next Bold', sans-serif;
	color:#222222;
	font-size: 10pt;
	flex: 0 0 70px;
	width: 5px;
}
.tag__img {
	  margin-left: 5px;
}
.image-arrow {
  padding-top: 13px;
  padding-left: 2px;
  width: 6px;
}
.tag__section{
  overflow:auto;
  display:flex;
  overflow-y: hidden;
  overflow-x: hidden;
}
/**********************************
**  LOGO CLUBGH
**********************************/
.logo__clubgh {
  position: absolute;
  /*bottom: 10px;*/
  left: 100px;
  height: 18px;
  width: 69px;
  /*padding-top: 17px;*/
}
.header--sticky .logo__clubgh {
  display: none;
}

/********************************
** MENU DE HAMBURGUESA
********************************/
.hamburger{
	position:absolute;
  	background-color:transparent;
	left:0;
	top:17px;
	height:30px;
	width:30px;
	padding:20px 20px;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	z-index:1002;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.header--sticky .hamburger {
	top:0;
}
.header--sticky ._layer{
	/*width:13px;*/
}
.header--sticky .row .header__top {
	padding: 24px 0 31px;
	border-bottom: 1px solid #EDEDED;
}
.header--sticky .menuppal .row .header__top .header__logo {
	display: inline-block;
    	margin: 0 auto;
    	position: relative;
    	text-align: center;
    	top: 0;
    	left: 0;
    	padding-right: 0;
}
.header--sticky .menuppal .row .header__top .header__logo img {
	width: 357px!important;
    	height: 38px;
}
.header--sticky .menuppal .row .header__actions {
	    position: absolute;
    	    background: #fff;
    	    top: 24px;
    	    right: 30px;
}
.header--sticky .menuppal .row .header__actions .header__social {
	display:block;
}
.hamburger.is-active{
  	background-color:none;
}
.menuppal .row:first-child {
	/*padding-top: 58px;*/
	position: relative;
	text-align:center;
	padding-bottom: 15px;
}
.container{
	width: 100%;
	max-width: 1585px;
	margin: 0 auto;
}
._layer{
	background:#1dafec;
	margin-bottom:4px;
	border-radius:2px;
	width:28px;
	height:4px;
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
/*.hamburger:hover .-top{
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}*/
/*.hamburger:hover .-bottom{
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
}*/
.hamburger.is-active .-top{
	-webkit-transform:translateY(200%) rotate(45deg) !important;
	-ms-transform:translateY(200%) rotate(45deg) !important;
	transform:translateY(200%) rotate(45deg) !important;
}
.hamburger.is-active .-mid{
	opacity:0;
}
.hamburger.is-active .-bottom{
	-webkit-transform:translateY(-200%) rotate(135deg) !important;
	-ms-transform:translateY(-200%) rotate(135deg) !important;
	transform:translateY(-200%) rotate(135deg) !important;
}
.menuppal.is_active{
  	transform: translate3d(0px, 0px, 0px);
  	 overflow-y: hidden;
}
.menuppal{
   	background-color: rgba(255, 255, 255, 1);
   	bottom: 0;
    	height: 100%;
    	left: 0;
    	overflow-y: hidden;
    	position: fixed;
    	top: 0;
    	transform: translate3d(0px, -100%, 0px);
    	transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    	width: 100%;
    	z-index: 1001;
}
.menuppal ul li a{
 	 color:#222222;
}
.menuppal ul li a:hover{
  	color:#333;
}
// CONTAINER DE MENU
.row__container {
    margin: 0 -15px;
    line-height: 0;
}
.row__container > * {
    	font-size: initial;
    	line-height: initial;
}
.col_2{
/*	width:16.66%;*/
}
.col_3{
/*	width:31.66%*/
}
.col_4{
/*	width:44.66%;*/
}
.col_6{
	width:97%;
}
.margin-r-4-1 {
	margin-right: 1.1%;
	text-align: justify;
}
.margin-r-4-2 {
	margin-right: 4.1%;
	text-align: justify;
}
.margin-r-4-4 {
	text-align: left;
}
.menu-title{
	color: #222222;
    	font: 30px/23px 'Avenir Next Heavy', sans-serif;
    	margin-top: 30px;
   	border-bottom: 9px solid #1dafec;
    	padding-bottom: 13px;
    	font-weight: 800;
    	/*text-transform:uppercase;*/
}
.width_1 {
	width:74%;
}
.width_2{
	width:68%;
}
.menu_sidebar_ediciones {
	margin-top: 20px;
	margin-left: 0;
}
.menu_sidebar_ediciones li {
	margin: 15px 0;
	 text-align: -webkit-left;
}
.edition_subtitle {
	font: 24px/22px 'Avenir Next Bold', sans-serif;
	padding-left: 20px;
    	background-image: url(/arte/region_icon_blue.svg);
    	background-size: contain;
    	background-repeat: no-repeat;
    	width: 17px;
    	height: 17px;
    	display: flex;
    	align-items: end;
}
.edition_option {
	font: 17px/13px 'Avenir Next Medium', sans-serif;
    	padding-left: 20px;
    	width: 17px;
    	height: 17px;
    	background-image: url(/arte/region_icon_blue.svg);
    	background-size: contain;
    	background-repeat: no-repeat;
    	display: flex;
    	align-items: center;
}
.subtitle{
    font: 22px/22px 'Avenir Next Bold', sans-serif;
}
.option{
	font: 17px/13px 'Avenir Next Medium', sans-serif;
}
.aling{
	margin-left:22px;
}
.subtitle .aling {
	margin-left:22px;
}
.space{
	padding:3px;
}

// FOOTER MENU
.menu_footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}
.menu_footer p {
	float: left;
	color: #8f8e8e;
	font: 15px/15px 'Avenir Next Medium', sans-serif;
	text-align: left;
	margin-left: 127px;
}
.menu_footer img{
	margin-right: 5px;
	margin-top: -1.5px;
}

/** Icono Notificacion **/
.link_notification {
	position: absolute;
    	left: 275px;
   	top: 35px;
    	width: 30px;
    	height: 27px;
    	cursor: pointer;
}
.link_notification:hover {
	color: #4abfef;
}
.header--sticky .link_notification {
	display:none;
}
.link_boletin {
	position: absolute;
	left: 310px;
	top: 35px;
	width: 30px;
	height: 27px;
	cursor: pointer;
	color: #1dafec;
}
.link_boletin:hover {
	color: #4abfef;
}
.header--sticky .link_boletin {
	display: none;
}

/**********************
NEWSFULL SHARE SOCIAL
************************/
.newsfull__share .icono--svg--share--facebook svg,
.newsfull__share .icono--svg--share--twitter svg,
.newsfull__share .icono--svg--share--instagram {
	height: 22px;
	 fill:#1dafec
}

.newsfull__share .icono--svg--share--facebook:hover svg,
.newsfull__share .icono--svg--share--twitter:hover svg,
.newsfull__share .icono--svg--share--instagram:hover svg {
	fill:#000;
}

/**********************
VIDEOFULL SHARE SOCIAL
************************/
.videofull__share .icono--svg--videoshare--facebook svg,
.videofull__share .icono--svg--videoshare--twitter svg,
.videofull__share .icono--svg--videoshare--instagram svg {
	height: 19px;
}.footer {
	background: #222222;
	padding-top: 65px;
	padding-bottom: 60px;
}
.footer__top,
.footer__bottom{
	display: inline-block;
	width: 100%;
} 
.footer__col{
	float: left;
	width: 50%;
}
.footer__col + .footer__col{
	font-size: 0;
}
.menu--site--footer{
	display: inline-block;
	width: 100%;
}
.menu--site--footer .menu__item--submenu{
	float: left;
	width: 50%;
	margin-bottom: 38px;
}
.menu--site--footer .menu__item--submenu > span{
	font:20px/20px 'Avenir Next Bold', sans-serif;
	color:#1DAFEC;
	display: block;
	margin-bottom: 12px;
}
.menu--site--footer .menu__item--submenu .menu__item a{
	color:white;
	font:15px/15px 'Avenir Next Medium', sans-serif;
}
.footer__sitios{
	position: relative;
	padding: 40px 0px;
	margin-top: 40px;
}
.footer__sitios::after{
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.12);
	display: block;
}
.footer__sitios::before{
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(255,255,255,0.12);
	display: block;
}
.footer__sitios img{
	filter: grayscale(1) brightness(1);
	margin: 20px 20px 0px 0px;
}
.footer__sitios--second__info {
	text-align: center;
}
.footer__whatsapp{
	position:relative;
	padding-left: 150px;
	padding-bottom:40px;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
}
.footer__whatsapp:before{
	content:"";
	height: 94px;
	width: 119px;
	position:absolute;
	left: 0;
	top: 0;
	background-image:url(/export/sites/elimparcial/arte/desktop/footer_whatsapp.svg);
	background-repeat:no-repeat;
	background-size: contain;
	display:block;
}

.footer__newsletter{
    position: relative;
}
.footer__newsletter:after {
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255,255,255,0.12);
	display: block;
	left: 0;
}
.footer__whatsapp .footer__whatsapp--title, .footer__sitios .footer__sitios--title{
	font:20px/20px 'Avenir Next Bold', sans-serif;
	color:white;
}
.footer__whatsapp .footer__whatsapp--title .footer__whatsapp--blue, .footer__sitios .footer__sitios--title .blue{
	color:#1DAFEC;
	display: block;
	margin-bottom: 4px;
}
.footer__whatsapp .footer__whatsapp--title{
    font-size: 14px;
}
.footer__whatsapp .footer__whatsapp--title .footer__whatsapp--blue{
    font-size: 20px;
}
.footer__whatsapp .footer__whatsapp--txt{
	margin-top:6px;
	font: 14px/20px 'Avenir Next Medium', sans-serif;
	color:white;
	max-width: 142px;
}
.footer__whatsapp .footer__whatsapp--link{
	background-color:#1DAFEC;
	color:white;
	font:15px/42px 'Avenir Next DemiBold', sans-serif;
	height: 40px;
	width: 114px;
	border-radius:22.5px;
	text-align:center;
	margin: 24px 0 0;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.footer__whatsapp .footer__whatsapp--link:hover{
	background-color:#1B89B7;
}


.footer__telegram {
	position: relative;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding-left: 166px;
	box-sizing: border-box;
}
.footer__telegram:before{
	content: "";
	height: 93px;
	width: 118px;
	position: absolute;
	left: 24px;
	top: 0;
	background-image: url(/export/sites/elimparcial/arte/desktop/footer_telegram.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
.footer__telegram:after {
	content: '';
	height: 165px;
	position: absolute;
	left: 0;
	top: 7px;
	background-color: rgba(255,255,255,0.12);
	display: block;
	
	width: 1px;
}

.footer__telegram--blue {
    color: #1DAFEC;
    display: block;
    margin-bottom: 4px;
    font: 20px/20px 'Avenir Next Bold', sans-serif;
}

.footer__telegram__link {
    font: 14px/20px 'Avenir Next Bold', sans-serif;
    color: white;
    display: inherit;
}

.footer__telegram--txt {
    margin-top: 6px;
    font: 14px/20px 'Avenir Next Medium', sans-serif;
    color: white;
    max-width: 142px;
}

.footer__col__logo{
	float:left;
}
.footer__logo{
	display: inline-block;
	vertical-align: top;
}
.footer__logo img{
	filter: grayscale(1) brightness(100);
}
.footer__bottom{
	border-top:1px solid rgba(255,255,255,0.12);
	margin-top: 26px;
	padding-top:20px;
	position: relative;
}

.footer__subir {
	width: 133px;
	background: #222;
	position: absolute;
	left: 50%;
	height: 38px;
	top: 0px;
	text-align: center;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.footer__subir__lkn {
	color: white;
	display: block;
	border: 1px solid #fff;
	border-radius: 125px;
	text-align: left;
	margin: 0 20px;
	padding: 2px 19px;
	box-sizing: border-box;
	height: 38px;
	font-size: 15px;
	text-transform: capitalize;
	position: relative;
}
.footer__subir__lkn:after, 
.footer__subir__lkn:before {
	content: "";
	position: absolute;
	top: 15px;
	right: 13px;
	width: 1px;
	height: 6px;
	background-color: #ffffff;
	transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.footer__subir__lkn:before {
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	right: 17px;
}

.footer__copy{
	font: 500 13px/13px 'PT Serif', 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__logos a{
	opacity:0.6;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.footer__logos a:hover{
	opacity:1;
}
.footer .suscribehorizontal__hint{
	font-family: 'Avenir Next Medium', sans-serif;
}

.footer .suscribehorizontal__social{
	padding-left: 0;
}


.menu--site--footer > :nth-child(2),
.menu--site--footer > :nth-child(3){
	float: right;
}
.menu--site--footer > :nth-child(3){
    min-height: 160px;
}


/****** 
** NOTIFICACIONES BOX
*******/


.menu__boxpush{
	display: none;
	
}

.menu__boxpush{
	position: relative;
	
	margin: 20px 0;
	padding: 20px 0;
	float: right;
	margin-right: 286px;
	margin-top: -103px;
	max-width: 340px;
}
.menu__boxpush.active{
	display: block;
}
.menu__boxpush:before {
	content: '';
	width: 1px;
	height: 70px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 0;
	top: 32px;
}


.menu__boxpush.active{
	display: block;
}
.menu__boxpush__title{
	color: #1DAFEC;
	font: bold 20px/23px 'Avenir Next Bold', sans-serif;
	position: relative;
	padding: 9px 0 8px;
	display: block;
	white-space: nowrap;
	letter-spacing: 0.2px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.menu__boxpush__text {
	color: white;
	font: 400 14px/16px 'PT Serif', serif;
	position: relative;
	padding: 0;
	display: inline-block;
	max-width: 225px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 10px 22px 0 0;

}

.menu__boxpush__switch {
	position: relative;
	left: 0;
	top: 0;
	display: inline-block;
	width: 42px;
	height: 34px;
	margin: 0 38px 0 0;
}

.menu__boxpush__slider {
	position: relative;
	cursor: pointer;
	top: 0;
	left: inherit;
	right: 0;
	bottom: 0;
	display: block;
	width: 42px;
	height: 30px;
	border-radius: 34px;
	-webkit-transition: .4s;
	transition: .4s;
}
.menu__boxpush__slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 4px;
	bottom: 4px;
	z-index: 3;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}

.menu__boxpush__slider:after {
	content: '';
	width: 40px;
	height: 20px;
	background: #585858;
	position: absolute;
	top: 9px;
	border-radius: 125px;
	z-index: 2;
	left: 0px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.menu__boxpush__switch .menu__boxpush__slider:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.menu__boxpush--active .menu__boxpush__slider:before{
    background-color: #fff;
}
.menu__boxpush--active .menu__boxpush__slider:after {
	background: #1DAFEC;
}
.menu__boxpush--active .menu__boxpush__slider:before {	
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}


@font-face {
	font-family: 'Avenir Next Bold';
	font-display: swap;
	src:  url('/__export/1556803242000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-Bold.woff') format('woff'),
	      url('/__export/1556803243000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-Bold.ttf') format('truetype'),
	      url('/__export/1556803243000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-Bold.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}
@font-face {
	font-family: 'Avenir Next Heavy';
	font-display: swap;
	src: url('/__export/1561477099000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-Heavy.eot');
	src: url('/__export/1561477099000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-Heavy.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1561477099000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-Heavy.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}
@font-face {
	font-family: 'Avenir Next Regular';
	font-display: swap;
	src: url('/__export/1561480004000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-Regular.woff') format('woff'),
		url('/__export/1561480004000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-Regular.ttf') format('truetype'),
		url('/__export/1561480004000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-Regular.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}
@font-face {
	font-family: 'Avenir Next DemiBold';
	font-display: swap;
	src:  url('/__export/1561480027000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-DemiBold.woff') format('woff'),
		url('/__export/1561480026000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-DemiBold.ttf') format('truetype'),
		url('/__export/1561480027000/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-DemiBold.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	unicode-range: U+000-5FF;
}
@font-face {
	font-family: 'Avenir Next Medium';
	font-display: swap;
	src:  url('/__export/1571165118991/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-Medium.woff') format('woff'),
		url('/__export/1571165118966/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-Medium.ttf') format('truetype'),
		url('/__export/1571165118923/system/modules/com.tfsla.sitio.elimparcial/es/desktop/resources/fonts/AvenirNext-Medium.eot') 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%;
}
.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;
	height: 95px;
}
.ranking .banner {
	display: inline-block;
	position: relative;
	width: 300px;
	vertical-align: top;
}
.page-videos .banner--full{
	background-color:#F5F4F4;
	margin:0;
	padding-top:40px;
}
.page-section .section__content .row__container .banner--full{
	margin: 0 0 38px;
}
.section__header .banner{
	text-align:center;
}
.garitas__content .banner{
	margin-top: 33px;
}
.page-news .st-adunit{
	z-index: 10!important;
}.section--newsletter{
	display: table;
	width: 100%;
	border-bottom: 1px solid #ededed;
}
.page-news .section--newsletter, .page--newslongform .section--newsletter{
	margin-bottom: 30px;
	border-top: 1px solid #ededed;
	font: 20px/33px 'Avenir Next Regular', sans-serif;
}
.section--newsletter > div{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	height: 88px;
}
.section--newsletter > div:first-child{
	font-size: 24px;
	line-height: 22px;
	position: relative;
	padding-left: 264px;
}
.page-news .section--newsletter > div:first-child, .page--newslongform .section--newsletter > div:first-child{
	padding: 15px 0 15px 153px;
}
.section--newsletter > div:first-child::before {
	content: '';
	background: url(/arte/cel-web.png) no-repeat;
	width: 144px;
	height: 88px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 100px;
}
.page-news .section--newsletter > div:first-child::before, .page--newslongform .section--newsletter > div:first-child::before{
	left: 0;
	top: unset;
	bottom: 0;
}
.section--newsletter > div:nth-child(2){
	padding-right: 100px;
}
.page-news .section--newsletter > div:nth-child(2), .page--newslongform .section--newsletter > div:nth-child(2){
	padding-right: 0;
}
.section--newsletter > div > span{
	font: 24px/24px 'Avenir Next Bold', sans-serif;
}
#input--email--boletin{
	width: calc(100% - 240px);
	border: 1px solid #dfdfdf;
	border-right: none;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding: 10px 40px;
}
.page-news #input--email--boletin, .page--newslongform #input--email--boletin{
	width: calc(100% - 190px);
	padding: 10px 15px;
}
#input--email--boletin::placeholder{
	color: #bbb;
}
#button--home--newsletter{
	height: 46px;
	position: relative;
	top: 0;
	padding: 0 40px 0 25px;
	border-top-right-radius: 23px;
	border-bottom-right-radius: 23px;
	background: #f07634;
	font: 18px/18px 'Avenir Next Bold', sans-serif;
	color: #fff;
}
.suscribenewsletter{
	position: relative;
}
.suscribenewsletter .hint.error {
	bottom: -25px;
	left: 45%;
	z-index: 5;
}
@media(max-width:1300px){
	.section--newsletter > div:first-child::before {
	    left: 10px;
	}
	
	.section--newsletter > div:first-child {
	    padding-left: 164px;
	}
	
	.section--newsletter > div:nth-child(2) {
	    padding-right: 0;
	}
}
@media(max-width:959px){
	.page-news #input--email--boletin, .page--newslongform #input--email--boletin {
		display: none;
	}
	.page-news #button--home--newsletter, .page--newslongform #button--home--newsletter {
	    padding: 0 25px;
	    border-top-left-radius: 23px;
	    border-bottom-left-radius: 23px;
	}
	.page-news .section--newsletter > div:first-child, .page--newslongform .section--newsletter > div:first-child {
	    width: 70%;
	    padding-right: 15px;
	}
	.page-news .section--newsletter > div:nth-child(2), .page--newslongform .section--newsletter > div:nth-child(2) {
	    width: 30%;
	}
}.mod--seccion--covid{
	padding: 20px 0;
	margin-top: 35px;
	position: relative;
	border-radius: 8px;
	background: #f4f4f4;
	background: -moz-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(244,244,244,0) 100%);
	background: -webkit-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%);
	background: linear-gradient(to right, rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=1 );
}

.mod--seccion--covid:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/arte/covid/imagen-covid--web.png) no-repeat;
	width: 145px;
	height: 327px;
	background-position: center left;
}

.mod__covid__header{
	padding: 0 10px;
	position: relative;
	text-align: center;
}

.mod__covid__title > span{
	padding-right: 5px;
	color: #f35923;
	font: 22px/24px 'Avenir Next Bold';
}

.mod__covid__title > a {
	position: relative;
	bottom: 3px;
	font: 10px/10px 'Avenir Next Bold', sans-serif;
	color: #1DAFEC;
}

.mod__covid__edicion {
	margin: 10px 0 8px;
	background: rgba(255, 255, 255, .5);
    	font: 16px/21px 'Avenir Next DemiBold';
    	transform: scaleX(.9) scaleY(1.3);
}

.mod__covid__edicion__mexico .mod__covid__edicion {
	margin-top: 40px;
}

.mod__covid__edicion + div {
    	width: 100%;
    	display: table;
}

.mod__covid__edicion + div > div {
    	display: table-cell;
    	vertical-align: middle;
    	width: 33%;
}

.mod__covid__edicion + div > div + div {
    	border-left: 1px solid #dbdbdb;
}

.mod__covid__edicion + div > div > div {
	font: 9px/20px 'Avenir Next DemiBold';
}
.mod__covid__edicion + div > div > div:not(.mod__covid__semaforo) {
	transform: scaleY(1.5);
}

.mod__covid__edicion ~ .mod__covid__edicion {
    	margin: 25px 0 8px;
}

.mod__covid__num {
	font: 20px/24px 'Avenir Next DemiBold'!important;
	transform: unset!important;
	color: #f35923;
}

.mod__covid__contenedor__mapas {
    	line-height: 16px;
}
.mod__covid__contenedor__mapas > div {
	display: inline-block;
}
.mod__covid__contenedor__mapas > div + div{
    	padding-left: 12px;
}
.mod__covid__contenedor__mapas > div:before {
        content: '»';
	font-weight: bold;
	font-size: 16px;
}

.mod__covid__footer {
    	padding-top: 15px;
}

.mod__covid__edicion__mexico .mod__covid__footer {
    	padding-top: 30px;
}

.mod__covid__footer > div:first-child {
	font-size: 11px;
	line-height: 15px;
}

.mod__covid__footer > div:nth-child(2){

	font: 12px/14px 'Avenir Next Bold';
}
.mod__covid__mapas__title {
    	color: #f35923;
}
.mod__covid__footer a {
	font: 14px 'PT serif';
	color: #1b87b6;
	text-decoration: underline;
}

.mod__covid__contenedor__graficas {
        line-height: 11px;
}

.mod__covid__footer .mod__covid__contenedor__graficas a{
	font-size: 12px;
}

.news--box--mod--covid {
    	padding: 0 10px;
}

.news--box--mod--covid .news__media, .news--box--mod--covid .news__media iframe, .news--box--mod--covid .news__media img {
	border-radius: 10px;
}

.mod__covid__semaforo > div {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	line-height: 0;
	display: inline-block;
	padding: 4px 5px;
}
.mod__covid__semaforo span {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-bottom: 2px;
}

.mod__covid__semaforo span + span {
	margin-left: 2px;
}

.mod__covid__semaforo__rojo {
    	background: #eca2a5;
}
.mod__covid__semaforo__naranja {
    	background: #fcd0c5;
}
.mod__covid__semaforo__amarillo {
    	background: #ffe4b2;
}
.mod__covid__semaforo__verde {
    	background: #c6e3b5;
}

.mod__covid__semaforo__rojo.active {
    	background: #cf171f;
}
.mod__covid__semaforo__naranja.active {
    	background: #f35923;
}
.mod__covid__semaforo__amarillo.active {
    	background: #fbb73a;
}
.mod__covid__semaforo__verde.active {
    	background: #69b93a;
}
.mod__covid__semaforo span.active{
	width: 13px;
	height: 13px;
	margin-bottom: 0;
}
@media only screen and (max-width: 1279px), only screen and (max-device-width: 1279px){
	.row.mod--seccion--covid {
	    padding: 20px 0;
	}
	.mod__covid__header {
		padding: 0;
    	}
    	.mod__covid__title > span, .mod__covid__title > a {
	    display: block;
	    text-align: left;
	    padding-left: 10px;
	    bottom: 0;
	}
    	.mod__covid__data {
	     	padding-right: 0;
	}
	.mod__covid__num {
	    	font-size: 18px!important;
	}
	.mod__covid__edicion + div > div > div {
    		font-size: 7px;
    	}
    	.mod__covid__footer{
    		padding-right: 0;
    	}
    	.mod__covid__footer a {
		font-size: 12px
    	}
    	.mod__covid__footer > div:nth-child(2) {
	    font-size: 10px;
	}
}

@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px){
	.mod__covid__num {
	    	font-size: 14px!important;
	}
}.rankinghome{
	display:inline-block;
	padding:50px 0 0;
	width:100%;
}.home--pollsimple{
	background-color: #F5F4F4;
	padding:44px 0;
	margin-top: 50px;
}
.home--pollsimple .poll--simple .poll__header:before{
	text-align:center!important;
}
.home--pollsimple .poll--simple .poll__footer{
	text-align:center;
}
.home--pollsimple .poll--simple .poll__footer p{
	font-size:11px;
	line-height:11px;
}
.page-home .poll--versus{
	margin-bottom:30px;
}.modvideos{
	background-color: white;
	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 'Avenir Next Bold', sans-serif;
	text-transform:uppercase;
}
.modvideos__link{
	float:right;
	font:14px/14px 'Avenir Next Bold', sans-serif;
	color: #1DAFEC;
	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:visible;
}
.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;
}
.zonatematica .mod__header{
	position:relative;
	margin-bottom:17px;
}
.zonatematica .mod__title,
.zonatematica .mod__title a{
	font:33px/33px 'Avenir Next Bold', sans-serif;
	color:black;
	margin-bottom:0;
}
.zonatematica .mod__link{
	color: #1DAFEC;
	font: 14px/14px 'Avenir Next 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 #1DAFEC;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	top: 3px;
	right: 0;
}.chapaexpresate {
	position:relative;
	background-color:#F5F4F4;
	width:300px;
	height:472px;
	padding:19px;
	margin-bottom:16px;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.chapaexpresate .mod__header{
	z-index: 1;
}
.chapaexpresate .mod__title{
	color:white;
}
.chapaexpresate__content{
	background-color:black;
	padding:22px 18px;
	position:relative;
	z-index: 1;
	margin-top:153px;
}
.chapaexpresate__content:before{
	content:"";
	display:block;
	position:absolute;
	top:-30px;
	left:20px;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	border-left: 15px solid black;
	border-bottom: 15px solid black;
}
.chapaexpresate__content p{
	color:white;
	font:15px/20px 'Avenir Next Regular', sans-serif;
}
.chapaexpresate__content a{
	display:block;
	width:100%;
	height:36px;
	background-color:#1DAFEC;
	color:white;
	font:15px/36px 'Avenir Next DemiBold', sans-serif;
	border-radius:18px;
	text-align:center;
	margin-top:22px;
	transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
}
.chapaexpresate__content a:hover{
	background-color:#1B89B7;
}
.chapaexpresate__opiniones{
	display:block;
	z-index: 1;
	margin-top:23px;
	text-align:center;
	color:#1DAFEC;
	font:12px/12px 'Avenir Next DemiBold', sans-serif;
	text-transform:uppercase;
	transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
}
.chapaexpresate__opiniones:hover{
	color:#1B89B7;
}
.chapaexpresate__photo{
	position:absolute;
	top:0;
	left:0;
}.reporteciudadano{
	background-color:#F5F4F4;
	padding:20px;
	display:block;
	    max-width: 260px;
}
.reporteciudadano__link{
	display: block;
	width: 100%;
	height: 36px;
	background-color: #1DAFEC;
	color: white;
	font: 15px/36px 'Avenir Next DemiBold', sans-serif;
	border-radius: 18px;
	text-align: center;
	margin-top: 13px;
	transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
}
.reporteciudadano__link:hover {
	background-color: #1B89B7;
}
.reporteciudadano__chapa{
	position:relative;
	text-align:center;
	margin-top:21px;
	height: 281px;
	display: block;
}
.reporteciudadano__chapa--image{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:281px;
}
.reporteciudadano__chapa--image img{
	width:100%;
	height:auto;
}
.reporteciudadano__chapa--title{
	font:26px/26px 'Avenir Next Heavy', sans-serif;
	color:white;
	position: relative;
	z-index: 2;
	top: 128px;
}
.reporteciudadano__chapa--subtitle{
	font:15px/20px 'Avenir Next DemiBold', sans-serif;
	color:white;
	top: 141px;
	z-index: 2;
	position: relative;
}.fotogalerias{
	margin-bottom:39px;
}
.news--innerbox--fotogalerias .swiper-container{
	background-color:black;
}
.news--innerbox--fotogalerias .banner{
	padding-top: 56.24%;
	height: 0;
	position: absolute;
	left:0;
	top:0;
	display:block;
}
.news--innerbox--fotogalerias .banner > *{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
}
.news--innerbox--fotogalerias .news__media-title {
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	text-align: center;
	font-size: 45px;
	line-height: 45px;
	font-family:'Avenir Next DemiBold', sans-serif;
	color: white;
	z-index: 5;
	margin-top: -30px;
}
.news--innerbox--fotogalerias .news__media-button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	font-size: 14px;
	line-height: 14px;
	font-family:'Avenir Next DemiBold', sans-serif;
	color: white;
	padding: 12px 50px 10px;
	background-color:#1DAFEC;
	border-radius: 35px;
	white-space: nowrap;
	margin-left: -73px;
	margin-top: 35px;
}
.modal--popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	overflow: auto;
	opacity: 0.001;
	visibility: hidden;
	pointer-events: none;
	display: block!important;
}
.modal--open{
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}
.modal--open .modal__overlay{
	opacity: 1;
}
.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 );
}
.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;
}
.modal__main{
	height: 758px;
	max-height: 80vh;
	opacity: 0;
	transform: translate( 0, -75px );
	-ms-transform: translate( 0, -75px );
	-moz-transform: translate( 0, -75px );
	-webkit-transform: translate( 0, -75px );
	position: relative;
	display: block;
	margin: 100px auto;
	width: 1193px;
	background-color: white;
	padding: 0 ;
	text-align: left;
	max-width: 80%;
	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;
}
.modal__close{
	position: absolute;
	top: -28px;
	right: -28px;
	border: none;
	padding: 0;
	background-color: #1DAFEC;
	width: 57px;
	height: 57px;
	border-radius: 100%;
	
}
.modal__close:after,
.modal__close:before{
	content: "";
	position: absolute;
	top: 29px;
	left: 16px;
	
	width: 25px;
	height: 2px;
	background-color: white;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.modal__close:before{
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.modal--popup .modal__content {
	background: url(/export/sites/elimparcial/arte/desktop/bg_modal_content.png) no-repeat top left;
	width: 774px;
	height: 570px;
	padding: 90px 305px 80px 100px;
	box-sizing: border-box;
}

.modal__text{
	font-family: 'Avenir Next DemiBold', sans-serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.1px;
	text-align: center;
	display: block;
}
.modal__logo{
	text-align: center;
	display: block;
	clear: both;
	margin: 25px auto 10px;
}
.modal__logo img{
    margin: 0 auto;
}
.modal__subtitle{

	font-family: 'Avenir Next Regular', sans-serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.1px;
	text-align: center;
	display: block;
	margin: 10px 0;
}
.modal__logo__elimparcial{
	width: 340px;
	display: block;
	clear: both;
	margin: 25px auto 10px;

}
.modal__link{
	font-family: 'Avenir Next DemiBold', sans-serif;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: -0.1px;
	color: #1DAFEC;
	text-decoration: none;
	text-align: center;
	display: block;
	clear: both;
}
.modal__link:after{
	content: '';
	height: 1px;
	width: 135px;
	background: #E2E2E2;
	margin: 25px auto;
	display: block;
}
.modal__link__mas{
	font-family: 'Avenir Next Regular', sans-serif;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -0.1px;
	text-align: center;
	color: #1DAFEC;
	text-decoration: underline;
	display: block;
	margin: 25px 0 0;
}
.modal--popup--tijuana .modal__main{
	background: #fff url(/export/sites/elimparcial/arte/desktop/bg_modal_tijuana.jpg) no-repeat bottom right;
	background-size: cover;
}

.modal--popup--sonora .modal__main{
	background: #fff url(/export/sites/elimparcial/arte/desktop/bg_modal_sonora.jpg) no-repeat bottom right;
	background-size: cover;
}
.modal--popup--sonora .modal__subtitle{
    margin: 30px 0;
}

.modal--popup--mexicali .modal__main{
	background: #fff url(/export/sites/elimparcial/arte/desktop/bg_modal_mexicali.jpg) no-repeat bottom right;
	background-size: cover;
}

/****
	MODAL REGION MEXICO
****/
.modal--popup--region-mexico .modal__main{
	width:670px;
	height:510px;
   	max-height: initial;
}
.modal--popup--region-mexico .modal__main .modal__content{
	text-align:center;
	padding:53px 56px;
	width:auto;
	height:auto;
	background:none;
	position:relative;
	overflow:hidden;
}
.modal--popup--region-mexico .modal__main .modal__content:before{
	content:"";
	display:block;
	background-image:url(/export/sites/elimparcial/arte/region_icon_blue.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:431px;
	height:431px;
	opacity:0.08;
	position:absolute;
	top:-28px;
	right:-102px;
}
.modal--popup--region-mexico .modal__logo{
	width:100%;
	padding-bottom:36px;
	border-bottom:1px solid rgba(29, 175, 236,0.3);
	margin:0 0 22px;
}
.modal--popup--region-mexico .modal__text{
	font:24px/30px 'Avenir Next Regular', sans-serif;
}
.modal__content--options{
	width:282px;
	display:block;
	margin:25px auto 0;
	position:relative;
}
.modal__content--options a{
	width:100%;
	display:block;
	border-radius:22px;
	height:44px;
	text-align:center;
	font:19px/44px 'Avenir Next DemiBold', sans-serif;
	color:#1DAFEC;
	border:1px solid #1DAFEC;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.modal__content--options a:hover{
	background-color:#1DAFEC;
	color:white;
}
.modal__content--options a + a{
	margin-top:13px;
}
.modal__content--options a.option--sonora{
	background-color:#1DAFEC;
	color:white;
	font-family:'Avenir Next Bold', sans-serif;
    	line-height: 41px;
}
.modal__content--options a.option--sonora:hover{
	background-color:#116081;
	border-color:#116081;
	
}.elecciones{
	background-color:#F5F4F4;
	padding-top: 37px;
}
.elecciones__header{
	padding:23px 0 38px;
	position:relative;
	font-size: 0;
	line-height: 0;
}
.elecciones__header:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:90px;
	height:9px;
	background-color: #73A386;
}
.elecciones__header:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:121px;
	height:63px;
	background-image:url(/export/sites/elimparcial/arte/logo_yosivoto.svg);
	background-repeat: no-repeat;
}
.elecciones__title{
	font: 26px/26px 'Avenir Next Heavy', sans-serif;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:top;
}
.elecciones__title a{
	font:inherit;
	color:inherit;
}
.elecciones__links{
	padding-top: 5px;
	height: 15px;
	display:inline-block;
	vertical-align: top;
}
.elecciones__links li{
	float:left;
	margin-left:47px;
}
.elecciones__links li a{
	font: 14px/14px 'Avenir Next Bold', sans-serif;
	letter-spacing:0.5px;
	color: #73A386;
	vertical-align: top;
	text-transform:uppercase;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.elecciones__links li a:hover{
	color:black;
}
.elecciones__content{
	display:inline-block;
	vertical-align: top;
}
.elecciones__content .news--innerbox{
	float:left;
	width:50%;
}
.elecciones__content .news--innerbox:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:100%;
	z-index:1;
	background-color:#F5F4F4;
}
.elecciones__content .news--box{
	float:left;
	width:25%;
}
.elecciones .news--innerbox .news__section,
.elecciones .news--box .news__section {
	color: #73A386;
}
.elecciones .news--innerbox .news__title a,
.elecciones .news--box .news__title a {
    background-image: linear-gradient(to right, rgba(115, 163, 134, 0.5) 0%, rgba(115, 163, 134, 0.5) 100%);
    background-size: 100% 0px;
    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;
}.especial-muro{
	background-color:#F5F4F4;
	padding-top: 37px;
}
.especial-muro__header{
	padding:23px 0 38px;
	position:relative;
	font-size: 0;
	line-height: 0;
}
.especial-muro__header:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:90px;
	height:9px;
	background-color: #1DAFEC;
}
.especial-muro__header:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:121px;
	height:63px;
	background-image: url(/export/sites/elimparcial/arte/desktop/logo-berrendo.png);
	background-repeat: no-repeat;
}
.especial-muro__title{
	font: 26px/26px 'Avenir Next Heavy', sans-serif;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:top;
}
.especial-muro__title a{
	font:inherit;
	color:inherit;
}
.especial-muro__links{
	padding-top: 5px;
	height: 15px;
	display:inline-block;
	vertical-align: top;
}
.especial-muro__links li{
	float:left;
	margin-left:47px;
}
.especial-muro__links li a{
	font: 14px/14px 'Avenir Next Bold', sans-serif;
	letter-spacing:0.5px;
	color: #1DAFEC;
	vertical-align: top;
	text-transform:uppercase;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.especial-muro__links li a:hover{
	color:black;
}
.especial-muro__content{
	display:inline-block;
	vertical-align: top;
}
.especial-muro__content .news--innerbox{
	float:left;
	width:50%;
}
.especial-muro__content .news--innerbox:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:100%;
	z-index:1;
	background-color:#F5F4F4;
}
.especial-muro__content .news--box{
	float:left;
	width:25%;
}
.especial-muro .news--innerbox .news__section,
.especial-muro .news--box .news__section {
	color: #1DAFEC;
}
.especial-muro .news--innerbox .news__title a,
.especial-muro .news--box .news__title a {
    background-image: linear-gradient(to right, rgba(115, 163, 134, 0.5) 0%, rgba(115, 163, 134, 0.5) 100%);
    background-size: 100% 0px;
    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;
}

.especial-muro__content{
	width: 100%;
}

.pagebuilder.especial-muro {
    border-top: 40px solid white !important;
    background: #fff;
    border-bottom: 40px solid white;
}
/*****
 MODULO ESPECIALES
*****/
.mod--especiales{
	position:relative;
	
	padding-bottom: 45px;
	margin-bottom: 45px;
}
.mod--especiales:before{
	content:"";
	display:block;
	background-color: #F6F6F6;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:613px;
}
.mod--especiales:after{
	content:"";
	display:block;
	background-image:url(/export/sites/elimparcial/arte/desktop/especiales_xolos.png);
	background-repeat:no-repeat;
	width:484px;
	height:402px;
	position:absolute;
	top:0;
	right:0;
}
.mod--especiales__header{
	padding-top:40px;
	position:relative;
	margin-bottom:34px;    
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
.mod--especiales__header:before{
	content:"";
	display:block;
	height:9px;
	width:90px;
	position:absolute;
	top:0;
	left:0;
	background-color: #E50019;
}
.mod--especiales__title{
	font: 30px/30px 'Avenir Next Heavy', sans-serif;
	color:black;
	text-transform:uppercase;
	display:inline-block;
}
.mod--especiales__viewmore{
	text-transform:uppercase;
	color: #E50019;
	font: 12px/12px 'Avenir Next DemiBold', sans-serif;
	padding-top:8px;
	margin-left:18px;
	vertical-align: top;
	display: inline-block;
}
.mod--especiales__tags{
	display:inline-block;
	position:relative;
	margin-bottom:34px;
	font-size:0;
	line-height:0;
	vertical-align:top;
}
.mod--especiales__tags li{
	display:inline-block;
	padding: 0 20px;
	border-radius: 22.5px;
	background-color:white;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	margin-right: 10px;
}
.mod--especiales__tags a{
	font: 14px/45px 'Avenir Next DemiBold', sans-serif;
	color: black;
}
.mod--especiales__content{
	font-size:0;
	line-height:0;
	vertical-align:top;
	position:relative;
	z-index:1;
}
.mod--especiales__content .news__section{
	color:#E50019;
}
.mod--especiales__content .news--summary--horizontal,
.mod--especiales__content .news--box--list{
	width:25%;
	display:inline-block;
	vertical-align:top;
}
.mod--especiales__content .news--box--list{
	border-bottom:1px solid #e7e7e7;
	background: transparent;
	height:440px;
	margin-bottom:30px;
}
.mod--especiales__content .news--box--list .news__data{
	height:auto;
	max-height:253px;
}
.mod--especiales__content .news--box--list .news__title{
	display: block;
	-webkit-line-clamp: initial;
	-webkit-box-orient: initial;
	height: auto;
	overflow: initial;
	margin-bottom:12px;
}
.mod--especiales__content .news--summary .news__title a,
.mod--especiales__content .news--box .news__title a {
	background-image: linear-gradient(to right, rgba(235, 198, 196, 0.9) 0%, rgba(235, 198, 196, 0.9) 100%);
}
.mod--especiales__content .news--box--list .news__excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 67px;
	overflow: hidden;
	margin: 0 0 19px;
}
.mod--especiales__content .news--box--list .news__line{
	bottom:initial;
	left:initial;
	position:initial;
}
.mod--especiales__content .news--box--list:nth-child(5):after{
	display: none;
}


.mod--especiales.xolos{
    margin-top: 36px;
    //margin-bottom: 90px;    
}.mod--especiales.cimarrones:after{
	background-image:url(/export/sites/elimparcial/arte/desktop/especiales_cimarrones.png);
	width: 350px;
	height: 314px;
}
.mod--especiales.cimarrones .mod--especiales__header:before{
	background-color: #24679E;
}
.mod--especiales.cimarrones .mod--especiales__viewmore{
	color: #24679E;
}
.mod--especiales.cimarrones .mod--especiales__content .news__section{
	color:#24679E;
}

.mod--especiales.cimarrones {
    margin-top: 36px;
   
}
.mod--especiales.naranjeros{
	background: #f6f6f6;
}
.mod--especiales.naranjeros:after{
	background-image:url(/export/sites/elimparcial/arte/naranjeros_imagen.png);
	background-position-x: 100%;
	width: 415px;
	height: 335px;
}
.mod--especiales.naranjeros .mod--especiales__header:before{
	background-color: #E66D14;
}
.mod--especiales.naranjeros .mod--especiales__viewmore{
	color: #E66D14;
}
.mod--especiales.naranjeros .mod--especiales__content .news__section{
	color:#E66D14;
}

.mod--especiales.naranjeros {
    margin-top: 36px;
    margin-bottom: 90px;
}
.mod--especiales.aguilas:after{
	background-image:url(/export/sites/elimparcial/arte/aguilas_imagen.png);
	background-position-x: 100%;
	width: 415px;
	height: 335px;
}
.mod--especiales.aguilas .mod--especiales__header:before{
	background-color: #EC242F;
}
.mod--especiales.aguilas .mod--especiales__viewmore{
	color: #EC242F;
}
.mod--especiales.aguilas .mod--especiales__content .news__section{
	color:#EC242F;
}

.mod--especiales.aguilas {
    margin-top: 36px;
    margin-bottom: 90px;
}
.mod--especiales.ces:after{
	background-image:url(/export/sites/elimparcial/arte/desktop/especiales_ces.png);
	width: 350px;
	height: 314px;
}
.mod--especiales.ces .mod--especiales__header:before{
	background-color: #0080BE;
}
.mod--especiales.ces .mod--especiales__viewmore{
	color: #0080BE;
}
.mod--especiales.ces .mod--especiales__content .news__section{
	color:#0080BE;
}

.mod--especiales.ces {
    margin-top: 36px;
   
}
/*****************
 NEWS BOX INFOGRAFIAS
*****************/
.mod__infografias{
	background: #F5F4F4;
	padding: 65px 0;
	margin: 62px 0 0;
}
.mod__infografias .mod__title{
	width: auto;
}
.mod__infografias .swiper-slide {
	max-width: 25%;
}
.mod__infografias .generated .swiper-slide {
	max-width: auto;
}
.mod__infografias .news--box--infografias{
	height: auto;
	background: #F5F4F4;
}
.news--100-0 .news__media{
	padding-top: 100%!important;
}
.news--box--infografias.news--box .news__data{
	padding: 15px 19px;
	height: 151px;
}


.mod__infografias .swiper-container {
	margin: 0 -40px;
	padding: 0 40px;
}

.mod__infografias .swiper-slide-prev .news--box--infografias{
	opacity: 0;
}
.mod__infografias .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .news--box--infografias{
	opacity: 0;
}
.mod__infografias .swiper-button-prev{
    left: 40px!important;
}
.mod__infografias .swiper-button-next {
    
    right: 41px!important;
}
/*****************
 SECCION INFOGRAFIAS
*****************/
.page-section .news--box--infografias{
	height: auto;
	margin: 0 0 30px;
}
.page-section .news--box--infografias .news__data {
	padding: 27px 15px 15px;
	height: 166px;
}
.boxnotification{
	visibility: hidden;
	opacity: 0;
	background: #F7F7F7;
	padding: 34px 30px 18px 81px;
	left: 130px;
	position: fixed;
	top: 0;
	width: 429px;
	z-index: 222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 23px 20px rgba(0,0,0,.3);
	-ms-box-shadow: 0px 23px 20px rgba(0,0,0,.3);
	-mozbox-shadow: 0px 23px 20px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 23px 20px rgba(0,0,0,.3);
	pointer-events: none;
}
.boxnotification.active{
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.boxnotification:before{
	content: '';
	display: block;
	background: #1DAFEC;
	position: absolute;
	left: 0;
	top: 0;
	height: 9px;
	width: 82px;
}
.boxnotification__icon{
	position: absolute;
	top: 27px;
	left: 19px;
	width: 41px; 
	height: auto;
}
.boxnotification__title{
	font: bold 20px/24px 'Avenir Next Bold', sans-serif;
	margin: 0 0 11px;	
}
.boxnotification__desc{
	font: 400 14px/18px 'PT Serif', serif;
	margin: 0 0 7px;
	max-width: 262px;		
}
.boxnotification__actions{
	text-align: right;
	font-size: 0;
}
.boxnotification__btn{
	text-align: center;
	display: inline-block;
	font: bold 13px/40px 'Avenir Next Bold', sans-serif;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	color: black;
	padding: 0;
	width: 145px;
}
.boxnotification__btn:hover{
	text-decoration: underline;
}
.boxnotification__agree{
	background: #1DAFEC;
	color: white;
	font-size: 15px;
	border-radius: 125px;
}
.transition{
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.boxnotification__modal {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 221;
	background: black;
	pointer-events: none;	
}
.boxnotification__modal.active{
	opacity: 0.6;
	visibility: visible;
	pointer-events: auto;
}





.mod--especiales.super-bowl:after{
	background-image:url(/export/sites/elimparcial/arte/desktop/especiales_super-bowl.png);
	width: 350px;
	height: 314px;
}
.mod--especiales.super-bowl .mod--especiales__header:before{
	background-color: #02B7C2;
}
.mod--especiales.super-bowl .mod--especiales__viewmore{
	color: #02B7C2;
}
.mod--especiales.super-bowl .mod--especiales__content .news__section{
	color:#02B7C2;
}

.mod--especiales.super-bowl {
    margin-top: 36px;
   
}
.mod--especiales.oscar:after{
	background-image:url(/export/sites/elimparcial/arte/desktop/especiales_oscar.png);
	width: 350px;
	height: 314px;
}
.mod--especiales.oscar .mod--especiales__header:before{
	background-color: #866C18;
}
.mod--especiales.oscar .mod--especiales__viewmore{
	color: #866C18;
}
.mod--especiales.oscar .mod--especiales__content .news__section{
	color:#866C18;
}

.mod--especiales.oscar {
    margin-top: 36px;
   
}
.mod--especiales.coronavirus:after{
	background-image:url(/export/sites/elimparcial/arte/desktop/especiales_coronavirus.png);
	width: 450px;
	height: 314px;
}
.mod--especiales.coronavirus .mod--especiales__header:before{
	background-color: #2376AD;
}
.mod--especiales.coronavirus .mod--especiales__viewmore{
	color: #2376AD;
}
.mod--especiales.coronavirus .mod--especiales__content .news__section{
	color:#2376AD;
}

.mod--especiales.coronavirus {
    margin-top: 36px;
   
}
.mod__mundosano {
    background: #F6F6F6 url(/export/sites/elimparcial/arte/desktop/bg_modmundosano.png) no-repeat 0 0;
    background-size: auto 379px;
    border-radius: 10px;
    padding: 32px 0;   
    position: relative;
    margin: 50px 0 0;
}
.mod__mundosano .col__aside{
	display: none;
}
.mod__mundosano .row__container:before{
    content: '';
    background: linear-gradient(90deg,rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.mod__mundosano__header:before {
    content: '';
    height: 9px;
    width: 80px;
    display: inline-block;
    background: #04bcf2;
}
.mod__mundosano__header {
    text-align: center;
    max-width: 220px;
    margin: 25px auto 0;
    position: relative;
}
.mod__mundosano .col {
    padding: 0 10px;
}
.mod__mundosano__logo {
    display: block;
    width: 205px;
    height: 35px;
    background: url(/export/sites/elimparcial/arte/desktop/logo_mundosano.png) no-repeat 0 0;
    background-size: cover;
    margin: 35px auto 18px;
}

.mod__mundosano__desc {
    color: rgba(0, 0, 0, 0.7);
    font: 400 16px/20px 'PT Serif', serif;
    margin: 0 auto;
    max-width: 172px;
}

.mod__mundosano__lkn {
    display: block;
    background: #00BCF2;
    border-radius: 125px;
    width: 145px;
    margin: 47px auto 0;
    color: white;
    height: 36px;
    font: bold 15px/36px 'Avenir Next Bold', sans-serif;

	transition: background .3s;
	-webkit-transition: background .3s;
}
.mod__mundosano__lkn:hover{
	background: #1B89B7;
}
.news--box--mundosano .news__media {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.news--box--mundosano .news--59-59 .news__media {
    padding-top: 59.59%;
}
.news--box--mundosano .news__data {
    padding: 19px 10px 0;
}
.news--box--mundosano .news__section{
	font: 400 10px/10px 'Avenir Next Bold', sans-serif;
	margin: 0 0 11px;
}
.news--box--mundosano .news__title{
	font: 400 18px/20px 'Avenir Next Medium', sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 60px;
	overflow: hidden;
}
.news--box--mundosano.news--box .news__time{
	font: 400 11px/13px 'Avenir Next Regular', sans-serif;

}
.news--box--mundosano .news__line{
    display: block;
   margin: 26px 0 0;
}.mod--especiales.heroes-coronavirus:after{
	background-image:url(/export/sites/elimparcial/arte/desktop/especiales_heroes-coronavirus.png);
	width: 450px;
	height: 314px;
	
	top: -7px;
        right: 50px;
}
.mod--especiales.heroes-coronavirus .mod--especiales__header:before{
	background-color: #2376AD;
}
.mod--especiales.heroes-coronavirus .mod--especiales__viewmore{
	color: #2376AD;
}
.mod--especiales.heroes-coronavirus .mod--especiales__content .news__section{
	color:#2376AD;
}

.mod--especiales.heroes-coronavirus {
    margin-top: 36px;
   
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-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: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.container__tematico {
    /*width: 80%;
    margin-left: 10%;*/
    margin-top: 43px;
    padding: 10px 10px 90px 10px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide__tematico {
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #03b5db;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.swiper {
    width: 93%;
    height: 95px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
}

.swiper_tematico2 {
    height: 80%;
    width: 100%;
}

.swiper_tematico {
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper_tematico .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide__tematico img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.font__slider {
    padding-top: 7px;
    padding-left: 5px;
    font: 18px/18px "Avenir Next Heavy", sans-serif;
}

.image__1 {
    width: 28px !important;
    height: 28px !important;
}

.image__2 {
    width: 29px !important;
    height: 29px !important;
}

.image__3 {
    /*width: 59px !important;*/
    /*width: 30px !important;*/
    width: 20px !important;
    height: 29px !important;
}

.image__4 {
    width: 21px !important;
    height: 29px !important;
}

.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(1)::after,
.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(2)::after,
.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(3)::after,
.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1dafec;
    height: 9px;
    width: 90px;
}

.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(1),
.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(2),
.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(3),
.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(4) {
    color: #000;
}

.container__tematico {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 80%;
    margin-left: 10%;
    margin-top: 43px;
    padding: 10px 10px 90px 10px;*/
}

.swiper_tematico .swiper-slide__tematico {
    height: 100%;
}

.swiper_tematico .swiper-slide__tematico:nth-child(1) {
    /*width: 188px !important;*/
    width: 84px !important;
}

.swiper_tematico .swiper-slide__tematico:nth-child(2) {
    /*width: 270px !important;*/
    width: 186px !important;
}

.swiper_tematico .swiper-slide__tematico:nth-child(3) {
    /*width: 238px !important;*/
    width: 146px !important;
}

.swiper_tematico .swiper-slide__tematico:nth-child(4) {
    width: 218px !important;
}

.swiper_tematico .swiper-slide__tematico:nth-child(1),
.swiper_tematico .swiper-slide__tematico:nth-child(2),
.swiper_tematico .swiper-slide__tematico:nth-child(3) {
    margin-right: 30px !important;
}

.swiper-slide__tematico img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper_tematico img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}

.font__slider {
    padding-left: 10px;
    font: 18px/18px 'Avenir Next Heavy', sans-serif;
    padding-top: 6px;
}

.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(1)::after,
.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(2)::after,
.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(3)::after,
.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1DAFEC;
    height: 9px;
    width: 90px;

}

.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(1),
.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(2),
.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(3),
.swiper-slide-thumb-active.swiper-slide__tematico:nth-child(4) {
    color: #000;
}


