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

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

.pswp--open {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pswp__button--fs {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pswp__caption--empty {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}.row{
	width: 100%;
	max-width: 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--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--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;
}

.video-js .vjs-audio-button .vjs-icon-placeholder,.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js .vjs-chapters-button .vjs-icon-placeholder,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.video-js .vjs-descriptions-button .vjs-icon-placeholder,.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.video-js .vjs-mute-control .vjs-icon-placeholder,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.video-js .vjs-play-control .vjs-icon-placeholder,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.video-js .vjs-play-progress,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js .vjs-volume-level,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-audio,.vjs-icon-audio-description,.vjs-icon-cancel,.vjs-icon-captions,.vjs-icon-chapters,.vjs-icon-circle,.vjs-icon-circle-inner-circle,.vjs-icon-circle-outline,.vjs-icon-cog,.vjs-icon-facebook,.vjs-icon-fullscreen-enter,.vjs-icon-fullscreen-exit,.vjs-icon-gplus,.vjs-icon-hd,.vjs-icon-linkedin,.vjs-icon-pause,.vjs-icon-pinterest,.vjs-icon-play,.vjs-icon-play-circle,.vjs-icon-replay,.vjs-icon-spinner,.vjs-icon-square,.vjs-icon-subtitles,.vjs-icon-tumblr,.vjs-icon-twitter,.vjs-icon-volume-high,.vjs-icon-volume-low,.vjs-icon-volume-mid,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js,.vjs-no-js{color:#fff;background-color:#000}.video-js .vjs-big-play-button,.video-js .vjs-menu-button-inline{-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-control,.vjs-button>.vjs-icon-placeholder:before,.vjs-menu li,.vjs-no-js{text-align:center}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}@font-face{font-family:VideoJS;src:url("/system/modules/com.tfsla.sitio.components/video-js/font/VideoJS.eot?#iefix") format("eot")}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner:before{content:"\f10b"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog:before{content:"\f110"}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before{content:"\f111"}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}.video-js{display:block;vertical-align:top;box-sizing:border-box;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js .vjs-tech,.video-js.vjs-fill{width:100%;height:100%}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js .vjs-time-tooltip,.vjs-error .vjs-error-display:before,.vjs-menu .vjs-menu-content,.vjs-no-js{font-family:Arial,Helvetica,sans-serif}.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js .vjs-tech{position:absolute;top:0;left:0}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;font-size:18px;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66A8CC}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2B333F;background-color:rgba(43,51,63,.7);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);-webkit-transition:all 0s;-moz-transition:all 0s;-ms-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;overflow:visible;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:-webkit-linear-gradient(-90deg,rgba(0,0,0,.8),rgba(255,255,255,0));background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto;box-sizing:content-box}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;overflow:auto;box-sizing:content-box}.vjs-loading-spinner,.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2B333F}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2B333F;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2B333F;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-ms-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:4em}.vjs-live .vjs-progress-control{display:none}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.666666666666666666em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0;left:0;top:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.333333333333333em;z-index:1}.video-js .vjs-load-progress{background:#bfc7d3;background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:#fff;background:rgba(115,133,159,.75)}.vjs-black-poster,.vjs-poster{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;cursor:pointer}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;color:#000;float:right;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:relative;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display,div.vjs-vpaid-ad .vjs-tech{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;padding-left:2em;padding-right:2em;padding-bottom:3em}.vjs-poster,.vjs-poster img{padding:0;vertical-align:middle}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.video-js .vjs-volume-panel{-webkit-transition:width 1s;-moz-transition:width 1s;-ms-transition:width 1s;-o-transition:width 1s;transition:width 1s;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-volume-control:focus,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel:hover .vjs-volume-control{visibility:visible;opacity:1;position:relative;-webkit-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;-moz-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;-ms-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;-o-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:focus,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:9em;-webkit-transition:width .1s;-moz-transition:width .1s;-ms-transition:width .1s;-o-transition:width .1s;transition:width .1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3.5em;-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-moz-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-ms-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-o-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-moz-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-ms-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-o-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2B333F;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;background-color:#000;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-poster img{display:block;margin:0 auto;max-height:100%;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider,.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration{display:none}.video-js .vjs-time-control{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control{width:0!important;white-space:nowrap}.vjs-time-divider{display:none;line-height:3em}.video-js .vjs-play-control .vjs-icon-placeholder{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-moz-transform:translateY(-3em);-ms-transform:translateY(-3em);-o-transform:translateY(-3em);-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-moz-transform:translateY(-1.5em);-ms-transform:translateY(-1.5em);-o-transform:translateY(-1.5em);-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:'X';font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);background-clip:padding-box;width:50px;height:50px;border-radius:25px}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:#fff transparent transparent}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%,100%,20%,60%{border-top-color:#73859f}35%{border-top-color:#fff}}@-webkit-keyframes vjs-spinner-fade{0%,100%,20%,60%{border-top-color:#73859f}35%{border-top-color:#fff}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{position:absolute}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10d";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2B333F;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block;margin-left:5px}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2B333F;cursor:pointer;border-radius:2px}.vjs-black-poster,div.vjs-vpaid-ad.vjs-vpaid-flash-ad div.VPAID-container{background-color:#000}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}.vast-blocker,.vjs-black-poster{position:absolute;margin:0;top:0;left:0;right:0}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}@media screen{.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:hidden}}.vjs-label-hidden{display:none!important}.vjs-default-skin div.vjs-ads-label{font-size:13px;line-height:30px;font-weight:400;text-align:center;color:#fff;display:none;width:auto;padding-left:10px}.vjs-ad-playing .vjs-control.vjs-ads-label{display:block}.vjs-has-started .vjs-black-poster.vjs-hidden,.vjs-using-native-controls .vjs-black-poster,div.vjs-vpaid-ad div.vjs-progress-control,div.vjs-vpaid-ad div.vjs-time-controls,div.vjs-vpaid-ad div.vjs-time-divider{display:none}.vjs-black-poster{bottom:0;padding:0}div.VPAID-container{position:absolute;top:0;left:0;width:100%;height:100%} .vjs-ad-playing .vjs-progress-control{pointer-events:none}.vjs-ad-playing .vjs-play-control.vjs-paused,.vjs-ad-playing .vjs-play-progress,.vjs-ad-playing .vjs-volume-level{background-color:#ffe400!important}div.vast-skip-button{display:block;position:absolute;bottom:20%;right:0;background-color:#000;color:#fff;font-size:15px;font-weight:700;width:auto;padding:8px;z-index:2;border:1px solid #fff;border-right:none}.vast-skip-button.enabled{cursor:pointer;color:#fff}.vast-skip-button.enabled:hover{cursor:pointer;background:#333}.vast-blocker{display:block;padding:0;height:100%;width:100%;bottom:0}.vast-skip-button.enabled:after{content:">>";position:relative;top:1px;margin-left:8px}.vjs-ad-playing.vjs-vast-ad-loading .vjs-loading-spinner{display:block;z-index:10;-webkit-animation:spin 1.5s infinite linear;-moz-animation:spin 1.5s infinite linear;-o-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear}.vjs-vast-ad-loading div.vjs-big-play-button{display:none!important}.vjs-ad-playing .vjs-live-controls,.vjs-ad-playing .vjs-slider-handle:before{display:none}.ima-ad-container{top:0;position:absolute;display:none;width:100%;height:100%}.video-js.vjs-playing .bumpable-ima-ad-container{margin-top:-4em}.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container{margin-top:0}.video-js.vjs-paused .bumpable-ima-ad-container,.video-js.vjs-playing:hover .bumpable-ima-ad-container,.video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container{margin-top:-4em}.ima-controls-div{bottom:0;height:1.4em;position:absolute;overflow:hidden;display:none;opacity:1;background-color:rgba(7,20,30,.7);background:-moz-linear-gradient(bottom,rgba(7,20,30,.7) 0,rgba(7,20,30,0) 100%);background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(7,20,30,.7)),color-stop(100%,rgba(7,20,30,0)));background:-webkit-linear-gradient(bottom,rgba(7,20,30,.7) 0,rgba(7,20,30,0) 100%);background:-o-linear-gradient(bottom,rgba(7,20,30,.7) 0,rgba(7,20,30,0) 100%);background:-ms-linear-gradient(bottom,rgba(7,20,30,.7) 0,rgba(7,20,30,0) 100%);background:linear-gradient(to top,rgba(7,20,30,.7) 0,rgba(7,20,30,0) 100%)}.ima-controls-div.ima-controls-div-showing{height:3.7em}.ima-countdown-div{height:1em;color:#fff;text-shadow:0 0 .2em #000;cursor:default}.ima-seek-bar-div{top:1.2em;height:.3em;position:absolute;background:rgba(255,255,255,.4)}.ima-progress-div{width:0;height:.3em;background-color:#ecc546}.ima-fullscreen-div,.ima-mute-div,.ima-play-pause-div,.ima-slider-div{width:2.33em;height:1.33em;top:.733em;left:0;position:absolute;color:#ccc;font-size:1.5em;line-height:2;text-align:center;font-family:VideoJS;cursor:pointer}.ima-mute-div{left:auto;right:5.667em}.ima-slider-div{left:auto;right:2.33em;width:3.33em;height:.667em;top:1.33em;background-color:#555}.ima-slider-level-div{width:100%;height:.667em;background-color:#ecc546}.ima-fullscreen-div{left:auto;right:0}.ima-playing:before{content:"\00f103"}.ima-paused:before{content:"\00f101"}.ima-paused:hover:before,.ima-playing:hover:before{text-shadow:0 0 1em #fff}.ima-non-muted:before{content:"\00f107"}.ima-muted:before{content:"\00f104"}.ima-muted:hover:before,.ima-non-muted:hover:before{text-shadow:0 0 1em #fff}.ima-non-fullscreen:before{content:"\00f108"}.ima-fullscreen:before{content:"\00f109"}.ima-fullscreen:hover:before,.ima-non-fullscreen:hover:before{text-shadow:0 0 1em #fff}.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;
}
.imagecomparation {
	position: relative;
	margin-bottom: 28px;
	min-height: 100px;
	overflow: hidden;
}
.imagecomparation--generated .imagecomparation__loading{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.imagecomparation__loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding-top: 100px;
	background-color: rgba( 255, 255, 255, 1 );
	text-align: center;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.imagecomparation__loading span{
	display: block;
	margin: 10px;
}
.imagecomparation__images{
	position: relative;
	overflow: hidden;
}
.imagecomparation__image--left{
	width: 100%;
}
.imagecomparation__image--left img{
	width: 100%;
	height: auto;
}
.imagecomparation__image--right{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	bottom: 0;
	width: 50%;
}
.imagecomparation__image--right img{
	height: 100%;
	width: auto;
	float: right;
}
.imagecomparation__overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba( 0, 0, 0, .5 );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.imagecomparation__overlay:hover{
	opacity: 1;
}
.imagecomparation__text{
	position: absolute;
	top: 50%;
	left: 10px;
	background: rgba(255, 255, 255, 0.2);
	line-height: 48px;
	height: 45px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: white;
	font-size: 16px;
	transform: translate( 0, -50%; );
	-ms-transform: translate( 0, -50%; );
	-moz-transform: translate( 0, -50%; );
	-webkit-transform: translate( 0, -50%; );
}
.imagecomparation__text--right{
	left: auto;
	right: 15px;
}
.imagecomparation__handler{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 50%;
	left: 50%;
	border: 4px solid white;
	border-radius: 100%;
	z-index: 4;
	cursor: pointer;
}
.imagecomparation__handler:after,
.imagecomparation__handler:before{
	content: "";
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -2px;
	width: 4px;
	background-color: white;
	height: 1000px;
}
.imagecomparation__handler:before{
	top: auto;
	bottom: 45px;
}
.imagecomparation__trigger{
	position: absolute;
	top: 17px;
	left: 7px;
}
.imagecomparation__trigger:after,
.imagecomparation__trigger:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px 5px 0;
	border-color: transparent #ffffff transparent transparent;
}
.imagecomparation__trigger:before{
	left: 20px;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
}.selectionsharer{
	position: fixed;
	background-color: #1DAFEC;
	white-space: nowrap;
	margin: 0;
	padding: 0 5px;
	border-radius: 20px;
	list-style: none;
	transform: translate( 0, -110% );
	transition: opacity .2s, visibility .2s, transform .2s;
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}
.selectionsharer--hide{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate( 0, -90% );
}
.selectionsharer:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #1DAFEC transparent transparent transparent;
	transform: translate( -50%, 0 );
	-ms-transform: translate( -50%, 0 );
	-moz-transform: translate( -50%, 0 );
	-webkit-transform: translate( -50%, 0 );
}
.selectionsharer li{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.selectionsharer li + li:after{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	bottom: 9px;
	width: 1px;
	background-color: rgba( 255, 255, 255, .4 );
}
.selectionsharer .icono{
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	color: white;
	line-height: 48px;
	cursor: pointer;
	transition: background .2s;
}
.selectionsharer .icono:hover{
	background-color: rgba(255, 255, 255, .2);
}
.selectionsharer .icono--facebook{
	font-size: 20px;
}
.selectionsharer .icono--twitter{
	font-size: 16px;
	line-height: 49px;
}
.selectionsharer .icono--whatsapp{
	font-size: 18px;
	line-height: 46px;
}
/*******************
 * MODULES
 ******************/
/*******************
 * CSS PROPIO 
 ******************/
@font-face {
  font-family: "iconos";
  font-display: block;
  src: url('/__export/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" 
}
.icono--fullscreen:before { 
  content: "\EA09" 
}
.icono--fullscreen_outline:before { 
  content: "\EA0A" 
}
.icono--instagram:before { 
  content: "\EA0B" 
}
.icono--link:before { 
  content: "\EA0C" 
}
.icono--link_outline:before { 
  content: "\EA0D" 
}
.icono--mail:before { 
  content: "\EA0E" 
}
.icono--mail_outline:before { 
  content: "\EA0F" 
}
.icono--menu_hamburger:before { 
  content: "\EA10" 
}
.icono--menu_lomito:before { 
  content: "\EA11" 
}
.icono--menu_meatball:before { 
  content: "\EA12" 
}
.icono--menu_vento:before { 
  content: "\EA13" 
}
.icono--messenger:before { 
  content: "\EA14" 
}
.icono--pause:before { 
  content: "\EA15" 
}
.icono--picture:before { 
  content: "\EA16" 
}
.icono--pinterest:before { 
  content: "\EA17" 
}
.icono--play:before { 
  content: "\EA18" 
}
.icono--play_rounded:before { 
  content: "\EA19" 
}
.icono--search:before { 
  content: "\EA1A" 
}
.icono--search_cool:before { 
  content: "\EA1B" 
}
.icono--settings:before { 
  content: "\EA1C" 
}
.icono--snapchat:before { 
  content: "\EA1D" 
}
.icono--sound_high:before { 
  content: "\EA1E" 
}
.icono--sound_low:before { 
  content: "\EA1F" 
}
.icono--sound_off:before { 
  content: "\EA20" 
}
.icono--twitter:before { 
  content: "\EA21" 
}
.icono--upload:before { 
  content: "\EA22" 
}
.icono--user:before { 
  content: "\EA23" 
}
.icono--whatsapp:before { 
  content: "\EA24" 
}
.icono--whatsapp_outline:before { 
  content: "\EA25" 
}
.icono--youtube:before { 
  content: "\EA26" 
}
.icono--logo:before { 
  content: "\EA27" 
}
.icono--check_outline:before { 
  content: "\EA28" 
}
.icono--arrow_left_outline:before { 
  content: "\EA29" 
}
.icono--arrow_right_outline:before { 
  content: "\EA2A" 
}
.icono--audio:before { 
  content: "\EA2B" 
}
.icono--comillas:before { 
  content: "\EA2C" 
}
.icono--arrow_top:before { 
  content: "\EA2D" 
}.header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 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: 20px;
	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: 24px;
}
.header__social .icono--svg--youtube{
width: 27px;
}
.header__social .icono--svg--instagram{
margin-left: 20px;
}
.header__social .icono--svg--tiktok{
width: 18px;
}
.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 9px 10px 19px;
	display: inline-block;
	vertical-align: top;
	color:black;
	background-color: transparent;
}
.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: 13px;
	/*right: 40px;*/
	right:-215px;
	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:fixed;
  	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;
}

.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__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;
}.padding--for--sticky .site-main{
	border-top: 161px solid white;
}
.newsfull{
	position: relative;
	padding-top:46px;
}
.newsfull__header{
	padding: 0 0 30px;
	text-align: left;
}
.newsfull__section{
	color: #1DAFEC;
	position: relative;
	font: 20px/20px 'Avenir Next Bold', sans-serif;
	display: inline-block;
	margin-bottom: 18px;
	vertical-align: top;
	text-transform: uppercase;
}
.newsfull__section a { color: #1DAFEC}
.newsfull__section .span { color: black}
.newsfull__label{
	color: #727272;
	position: relative;
	font: 25px/25px 'Avenir Next Bold', sans-serif;
	display: inline-block;
	margin-bottom: 18px;
	vertical-align: top;
	padding-left:5px;
}
.newsfull__title{
	color: #000;
	font: 52px/65px 'Avenir Next Bold', sans-serif;
	margin-bottom: 15px;
	padding: 0;
}
.newsfull__excerpt{
	font: 21px/28px 'Avenir Next Regular', sans-serif;
	color: #222222;
	padding: 0;
	margin: 0 0 0;
}
.newsfull__excerpt p, .newsfull__excerpt h2{
	font: inherit;
	margin: 0;
}

.newsfull__line{
	overflow: hidden;
	position: relative;
	display:inline-block;
	margin-top:30px;
}
.newsfull__meta{
	text-align: left;
	padding-top: 3px;
}
.newsfull__author-images{
	display: none;
}
.newsfull__author{
	padding-top: 15px;
}
.newsfull__author,
.newsfull__time{
	font: 14px/16px 'Avenir Next Regular', sans-serif;
	color: #222222;
	display: block;
}
.newsfull__author{
	font-weight:500;
}
.newsfull__author{
	margin-bottom: 3px;
}
.newsfull__author a{
	font: inherit;
	color: inherit;
}
.newsfull__author a:hover{
	color: #1DAFEC;
}
.newsfull__content{
	position: relative;
}
.newsfull__line .newsfull__share{
	display:none;
}
.newsfull__header .newsfull__share{
	display:inline-block;
	border-left:1px solid #D9D9D9;
	margin-left:30px;
	margin-top:30px;
	padding:11px 0 11px 39px;
}
.newsfull__share .icono{
	width: 25px;
	height: 25px;
	color: #1DAFEC;
	float: left;
	margin-right: 36px;
	text-align: center;
	line-height: 32px; 
	font-size: 21px;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.newsfull__share .icono:hover{
	color:#222222!important;
}
.newsfull__share .icono--telegram:before {
    	content: '';
    	width: 21px;
    	height: 21px;
    	background: url(/arte/icon-telegram-azul.png) no-repeat;
    	transition: all .2s;
    	-ms-transition: all .2s;
    	-moz-transition: all .2s;
    	-webkit-transition: all .2s;
}
.newsfull__share .icono--telegram:hover:before {
    	filter: brightness(24%) grayscale(100%);
}
.newsfull__share .icono--mail,
.newsfull__share .icono--mail_outline{
	font-size: 19px;
}
.newsfull__body{
	padding-left: 130px;
	padding-right: 40px;
	font: 20px 'PT Serif', serif;
}
.newsfull__content .newsfull__share{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	float: none;
	z-index: 2;
}

.newsfull__content .newsfull__share .icono{
	display: block;
	margin-bottom: 29px;
	margin-right: 0;
	float: none;
	opacity: 0;
	visibility: hidden;
	transition: .2s all 0s, .2s background;
	-webkit-transition: .2s all 0s, .2s background;
	transform: translate( -10px, 0 );
	-webkit-transform: translate( -10px, 0px );
}
.newsfull__content .newsfull__share .icono--twitter{
	font-size:21px;
}
.newsfull__content .newsfull__share .icono + .icono{
	transition: .2s all .1s, .2s background;
	-webkit-transition: .2s all .1s, .2s background;
}
.newsfull__content .newsfull__share .icono + .icono + .icono{
	transition: .2s all .2s, .2s background;
	-webkit-transition: .2s all .2s, .2s background;
}
.newsfull__content .newsfull__share .icono + .icono + .icono + .icono{
	transition: .2s all .3s, .2s background;
	-webkit-transition: .2s all .3s, .2s background;
}
.newsfull__content .newsfull__share .icono + .icono + .icono + .icono + .icono{
	transition: .2s all .4s, .2s background;
	-webkit-transition: .2s all .4s, .2s background;
}
.newsfull__content .newsfull__share .icono + .icono + .icono + .icono + .icono + .icono{
	transition: .2s all .5s, .2s background;
	-webkit-transition: .2s all .5s, .2s background;
}
.newsfull__content .newsfull__share[style*="fixed"] .icono{
	opacity: 1;
	visibility: visible;
	transform: translate( 0, 0 );
	-webkit-transform: translate( 0, 0 );
}
.newsfull__body > p{
	font-family: 'PT Serif', serif;
	font-size: 20px !important;
	line-height: 33px !important;
	margin: 0 0 30px !important;
	text-align: left !important;
	color: black;
}

.newsfull__body > p:empty{
	display: none;
}
.newsfull__body mark,
.newsfull__body span[style*="background"]{
	background-color: rgba(29, 175, 236,0.3)!important;
}
.newsfull__body span[style*="color"]{
	color: black!important;
}
.newsfull__body p a{
	color: #1DAFEC;
	text-decoration: underline;
	cursor: pointer;
}
.newsfull__body p a:hover{
	text-decoration: none;
}
.selectionsharer{
	background-color:black;
	border-radius:3px;
}
.selectionsharer li + li:after{
	background-color:rgba(151,151,151,.3);
}
.selectionsharer:after{
	border-color:black transparent transparent;
}
.newsfull__body > ol{
	margin: 0 0 30px 20px;
	list-style: decimal;
	display: inline-block;
}
.newsfull__body > ul{
	list-style: initial;
	margin: 0 0 30px;
	display: inline-block;
}
.newsfull__body > ol li,
.newsfull__body > ul li{
	list-style: inherit;
	font-family: 'PT Serif', serif;
	font-size: 20px !important;
	line-height: 33px !important;
	text-align: left !important;
	color: black;
	margin-bottom: 10px;
}
.newsfull__body > ul li{
	list-style: none;
	position: relative;
	padding: 0 0 0 25px;
}
.newsfull__body > ul li:after{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #1DAFEC;
	border-radius: 100%;
}
.newsfull__body .banner{
	padding: 30px 0;
	margin-bottom: 30px;
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
}
.newsfull__body > blockquote{
	text-align: left;
	margin: 0 0 55px;
	padding-top: 73px;
	position:relative;
}
.newsfull__body > blockquote:before{
	content: "";
	width: 51px;
	height: 40px;
	display: inline-block;
	position:absolute;
	left:0;
	top:0;
	background-image:url(/export/sites/elimparcial/arte/comillas.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
.newsfull__body > blockquote p{
	font: 29px/32px 'Avenir Next Bold', sans-serif;
	color: #1DAFEC;
	margin: 0;
	display: inline;
}
.newsfull__body > h1,
.newsfull__body > h2,
.newsfull__body > h3,
.newsfull__body > h4,
.newsfull__body > h5,
.newsfull__body > h6 {
	margin: 0 0 26px;
	text-align: left!important;
	color: #222222!important;
	font: 29px/30px 'Avenir Next Bold', sans-serif!important;
}
.newsfull__body > h2,
.newsfull__body > h3,
.newsfull__body > h4,
.newsfull__body > h5,
.newsfull__body > h6{
	font-size:20px!important;
	line-height:21px!important;
}
.newsfull__body > table{
	width: 100%!important;
	margin: 45px 0!important;
	border: 1px solid #ccc;
}
.newsfull__body > table caption{
	font:13px/20px 'Avenir Next Bold', sans-serif;
	color:#868686;
}
.newsfull__body > table th,
.newsfull__body > table td{
	padding: 7px;
}
.newsfull__body > hr{
	margin: 0 0 26px;
	display: block;
}
.newsfull__body figure.image{
	margin: 45px auto;
	display: table!important;
}
.newsfull__body figure.image img{
	margin: 0!important;
	max-width: 100%;
	height: auto;
}
.newsfull__body figure.image figcaption{
	display: table-caption;
	caption-side: bottom;
	font-size: 12px;
	line-height: 14px;
	padding: 11px 0;
	font-family: 'Avenir Next Regular', sans-serif;
	color: #727272;
	text-align: left;
}
.newsfull__body figure.image figcaption:empty{
	display: none;
}
.newsfull__body figure.image[style*="left"]{
	margin: 0 26px 26px 0;
}
.newsfull__body figure.image[style*="right"]{
	margin: 0 0 26px 26px;
}
.newsfull__body .ckeditor-em,
.newsfull__body .ck-instagram{
	width: 100%;
	padding-bottom: 6px;
	    margin: 13px 0 0;
}
.newsfull__body .ckeditor-em .instagram-media,
.newsfull__body .ck-instagram .instagram-media{
	margin-bottom:0;
}
.newsfull__body .ck-pinterest,
.newsfull__body .ck-twitter,
.newsfull__body .ckeditor-ifb{
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 40px 0 27px;
}
.newsfull__body .ck-twitter{
	margin-top: 3px;
}
.newsfull__body .ck-youtube{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	margin: 14px 0 30px;
}
.newsfull__body .ck-youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newsfull__body .imagecomparation{
	margin: 0 0 26px;
}
.imagecomparation__handler{
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.imagecomparation__text{
	font-family:'Avenir Next DemiBold', sans-serif;
}
/***********************
NOTA LISTA
***********************/
.newslist__item{
	position: relative;
	border:1px solid #D9D9D9;
	margin-bottom: 40px;
	padding: 21px 60px 70px;
}
.newslist__header{
	position:relative;
	text-align: left;
	margin-bottom: 17px;
	padding-top: 41px;
}
.newslist__number{
	font: 69px/102px 'Avenir Next Heavy', sans-serif;
	color: white;
	width:136px;
	height:100px;
	text-align:center;
	display: inline-block;
	vertical-align: middle;
	background-image:url(/export/sites/elimparcial/arte/rayon_gris.svg);
	background-repeat:no-repeat;
	background-size: contain;
	top: 0;
	position: absolute;
	right: -35px;
}
.newslist__title{
	font: 24px/26px 'Avenir Next Bold', sans-serif;
	color:#222222;
	display: block;
	margin-right: 100px;
	margin-bottom:20px;
	min-height:57px;
}
.newslist .newsphotogallery{
	margin:0 -60px 35px;
}
.newslist .newsphotogallery .newslist__video{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%
}
.newslist .newsphotogallery .newslist__video > *{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newslist .newsphotogallery .swiper-button{
	height: 43px;
	line-height: 44px;
}
.newslist__share{
	position:relative;
	text-align: left;
	clear: both;
	height: 32px;
	padding-top:52px;
}
.newslist__share:before{
	content:"";
	position:absolute;
	width:90px;
	height:9px;
	background-color:#1DAFEC;
	top:0;
	left:0;
}
.newslist__share a{
	color: #1DAFEC;
	width: 29px;
	height: 29px;
	text-align:center;
	font-size: 21px;
	line-height:32px;
	display: inline-block;
	margin: 0 20px 0 0;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	 position: relative;
}
.newslist__share a:hover{
	color:#222222;
}
.newslist__share a.icono--mail{
	font-size:17px;
}
.newslist__share a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.newslist__media__description p{
	font: 13px/15px 'Avenir Next Bold', sans-serif;
	color: #7F7D7D;
	height: 42px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newslist__media__description p:empty{
	display: none;
}
.newslist__body > p{
	font-family: 'PT Serif', serif;
	font-size: 20px !important;
	line-height: 33px !important;
	margin: 0 0 28px !important;
	text-align: left !important;
	color: black;
}
.newslist__body > p:empty{
	display: none;
}
.newslist__body mark,
.newslist__body span[style*="background"]{
	background-color: rgba(29, 175, 236,0.3)!important;
}
.newslist__body span[style*="color"]{
	color: black!important;
}
.newslist__body li a,
.newslist__body p a{
	color: #1DAFEC;
	text-decoration: underline;
	cursor: pointer;
}
.newslist__body p a:hover{
	text-decoration: none;
}
.newslist__body > ol{
	margin: 0 0 30px 20px;
	list-style: decimal;
	display: inline-block;
}
.newslist__body > ul{
	list-style: initial;
	margin: 0 0 30px;
	display: inline-block;
}
.newslist__body > ol li,
.newslist__body > ul li{
	list-style: inherit;
	font-family: 'PT Serif', serif;
	font-size: 18px !important;
	line-height: 29px !important;
	text-align: left !important;
	color: black;
	margin-bottom: 15px;
}
.newslist__body > ul li{
	list-style: none;
	position: relative;
	padding: 0 0 0 25px;
}
.newslist__body > ul li:before{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #1DAFEC;
	border-radius: 100%;
}
.newslist__body .banner{
	padding: 10px 0;
	margin-bottom: 40px;
}
.newslist__body > blockquote{
	text-align: left;
	margin: 0 0 38px;
	padding-top: 70px;
	position:relative;
}
.newslist__body > blockquote:before{
	content: "";
	width: 50px;
	height: 39px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/export/sites/elimparcial/arte/comillas.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.newslist__body > blockquote p{
	font: 29px/32px 'Avenir Next Bold', sans-serif;
	color: #1DAFEC;
	margin: 0;
	display: inline;
}

.newslist__body > h1,
.newslist__body > h2,
.newslist__body > h3,
.newslist__body > h4,
.newslist__body > h5,
.newslist__body > h6 {
	margin: 0 0 35px;
	text-align: left!important;
	color: #222222!important;
	font: 24px/25px 'Avenir Next Bold', sans-serif!important;
}
.newslist__body > h2,
.newslist__body > h3,
.newslist__body > h4,
.newslist__body > h5,
.newslist__body > h6{
	font-size:20px!important;
	line-height:21px!important;
}
.newslist__body > table{
	width: 100%!important;
	margin: 0 0 42px!important;
	border: 1px solid #ccc;
}
.newslist__body > table caption{
	font:13px/20px 'Avenir Next Bold', sans-serif;
	color:#868686;
}
.newslist__body > table th,
.newslist__body > table td{
	padding: 7px;
}
.newslist__body > hr{
	margin: 0 0 26px;
	display: block;
}
.newslist__body figure.image{
	margin: 0 auto 26px;
	display: table!important;
}
.newslist__body figure.image img{
	margin: 0!important;
	max-width: 100%;
	height: auto;
}
.newslist__body figure.image figcaption{
	display: table-caption;
	caption-side: bottom;
	font-size: 12px;
	line-height: 14px;
	padding: 11px 0;
	font-family: 'Avenir Next Regular', sans-serif;
	color: #727272;
	text-align: left;
}
.newslist__body figure.image figcaption:empty{
	display: none;
}
.newslist__body figure.image[style*="left"]{
	margin: 0 26px 26px 0;
}
.newslist__body figure.image[style*="right"]{
	margin: 0 0 26px 26px;
}
.newslist__body .ckeditor-em,
.newslist__body .ck-instagram{
	width: 100%;
	padding-bottom: 26px;
}
.newslist__body .ckeditor-em .instagram-media,
.newslist__body .ck-instagram .instagram-media{
	margin-bottom:0;
}
.newslist__body .ck-pinterest,
.newslist__body .ck-twitter,
.newslist__body .ckeditor-ifb{
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 26px 0 55px;
}
.newslist__body .ck-youtube{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	margin: 0 0 26px;
}
.newslist__body .ck-youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newslist__body .imagecomparation{
	margin: 0 0 26px;
}
/***********************
AUDIOS
***********************/
.audios{
	display: block;
	margin-bottom: 50px;
}
.audios__header{
	text-align: center;
}
.audios__title{
	font: 20px/22px 'Avenir Next Bold', sans-serif;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}
.audio__item{
	width: 100%;
	margin: 45px 0;
}
.audio__item .video-js{
	height: 32px;
	width: 100%;
}
.audio__description{
	color: #222222;
	padding: 8px 0;
	display: block;
	font: 12px/14px 'Avenir Next Regular', sans-serif;
}
.vjs-audio .vjs-big-play-button{
	left: 0;
	top: 0;
	transform: none;
	height: 32px;
	width: 100%;
	border: none;
	background-color: transparent;
	border-radius: 0;
	text-align: left!important;
}
.vjs-audio .vjs-big-play-button .vjs-icon-placeholder:before{
	top: -5px!important;
	text-align: left;
}
/***********************
COMENTARIOS
***********************/
.comments{
	display: block;
	margin-bottom: 30px;
}
.comments__title{
	font: 20px/22px 'Avenir Next Bold', sans-serif;
	width: 100%;
	cursor:pointer;
	position:relative;
	margin-bottom:15px;
}
/***********************
RELACIONADOS EXTERNOS
***********************/
.relatednews{
	display: block;
	padding: 0;
	margin-bottom: 40px;
}
.relatednews__header{
	text-align: left;
}
.relatednews__title{
	font: 24px/24px 'Avenir Next Regular', sans-serif;
	margin-bottom: 35px;
	color: black;
	position: relative;
	text-transform: uppercase;
}
.relatednews .CR_1.ob-widget{
	margin: 0!important;
}
.relatednews .CR_1.ob-strip-layout .ob-dynamic-rec-container{
	max-width: 33.33%!important;
}
.relatednews .CR_1.ob-strip-layout .ob-rec-label{
	background-color: #004ad5!important;
	color: white!important;
	font: 12px/12px 'Avenir Next Bold', sans-serif;
	text-transform: uppercase!important;
	padding: 5px 8px 3px!important;
	top: 0!important;
	bottom: auto!important;
}
.relatednews .CR_1.ob-strip-layout .ob-rec-text{
	font: bold 22px/24px 'Avenir Next Bold', sans-serif;
	color: black!important;
	margin: 15px 0 40px!important;
	padding: 0!important;
	height: 50px!important;
	transition: all .2s;
}
.relatednews .CR_1.ob-strip-layout .ob-rec-text:hover{
	color: #1DAFEC!important;
}
.relatednews .CR_1.ob-strip-layout .ob-rec-source{
	position: absolute;
	bottom: 20px;
	left: 0;
	font: 500 15px/15px 'Avenir Next Bold', sans-serif;
	text-transform: lowercase!important;
	color: #a5a5a5!important;
	white-space: nowrap!important;
	max-width: 90%!important;
	text-overflow: ellipsis!important;
	overflow: hidden!important;
}
.relatednews .CR_1.ob-widget .ob_what{
	padding: 0;
	text-align: right;
}
/***********************
LEE TAMBIEN
***********************/
.morenews{
	display: block;
	margin-top: 50px;
}
.morenews__title{
	font: 20px/21px 'Avenir Next Bold', sans-serif;
	margin-bottom: 20px;
	width:100%;
}
.morenews ul{
	display:inline-block;
}
.morenews li{
	position: relative;
	padding-right: 30px;
	width:50%;
	max-height: 110px;
	float:left;
	border-bottom:1px solid #D9D9D9;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.morenews li + li + li{
	border-bottom:none;
	margin-top:25px;
}
.morenews li:nth-child(odd){
	padding-right: 40px;
}
.morenews li:nth-child(odd):before{
	content:"";
	width:1px;
	height:90px;
	background-color:#D9D9D9;
	position:absolute;
	display:block;
	top:0;
	right:30px;
}
/***********************
FUENTES
***********************/
.sources{
	margin: 38px 0 25px;
	padding-top:30px;
	position: relative;
	display: block;
	width: 100%;
	position:relative;
}
.sources p{
	font: 14px/15px 'Avenir Next Regular', sans-serif;
	color: #222222;
}
/***********************
MOD GLOBAL
***********************/
.mod{
	display: block;
	margin-bottom: 70px;
}
.mod__title{
	position: relative;
	width:100%;
}
/***********************
MOD FILES
***********************/
.mod.mod--files{
	border-bottom: 0px solid #f2f2f2;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.mod--files li{
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 10px;
}

.mod--files a{
	background: transparent;
	color:#222222;
	padding-left: 48px;
	position: relative;
	display: inline-block;
	padding-top: 5px;
	border-radius: 0px;
	
}
.mod--files .fileicon{
	position: absolute;
	top: 6px;
	left: 0;
	width: 30px;
	height: 30px;
	
}

.mod--files .fileicon:before{
	content: "";
	background: url(/export/sites/elimparcial/arte/desktop/icono_adjunto_generico.svg) no-repeat 0;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
.mod--files .text{
	color: #222222;
	font: 16px/16px  'Avenir Next DemiBold', sans-serif;
  	font-style: normal;
  	font-weight: normal;
	text-transform: initial;
	text-decoration: underline;
}
.mod--files a:hover .text{
	text-decoration: none;
}
.mod--files a[href*=".doc"] .fileicon:before{
	content: "";
	background-image: url(/export/sites/elimparcial/arte/desktop/icono_adjunto_doc.svg);
}
.mod--files a[href*=".pdf"] .fileicon:before{
	content: "";
	background-image: url(/export/sites/elimparcial/arte/desktop/icono_adjunto_pdf.svg);
}
.mod--files a[href*=".ppt"] .fileicon:before{
	content: "";
	background-image: url(/export/sites/elimparcial/arte/desktop/icono_adjunto_ppt.svg);
}
.mod--files a[href*=".xls"] .fileicon:before{
	content: "";
	background-image: url(/export/sites/elimparcial/arte/desktop/icono_adjunto_xls.svg);
}
/***********************
TAGS
***********************/
.tags{
	margin: 20px 0 50px;
	display: block;
	overflow: hidden;
	position: relative;
}
.tags__content li{
	margin: 0 10px 10px 0;
	display: inline-block;
	vertical-align: top;
	font-size: initial;
	line-height: initial;
}
.tags__text{
	font: 20px/21px 'Avenir Next Bold', sans-serif;
	color: black;
	margin-bottom:19px;
	display:block;
}
.tags__content a,
.tags__content span{
	background-color: #F5F4F4;
	color: #222222;
	font: 14px/43px 'Avenir Next Regular', sans-serif;
	padding: 0 15px;
	height: 41px;
	display: inline-block;
	vertical-align: top;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.tags__content a:hover{
	background-color: #1DAFEC;
}
/***********************
GALERIAS
***********************/
.newsphotogallery .swiper-pagination,
.newsvideogallery .swiper-pagination{
	display: none;
}
.newsvideogallery .swiper-slide{
	padding-bottom: 51px;
}
.newsvideogallery .newsvideogallery__description{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
/***********************
EMBEDS
***********************/
.instagram-media{
	margin: 0 0 26px!important;
	width: 100%!important;
	max-width: 100%!important;
}
.ck-video-player{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-color: black;
	margin: 17px 0 35px;
}
.ck-video-player > div,
.ck-video-player .video-js,
.ck-video-player iframe,
.ck-video-player video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***********************
ENCUESTAS
***********************/
.ckeditor-poll[style*="left"] .poll--versus{
	float: left;
	margin: 5px 20px 10px 0;
}
.ckeditor-poll[style*="right"] .poll--versus{
	float: right;
	margin: 5px 0 10px 20px;
}
.ckeditor-poll .poll--versus{
	float: none;
	display:block;
	margin: 5px auto 10px;
	width: 320px;
}

.ckeditor-poll .poll--simple .poll__title{
	text-align:left;
}
.ckeditor-poll .poll--simple .poll__items{
	margin:0;
}
.ckeditor-poll .poll--simple.poll--results .poll__item .poll__percent {
	right: -49px;
	bottom: -1px;
	text-align: left;
	width: 37px;
}

/***********************
IMAGE COMPARATION POLLYFILL
***********************/
.ckeditor-comparationimg {
	position: relative;
	margin: 45px 0 38px;
	min-height: 100px;
}
.twentytwenty-content-loading.generated{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.twentytwenty-content-loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding-top: 0px;
	background-color: rgba( 255, 255, 255, .95 );
	text-align: center;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.twentytwenty-content-loading label{
	display: block;
	margin: 10px;
}
.twentytwenty-container{
	display: none;
}
.twentytwenty-container.generated{
	display: block;
}
.twentytwenty-images{
	position: relative;
	overflow: hidden;
}
.twentytwenty-image-left{
	width: 100%;
}
.twentytwenty-image-left img{
	width: 100%;
	height: auto;
}
.twentytwenty-image-right{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	bottom: 0;
	width: 50%;
}
.twentytwenty-image-right img{
	height: 100%;
	width: auto;
	float: right;
}
.twentytwenty-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba( 0, 0, 0, .5 );
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.twentytwenty-overlay:hover{
	opacity: 1;
}
.twentytwenty-text{
	position: absolute;
	top: 50%;
	left: 18px;
	background-color:transparent;
	line-height: 35px;
	height: 32px;
	padding: 0 14px;
	color: white;
	text-transform:uppercase;
	font-size: 13px;
	border:1px solid white;
	transform: translate( 0, -50% );
	-ms-transform: translate( 0, -50% );
	-moz-transform: translate( 0, -50% );
	-webkit-transform: translate( 0, -50% );
}
.twentytwenty-text-right{
	left: auto;
	right: 18px;
}
.twentytwenty-handler{
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	background-color: white;
	border-radius: 100%;
	z-index: 4;
	cursor: pointer;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.twentytwenty-handler:after,
.twentytwenty-handler:before{
	content: "";
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -2px;
	width: 2px;
	background-color: white;
	height: 1000px;
}
.twentytwenty-handler:before{
	top: auto;
	bottom: 45px;
}
.twentytwenty-trigger{
	position: absolute;
	top: 0;
	left: 0;
	display:block;
	font-family: "iconos";
	line-height:80px;
	font-size:30px;
	color:black;
	width: 80px;
	height: 80px;
}
.twentytwenty-trigger:after{
	content: "\EA2A";
	position: absolute;
	top: 0;
	right: 15px;
}
.twentytwenty-trigger:before{
	content: "\EA29";
	position: absolute;
	top: 0;
	left: 15px;
}
.newsfull__relatedarticles .newsfull .row{
	border-top:1px solid #ebebeb;
	padding-top:40px;
}
/***********************
RELACIONADAS EN EL CUERPO
***********************/
.news__bodyrelated{
	margin: 0 0 24px;
	display:inline-block;
	width: 100%;
}
.news__bodyrelated__title{
	font: 14px/15px 'Avenir Next Regular', sans-serif;
	color:#222222;
	margin-bottom:10px;
}
.news__bodyrelated .news--summary--related{
	margin: 0;
	padding: 16px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
/*************************
 NEWS FULL EXPRESATE
*************************/
.newsfull.expresate{
	padding-top:0;
}
.newsfull.expresate .newsfull__header--expresate{
	background-color:#F5F4F4;
	padding:56px 0 22px;
	margin-bottom:40px;
}
.newsfull.expresate .newsfull__section{
	font-size:35px;
	line-height:35px;
	text-transform:uppercase;
	position:relative;
	padding-top:30px;
}
.newsfull.expresate .newsfull__section:before{
	content:"";
	display:block;
	width:90px;
	height:9px;
	position:absolute;
	left:0;
	top:0;
	background-color:#1DAFEC;
}
.newsfull.expresate .newsfull__line{
	vertical-align:top;
	margin-top:42px;
}

/*************************
 GOOGLE NEWS
*************************/
.img-google-star,.img-google-logo{
	position:relative;
	padding-left: 5px;
	top:6px;
}

.link-google-news{
    display: inline-block;
}


.google-text{
	font-style: italic;
	color: #727272;
}
.google-news-wrap{
    font-family: 'PT Serif', serif;
    display: block;
    width: 100%;
    margin: 0 0 30px !important;
}.ranking{
	display: block;
	margin-bottom: 33px;
}
.ranking__header{
	position:relative;
	padding-top:22px;
	margin-bottom:25px;
	text-align: left;
}
.ranking__header:before{
	content:"";
	width:90px;
	height:9px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	background-color:#1DAFEC;
}
.ranking__title{
	font: 18px/18px 'Avenir Next Heavy', sans-serif;
	color: black;
	position: relative;
	text-transform: uppercase;
}
.ranking li{
	position: relative;
}
.ranking li + li{
	padding-top:24px;
	margin-top:24px;
	border-top:1px solid #D9D9D9;
}
.ranking .ranking__num{
	font: 72px/66px 'Avenir Next Bold', sans-serif;
	text-align: center;
	color: #EDEDED;
	position:absolute;
	right:0;
	top:188px;
}
.ranking li + li .ranking__num{
	top:28px;
}
.ranking .news--summary .icono--play, 
.ranking .news--summary .icono--picture, 
.ranking .news--summary .icono--audio{
	display:none;
}/***********************************
 * MODULO SUSCRIBE HORIZONTAL
 **********************************/
.suscribehorizontal{
	padding: 34px 0 0 150px;
	text-align: left;
	position:relative;
}
.suscribehorizontal:before{
	content:"";
	height:120px;
	width:110px;
	position:absolute;
	left: 0;
	top:42px;
	background-image:url(/export/sites/elimparcial/arte/desktop/footer_suscribete.svg);
	background-repeat:no-repeat;
	background-size: contain;
	display:block;
}
.suscribehorizontal__header{
	margin-bottom: 5px;
}
.suscribehorizontal__title{
	font: 20px/20px  'Avenir Next Bold', sans-serif;
	color: #1DAFEC;
}
.suscribehorizontal__formtitle{
	font: 20px/20px  'Avenir Next Bold', sans-serif;
	color: white;
	margin-bottom:14px;
}
.suscribehorizontal__form{
	font-size: 0;
}
.suscribehorizontal__fieldset input{
	margin: 0;
	border: 0;
	border-radius:22.5px 0 0 22.5px;
	padding: 12px 18px 11px;
	background: white;
	width: 87%;
	font: 15px/22px 'Avenir Next Regular', sans-serif;
	display: inline-block;
	vertical-align: top;
	color: black;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.suscribehorizontal__fieldset input::-webkit-input-placeholder{
	color: black;
}
.suscribehorizontal__fieldset input::-moz-placeholder{
	color: black;
}
.suscribehorizontal__fieldset input:-ms-input-placeholder{
	color: black;
}
.suscribehorizontal__fieldset input:-moz-placeholder {
	color: black;
}
.suscribehorizontal__fieldset{
	position:relative;
}
.suscribehorizontal__fieldset button{
	border: 0;
	background: white;
	color: #1DAFEC;
	margin: 0 0 0 -4px;
	padding: 8px 21px 9px 15px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	border-radius:0;
	height: 45px;
	width: 13%;
	border-radius: 0 22.5px 22.5px 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}    
.suscribehorizontal__fieldset button:hover{
	color: #1B89B7;
}
.suscribehorizontal__hint{
	font: 14px/20px  'Avenir Next DemiBold', sans-serif;
	color: rgba(255,255,255,0.6);
	margin-top:19px;
}

.suscribehorizontal__hint a{
	text-decoration: underline;
	color: rgba(255,255,255,0.6);
}

.hint.error{
	color: white;
	font: 15px/18px 'Avenir Next Bold', sans-serif;
	border: none;
	background-color:black;
	max-width: 671px;
	display:inline-block;
	position: absolute;
	bottom: 7px;
	left: 50%;
	padding: 10px;
	width: 80%;
	transform: translate(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.suscribehorizontal__content .hint.success {
	font-size: 18px;
	line-height: 20px;
	font-family: 'Avenir Next Regular', sans-serif;
	color:#ffffff;
	transform: translateY(-45px);
}

.suscribehorizontal__social{
	padding:40px 0 0 212px;
	text-align: right;
}

.suscribehorizontal__social a{
	margin:0 0 0 25px;
	width:25px;
	font-size:25px;
	color:white;
	transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.suscribehorizontal__social a .text{
	display:none;
}
.suscribehorizontal__social a:hover{
	color:#1DAFEC;
}
.suscribehorizontal__social a:hover svg{
	fill:#1DAFEC;
}
.suscribehorizontal__social .icono--svg--tiktok svg{
	width: 20px;
	height: 30px;
	top: 2px;
	position: relative;
	fill: #FFFFFF;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}/*****************
 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;
}





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