
body{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none; /* Non-prefixed version, currently
                         supported by Chrome and Opera */
}
/*******************
 * COMPONENTES
 ******************/
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  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-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-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-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-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-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");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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-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;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-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;
  -moz-transform-style: preserve-3d;
  -ms-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, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.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-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;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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;
  -moz-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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: 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%;
  object-fit: contain;
}
/* 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;
}
/* 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%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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%;
  -webkit-background-size: 100%;
  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);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}/*! 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/laverdad/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/laverdad/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: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}

.pswp__caption--empty {
	display: none;
}

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

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

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

.pswp__preloader--active {
	opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
	/* We use .gif in browsers that dont support CSS animation */
	background: url(/export/sites/laverdad/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: 1066px;
	margin: 0 auto;
}
.row--full{
	max-width: 100%;
}
.row:after,
.row--full:after{
	display: block;
    content: "";
    clear: both;
}

.row__container{
	margin: 0 -21px;
	line-height: 0;
	font-size: 0;
}
.row__container > *{
	font-size: initial;
	line-height: initial;
}
.col{
	display: inline-block;
	vertical-align: top;
	padding: 0 21px;
	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: 324px;
}
.col__aside{
	width: 300px;
	float: right;
}
.col__main + .col__aside{
	float: left;
	margin-right: initial;
	margin-left: 324px;
}
.col__aside + .col__main{
	margin-right: 324px;
	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: #000000!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: white;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  overflow-x: hidden;
  font: 16px/18px 'Acta Book', serif;
  color: black;
}
* {
  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;
}

/**
 * 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 'Tungsten Semibold', sans-serif;
	background-color: transparent;
	color: black;
	text-align: center;
	display:block;
}.news--summary{
	position: relative;
	display: inline-block;
	width: 100%;
}
.news--summary .news__media{
	float: left;
	position: relative;
	background-color: #999;
}
.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__share-buttons{

}
.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: 16px/16px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	color: #16c1f3;
	margin: 0 0 18px;
}
.news--summary .news__title{
	font: 25px/28px 'GuardianSans Semibold', sans-serif;
	color: black;
	margin: 0 0 20px;
}
.news--summary .news__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
}
.news--summary .news__title a:hover{
	color: #16c1f3;
}
.news--summary .news__excerpt{
	font: 15px/22px 'Acta Book', serif;
	color: black;
	margin: 0;
}
.news--summary .news__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}
.news--summary .news__related{
	
}

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

.poll--versus.poll--results .poll__percent {
	opacity: 1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
.poll--versus.poll--results .icono--check_outline{
	opacity: 0;
	transform: translate(-50%, 20px);
	-webkit-transform: translate(-50%, 20px);
}
.poll--versus .poll__label {
	font: 13px/15px 'Tungsten Semibold', sans-serif;
	color: white;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 3;
	transform: translate( -50%, 0 );
	-ms-transform: translate( -50%, 0 );
	-moz-transform: translate( -50%, 0 );
	-webkit-transform: translate( -50%, 0 );
}
.poll--versus .poll__title {
	font: bold 27px/30px 'GuardianSans Semibold', sans-serif;
	color: white;
	marginb-bottom: 20px;
	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 'GuardianSans Semibold', 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:'GuardianSans Semibold', 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 'GuardianSans Semibold', 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( 2, 194, 242, .5 );
}
.poll--simple.poll--results .poll__item--win .poll__bar {
	background-color: #16c1f3;
}

.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: #000000;
}
.poll--simple .poll__footer {
	margin: 5px 0;
	overflow: hidden;
}
.poll--simple .poll__footer p {
	float: left;
	fon: 12px/12px 'Acta Book', serif;
	color: #cacaca;
}

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

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

.poll--simple .poll__content .poll__description {
	font: 16px/20px 'Acta Book', serif
}

.poll--simple .poll__item {
	outline: none;
	border: none;
	display: block;
	position: relative;
	border-radius: 0;
	background-color: #16c1f3;
	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( 2, 194, 242, .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: #000000;
	color: white;
	font: 14px/16px 'Tungsten Semibold', sans-serif;
	cursor: pointer;
}

.poll--simple .poll__submit--disabled {
	background-color: #d8d8d8!important;
	cursor: default;
}

.poll--simple .poll__loading {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	opacity: 0;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.poll--simple .poll__loading .spinner:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: transparent;
	border: 5px solid rgba(255, 255, 255, 0.1);
	border-left: 5px solid white;
	border-radius: 100%;
	animation: spin 0.6s linear infinite;
	-ms-animation: spin 0.6s linear infinite;
	-moz-animation: spin 0.6s linear infinite;
	-webkit-animation: spin 0.6s linear infinite;
}

.poll--simple .poll__percent {
	font: 15px/15px 'Tungsten Semibold', sans-serif;
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 10px;
	color: white;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.poll--simple .poll__bar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform-origin: left top;
	width: 1px;
	height: 100%;
	opacity: 0;
	background-color: #d8d8d8;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.poll--simple .poll__social {
	float: right;
}
.poll--simple .poll__social button, 
.poll--simple .poll__social a {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 5px;
	border: none;
	color: white;
	text-align: center;
	font-size: 15px;
	line-height: 34px;
	cursor: pointer;
	border-radius: 50%;
}
.poll--simple .poll__social button:hover, 
.poll--simple .poll__social a:hover {
	opacity: .8;
}
.poll--simple .poll__social .icono--facebook {
	background-color: #3b5999;
}
.poll--simple .poll__social .icono--twitter {
	background-color: #6bcfed;
	font-size: 14px;
	line-height: 34px;
}
.poll--simple .poll__social .icono--whatsapp {
	background-color: #2ab200;
	font-size: 14px;
	line-height: 36px;
}
.poll--simple .poll__social .icono--whatsapp.mobile{
	display: none;
}
.poll--simple .poll__social .icono--mail {
	background-color: #9ba6ac;
	font-size: 12px;
	line-height: 36px;
}

.poll--multiple.poll--results .poll__item::after {
	display: none;
}
.poll--multiple .poll__item::after {
	content: '';
	width: 25px;
	height: 22px;
	border-top: 3px solid #c8c8c8;
	position: absolute;
	top: 50%;
	right: 20px;
	background-color: white;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.poll--multiple .poll__item--selected::after {
	background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAACY0lEQVRoQ+2Y0VHdMBBFLxWQDqADSAVABUAFQAUhFQAVABVAB0AFQAVABUk6IBXAnJnnGc2ysi1L5slvrF9Lso727tVKa1qRtrYiHJpBaovkHJE5IiPtwCytkTY2Nu3O4sNzrMMUInIj6XgBcC3p1IOpHeRA0p1ZuLvmmkF+SHqRtBmAIK3dqUXkStIvs+ifkl6nBMKuP5oFX0g6n1Kye5L6J2lb0vuUQDxJ7Ul6arP82pLdk1TUckOw2kD+GJfqlFQDUxMIiXxm5NMpqdpASGTOjLD1klRtIEAA07T/C4lFXcomfg3S8iR1KOk+pTBdNognqQdJ1FhJbdkg2ZKqIUcoxy/NtidLatkgVLREg3KkaYMktWwQCsKwHE92qRTXIhGbA+q3pL9J2Rfv7EnqRNJtzvxtyR6WC/g5p6x7F0hYgCep6GUpYd7WJ9MPMxEw7FySv5s5PEkR+exot0XEK6dZ11AZ8IDAQ0LYkCz/yW5d50gMBj0D1LfhTkg1dKkikkpxLW8nGY/EgOlTD/ESEp7WuFQRSaWA0BerZOHrJgQkPybQBuM96RSTVCoI/dlBYDYMDInKiew52uiSGgLCGBbG3XnLcTRg7L3aSoph0Sedvgnn9etKdm8MMCT7vvMxdDRPUq1POt8N0vwPmCPn5zgdC7avhG/m8pSz7i9jh0QknCTmaORN+NQ5mqSG5oi3i8AQBetoYd/RJFUSpHE0Et2DGVVSpUGYDylhz9bRej/p5CRNbo7Yf1t7TnrSqQmkWQuVAKd9btnfm610RHr/uHTHGaT0jubON0ckdwdLj1+ZiHwCkZxqMxeTCOMAAAAASUVORK5CYII=) center center no-repeat;
	background-size: 20px;
}
.imagecomparation {
	position: relative;
	margin-bottom: 28px;
	min-height: 100px;
}
.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;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.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;
}.newsphotogallery{
	position: relative;
	margin-bottom: 25px;
}
.newsphotogallery .swiper-fullscreen{
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	border: none;
	background: none;
	color: white;
	z-index: 10;
	cursor: -moz-zoom-in; 
	cursor: -webkit-zoom-in; 
	cursor: zoom-in;
}
.newsphotogallery img{
	width: 100%;
	height: auto;
	cursor: -moz-zoom-in; 
	cursor: -webkit-zoom-in; 
	cursor: zoom-in;
}
.newsphotogallery__actions{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.newsphotogallery__counter{
	position: absolute;
	bottom: 60px;
	right: 0;
	width: 100px;
	text-align: center;
	font: 400 50px/55px 'GuardianSans Semibold', sans-serif;
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.newsphotogallery .swiper-button{
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: white;
	line-height: 52px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.newsphotogallery .swiper-button-prev{
	right: 49px;
}
.newsphotogallery__description{
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 0;
}
.newsphotogallery__description p{
	font: 13px/15px 'Acta Book', serif, sans-serif;
	margin: 0;
	color: #7c7c7c;
}
.newsphotogallery__description p span{
	color: black;
}
.newsphotogallery.newsphotogallery__onephoto .swiper-pagination {
	display:none;
}.newsvideogallery{
	position: relative;
	margin-bottom: 25px;
}
.newsvideogallery .swiper-fullscreen{
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	border: none;
	background: none;
	color: white;
	z-index: 10;
	cursor: -moz-zoom-in; 
	cursor: -webkit-zoom-in; 
	cursor: zoom-in;
}
.newsvideogallery img{
	width: 100%;
	height: auto;
	cursor: -moz-zoom-in; 
	cursor: -webkit-zoom-in; 
	cursor: zoom-in;
}
.newsvideogallery__actions{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.newsvideogallery__counter{
	position: absolute;
	bottom: 60px;
	right: 0;
	width: 100px;
	text-align: center;
	font: 400 50px/55px 'GuardianSans Semibold', sans-serif;
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.newsvideogallery .swiper-button{
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: white;
	line-height: 52px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.newsvideogallery .swiper-button-prev{
	right: 49px;
}
.newsvideogallery__image{
	position: relative;
	height: 0;
	padding-top: 56.25%;
	width: 100%;
	background-color: black;
}
.newsvideogallery__image > *{
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
}
.newsvideogallery__description{
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 0;
}
.newsvideogallery__description p{
	font: 13px/15px 'Acta Book', serif, sans-serif;
	margin: 0;
	color: #7c7c7c;
}
.newsvideogallery__description span{
	color: black;
}
.newsvideogallery.newsvideogallery__onephoto .swiper-pagination {
	display:none;
}
/*******************
 * MODULES
 ******************/
/*******************
 * CSS PROPIO
 ******************/
@font-face {
  font-family: "iconos";
  src: url('/__export/1580762985843/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/iconos.eot');
  src: url('/__export/1580762985843/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/iconos.eot_1180257333.eot') format('embedded-opentype'),
       url('/__export/1580762985888/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/iconos.ttf') format('truetype'),
       url('/__export/1580762985935/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/iconos.woff') format('woff'),
       url('/__export/1580762985976/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/iconos.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.icono:before {
  display: inline-block;
  font-family: "iconos";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icono--arrow_left:before { 
  content: "\EA01" 
}
.icono--bookmark_off:before { 
  content: "\EA02" 
}
.icono--bookmark_on:before { 
  content: "\EA03" 
}
.icono--camera:before { 
  content: "\EA04" 
}
.icono--check:before { 
  content: "\EA05" 
}
.icono--coffee:before { 
  content: "\EA06" 
}
.icono--cross:before { 
  content: "\EA07" 
}
.icono--facebook:before { 
  content: "\EA08" 
}
.icono--fullscreen:before { 
  content: "\EA09" 
}
.icono--fullscreen_outline:before { 
  content: "\EA0A" 
}
.icono--instagram:before { 
  content: "\EA0B" 
}
.icono--link:before { 
  content: "\EA0C" 
}
.icono--link_outline:before { 
  content: "\EA0D" 
}
.icono--mail:before { 
  content: "\EA0E" 
}
.icono--mail_outline:before { 
  content: "\EA0F" 
}
.icono--menu_hamburger:before { 
  content: "\EA10" 
}
.icono--menu_lomito:before { 
  content: "\EA11" 
}
.icono--menu_meatball:before { 
  content: "\EA12" 
}
.icono--menu_vento:before { 
  content: "\EA13" 
}
.icono--messenger:before { 
  content: "\EA14" 
}
.icono--pause:before { 
  content: "\EA15" 
}
.icono--picture:before { 
  content: "\EA16" 
}
.icono--pinterest:before { 
  content: "\EA17" 
}
.icono--play:before { 
  content: "\EA18" 
}
.icono--play_rounded:before { 
  content: "\EA19" 
}
.icono--search:before { 
  content: "\EA1A" 
}
.icono--search_cool:before { 
  content: "\EA1B" 
}
.icono--settings:before { 
  content: "\EA1C" 
}
.icono--snapchat:before { 
  content: "\EA1D" 
}
.icono--sound_high:before { 
  content: "\EA1E" 
}
.icono--sound_low:before { 
  content: "\EA1F" 
}
.icono--sound_off:before { 
  content: "\EA20" 
}
.icono--twitter:before { 
  content: "\EA21" 
}
.icono--upload:before { 
  content: "\EA22" 
}
.icono--user:before { 
  content: "\EA23" 
}
.icono--whatsapp:before { 
  content: "\EA24" 
}
.icono--whatsapp_outline:before { 
  content: "\EA25" 
}
.icono--youtube:before { 
  content: "\EA26" 
}
.icono--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--arrow_right:before { 
  content: "\EA2C" 
}
.icono--arrow_top_outline:before { 
  content: "\EA27" 
}.page-home .header{
	position: relative;
}
.header__container{
    height: 123px;
    width: 100%;
    max-width: 100vw;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 123px;
	display: block;
	width: 100%;
	max-width: 100vw;
	text-align: center;
	z-index: 20;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.page--newslongform .header.header--sticky,
.header.header--sticky{
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	height:70px;
	position:fixed;
	background-color: #fff;
	top:0!important;
}
.page--newslongform .header{
	background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);
}
.page--newslongform .header.header--sticky{
	background: #fff;
}
.header__logo {
	z-index:4;
	position: absolute;
	left: 50%;
	top: 46px;
	transform: translate( -50%, 0 );
	-ms-transform: translate( -50%, 0 );
	-moz-transform: translate( -50%, 0 );
	-webkit-transform: translate( -50%, 0 );
	transition: all 0.3s;
	filter:none;
	-webkit-filter:none;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.page--newslongform .header__logo{
	filter: contrast(0%) brightness(200%);
	-webkit-filter: contrast(0%) brightness(200%);
}
.header.header--sticky .header__logo{
	top:25px;
	filter:none;
	-webkit-filter:none;
}
.header__logo img{
	width: auto;
	height: 32px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.header.header--sticky .header__logo img{
	height:24px;
}
.page--newslongform .header.header--sticky .header__social,
.header__social {
	color: #000;
	float: left;
	padding: 16px 0 13px 24px;
	border-left: 1px solid #ecefef;
	margin-right:23px;
}
.page--newslongform .header__social{
	border-color:white;
}
.header__social li {
	float: left;
	width: 35px;
}
.page--newslongform .header.header--sticky .header__social a,
.header__social a {
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	font-size: 20px;
	color: black;
	display: block;
}
.page--newslongform .header__social a {
	color:white;
}
.header__social a:hover{
	color: #16c1f3;
}

.header__actions {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 4;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.header.header--sticky .header__actions{
	top:10px;
}
.page--newslongform .header.header--sticky .header__search-button,
.header__search-button {
	height: 20px;
	font-size: 20px;
	line-height: 52px;
	float: left;
	text-align: center;
	position: relative;
	color: #000;
	padding: 0;
	width: 20px;
	vertical-align: top;
	border: none;
	background: transparent;
	margin-top: 16px;
	margin-right:32px;
}
.page--newslongform .header__search-button{
	color:white;
}
.header__search-button:hover .icono{
	color: #16c1f3;
}
.header__search-button .icono{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 6px;
	opacity: 1;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
	transform-origin: center center;
	-ms-transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
}
.header__search-button .icono--cross{
	opacity: 0;
	transform: translate( -50%, -50% ) rotate(25deg);
	-ms-transform: translate( -50%, -50% ) rotate(25deg);
	-moz-transform: translate( -50%, -50% ) rotate(25deg);
	-webkit-transform: translate( -50%, -50% ) rotate(25deg);
	transition: all .3s .1s;
	-ms-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-webkit-transition: all .3s .1s;
}
.header__search-button--active .icono--cross{
	opacity: 1;
	transform: translate( -50%, -50% ) rotate(0deg);
	-ms-transform: translate( -50%, -50% ) rotate(0deg);
	-moz-transform: translate( -50%, -50% ) rotate(0deg);
	-webkit-transform: translate( -50%, -50% ) rotate(0deg);
}
.header__search-button--active .icono--search_cool{
	opacity: 0;
	transform: translate( -50%, -65% ) rotate(-180deg);
	-ms-transform: translate( -50%, -65% ) rotate(-180deg);
	-moz-transform: translate( -50%, -65% ) rotate(-180deg);
	-webkit-transform: translate( -50%, -65% ) rotate(-180deg);
}
.header__nav {
	font-size: 0;
	line-height: 0;
	z-index: 3;
	display: inline-block;
	overflow-y:auto;
	background:black;
	left:-340px;
	top: 123px;
	height:calc(100vh - 102px);
	width:318px;
	position: absolute;
	padding: 16px 12px 16px 9px;
	transition:all .4s;
	-moz-transition:all .4s;
}
.header.header--sticky .header__nav{
	top:70px;
	height:calc(100vh - 100px);
}
.header__nav__items {
	font: 20px/20px 'Tungsten Semibold', sans-serif;
	letter-spacing:1px;
}
.header__nav--active{
	left:0;
}
.header__nav__items li {
	text-transform: uppercase;
	vertical-align: top;
	position: relative;
	display:block;
	text-align: left;
	margin-bottom: 4px;
	color:white;	
	height:auto;
	transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.header__subnav__item,
.header__nav__items a {
	color: inherit;
	font: inherit;
	position: relative;
	transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display:block;
	border-radius:8px;
	height: 41px;
	line-height: 43px;
	border-radius:8px;
	transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	padding-left:16px;
	width:297px;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-mediakit-box-sizing:border-box;
}
li.header__subnav__item--active .header__subnav__item,
.header__subnav__item:hover,
.header__nav__items a:hover{
	background-color:#2d2d2d;
	color:#16c1f3;
	padding-left:35px;
}
.header__subnav__item{
	cursor: pointer;
}
.header__subnav__item .toggle{
	position: absolute;
	top: 13px;
	right: 22px;
	width: 8px;
	height: 15px;
	transform: rotate(90deg);
	transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.header__subnav__item .toggle:after,
.header__subnav__item .toggle:before{
	content:"";
	display:block;
	position:absolute;
	top:-1px;
	left:3px;
	width:1px;
	height:10px;
	background-color:white;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.header__subnav__item .toggle:after{
	top:6px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
li.header__subnav__item--active .header__subnav__item .toggle{
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.header__subnav__item:hover .toggle:before,
.header__subnav__item:hover .toggle:after,
li.header__subnav__item--active .header__subnav__item .toggle:before,
li.header__subnav__item--active .header__subnav__item .toggle:after{
	background-color: #16c1f3;
}
li.header__subnav__item--active .header__subnav{
	opacity: 1;
	max-height:1000px;
	padding:10px 11px 0;
}
.header__subnav{
	max-height:0;
	overflow:hidden;
	padding: 0;
	opacity: 0;
	transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
.header__subnav li{
	margin: 0!important;
	width: 100%;
	float: none;
	display: block;
	text-align: left;
}
.header__subnav li a{
	color:white;
	padding-left:24px;
	width:100%;
}
.header__subnav li a:hover{
	color: #16c1f3;
	background:none;
	padding-left:24px;
}
.header__nav__social{
	font-size:17px;
	line-height:17px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	padding:30px 0 26px;
	margin-top:30px;
}
.header__nav__social li{
	margin:0 15px;
	display: inline-block;
}
.header__nav__social a,
.header__nav__links a{
	color:white;
}
.header__nav__social a:hover,
.header__nav__links a:hover{
	color: #16c1f3;
}
.header__nav__links{
	font-family:"GuardianSans Regular", sans-serif;
	font-size:12px;
	line-height:19px;
	text-align:left;
	margin-top:30px;
}
.header__nav__links li{
	display:inline-block;
	padding-right:4px;
	position:relative;
}
.header__nav__links li + li{
	padding-left:6px;
}
.header__nav__links li + li:before{
	content:"";
	width:1px;
	height:11px;
	background-color:white;
	position:absolute;
	left:0;
	top:3px;
}
.header__nav__links li:nth-child(4){
	padding-left:0;
}
.header__nav__links li:nth-child(4):before{
	display:none;
}
.header__nav__bottom{
	font-family:"GuardianSans Regular", sans-serif;
	color:#999999;
	font-size:12px;
	line-height:15px;
	text-align:left;
	margin-top:15px;
}
.header__search-form {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 125px;
	overflow: hidden;
	z-index: 1;
	border-top: 1px solid #f3f3f3;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	margin: 0;
	background-color: white;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate( 0, -100% );
	-ms-transform: translate( 0, -100% );
	-moz-transform: translate( 0, -100% );
	-webkit-transform: translate( 0, -100% );
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.header__search-form--active {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
	transform: translate( 0, 0 );
	-ms-transform: translate( 0, 0 );
	-moz-transform: translate( 0, 0 );
	-webkit-transform: translate( 0, 0 );
}
.header__search-form fieldset {
	width: 100%;
	border: 0;
	max-width: 1190px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	height: 70px;
	border-left: 1px solid #fafafa;
	margin: 25px auto 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.header__search-form button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 70px;
	height: 70px;
	font-size: 35px;
	border: none;
	background: none;
	color: black;
}
.header__search-form button:hover{
	color: #16c1f3;
}
.header__search-form input {
	margin: 0;
	background-color: transparent;
	border: none;
	color: black;
	border: none;
	height: 70px;
	font: bold 50px/70px 'GuardianSans Semibold', sans-serif;
	width: 100%;
	padding: 0 90px 0 20px;
}
.button--menu {
	cursor:pointer;
	position:absolute;
	left:30px;
	top:60px;
	height:18px;
	width:66px;
	font-family: 'Tungsten Semibold', sans-serif;
	font-size: 24px;
	letter-spacing:0.5px;
	padding: 0 0 0 33px;
	text-transform: uppercase;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.page--newslongform .button--menu{
	color:white;
}
.page--newslongform .header.header--sticky .button--menu{
	color:black;
}
.header.header--sticky .button--menu{
	top:29px;
}

.page--newslongform .header.header--sticky .button--menu span,
.button--menu span{
	position: absolute;
	top: 8px;
	left: 0;
	width: 21px;
	height: 2px;
	background-color: black;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.page--newslongform .button--menu span{
	background-color:white;
}
.page--newslongform .header.header--sticky .button--menu:hover,
.button--menu:hover{
	color: #16c1f3;
}
.page--newslongform .header.header--sticky .button--menu:hover span:before,
.page--newslongform .header.header--sticky .button--menu:hover span:after,
.page--newslongform .header.header--sticky .button--menu:hover span,
.page--newslongform .button--menu:hover span:before,
.page--newslongform .button--menu:hover span:after,
.page--newslongform .button--menu:hover span,
.button--menu:hover span:before, 
.button--menu:hover span:after,
.button--menu:hover span{
	background-color: #16c1f3;
}
.button--menu span:before, 
.button--menu span:after {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	width: 21px;
	height: 2px;
	background-color: black;
	transition: all .3s ;
	-webkit-transition: all .3s;
}
.page--newslongform .header.header--sticky .button--menu span:before,
.page--newslongform .header.header--sticky .button--menu span:after{
	background-color: black;
}
.page--newslongform .button--menu span:before, 
.page--newslongform .button--menu span:after {
	background-color:white;
}
.button--menu span:after {
	top: 6px;
	width:13px;
	left:8px;
}
.page--newslongform .header.header--sticky .button--menu.button--menu--active span,
.page--newslongform .button--menu.button--menu--active span,
.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);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.button--menu--active span:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.button--menu--active span:after{
	left:0;
	width:21px;
}.footer {
	background-color: #efefef;
	padding-top: 44px;
}
.footer__logo{
	display: inline-block;
}
.footer__logo img{
	width: 199px;
	height: auto;
}

.footer__top{
	border-bottom: 1px solid black;
	padding-bottom: 32px;
}
.footer__social{
	float:right;
}
.footer__social li{
	float:left;
	margin-left:45px;
}
.footer__social a{
	font-size:17px;
	line-height:17px;
	color:black;
	transition:all .2s;
}
.footer__social a:hover{
	color:#16c1f3;
}
.footer__middle{
	padding-top:35px;
}
.footer__nav li{
	display:inline-block;
	margin-bottom:6px;
	margin-right:14px;
}
.footer__nav li a{
	font:18px/19px 'Tungsten Semibold', sans-serif;
	color:black;
	text-transform:uppercase;
	letter-spacing:1px;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.footer__nav{
	padding-bottom:26px;
}
.footer__links{
	width: 100%;
	display: block;
}
.footer__links li{
	display: inline-block;
	margin-right:14px;
	position: relative;
}
.footer__links a{
	color: black;
	font:14px/14px "GuardianSans Regular", sans-serif;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.footer__nav li a:hover,
.footer__links a:hover{
	color: #16c1f3;
}
.footer__bottom{
	padding: 15px 0 36px 0;
	overflow: hidden;
}
.footer__bottom p{
	color: black;
	float: left;
	font: 12px/12px "GuardianSans Regular", sans-serif;
}
.footer__creator{
	float: right;
}
.footer__creator a{
	float: left;
	margin-left: 5px;
	opacity: 1;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.footer__creator a:hover{
	opacity: 0.3;
}
.footer__creator img{
	width: 75px;
	height: auto;
}@font-face {
	font-family: 'Acta Book';
	src: url('/__export/1580762982434/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-Book.eot');
	src: url('/__export/1580762982434/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-Book.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1580762982653/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-Book.woff') format('woff'),
		url('/__export/1580762982610/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Acta Medium Italic';
	src: url('/__export/1580762982758/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-MediumItalic.eot');
	src: url('/__export/1580762982758/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-MediumItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1580762982971/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-MediumItalic.woff') format('woff'),
		url('/__export/1580762982926/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-MediumItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Acta BlackItalic';
	src: url('/__export/1580762982099/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-BlackItalic.eot');
	src: url('/__export/1580762982099/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-BlackItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1580762982331/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-BlackItalic.woff') format('woff'),
		url('/__export/1580762982283/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-BlackItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ActaDisplay ExtraBoldItalic';
	src: url('/__export/1580762983413/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-ExtraBoldItalic.eot');
	src: url('/__export/1580762983413/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-ExtraBoldItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1580762983631/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-ExtraBoldItalic.woff') format('woff'),
		url('/__export/1580762983591/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-ExtraBoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ActaDisplay Bold';
	src: url('/__export/1580762983071/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-Bold.eot');
	src: url('/__export/1580762983071/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-Bold.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1580762983310/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-Bold.woff') format('woff'),
		url('/__export/1580762983258/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GuardianSans Semibold';
	src: url('/__export/1580762985234/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Semibold.eot');
	src: url('/__export/1580762985234/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Semibold.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1580762985468/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Semibold.woff') format('woff'),
		url('/__export/1580762985426/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GuardianSans Bold';
	src: url('/__export/1580762983734/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Bold.eot');
	src: url('/__export/1580762983734/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Bold.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1580762984000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Bold.woff') format('woff'),
		url('/__export/1580762983947/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GuardianSans Medium';
	src: url('/__export/1580762984512/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Medium.eot');
	src: url('/__export/1580762984512/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Medium.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1580762984758/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Medium.woff') format('woff'),
		url('/__export/1580762984712/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GuardianSans Regular';
	src: url('/__export/1580762984870/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Regular.eot');
	src: url('/__export/1580762984870/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Regular.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1580762985123/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Regular.woff') format('woff'),
		url('/__export/1580762985081/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GuardianSans Light';
	src: url('/__export/1580762984123/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Light.eot');
	src: url('/__export/1580762984123/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Light.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1580762984396/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Light.woff') format('woff'),
		url('/__export/1580762984344/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Tungsten Semibold';
	src: url('/__export/1580762985577/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Tungsten-Semibold.eot');
	src: url('/__export/1580762985577/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Tungsten-Semibold.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1580762985798/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Tungsten-Semibold.woff') format('woff'),
		url('/__export/1580762985754/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Tungsten-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}.banner{
	text-align: center;
	display: inline-block;
	padding-bottom: 40px;
	width: 100%;
}
.banner--full{
	padding-bottom: 60px;
}
.page-home .banner--full{
	background-color:#ededed;
	padding-top:60px;
	margin-top:30px;
}
.banner--header{
	padding:0;
}
.banner--header img,
.banner--header iframe,
.banner--header div{   
	padding: 15px 0;
}
.newsfull__body .banner{
	width: 300px;
	margin: 30px auto;
	display: block;
	padding: 0;
}
.newsfull__body .banner--728,
.banner--728{
	width:728px;
	margin:0 auto;
	display:block;
}.newsfull{
	background-color: white;
	overflow: hidden;
}
.newsfull > .row{
	position:relative;
	padding:33px 40px;
	background-color:white;
}
.newsfull > .row.row--headerarticle{
	background-color:white;
	padding-bottom:0;
	margin-top:-313px;
}
.newsfull__media{
	position: relative;
	width: 100%;
	height: 745px;
	overflow: hidden;
	background: #ededed;
}
.newsfull__media--nophoto{
	height: 313px;
	background:none;
}

.newsfull__relatedarticles .newsfull__media--nophoto{
	border-top:10px solid black;
}
.newsfull__media img{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	transform: translate( -50%, -50%);
	-ms-transform: translate( -50%, -50%);
	-moz-transform: translate( -50%, -50%);
	-webkit-transform: translate( -50%, -50%);
}
.newsfull__header{
	position: relative;
	z-index: 2;
	min-height: 280px;
}
.newsfull__section{
	border:4px solid #16c1f3;
	padding:7px 14px 4px;
	text-transform: uppercase;
	color: #000000;
	position: relative;
	font: 16px/16px 'Tungsten Semibold', sans-serif;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom:31px;
	transition:all .3s;
}
a.newsfull__section:hover{
	color:#16c1f3;
}
.newsfull__title{
	color: #000;
	font:46px/50px 'GuardianSans Semibold', sans-serif;
	margin-bottom:27px;
}
.newsfull__excerpt{
	font: 24px/32px 'Acta Book', serif;
}
.newsfull__excerpt p{
	font: inherit;
	margin: 0;
}
.newsfull__line{
	position: relative;
	padding-top: 40px;
}
.newsfull__author,
.newsfull__time{
	font:  14px/22px 'Acta Medium Italic', serif;
	color: #b1b1b1;
	display: block;
}
.newsfull__author span,
.newsfull__author a{
	font: inherit;
	color: black;
}
.newsfull__author a:hover{
	color: #16c1f3;
}
.newsfull__content{
	position: relative;
}
.newsfull__share{
	position: absolute;
	top: 0;
	left: -69px;
	width: 50px;
}
.newsfull__share .icono{
	width: 37px;
	height: 37px;
	border-radius: 100%;
	color: white;
	text-align: center;
	display: block;
	background-color: #000000;
	margin-bottom: 9px;
	line-height: 44px;
	font-size: 18px;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.newsfull__share .icono.icono--facebook{
	background-color:#1b66ab;
}
.newsfull__share .icono.icono--twitter{
	background-color:#02c2f2;
}
.newsfull__share .icono.icono--whatsapp{
	background-color:#38af40;
}
.newsfull__share .icono.icono--mail{
	background-color:#505050;    
	font-size: 13px;
    	line-height: 42px;
}
.newsfull__share .icono.icono--check{
	line-height:41px;
}
.newsfull__share .icono:hover{
	opacity: .7;
}
.newsfull__body{
	padding-left: 0;
	padding-right: 0;
}
.newsfull__body > p{
	font-family: 'Acta Book', serif;
	font-size: 20px !important;
	line-height: 28px !important;
	margin: 0 0 35px !important;
	text-align: left !important;
	color: #000;
}
.newsfull__body > p:empty{
	display: none;
}
.newsfull__body p a{
	color: #16c1f3;
}
.newsfull__body p a:hover{
	text-decoration: underline;
}
.newsfull__body > ul,
.newsfull__body > ol{
	margin: 0 0 26px 40px;
	list-style: decimal;
}
.newsfull__body > ul{
	list-style: initial;
}
.newsfull__body > ol li,
.newsfull__body > ul li{
	list-style: inherit;
	font-family: 'Tungsten Semibold', sans-serif;
	font-size: 20px !important;
	line-height: 28px !important;
	text-align: left !important;
	color: #000;
}
.newsfull__body > blockquote{
	border-top:10px solid #000000;
	border-bottom:1px solid #000000;
	padding: 27px 0 31px;
	position: relative;
	margin: 20px 0px 56px;
}
.newsfull__body > blockquote p{
	font: 36px/35px "ActaDisplay Bold", serif!important;
	color: #000000;
	position: relative;
	margin-bottom: 0;
}
.newsfull__body > h1 {
	margin: 0 0 20px;
	text-align: left;
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}
.newsfull__body > h2,
.newsfull__body > h3,
.newsfull__body > h4,
.newsfull__body > h5,
.newsfull__body > h6 {
	font-family:'GuardianSans Semibold', sans-serif;
	margin: 0 0 31px;
	text-align: left;
	font-size: 22px;
	line-height: 22px;
}

.newsfull__body > table{
	width: 100%!important;
	margin: 0 0 35px!important;
	border: 1px solid #ccc;
}
.newsfull__body > table caption{
	font-size: 13px;
	line-height: 20px;
}
.newsfull__body > table th,
.newsfull__body > table td{
	padding: 7px;
}
.newsfull__body > hr{
	margin: 0 0 26px;
	display: block;
}
.newsfull__body figure.image{
	margin: 0 auto 35px;
	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;
	padding:16px 0 14px;
	font:13px/15px "GuardianSans Regular", sans-serif;
	color:#b1b1b1;
	text-align: left;
	border-bottom: 1px solid #ecefef;
}

.newsfull__body figure.image figcaption:empty{
	display: none;
}
.newsfull__body figure.image[style*="left"]{
	margin: 0 26px 35px 0;
}
.newsfull__body figure.image[style*="right"]{
	margin: 0 0 35px 26px;
}
.newsfull__body img{
	max-width:100%;
	height:auto;
}
.newsfull__body .ck-pinterest,
.newsfull__body .ckeditor-ifb,
.newsfull__body .ck-instagram{
	max-width: 100%;
	width:100%;
	text-align: center;
	margin: 0 0 35px;
}
.newsfull__body .ck-twitter{
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 0 35px;
	width:100%;
}
.newsfull__body .ck-twitter iframe,
.newsfull__body .ck-twitter > *{
	width:100%!important;
	margin: 0 auto!important;
}
.newsfull__body .ck-youtube{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	margin: 0 0 35px;
}
.newsfull__body .ck-youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newsfull__body .imagecomparation{
	margin: 0 0 35px;
}
.CR_1.ob-strip-layout .ob-dynamic-rec-container{
	max-width: 33.33%!important;
}
.CR_1.ob-strip-layout .ob-rec-label{
	background-color: #000000!important;
	color: white!important;
	font: 12px/12px 'Tungsten Semibold', sans-serif!important;
	text-transform: uppercase!important;
	padding: 5px 8px 3px!important;
	top: 0!important;
	bottom: auto!important;
}
.CR_1.ob-strip-layout .ob-rec-text{
	font: bold 22px/27px 'GuardianSans Semibold', sans-serif!important;
	color: black!important;
	margin: 40px 0 0!important;
	padding: 0!important;
	height: 53px!important;
}
.CR_1.ob-strip-layout .ob-rec-source{
	position: absolute;
	bottom: 60px;
	left: 50%;
	font: 500 12px/12px 'Tungsten Semibold', sans-serif!important;
	text-transform: uppercase!important;
	color: #f65b4c!important;
	white-space: nowrap!important;
	max-width: 90%!important;
	text-overflow: ellipsis!important;
	overflow: hidden!important;
	transform: translate( -50%, 0 );
	-ms-transform: translate( -50%, 0 );
	-moz-transform: translate( -50%, 0 );
	-webkit-transform: translate( -50%, 0 );
}
.CR_1.ob-strip-layout .ob-rec-source:after {
	content: "";
	background: #000000;
	display: block;
	height: 1px;
	margin: 6px auto 0;
	width: 100%;
	max-width: 58px;
}
/***********************
NOTA LISTA
***********************/
.newslist__item{
	position: relative;
	border: 1px solid #ecefef;
	margin-bottom: 40px;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	padding-top: 20px;
	padding-bottom: 10px;
}
.newslist__item:hover{
	box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.newslist__share{
	position:relative;
	padding:18px 70px 10px 100px;
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.newslist__share:before{
	content:"";
	display:block;
	height:1px;
	position:absolute;
	top:0;
	left:100px;
	right:70px;
	background-color: #ecefef;
}
.newslist__share .icono{
	float:left;
	width: 37px;
	height: 37px;
	background-color:#000000;
	border-radius: 100%;
	color: white;
	text-align: center;
	display: block;
	margin-right: 13px;
	line-height: 44px;
	font-size: 19px;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.newslist__share .icono.icono--facebook{
	background-color:#1b66ab;
}
.newslist__share .icono.icono--twitter{
	background-color:#02c2f2;
}
.newslist__share .icono.icono--whatsapp{
	background-color:#38af40;
}
.newslist__share .icono.icono--mail{
	background-color:#505050;    
	font-size: 13px;
    	line-height: 42px;
}
.newslist__share .icono:hover{
	opacity: .7;
}

.newslist .newsphotogallery{
	margin-bottom: 0;
}
.newslist .newsphotogallery .swiper-button{
	top: 50%;
	left: 0;
	bottom: auto;
	background: none;
	border: none;
	color: white;
	font-size: 50px;
	height: 55px;
	margin-top: -27px;
}
.newslist .newsphotogallery .swiper-button-next{
	left: auto;
	right: 0;
}
.newslist .newsphotogallery .swiper-button.swiper-button-disabled{
	display: none;
}
.newslist__video{
	position: relative;
	height: 0;
	padding-top: 56.25%;
	width: 100%;
	background: black;
	overflow: hidden;
}
.newslist__video > *{
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	padding: 0!important;
}
.newslist__media{
	margin-top:-20px;
}
.newslist__media__description p{
	padding: 8px 0 8px 100px;
	position: relative;
}
.newslist__media__description p:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 100px;
	width: 150px;
	height: 1px;
	background-color: #dadada;
}
.newslist__media__description p:empty{
	display: none;
}
.newslist__data{
	padding: 70px 70px 0 102px;
	position: relative;
}
.newslist__number{
	position: absolute;
	top: 0;
	left: 56px;
	z-index: 0;
	font: 220px/185px "Acta BlackItalic", serif;
	color: #e5e5e5;
}
.newslist__title{
	font: 25px/29px 'GuardianSans Semibold', sans-serif;
	margin-bottom: 25px;
	z-index: 1;
	position: relative;
}
.newslist__body{
	border-color:#ecefef;
	position: relative;
	z-index: 1;
	font: 20px/28px 'Acta Book', serif;
}
.newslist__body p{
	font: inherit;
	margin-bottom: 21px;
}
.newslist__body p:empty{
	display: none;
}
.newslist__body .poll--simple{
	margin:0;
}
.newslist__body .poll--simple .poll__social{
	display:none;
}
/***********************
AUDIOS
***********************/
.audios{
	display: block;
	margin-bottom: 50px;
}
.audios__header{
	text-align: center;
}
.audios__title{
	font: 400 22px/24px 'Tungsten Semibold', sans-serif;
	margin-bottom: 20px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}
.audios__title:after{
	content: '';
	background: #f65b4c;
	display: block;
	height: 1px;
	margin: 8px auto 0;
	width: 53px;
}
.audio__item{
	width: 100%;
	margin-bottom: 15px;
}
.audio__item .video-js{
	height: 32px;
	width: 100%;
}
.audio__description{
	display: block;
	padding:11px 0;
	font:13px/15px "GuardianSans Regular", sans-serif;
	color:#b1b1b1;
	border-bottom: 1px solid #ecefef;
}
/***********************
COMENTARIOS
***********************/
.comments{
	display: block;
	margin: 58px 0 50px;
}
.comments__header{
	border-bottom:1px solid black;
	padding-bottom:9px;
	margin-bottom:30px;
}
.comments__title{
	font: 24px/24px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	letter-spacing:1.5px;
}
/***********************
LEE TAMBIEN
***********************/
.morenews{
	display: block;
	margin-bottom: 50px;
}
.morenews__header{
	border-bottom:1px solid black;
	padding-bottom:9px;
	margin-bottom:48px;
}
.morenews__title{
	font:24px/24px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	letter-spacing:1.5px;
}
.morenews li{
	position: relative;
	margin-left: 41px;
	padding-bottom:11px;
}
.morenews li:after{
	content: "\EA2A";
	font-family:"iconos";
	font-size:23px;
	line-height:23px;
	color: #16c1f3;
	position: absolute;
	top: 2px;
	left: -41px;
	height: 23px;
	width: 21px;
	font-weight:600;
}
.morenews li + li{
	padding-top: 15px;
	border-top:1px solid #ecefef;
}
.morenews li + li:after{
	top: 16px;
}
.morenews a{
	color: #000;
	font: 18px/23px 'GuardianSans Semibold', sans-serif;
}
.morenews a:hover{
	color: #16c1f3;
}
/***********************
RELACIONADOS EXTERNOS
***********************/
.relatednews{
	display: block;
	padding: 35px 0;
}
.relatednews__header{
	border-bottom:1px solid black;
	padding-bottom:9px;
	margin-bottom:30px;
}
.relatednews__title{
	font:24px/24px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	letter-spacing:1.5px;
}
/***********************
RELACIONADOS EXTERNOS
***********************/
.tags{
	display: block;
	padding: 35px 0 0;
	overflow: hidden;
}
.tags__title{
	font: 24px/25px 'Tungsten Semibold', sans-serif;
	letter-spacing:1.5px;
	margin-bottom: 19px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}
.tags__content{
	margin: 0 -2.5px;
	font-size: 0;
	line-height: 0;
}
.tags__content li{
	margin: 0 2.5px;
	display: inline-block;
	vertical-align: top;
	font-size: initial;
	line-height: initial;
}
.tags__content a,
.tags__content span{
	display:block;
	background-color: #ededed;
	color: #16c1f3;
	font: 16px/16px 'Tungsten Semibold', sans-serif;
	letter-spacing:1.5px;
	text-transform: uppercase;
	padding: 7px 11px 5px;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.tags__content a:hover{
	color:black;
}
/***********************
EMBEDS
***********************/
.newsphotogallery .swiper-pagination,
.newsvideogallery .swiper-pagination{
	display: none;
}
/***********************
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-bottom: 26px;
}
.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 .poll--simple{
	padding: 35px 0;
}
.ckeditor-poll .poll--simple .poll__header{
	text-align: center;
}
.ckeditor-poll .poll--simple .poll__label{
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	line-height:16px;
	text-align: left;
	letter-spacing:1.5px;
	margin-bottom:20px;
}
.ckeditor-poll .poll--simple{
	border-radius:25px;
	font-family: 'GuardianSans Semibold', sans-serif;
}
.ckeditor-poll .poll--simple .poll__item{
	border-radius:25px;
}
.ckeditor-poll .poll--simple .poll__option{
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	left: 29px;
}
.ckeditor-poll .poll--simple .poll__title{
	margin-bottom: 33px;
	text-align:left;
	font:24px/32px "ActaDisplay ExtraBoldItalic", serif;
}
.ckeditor-poll .poll--simple .poll__percent{
	color: black;
	font:18px/18px 'GuardianSans Semibold', sans-serif;
	right:20px;
}
.ckeditor-poll .poll--simple .poll__submit{
	margin-top: 25px;
	background-color: #16c1f3;
}
.ckeditor-poll .poll--simple .poll__submit.poll__submit--disabled{
	background-color: #d8d8d8!important;
}
.ckeditor-poll .poll--simple .poll__toggle{
	display: none;
}
.ckeditor-poll .poll--simple .poll__footer{
	padding-top: 20px;
	margin:30px 0 0 0;
	border-top:1px solid #ecefef;
}
.ckeditor-poll .poll--simple .poll__footer p{
	font: 13px/38px 'Acta Medium Italic', serif;
	color: black;
}
.ckeditor-poll .poll--versus{
	float: left;
	width: 300px;
	margin-right: 55px;
}
.ckeditor-poll .poll--simple .poll__social button, 
.ckeditor-poll .poll--simple .poll__social a{
	width:37px;
	height:37px;
	line-height: 45px;
	font-size: 17px;
	margin-left: 12px;
}
.ckeditor-poll .poll--simple .poll__social .icono--mail{
	background:#505050;
	font-size: 14px;
	line-height: 43px;
}
.ckeditor-poll .poll--simple .poll__social .icono--twitter:before,
.ckeditor-poll .poll--simple .poll__social .icono--mail:before{
	margin-left:1px;
}
/***********************
IMAGE COMPARATION POLLYFILL
***********************/
.ckeditor-comparationimg {
	position: relative;
	margin-bottom: 28px;
	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;
}
/*******************
 * CUSTOM
 ******************/

.page-home .page__main{
	padding:0;
}
body.menu--open .page__main{
	left:298px;
}
body.menu--open.page-news .page__main{
	left:initial;
}

a{
	transition:all .2s;
	-ms-transition:all .2s;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
}
.col__aside + .col__main{
	padding-right:23px;
	border-right:1px solid #ecefef;
}
.homezone--white{
	background-color: white;
	padding: 60px 0;
	overflow: hidden;
}
.title--block{
	font:34px/34px 'Tungsten Semibold', sans-serif;
	text-transform:uppercase;
	padding-bottom:40px;
	letter-spacing: 1px;
}
.title--block:after{
	content:"";
	display:block;
	width:100%;
	height:10px;
	margin-top:24px;
	background-color:black;
}
/***********************************
 * MODULO BOTON VER MAS
 **********************************/  
.viewmore__button{
	background-color:#16c1f3;
	color: #000000;
	font-size:24px;
	line-height:24px;
	border:none;
	border-radius:25px;
	letter-spacing: 1px;
	padding: 15px 0 13px 0;
	text-transform: uppercase;
	display: block;
	position: relative;
	width: 350px;
	vertical-align: middle;
	cursor: pointer;
	margin: 40px auto 40px auto;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.viewmore__button:hover{
	color:#16c1f3;
	background-color:#000000;
}/***********************************
 * MODULO NEWS-SUMMARY
 **********************************/
.news--list__container{
	border-top:10px solid #000;
	padding-top:42px;
	margin-right:23px;
} 
.news--list__container .news--summary:last-child{
	border:none;
}
.news--summary.news--410x490 .news__media{
	width: 410px;
	height: 490px;
}
.news--summary.news--410x490 .news__data{
	position: absolute;
	top: 50%;
	left: 430px;
	right: 20px;
	text-align: center;
	margin: 0;
	transform: translate( 0, -50% );
	-ms-transform: translate( 0, -50% );
	-moz-transform: translate( 0, -50% );
	-webkit-transform: translate( 0, -50% );
}
.news--summary[class*="news--252"] .news__media{
	width: 256px;
	min-height: 448px;
}
.news--summary[class*="news--252x142"] .news__media{
	min-height: 142px;
}
.news--summary[class*="news--252"] .news__data{
	margin-left: 278px;
}
.news--summary{
	padding: 23px 0;
	border-bottom: 1px solid #ecefef;
}
.news--summary:first-child{
	padding-top: 0;
}
.news--summary .news__media{
	background-color:#FFF;
}
.news--summary.news--nophoto .news__media{
	background: #ebebeb;
}
.news--summary.news--nophoto .news__media:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image:url(/export/sites/laverdad/arte/logo.svg);
	background-position:center;
	background-size:70% auto;
	background-repeat:no-repeat;    
	filter: contrast(0%);
    	opacity: 0.3;
}
.news--summary .news__label{
	display: none;
}
.news--summary .news__section{
	text-transform: uppercase;
	position: relative;
	letter-spacing:1px;
}
.news--summary a.news__section:hover{
	color:black;
}
.news--summary .news__author{
	font-family: 'Acta Medium Italic', serif;
	font-size:13px;
	line-height:13px;
	margin-top:14px;
	color:#b6b6b6;
	text-transform:lowercase;
}
.news--summary .news__author a,
.news--summary .news__author span{
	color:black;
	text-transform:initial;
	transition:all .4s;
}
.news--summary .news__author a:hover{
	color:#16c1f3;
}
.news--summary .news__time{
	display:none;
}
/* NEWS FEATURED */
.news--summary.news--featured{
	margin-bottom: 40px;
	background-color: white;
	padding: 0;
	border-bottom: none;
}
.news--summary.news--featured .news__title{
	font-size: 35px;
	line-height: 42px;
}
.news--summary .icono--play, 
.news--summary .icono--audio,
.news--summary .icono--picture{
	background-color:rgba(2,194,242,0.8);
	border:none;	
	border-radius:100%;
}
.news--summary .icono--play:before, 
.news--summary .icono--audio:before, 
.news--summary .icono--picture:before{
	left:54%;
}
.news--summary[class*="news--134"]{
	padding:15px 0;
	border-top:1px solid #ecefef;
	border-bottom:none;
}
.news--summary[class*="news--134"] .icono--play, 
.news--summary[class*="news--134"] .icono--audio, 
.news--summary[class*="news--134"] .icono--picture{
	width:28px;
	height:28px;
}
.news--summary[class*="news--134"] .news__section{
	display:none;
}
.news--summary[class*="news--134"] .news__media{
	width: 134px;
	min-height: 75px;
}
.news--summary[class*="news--134"] .news__data{
	margin-left:154px;
}
.news--summary[class*="news--134"]  .news__title{
	font-size:17px;
	line-height:22px;
}/***************************
	NEWS SUMMARY SMALL (LIST VERTICAL)
****************************/
.listvsummary__title{
	text-transform: uppercase;
	padding-bottom:8px;
	font:24px/24px 'Tungsten Semibold', sans-serif;
	border-bottom:1px solid black;
	letter-spacing: 1.5px;
	margin-bottom:4px;
}
.listvsummary__item{
	position:relative;
}
.listvsummary__number{
	position:absolute;
	top:26px;
	left:4px;
	font-family: "Acta BlackItalic", serif;
	font-size:50px;
	line-height:50px;
	font-weight: 900;
}
.news--summary[class*="news--103"]{
    min-height: 63px;
    padding: 23px 0 26px;
}
.news--summary[class*="news--103x183"]{
    min-height: 183px;
}
.news--summary[class*="news--103"] .news__section{
	margin:0 0 12px;
}
.news--summary[class*="news--103"] .news__media{
	width:103px;
	min-height:58px;
	float:right;
	top:7px;
}
.news--summary[class*="news--103"] .news__media .icono{
	display:none;
}
.news--summary[class*="news--103x183"] .news__media{
	min-height:183px;
}
.news--summary[class*="news--103"] .news__data{
	margin-right:124px;
	margin-left:52px;
	top:-4px;
	padding-top:6px;
}
 .news--summary[class*="news--103"] .news__title {
    font: 15px/19px "GuardianSans Medium", sans-serif;
    margin:0;
}
/*************************
	NEWS SUMMARY RANKING IN ARTICLE
*************************/
.listvsummary--article .listvsummary__item:first-child .news--summary{
	border-bottom:none;
	margin-top: 21px;
}
.listvsummary--article .listvsummary__item:first-child .news--summary .news__media{
	float: none;
	display: block;
	width: 100%;
	padding-top: 57.01%;
	margin-bottom:20px;
}

.listvsummary--article .listvsummary__item:first-child .news--summary .news__title{
	font-size:23px;
	line-height:27px;
}
.listvsummary--article {
	margin-bottom:35px;
}
/************************
	NEWS SUMMARY RANKING IN SECTION
*************************/
.listvsummary.sectionranking{
	margin-bottom:37px;
}
/***********************************
 * SLIDERS
 **********************************/
.swiper-button-prev.swiper-button-disabled, 
.swiper-button-next.swiper-button-disabled{
	pointer-events: initial;
}
.swiper-pagination{
	text-align:left;
}
.swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000000;
	border: 1px solid #000000;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	border-color: #16c1f3;
	background: #16c1f3;
}/*
	ENCUESTA SIMPLE
*/
.homepoll--simple .poll--simple .poll__item:hover,
.poll--simple .poll__item:hover{ 
	background-color:#1d7eaa;
}
.poll--simple.poll--results .poll__item .poll__bar{
	background-color: #16c1f3;
}
.homepoll--simple .poll--simple.poll--results .poll__item:hover,
.poll--simple.poll--results  .poll__item:hover,
.poll--simple.poll--results .poll__item--win{
	background-color:#ededed;
}
/*
	ENCUESTA VERSUS - HOME
*/
.poll--versus .poll__title,
.poll--versus .poll__percent,
.poll--versus .poll__text{
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.poll--versus{
	margin-bottom:40px;
}
.poll--versus .poll__label{
	top:17px;
	text-transform:uppercase;
	letter-spacing:2px;
	border:2px solid white;
	padding:6px 16px 4px;
	font-size:16px;
	line-height:16px;
	background-color:rgba(0,0,0,0.3);
}
.poll--versus .poll__title{
	font:20px/22px "ActaDisplay ExtraBoldItalic", serif;
	margin-top: 0;
	top:60px;    
	padding: 0 10px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.poll--versus .poll__item--right:after{
	font:50px/60px 'Tungsten Semibold', sans-serif;
}
.poll--versus .poll__text{
	color:#16c1f3;
	font:16px/18px 'Tungsten Semibold', sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	bottom:initial;
	top: 374px;
}
.poll--versus .icono--check_outline{
	border-width:2px;
	bottom:67px;
}
.poll--versus .poll__percent{
	font-size:39px;
	line-height:36px;
}
.poll--versus .poll__percent small{
	font-size:28px;
}
.poll--versus.poll--results .poll__item:before{
	background:rgba(0,0,0,0.5);
}
.poll--versus.poll--results .poll__item--right:after{
	opacity:0;
}
.poll--versus.poll--results .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 );
}
/*
	ENCUESTA SIMPLE - HOME
*/
.homepoll--simple{
	background-color:#ededed;
	padding:45px 0 24px;
	margin-bottom:54px;
}
.homepoll--simple .poll--simple .poll__label{
	font:16px/18px 'Tungsten Semibold', sans-serif;
	color:#16c1f3;
	text-transform:uppercase;
	margin-bottom:28px;
	letter-spacing:1px;
}
.homepoll--simple .poll--simple .poll__title{
	font:28px/32px "ActaDisplay ExtraBoldItalic", serif;
	margin-bottom:32px;
}
.homepoll--simple .poll--simple .poll__items{
	margin-bottom:30px;
}
.homepoll--simple .poll--simple .poll__item{
	background-color:#16c1f3;
	border-radius:25px;
	border:none;
	width:100%;
	height:50px;
	line-height:50px;
	font-family:'GuardianSans Semibold', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	cursor:pointer;
	margin-bottom:11px;
}

.homepoll--simple .poll--simple .poll__percent{
	color:#000000;
	font-size:18px;
	line-height:50px;
	font-family:'GuardianSans Semibold', sans-serif;
	right: 18px;
	
}
.homepoll--simple .poll--simple .poll__item:last-child{
	margin-bottom:0;
}
.homepoll--simple .poll--simple .poll__option{
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.homepoll--simple .poll--simple.poll--results .poll__option {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 20px;
}
.homepoll--simple .poll--simple.poll--results .poll__item .poll__bar{
	background-color:#16c1f3;
}
.homepoll--simple .poll--simple .poll__footer p{
	font:13px/14px 'Acta Medium Italic', serif;
	color:black;
}
.homepoll--simple .poll--simple .poll__footer p a{
	cursor:pointer;
}
.homepoll--simple .poll--simple .poll__social{
	display:none;
}
.homepoll--simple .poll--simple.poll--results .poll__item{
	background:white;
}
/******************
	CUSTOM VIDEO JS
******************/
.video-js .vjs-big-play-button{
	width:98px;
	height:98px;
	border:none;
	border-radius:50%;
	background-color:rgba(2, 194, 242,0.8);
	font-size:42px;
	line-height: 98px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.video-js .vjs-big-play-button:focus, 
.video-js:hover .vjs-big-play-button{
	background-color:rgba(2, 194, 242,1);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
	content: "\EA18";
	font-family: "iconos";
}
.audio__item .video-js .vjs-big-play-button .vjs-icon-placeholder{
	display:none;
}.newsphotogallery{
	margin-bottom:35px;
}
.newsphotogallery__actions{
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: initial;
	pointer-events: none;
}
.newsphotogallery__counter{
	bottom: 6px;
	left: 0;
	text-align:left;
	width:auto;
	font-size:18px;
	line-height:29px;
	color:#b1b1b1;
	text-shadow:none;
	font:13px/32px "GuardianSans Regular", sans-serif;
}
.newsphotogallery .swiper-fullscreen{
	background-color:rgba(0,0,0,0.6);
	border-radius:50%;
	width:40px;
	height:40px;
	top:11px;
	right:11px;
	font-size: 14px;
	line-height:44px;
}
.newsphotogallery .swiper-button{
	pointer-events: all;
	font-size:30px;
	line-height:30px;
	height:30px;
	color:white;
	top:50%;
	bottom:initial;
	right:15px;
	background:none;
	border:none;
	text-shadow: 1px 3px 1px rgba(0,0,0,1);
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.newsphotogallery .swiper-button-prev{
	right:initial;
	left:15px;
	text-shadow: -1px 3px 1px rgba(0,0,0,1);
}
.newsphotogallery .swiper-button-prev:before{
	content:"\EA01";
}
.newsphotogallery .swiper-button-next:before{
	content:"\EA2C";
}
.newsphotogallery__description {
	border-bottom:1px solid #ecefef;
	padding:16px 0 14px;
}
.newsphotogallery__description p{
	font:13px/15px "GuardianSans Regular", sans-serif;
	color:#b1b1b1;
	padding-left:23px;
}.newsvideogallery{
	margin-bottom:35px;
}
.newsvideogallery__image{
	padding-top:62.96%;
}
.newsvideogallery__actions{
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: initial;
	pointer-events: none;
}
.newsvideogallery__counter{
	bottom: 6px;
	left: 0;
	text-align:left;
	width:auto;
	font-size:18px;
	line-height:29px;
	color:#b1b1b1;
	text-shadow:none;
	font:13px/32px "GuardianSans Regular", sans-serif;
}
.newsvideogallery .swiper-fullscreen{
	background-color:rgba(0,0,0,0.6);
	border-radius:50%;
	width:40px;
	height:40px;
	top:11px;
	right:11px;
	font-size: 14px;
	line-height:44px;
}
.newsvideogallery .swiper-button{
	font-size:30px;
	line-height:30px;
	height:30px;
	color:white;
	top:50%;
	bottom:initial;
	right:15px;
	background:none;
	border:none;
	text-shadow: 0 0 -10px 0 black;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	pointer-events: all;
}
.newsvideogallery .swiper-button-prev{
	right:initial;
	left:15px;
}
.newsvideogallery .swiper-button-prev:before{
	content:"\EA01";
}
.newsvideogallery .swiper-button-next:before{
	content:"\EA2C";
}
.newsvideogallery__description {
	border-bottom:1px solid #ecefef;
	padding:12px 0;
}
.newsvideogallery__description p{
	font:13px/15px "GuardianSans Regular", sans-serif;
	color:#b1b1b1;
	padding-left:23px;
}.imagecomparation .imagecomparation__text{
	font:16px/30px 'Tungsten Semibold', sans-serif;
	letter-spacing:1.5px;
	border-radius:0;
	border:2px solid white;
	background-color:rgba(0,0,0,0.3);
	height:28px;
	padding:0 14px;
	text-transform:uppercase;
	left:16px;
}
.imagecomparation .imagecomparation__text--right{
	right:16px;
	left:auto;
}
.imagecomparation__overlay{
	background:none;
}
.imagecomparation__handler:after, 
.imagecomparation__handler:before{
	height:200px;
	width:2px;
}
.imagecomparation__handler{
	border:none;
	background-color:white;
	height:78px;
	width:78px;
}
.imagecomparation__trigger {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imagecomparation__trigger:after, 
.imagecomparation__trigger:before{
	content:"\EA01";
	font-family:"iconos";
	font-size:30px;
	line-height:30px;
	border:none;
	height: 30px;
	left: 14px;
	top:23px;
	display: block;
	width: 17px;
}
.imagecomparation__trigger:after{
	content:"\EA2C";
	left:initial;
	right:13px;
}