

/*******************
 * 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);
  }
}.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--box{
	position: relative;
}
.news--box .news__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	background-color: #999;
}
.news--box .news__media iframe,
.news--box .news__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news--box .icono--play,
.news--box .icono--audio,
.news--box .icono--picture{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
}
.news--box .icono--play:before,
.news--box .icono--audio:before,
.news--box .icono--picture:before{
	position: absolute;
	top: 50%;
	left: 50%;	
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news--box .news__tag{
	position: absolute;
	top: 0;
	left: 0;
}
.news--box .news__nophoto{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news--box .news__label{
	position: absolute;
	top: 5px;
	left: 5px;
}
.news--box .news__share{
	position: absolute;
	top: 0;
	right: 0;
}
.news--box .news__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.news--box .news__share-buttons{

}
.news--box .news__line--sep{
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
	display: none;
}
.news--box .news__author{
	display: inline-block;
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--box .news__author a{
	text-transform: initial;
	font: inherit;
	color: inherit;
}
.news--box .news__author a:hover{
	color: black;
}
.news--box .news__time{
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--box .news__section{
	font: 16px/16px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	color: #000000;
	margin: 0 0 21px;
}
.news--box .news__title{
	font: 25px/29px 'GuardianSans Semibold', sans-serif;
	color: #000000;
	margin: 0 0 35px;
}
.news--box .news__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
}
.news--box .news__title a:hover{
	color: #16c1f3;
}
.news--box .news__excerpt{
	font: 15px/22px 'Acta Book', serif;
	color: #000;
	margin: 0;
}
.news--box .news__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}

.news--summary{
	position: relative;
	display: inline-block;
	width: 100%;
}
.news--summary .news__media{
	float: left;
	position: relative;
	background-color: #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{
	
}

.news--innerbox{
	position: relative;
}
.news--innerbox .news__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	background-color: #999;
}
.news--innerbox .news__media:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	pointer-events: none;
}
.news--innerbox .news__media video,
.news--innerbox .news__media iframe,
.news--innerbox .news__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news--innerbox .icono--play,
.news--innerbox .icono--audio,
.news--innerbox .icono--picture{
	position: absolute;
	top: -15px;
	left: 50%;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	height: 60px;
	width: 60px;
	border: 2px solid #fff;
	font-size: 22px;
	line-height: 70px;
	z-index: 3;
	pointer-events: none;
	text-align: center;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );

	&: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--innerbox .news__tag{
	position: absolute;
	top: 0;
	left: 0;
}
.news--innerbox .news__nophoto{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news--innerbox .news__label{
	position: absolute;
	top: 5px;
	left: 5px;
}
.news--innerbox .news__share{
	position: absolute;
	top: 0;
	right: 0;
}
.news--innerbox .news__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.news--innerbox .news__share-buttons{

}
.news--innerbox .news__data{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 30px 20px;
}
.news--innerbox .news__line--sep{
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
	display: none;
}
.news--innerbox .news__author{
	display: inline-block;
	text-transform: lowercase;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--innerbox .news__author a{
	text-transform: initial;
	font: inherit;
	color: inherit;
}
.news--innerbox .news__author a:hover{
	color: black;
}
.news--innerbox .news__time{
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	color: #959595;
}
.news--innerbox .news__section{
	font: 16px/16px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	color: #000000;
	margin: 0 0 9px;
}
.news--innerbox .news__title{
	font: 72px/76px 'GuardianSans Semibold', sans-serif;
	color: white;
	margin: 0 auto 40px;
}
.news--innerbox .news__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
}
.news--innerbox .news__title a:hover{
	color: #000000;
}
.news--innerbox .news__excerpt{
	font: 22px/25px 'Acta Book', serif;
	color: white;
	margin: 0 auto 30px;
}
.news--innerbox .news__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}
.news--innerbox .news__related{
	
}

.video--box{
	position: relative;
}
.video--box .video__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	background-color: black;
}
.video--box .video__media iframe,
.video--box .video__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video--box .icono--play{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	font-size: 15px;
	line-height: 45px;
	text-align: center;

	&: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% );
	}
}
.video--box .video__nophoto{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.video--box .video__share{
	position: absolute;
	top: 0;
	right: 0;
}
.video--box .video__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.video--box .video__share-buttons{

}
.video--box .video__section{
	font: 16px/16px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	color: #16c1f3;
	margin: 0 0 10px;
}
.video--box .video__title{
	font: 18px/22px 'GuardianSans Regular', sans-serif;
	color: white;
	margin: 0 0 35px;
}
.video--box .video__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
}
.video--box .video__title a:hover{
	color: #16c1f3;
}
.video--box .video__excerpt{
	font: ;
	color: ;
	margin: 0;
}
.video--box .video__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}

.video--innerbox{
	position: relative;
}
.video--innerbox .video__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	background-color: black;
}
.video--innerbox .video__media:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	pointer-events: none;
}
.video--innerbox .video__media iframe,
.video--innerbox .video__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video--innerbox .icono--play{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	pointer-events: none;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	height: 70px;
	width: 70px;
	border: 2px solid #fff;
	font-size: 28px;
	line-height: 78px;
	text-align: center;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );

	&: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% );
	}
}
.video--innerbox .video__nophoto{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.video--innerbox .video__share{
	position: absolute;
	top: 0;
	right: 0;
}
.video--innerbox .video__share-toggle{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
}
.video--innerbox .video__share-buttons{

}
.video--innerbox .video__data{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 20px 24px 59px;
}
.video--innerbox .video__section{
	font: 16px/16px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	color: #16c1f3;
	margin: 0 0 9px;
}
.video--innerbox .video__title{
	font: 30px/34px 'GuardianSans Semibold', sans-serif;
	color: white;
	margin: 0;
}
.video--innerbox .video__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
}
.video--innerbox .video__title a:hover{
	color: #16c1f3;
}
.video--innerbox .video__excerpt{
	font: ;
	color: #9c9c9c;
	margin: 0;
}
.video--innerbox .video__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}

.author--box{
	position: relative;
}
.author--box .author__media{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 100%;
	margin-bottom: 10px;
	background-color: #999;
}
.author--box .author__media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.author--box .author__name{
	font: 500 12px/12px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	color: #000000;
	margin: 0 0 10px;
}
.author--box .author__news__title{
	font: 20px/22px 'ActaDisplay ExtraBoldItalic', sans-serif;
	color: black;
	margin: 0;
}
.author--box .author__news__title a{
	font: inherit;
	color: inherit;
	text-decoration: none;
}
.author--box .author__news__title a:hover{
	color: #000000;
}
.author--box .author__news__excerpt{
	font: ;
	color: black;
	margin: 0;
}
.author--box .author__news__excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}.form--box input, 
.form--box select, 
.form--box textarea {
	width: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.form--box textarea {
	height: 173px;
	resize: none;
}

.form--box__label {
	display: block;
	overflow: hidden;
}
.form--box__success,
.form--box__error {
	display: none;
}
.form--box__success .form--box__btn{
	display: inline-block;
	margin: 25px 0 0 0;
}.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;
}
.alert{
	min-height:129px;
	height:auto;
	transition:all .4s;
	-webkit-transition: all .4s;
}
.alert__close{
	border:none;
	background:none;
}
.alert--closed{
	height:0;
	min-height:0;
	padding:0 30px!important;
}
/*******************
 * MODULES
 ******************/
.listhboxslider__header{
	margin-bottom: 20px;
}
.listhboxslider__title{
	font: 400 28px/31px 'Tungsten Semibold', sans-serif;
	color: black;
	display: inline-block;
}
.listhboxslider__content{
	position: relative;
}
.listhboxslider__number{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	color: white;
	font: bold 66px/46px 'GuardianSans Semibold', sans-serif;
	pointer-events: none;
}
.listhboxslider .swiper-slide{
	width: 200px;
	position: relative;
}
.listhboxslider .swiper-button{
	background: transparent;
	border: none;
	color: #cdcdcd;
	font-size: 28px;
	width: 45px;
	height: 60px;
	padding: 0;
	left: 0;
}
.listhboxslider .swiper-button-next{
	left: auto;
	right: 0;
}.authorlisthboxslider__header{
	margin-bottom: 20px;
}
.authorlisthboxslider__title{
	font: 400 28px/31px 'Tungsten Semibold', sans-serif;
	color: black;
	display: inline-block;
}
.authorlisthboxslider__content{
	position: relative;
}
.authorlisthboxslider__number{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	color: white;
	font: bold 66px/46px 'GuardianSans Semibold', sans-serif;
	pointer-events: none;
}
.authorlisthboxslider .swiper-slide{
	width: 200px;
	position: relative;
}
.authorlisthboxslider .swiper-button{
	background: transparent;
	border: none;
	color: #cdcdcd;
	font-size: 28px;
	width: 45px;
	height: 60px;
	padding: 0;
	left: 0;
}
.authorlisthboxslider .swiper-button-next{
	left: auto;
	right: 0;
}.fotogaleriasliderinnerbox{
	padding-top: 30px;
}
.fotogaleriasliderinnerbox__header{
	margin-bottom: 30px;
}
.fotogaleriasliderinnerbox__title{
	font: 28px/32px 'Tungsten Semibold', sans-serif;
}
.fotogaleriasliderinnerbox .swiper-button{
	background: transparent;
	border: none;
	color: #cdcdcd;
	font-size: 28px;
	width: 45px;
	height: 60px;
	padding: 0;
	left: 0;
}
.fotogaleriasliderinnerbox .swiper-button-next{
	left: auto;
	right: 0;
}
.fotogaleriasliderinnerbox .news__label,
.fotogaleriasliderinnerbox .news__section,
.fotogaleriasliderinnerbox .news__media .icono{
	display: none;
}.videomodule1y4 {
	background-color: black;
	padding: 60px 0;
}
.videomodule1y4__header{
	margin-bottom: 40px;
}
.videomodule1y4__title{
	font: 400 28px/31px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	color: #62c2a5;
}
.videomodule1y4 .video--innerbox{
	margin-bottom: 40px;
}.suscribevertical{
	background-color: #16c1f3;
	color: #fff;
	text-align: center;
	padding: 20px 15px 40px;
}
.suscribevertical__title{
	color: white;
	text-transform: uppercase;
	font: 500 13px/13px 'Tungsten Semibold', sans-serif;
	margin-bottom: 10px;
}
.suscribevertical__formtitle{
	color: white;
	text-align: center;
	font: 25px/31px 'GuardianSans Semibold', sans-serif;
	margin-bottom: 20px;
}
.suscribevertical__fieldset{
	position: relative;
	margin-bottom: 15px;
}
.suscribevertical__fieldset input{
	width: 100%;
	padding: 14px 30px 14px 10px;
	border: 0;
	height: 45px;
	color: black;
	background-color: white;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.suscribevertical__fieldset button{
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	border: none;
	border-left: 1px solid #16c1f3;
	font-size: 15px;
	color: black;
	background-color: white;
}
.suscribevertical__hint{
	color: white;
	text-align: left;
	font: 400 13px/16px 'Acta Book', serif;
}
.suscribevertical__hint a{
	text-decoration: underline;
	color: inherit;
}.suscribehorizontal{
	background-color: #16c1f3;
	color: #fff;
	text-align: center;
	padding: 40px 15px 40px;
}
.suscribehorizontal__title{
	color: white;
	text-transform: uppercase;
	font: 400 28px/31px 'Tungsten Semibold', sans-serif;
	margin-bottom: 25px;
}
.suscribehorizontal__formtitle{
	color: white;
	text-align: center;
	font: bold 32px/40px 'GuardianSans Semibold', sans-serif;
	margin-bottom: 20px;
}
.suscribehorizontal__fieldset{
	position: relative;
	max-width: 600px;
	margin: 0 auto 45px;
}
.suscribehorizontal__fieldset input{
	width: 100%;
	padding: 14px 30px 14px 10px;
	border: 0;
	height: 45px;
	color: black;
	background-color: white;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.suscribehorizontal__fieldset button{
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	border: none;
	border-left: 1px solid #16c1f3;
	font-size: 15px;
	color: black;
	background-color: white;
}
.suscribehorizontal__fieldset button: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% );
}
.suscribehorizontal__hint{
	color: white;
	text-align: left;
	font: 400 13px/16px 'Acta Book', serif;
}
.suscribehorizontal__hint a{
	text-decoration: underline;
	color: inherit;
}
.suscribehorizontal__social{
	display: block;
}
.suscribehorizontal__social a{
	color: white;
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	margin: 0 10px;
}.box-followvertical{
	position: relative;
	background: #16c1f3;
	padding: 30px 20px;
	margin: 0 0 40px;
}
.box-followvertical:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, .13 );
}
.box-followvertical a{
	position: relative;
	z-index: 2;
	display: block;
	color: white;
	border: 1px solid #fff;
	cursor: pointer;
	text-transform: uppercase;
	height: 40px;
	padding-left: 60px;
	font: 400 14px/40px 'Tungsten Semibold', sans-serif;
	background-color: transparent;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.box-followvertical a:hover{
	background-color: #16c1f3;
}
.box-followvertical a + a{
	margin-top: 10px;
}
.box-followvertical .icono{
	position: absolute;
	left: 25px;
	top: 50%;
	font-size: 15px;
	line-height: 10px;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}.boxinstagram{
	background-color: #000000;
	padding: 30px 15px 20px;
	margin-bottom: 20px;
}
.boxinstagram__header{
	margin-bottom: 12px;
}
.boxinstagram__title{
	font: 15px/18px 'Tungsten Semibold', sans-serif;
	color: white;
}
.boxinstagram__content h4{
	font: bold 25px/29px 'GuardianSans Semibold', sans-serif;
	color: white;
	margin-bottom: 25px;
}
.boxinstagram__button{
	display: block;
	border: 1px solid white;
	height: 42px;
	text-align: center;
	color: white;
}
.boxinstagram__button span{
	vertical-align: top;
	display: inline-block;
	font-size: 20px;
	line-height: 42px;
}
.boxinstagram__items{
	margin: 0 -1px 18px;
	overflow: hidden;
}
.boxinstagram__items figure{
	width: 50%;
	display:inline-block;
	vertical-align: middle;
	padding: 0 1px 2px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.boxinstagram__items img{
	width: 100%;
	height: auto;
}
.boxinstagram__button .icono{
	line-height: 50px;
	margin-right: 5px;
}.textual{
	display: block;
	width: 100%;
	background-color: #000000;
	position: relative;
	padding: 70px 0;
}
.textual__image{
	position: absolute;
	bottom: 0;
	right: 0;
}
.textual__quote p{
	color: white;
	font: bold 42px/49px 'GuardianSans Semibold', sans-serif;
}
.textual__author{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font: 400 12px/12px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	color: rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
	margin-top: 40px;
	padding-top: 20px;
}.listvsummary__title{
	font: 400 28px/31px 'Tungsten Semibold', sans-serif;
	color: black;
	display: inline-block;
	width:100%;
}
/*******************
 * CSS PROPIO
 ******************/
@font-face {
  font-family: "iconos";
  src: url('/__export/1512572451000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/iconos.eot');
  src: url('/__export/1512572451000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/iconos.eot_1180257333.eot') format('embedded-opentype'),
       url('/__export/1512572451000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/iconos.ttf') format('truetype'),
       url('/__export/1512572451000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/iconos.woff') format('woff'),
       url('/__export/1512572451000/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/1508944172000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-Book.eot');
	src: url('/__export/1508944172000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-Book.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1510764423000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-Book.woff') format('woff'),
		url('/__export/1510764423000/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/1508944173000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-MediumItalic.eot');
	src: url('/__export/1508944173000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-MediumItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1510764423000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-MediumItalic.woff') format('woff'),
		url('/__export/1510764423000/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/1509921278000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-BlackItalic.eot');
	src: url('/__export/1509921278000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-BlackItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1510764423000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Acta-BlackItalic.woff') format('woff'),
		url('/__export/1510764423000/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/1509921278000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-ExtraBoldItalic.eot');
	src: url('/__export/1509921278000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-ExtraBoldItalic.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1510764423000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-ExtraBoldItalic.woff') format('woff'),
		url('/__export/1510764423000/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/1510289489000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-Bold.eot');
	src: url('/__export/1510289489000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-Bold.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1510764423000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/ActaDisplay-Bold.woff') format('woff'),
		url('/__export/1510764423000/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/1508944173000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Semibold.eot');
	src: url('/__export/1508944173000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Semibold.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1510764424000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Semibold.woff') format('woff'),
		url('/__export/1510764424000/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/1510552408000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Bold.eot');
	src: url('/__export/1510552408000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Bold.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1510764424000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Bold.woff') format('woff'),
		url('/__export/1510764424000/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/1509649009000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Medium.eot');
	src: url('/__export/1509649009000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Medium.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1510764424000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Medium.woff') format('woff'),
		url('/__export/1510764424000/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/1509921278000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Regular.eot');
	src: url('/__export/1509921278000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Regular.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1510764424000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Regular.woff') format('woff'),
		url('/__export/1510764424000/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/1509999742000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Light.eot');
	src: url('/__export/1509999742000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Light.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1510764424000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/GuardianSans-Light.woff') format('woff'),
		url('/__export/1510764424000/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/1508944172000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Tungsten-Semibold.eot');
	src: url('/__export/1508944172000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Tungsten-Semibold.eot_1180257333.eot') format('embedded-opentype'),
		url('/__export/1510764425000/system/modules/com.tfsla.sitio.laverdad/es/desktop/resources/fonts/Tungsten-Semibold.woff') format('woff'),
		url('/__export/1510764425000/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;
}/*
	SECTION STYLES
*/
.page-section{
	background-color:white;
}
.page-section .row{
	max-width:1096px;
}
.page-section .row--container{
	min-height: 960px;
}
.page-section .pagebuilder{
	margin-bottom:35px;
}
.section__header{
	background: black;
	color: #16c1f3;
	padding: 45px 0 38px 0;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 28px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.section__title{
	display: block;
	font: 78px/67px 'Tungsten Semibold', sans-serif;
}
.page-section .news--innerbox .news__data{
	padding:37px 41px;
}
.page-section .news--innerbox .news__media:after{
	content: "";
	display: block;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	opacity: 1;
	pointer-events: none;	
}
.viewmore__button{
	margin: 40px auto 60px auto!important;
}.page-search .section__title{
	font-size:28px;
	line-height:31px;
}
.page-search .news--summary:first-child{
	padding-top:40px;
}
.boxsearch {
	display: inline-block;
	position: relative;
	padding-right: 0px;
}
.boxsearch__input{
	background: transparent;
	border: 0;
	color: #fff;
	font: bold 71px/71px 'GuardianSans Semibold', sans-serif;
	border-bottom: 1px solid rgba( 255, 255, 255, .5 );
	padding: 0px 100px 10px 15px;
	text-indent: 15px;
	margin-bottom: 18px;
	outline: none;
}
input.boxsearch__input::-webkit-input-placeholder {
	color: white;
}
input.boxsearch__input::-moz-placeholder {
	color: white;
}
input.boxsearch__input:-ms-input-placeholder {
	color: white;
}
input.boxsearch__input:-moz-placeholder {
	color: white;
}
.boxsearch__submit {
	color: white;
	font-size: 40px;
	position: absolute;
	right: 0;
	top: 14px;
	padding: 22px 20px 20px;
	background-color: transparent;
	border: none;
}
.boxsearch__resultcount{    
	font-size: 16px;
	line-height: 18px;
	text-transform: lowercase;
}
.page-search .section__header.sectionsearch__null{
	margin-bottom: 0;
	padding-bottom: 160px;
	height: auto;
}
.page-search .section__header.sectionsearch__null .sectionsearch__null__text{    
	color: #000;
	margin: 36px 0 99px 0;
	text-transform: initial;
}.page-freestyle .section__header{
	margin: 0 0 30px;
	height: auto;
}

.freestyle__content {
	padding-bottom: 30px;
}
.freestyle__content .row--container {
	max-width: 80%;
	margin: 0 auto;
}

.freestyle__content h1,
.freestyle__content h2,
.freestyle__content h3,
.freestyle__content h4,
.freestyle__content h5,
.freestyle__content h6 {
	margin: 0 0 20px;
	text-align: left;
	font: 22px/22px 'GuardianSans Semibold', sans-serif;
	text-transform: uppercase;
}
.freestyle__content h2{
	font-size: 20px;
	line-height: 20px;
}

.freestyle__content ul,
.freestyle__content p {
	font-family: inherit !important;
	font-size: 20px !important;
	line-height: 26px !important;
	margin-bottom: 26px !important;
	text-align: left !important;
	color: #000;
}
.freestyle__content ul{
    margin-left: 20px;
}
.freestyle__content a{
	color:#16c1f3;
}
.freestyle__content ol,
.freestyle__content li,
.freestyle__content ul{
	list-style: disc;
}.page-contacto .section__header{
	margin: 0 0 78px;
	height: auto;
}
.form--box__container {
	max-width: 570px;
	margin: 20px auto 60px;
	width: 100%;
	font-family: "GuardianSans Regular";
}
.form--box input, 
.form--box select, 
.form--box textarea {
	height: 36px;
	border-radius: 0;
	font-size: 18px;
	line-height: 20px;
	border: 1px solid #ededed;
	padding: 9px 11px 7px;
}
.form--box select{
	padding:0 11px;
}
.form--box textarea {
    height: 173px;
    resize: none;
}
.form--box__label {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 8px;
}
.form--box__label small{
	color:#666;
	margin-left:5px;
}
form--box__field{
	position:relative;
}
.form--box__field + .form--box__field {
    margin-top: 21px;
}
.form--box__fieldbuttons{
	text-align: center;
}
.form--box__btn{
	text-transform:uppercase;
	margin-right: 10px;
	color:black;
	border:none;
	border-radius:21px;
	height:42px;
	background: #16c1f3;
	padding: 0 50px;
	text-transform: uppercase;
	font:20px/44px 'Tungsten Semibold', sans-serif;
	letter-spacing:1.5px;
	transition:all .4s;
}
.form--box__btn:hover{
	opacity:0.7;
}
.form--box__fieldbuttons a{
	color:black;
	font-size:16px;
	line-height:16px;
}
.form--box__success {
    text-align: center;
    padding: 110px 0;
}
.form--box__error {
	font-family: "GuardianSans Regular";
	color:white;
	max-width: 570px;
	width:100%;
	margin:20px auto;
	text-align: center;
	background-color: black;
	padding: 20px 0 22px;
}.listnewssection{
	margin-bottom:52px;
}
.listnewssection__title{
	font:24px/25px 'Tungsten Semibold', sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-bottom:14px;
	margin-bottom:23px;
	border-bottom:1px solid black;
}
.listnewssection__title a{
	color:inherit;
}
.listnewssection__title a:hover{
	color:#16c1f3;
}
.listnewssection__content .news--box .news__section {
	display:none;
}
.listnewssection__content .news--box .news__title {
	margin:18px 0 24px;
}.lapuraverdad{
	background-color:black;
	padding:65px 0 125px;
}
.lapuraverdad .row{
	position:relative;
}
.lapuraverdad__title{
	text-transform: uppercase;
	color: white;
	font:16px/16px 'Tungsten Semibold', sans-serif;
	letter-spacing: 1.5px;
	border: 2px solid white;
	padding: 9px 14px 7px;
	position:absolute;
	top:11px;
	left:479px;
	z-index:2;
	background-color:rgba(0,0,0,0.3);
}
.lapuraverdad .news--summary {
	padding:0;
	border:none;
}
.lapuraverdad .news--summary .news__section{
	margin-bottom:21px;
}
.lapuraverdad .news--summary .news__media{
	min-height:281px;
	width:500px;
}
.lapuraverdad .news--summary .news__media:after{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-right: 30px solid #434343;
	border-top: 30px solid #434343;
	border-left: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
	bottom: -60px;
	left: 0;
}
.lapuraverdad .news--summary .news__data{
	margin-left:533px;
	padding-top:68px;
}
.lapuraverdad .news--summary .news__title{
	color:white;
	font:36px/38px "ActaDisplay ExtraBoldItalic", serif;
	margin-bottom:20px
}
.lapuraverdad .news--summary .news__excerpt{
	color:#9c9c9c;
}
/*******************
 * 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;
}/***********************************
 * NOTICIAS GENERALES
 **********************************/
.news--100-0 .news__media{
	padding-top: 100%!important;
}
.news--83-33 .news__media{
	padding-top: 83.33%!important;
}
.news--80-0 .news__media{
	padding-top: 80%!important;
}
.news--70-13 .news__media,
.news--70-14 .news__media{
	padding-top: 70.13%!important;
}
.news--56-89 .news__media:after,
.news--70-13 .news__media:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:white;
	opacity:0;
	pointer-events: none;
	transition:all .2s;
	-ms-transition:all .2s;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
}
.news--56-89:hover .news__media:after,
.news--70-13:hover .news__media:after{
	opacity:0.5;
}
/***********************************
 * MODULO NEWS-BOX
 **********************************/
.news--box{
	margin-bottom: 40px;
}
.news--box .news__media{
	margin-bottom: 0;
	background-color:white;
}
.news--box.news--nophoto .news__media{
	background: #ebebeb;
}
.news--box.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--box .news__data{
	padding-top: 0;
	background-color: white;
	text-align: left;
	height: auto;
	position:relative;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news--box .news__title{
	margin: 44px 0 16px;
	transition:all .4s;
}
.news--box .news__label{
	display: none;
}
.news--box .news__section{
	text-transform: uppercase;
	position: relative;
	letter-spacing:1.5px;
	margin:0;
	border:4px solid #16c1f3;
	padding:7px 12px 5px;
	background-color:white;
	position: absolute;
	top: -59px;
}
.news--box a.news__section:hover{
	color:#16c1f3;
}
.news--box .news__author{
	font-family: 'Acta Medium Italic', serif;
	font-size:13px;
	line-height:13px;
	margin-top:14px;
	color:#b1b1b1;
	text-transform:lowercase;
}
.news--box .news__author span,
.news--box .news__author a{
	text-transform:initial;
	color:black;
	transition:all .4s;
}
.news--box .news__author a:hover{
	color:#16c1f3;
}
.news--box .news__time{
	display:none;
}
.news--box .icono--play, 
.news--box .icono--audio, 
.news--box .icono--picture{
	bottom:initial;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	border:none;
	border-radius:50%;
	background-color:rgba(2,194,242,0.8);
}
.news--box .icono--play:before{
	margin-left:1px;
}/***********************************
 * MODULO NEWS-INNERBOX
 **********************************/
.news--innerbox .news__label{
	display: none;
}
.news--innerbox .news__section{
	text-transform: uppercase;
	color: white;
	letter-spacing:1.5px;
	border:2px solid white;
	padding: 7px 12px 5px;
	background-color:rgba(0,0,0,0.3);
	margin-bottom:14px;
}
.news--innerbox a.news__section:hover{
	border-color:#16c1f3;
	color:#16c1f3;
}
.news--innerbox .news__title{
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom:0;
	font-size:46px;
	line-height:50px;
}
.news--innerbox .news__title a{
	transition:all .4s;
}
.news--innerbox .news__title a:hover{
	color:#16c1f3;
}
.news--innerbox .icono--play, 
.news--innerbox .icono--audio, 
.news--innerbox .icono--picture{
	top: -85px;
	background-color: rgba(2,194,242,0.8);
	border: none;
	border-radius: 50%;
	width: 98px;
	height: 98px;
	font-size: 42px;
	line-height: 120px;
}
.news--innerbox .news__time{
	display:none;
}
.news--innerbox .news__author{
	font-family: 'Acta Medium Italic', serif;
	font-size:13px;
	line-height:13px;
	margin-top:14px;
	color:white;
	text-transform:lowercase;
}
.news--innerbox .news__author a{
	color:white;
	text-transform:initial;
	transition:all .4s;
}
.news--innerbox .news__author a:hover{
	color:#16c1f3;
}
.news--innerbox .news__author span{
	text-transform:initial;
}
/***********************************
MODULo INNER BOX news--61-81
***********************************/
.news--innerbox.news--61-81{
	margin-bottom:47px;
}
.news--innerbox.news--61-81 .news__media{
	padding-top:61.8%;
}
.news--innerbox.news--61-81 .news__media:after{
	content:"";
	display:block;
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,0) 63%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 12%,rgba(0,0,0,0) 63%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 12%,rgba(0,0,0,0) 63%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
	
}
.news--innerbox.news--61-81 .news__data{
	width:257px;
	padding:19px 23px 54px;
	top:80px;
	left:29px;
	bottom:initial;
	 border: 11px solid #17c1f2;
	-moz-border-image: -moz-linear-gradient(left, #17c1f2 0%, #5ec2a9 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #17c1f2 0%, #5ec2a9 100%);
	border-image: linear-gradient(to right, #17c1f2 0%, #5ec2a9 100%);
	border-image-slice: 1;
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.news--innerbox.news--61-81 .news__data:before{
	content: "";
	position: absolute;
	display: block;
	bottom: -37px;
	left: 35px;
	width: 0;
	height: 0;
	border-left: 40px solid #17c1f2;
	border-top: 4px solid transparent;
	border-bottom: 26px solid transparent;
}

.news--innerbox.news--61-81 .news__data:after{
	content: "";
	position: absolute;
	display: block;
	bottom: -13px;
	left: 49px;
	width: 0;
	height: 0;
	border-left: 24px solid black;
	border-top: 0px solid transparent;
	border-bottom: 14px solid transparent;
}
.news--innerbox.news--61-81 .news__title{
	font-size:28px;
	line-height:32px;
	margin:0;
	max-height: 126px;
	overflow: hidden;
}
.news--innerbox.news--61-81 .news__section{
	border:none;
	padding:0;
	margin-bottom:20px;
}
.news--innerbox.news--61-81 .news__line{
	position:absolute;
	bottom: -73px;
	left: -10px;
}
.news--innerbox.news--61-81 .news__time{
	display:none;
}/***********************************
 * 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;
}
/***********************************
 * 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;
}/***********************************
 * MODULO LIST H BOX HORIZONTAL
 **********************************/
.listhboxslider{
	padding: 50px 0 0;
}
.listhboxslider__header{
	text-align: center;
	margin-bottom: 29px;
}
.listhboxslider__title{
	text-transform: uppercase;
}
.listhboxslider__title:after{
	content: '';
	background: #000000;
	display: block;
	height: 1px;
	margin: 8px auto 0;
	width: 53px;
}
.listhboxslider .swiper-container{
	padding-bottom: 99px;
}
.listhboxslider .swiper-pagination{
	bottom: 43px;
}
.listhboxslider__number{
	font-size: 113px;
	top: 62px;
	left: auto;
	right: 9px;
}
.listhboxslider__number + .news--box .news__media:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(-45deg, black 0, transparent 56%);
	background: -webkit-linear-gradient(-45deg, black 0, transparent 56%);
	background: linear-gradient(-45deg, black 0, transparent 56%);
	pointer-events: none;
	cursor: pointer;
}
.listhboxslider .news--box {
    margin-bottom: 9px;
}
.listhboxslider .news__data{
	background: transparent;
	text-align: left;
	height: auto;
	padding-top: 15px;
}
.listhboxslider .news__label{
	margin-bottom: 11px;
}
.listhboxslider .news__section{
    margin-bottom: 10px;
}
.listhboxslider .news__title{
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 9px;
}
.listhboxslider .swiper-button-prev{
	left: -65px;
}
.listhboxslider .swiper-button-next{
	right: -65px;
}
/***********************************
 * MODULO LIST H BOX HORIZONTAL CON LA CLASE LIST-RANKING-TRENDING
 **********************************/
.list-ranking-trending{
	background-color: white;
}
.list-ranking-trending .news--box .icono--play{
	width: 30px;
	height: 30px;
	z-index: 2;
}
/**********************************
* MODULO LIS H BO HORIZONTAL CON CLASE LISTHBOXNOSLIDER (SIN SLIDER)
**********************************/
.list-ranking-trending.listhboxnoslider .swiper-container{
	overflow-x:auto;
}
.list-ranking-trending.listhboxnoslider .swiper-button, 
.list-ranking-trending.listhboxnoslider .swiper-pagination {
	display:none;
}
.list-ranking-trending.listhboxnoslider .swiper-slide + .swiper-slide{
	margin-left:42px;
}
/***********************************
 * MODULO LIST H BOX HORIZONTAL CON LA CLASE LIST-SLIDER-CELEBS
 **********************************/
.list-slider-celebs{
	padding: 65px 0 0;
}
.list-slider-celebs .news--slider{
	width: 230px;
}
.list-slider-celebs .swiper-pagination{
	bottom: 64px;
}
.list-slider-celebs .listhboxslider__header{
	margin-bottom: 50px;
}
.list-slider-celebs .news__title{
	font-size: 25px;
	line-height: 30px;
}
.list-slider-celebs .news__section{
	margin-bottom: 15px;
}
.list-slider-celebs .news__media{
	border-radius: 100%;
	overflow: hidden;
}
.list-slider-celebs .news__media .icono{
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.list-slider-celebs .news__data{
	padding-top: 40px;
	text-align: center;
}/***************************
	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;
}/***********************************
 * MODULO SUSCRIBE HORIZONTAL
 **********************************/
.suscribehorizontal{
	padding: 54px 15px 39px;
}
.suscribehorizontal__content,
.suscribehorizontal__header{
	max-width:1066px;
	text-align: left;
	margin:0 auto;
}
.suscribehorizontal__title{
	position: relative;
	display: inline-block;
	text-align:left;
	color:black;
	font-size:16px;
	line-height:16px;
	letter-spacing:1px;
	margin-bottom:16px;
}
.suscribehorizontal__hint{
	color:black;
	margin-top:18px;
	font:13px/14px "GuardianSans Light", sans-serif;
}
.suscribehorizontal__social{
	display: none;
}
.suscribehorizontal__formtitle{
	max-width:390px;
	padding-right:107px;
	width:40%;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color:black;
	margin-bottom:0;
	font:32px/36px "GuardianSans Bold", sans-serif;
}
.suscribehorizontal__fieldset{
	max-width:495px;
	width:60%;
	display: inline-block;
	vertical-align: top;
}
.suscribehorizontal__fieldset input{
	padding-left:15px;
}
.suscribehorizontal__fieldset button,
.suscribehorizontal__fieldset input{
	height: 44px;
}
.suscribehorizontal__fieldset input{
	font-family:"GuardianSans Light", sans-serif;
}
.suscribehorizontal__fieldset input::-webkit-input-placeholder { 
	color: black;
}
.suscribehorizontal__fieldset input::-moz-placeholder {
	color: black;
}
.suscribehorizontal__fieldset input:-ms-input-placeholder {
	color: black;
}
.suscribehorizontal__fieldset input:-moz-placeholder {   
	color: black;
}
.suscribehorizontal__fieldset button{
	width:66px;
	border:none;
	font-size:21px;
}
.suscribehorizontal__fieldset .icono.icono--mail_outline:before{
	content: "\EA0E";
}
.suscribehorizontal__content .hint.error{
	color:white;
	background-color:black;
	width:100%;
	font-family: "GuardianSans Light", sans-serif;
	text-align:center;
	padding:8px 0;
	margin-top:15px;
}
.suscribehorizontal__content .hint.success{
	font-size: 18px;
	line-height: 20px;
	font-family: "GuardianSans Bold", sans-serif;
	text-align: center;
	margin-top: 34px;
	color: black;
	position: absolute;
	background: #4dc2f4;
	width: 100%;
	height: 100%;
	margin: 0;
	bottom: 0;
	top: 0;
	padding-top: 39px;
}/***********************************
 * MODULO SUSCRIBEVERTICAL
 **********************************/
.suscribevertical{
	padding: 26px 18px 40px;
}
.suscribevertical__title{
	font: 500 12px/12px 'Tungsten Semibold', sans-serif;
	position: relative;
	display: inline-block;
	margin-bottom: 23px;
}
.suscribevertical__title:after{
	content: "";
	background: white;
	display: block;
	height: 1px;
	margin-top: 6px;
	width: 100%;
	max-width: 70px;
	margin: 6px auto 0;
} 

.suscribevertical__fieldset ::-webkit-input-placeholder {
	color: #000;
}

.suscribevertical__fieldset :-moz-placeholder { 
	color: #000;
}
.suscribevertical__fieldset input{
	font: 400 12px/12px 'Acta Book', serif;
}  /***********************************
 * MODULO AUTHOR-BOX
 **********************************/
.author--box{
	margin-bottom: 0;
	text-align: left;
}
.author--box .author__media{
	overflow: hidden;
	border-radius: 100%;
}
.author--box .author__name{
	text-transform: uppercase;
	position: relative;
	color:#16c1f3;
	font-size:16px;
	line-height:16px;
	letter-spacing:1px;
}
.author--box .author__news__title a{
	transition:all .2s;
}
.author--box .author__news__title a:hover{
	color:#16c1f3;
}/***********************************
 * MODULO AUTHOR LIST H BOX HORIZONTAL
 **********************************/
.authorlisthboxslider{
	padding: 60px 0 0;
}
.authorlisthboxslider__header{
	margin-bottom: 70px;
	padding-bottom:25px;
	border-bottom:10px solid #000;
}
.authorlisthboxslider__title{
	text-transform: uppercase;
	font-size:30px;
	line-height:30px;
	letter-spacing: 1.5px;
}
.authorlisthboxslider__title a{
	font:inherit;
	color:inherit;
}
.authorlisthboxslider__link{
	float:right;
	font:16px/16px 'Tungsten Semibold', sans-serif;
	letter-spacing:1.5px;
	color:#16c1f3;
	transition:all .3s;
	-webkit-transition:all .3s;
	margin-top:9px;
	text-transform:uppercase;
}
.authorlisthboxslider__link:hover{
	color:black;
}
.authorlisthboxslider .swiper-container{
	padding-bottom: 109px;
	margin-left:70px;
	margin-right:70px;
}
.authorlisthboxslider .swiper-slide{
	width:158px;
}
.authorlisthboxslider .swiper-pagination{
	bottom: 50px;
}
.authorlisthboxslider .author__name{
	margin-bottom: 14px;
	vertical-align:top;

}
.authorlisthboxslider .author--box .author__media{
	margin-bottom:14px;
	border: 6px solid #000;
	box-sizing: border-box;
	padding-top: 91%;
}
.authorlisthboxslider .swiper-button{
	font-size:45px;
	line-height:45px;
	top:37px;
	margin-top:0;
	color:black;
}
.authorlisthboxslider .swiper-button-prev{
	left: 0;
}
.authorlisthboxslider .swiper-button-next{
	right: 0;
}/***********************************
 * FOTOGALERIA INNERBOX
 **********************************/
.fotogaleriasliderinnerbox{
	position: relative;
	text-align: center;
	padding: 0;
	margin-top:28px;
	margin-bottom:78px;
}
.fotogaleriasliderinnerbox__header{
	display:none;
}
.fotogaleriasliderinnerbox .news--innerbox .news__media{
	padding-top: 0;
	height: 600px;
}
.fotogaleriasliderinnerbox .news--innerbox .news__media img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.fotogaleriasliderinnerbox .news--innerbox .news__data{
	top: 50%;
	bottom:auto;
	right: auto;
	left: 50%;
	max-width: 700px;
	width: 100%;
	padding: 0;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
	margin-top:-15px;
}
.fotogaleriasliderinnerbox .news--innerbox .news__section{
	display:inline-block;
	margin-bottom: 20px;
}
.fotogaleriasliderinnerbox .news--innerbox .news__title{
	margin: 0;
	font-size: 50px;
	line-height: 50px;
}
.fotogaleriasliderinnerbox .news--innerbox .icono--play, 
.fotogaleriasliderinnerbox .news--innerbox .icono--audio, 
.fotogaleriasliderinnerbox .news--innerbox .icono--picture{
	display:none;
}
.fotogaleriasliderinnerbox .swiper-button{
	font-size:45px;
	color:white;
	left:50px;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.fotogaleriasliderinnerbox .swiper-button-next{
	right:50px;
	left: initial;
}
.fotogaleriasliderinnerbox .swiper-pagination{
	bottom: 33px;
	text-align: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 4px;
}
.fotogaleriasliderinnerbox .swiper-pagination-bullet{
	border-color: white;
	background-color:white;
}
.fotogaleriasliderinnerbox .swiper-pagination-bullet-active{
	background: #16c1f3;
	border-color:#16c1f3;
}/***********************************
 * MODULO FRASE DEL DIA
 **********************************/
.textual{
	height: 600px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.textual .row{
	padding: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.textual__quote{
	position: relative;
	margin: 145px 0 36px 80px;
	padding-right:50%;
}

.textual__quote p{
	font:36px/38px "ActaDisplay BoldItalic", serif;
}/***********************************
 * MODULO VIDEO 1 y 4
 **********************************/
.videomodule1y4{
	padding:40px 0 52px;
}
.videomodule1y4 > .row{
	position:relative;
}
.page-videos .videomodule1y4{
	padding:0;
}
.videomodule1y4__header{
	text-align: left;
	padding-bottom: 28px;
	border-bottom:12px solid #333;
}
.videomodule1y4__title{
	position: relative;
	text-transform: uppercase;
	color: white;
	font: 30px/30px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	letter-spacing:1.5px;
}
.page-videos .videomodule1y4__title{
	font-size: 36px;
    	line-height: 38px;
}
.videomodule1y4__button{
	position:absolute;
	top:26px;
	right:0;
}
.videomodule1y4__button a{
	letter-spacing:1.5px;
	text-transform:uppercase;
	font:16px/16px 'Tungsten Semibold', sans-serif;
	color:#16c1f3;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.videomodule1y4__button a:hover{
	color:white;
}
.videomodule1y4 .video--innerbox .video__media{
	width: 67.7%;
	padding-top: 38%;
}
.videomodule1y4 .video--innerbox .video__data{
	padding:0;
	left: initial;
	width: 28%;
	top: 0;
	bottom:initial;
	padding:22px 24px 59px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 12px solid #17c1f2;
	-moz-border-image: -moz-linear-gradient(left, #17c1f2 0%, #5ec2a9 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #17c1f2 0%, #5ec2a9 100%);
	border-image: linear-gradient(to right, #17c1f2 0%, #5ec2a9 100%);
	border-image-slice: 1;
}

.videomodule1y4 .video--innerbox .video__data:before{
	content: "";
	position: absolute;
	display: block;
	bottom: -37px;
	left: 35px;
	width: 0;
	height: 0;
	border-left: 40px solid #17c1f2;
	border-top: 4px solid transparent;
	border-bottom: 25px solid transparent;
}

.videomodule1y4 .video--innerbox .video__data:after{
	content: "";
	position: absolute;
	display: block;
	bottom: -13px;
	left: 49px;
	width: 0;
	height: 0;
	border-left: 24px solid black;
	border-top: 0px solid transparent;
	border-bottom: 14px solid transparent;
}
.videomodule1y4 .video__title a{
	transition:all .4s;
	-ms-transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
}
.videomodule1y4 .video--innerbox {
	border-bottom:1px solid #333333;
	padding-bottom:49px;
	margin:0;
}
.video--innerbox .video__excerpt{
	position: absolute;
	bottom: -102px;
	left: -10px;
	font-size: 15px;
	line-height: 22px;
}
.videomodule1y4 .video--box{
	height:264px;
	overflow:hidden;
}
.videomodule1y4 .video--box .video__title a:hover{
	color: #16c1f3;
}
.videomodule1y4 .row__container{
	margin:0 -11px;
	padding-top: 6px;
	position: relative;
}
.videomodule1y4 .row__container .col{
	padding:22px 11px 0;
	border-right:1px solid #333;
}
.videomodule1y4 .row__container .col:last-child{
	border:none;
}
.videomodule1y4 .video__tags{
	text-transform: uppercase;
	color:#16c1f3;
	font:16px/16px 'Tungsten Semibold', sans-serif;
	display: inline-block;
	margin-bottom: 16px;
	letter-spacing: 1.5px;
}
.video--innerbox .icono--play{
	background-color:rgba(2,194,242,0.8);
	border:none;
	border-radius:50%;
	width:98px;
	height:98px;
	font-size:42px;
	line-height:115px;
}
.video--innerbox .icono--play:before{
	margin-right: -6%;
}
.video--box .icono--play{
	background-color:rgba(2,194,242,0.8);
	border:none;
	border-radius:50%;
	height:42px;
	width:42px;
	font-size:20px;
	line-height:52px;
	left:8px;
	bottom:8px;
}
.video--box .icono--play:before{
	margin-right: -8%;
}
.video--box .video__section{
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:17px;
}
.video--box .video__media{
	background-color:#333;
	margin-bottom:16px;
}
.video--box.news--nophoto .news__media {
	background-color:#333;
	border: 1px solid #ededed;
}
.video--box.video--nophoto .video__nophoto {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate( 0, 0 );
	-ms-transform: translate( 0, 0 );
	-moz-transform: translate( 0, 0 );
	-webkit-transform: translate( 0, 0 );
	background-image: url(/export/sites/laverdad/arte/logo.svg);
	background-position: center;
	background-size: 70% auto;
	background-repeat: no-repeat;    
	opacity: 0.15;
	filter: contrast(0%) brightness(200%)!important;
	-webkit-filter: contrast(0%) brightness(200%)!important;
}
.page-home .video--innerbox .video__excerpt{
	display:none;
}.pagebuilder{
	margin:0 30px 48px;
}
/***********************
 * PAGE BUILDER 1 y 2
 **********************/
.pagebuilder--1y2{
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
.pagebuilder--1y2 .col_8{
	padding: 0;
}
.pagebuilder--1y2 .news--innerbox .news__data{
	padding: 0 40px 40px;
}
.pagebuilder--1y2 .news--innerbox .news__data .icono--play:before{
	margin-left:7px;
}
.pagebuilder--1y2 .news--innerbox .news__media:after{
	content:"";
	display:block;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );	
	opacity:1;
	pointer-events: none;
	transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-webkit-transition:all .2s;
}
.pagebuilder--1y2 .news__title{
	margin: 0;
	font-size: 46px;
	line-height: 50px;
}
.pagebuilder--1y2 .col_4{
	padding:0 0 0 10px;
}
.pagebuilder--1y2 .col_4 .news__media{
	padding-top: 50%!important;
}
.pagebuilder--1y2 .col_4 .news--innerbox .icono--play, 
.pagebuilder--1y2 .col_4 .news--innerbox .icono--audio, 
.pagebuilder--1y2 .col_4 .news--innerbox .icono--picture{
	display:none;
}
.pagebuilder--1y2 .col_4 .news--summary .news__media{
	padding-top: 62.7%!important;
}
.pagebuilder--1y2 .col_4 .news--summary .news__section{
	background-color:white;
	color:black;
	border:4px solid #16c1f3;
	padding:7px 12px 6px;
	margin:32px 0 23px -33px;
}
.pagebuilder--1y2 .col_4 .news--summary a.news__section:hover{
	color:#16c1f3;
}
.pagebuilder--1y2 .col_4 .news__data{
	text-align: left;
	padding: 0 17px 21px;
}
.pagebuilder--1y2 .col_4 .news__title{
	font-size: 27px;
	line-height: 29px;
	margin: 0;
}
.pagebuilder--1y2 .news--summary{
	padding:10px 0 0 0;
	border:none;
}
.pagebuilder--1y2 .news--summary .news__media{
	width:210px;
}
.pagebuilder--1y2 .news--summary .news__data{
	padding:0;
}
.pagebuilder--1y2 .news--summary .news__line,
.pagebuilder--1y2 .news--summary .news__title{
	padding-left:228px;
}
/***********************
 * PAGE BUILDER SLIDER
 **********************/
.pagebuilder--slider .news--innerbox .news__media img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    -ms-transform: translate( -50%, -50% );
    -moz-transform: translate( -50%, -50% );
    -webkit-transform: translate( -50%, -50% );
}
.pagebuilder--slider .news__section{
	margin-bottom: 19px;
}
.pagebuilder--slider .news__title{
	font-size:60px;
	line-height:62px;
	margin: 0 auto;
}
.pagebuilder--slider .news__data{
	margin-bottom: 82px;
}
.pagebuilder--slider .news__time{
	display:none;
}
.pagebuilder--slider .news--innerbox .news__media{
	padding-top:0;
	height:100vh;    
	height: calc(100vh - 123px);
   	overflow: hidden;
}
.pagebuilder--slider .news--innerbox .news__media:after{
	content:"";
	display:block;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );	
	opacity:1;
	pointer-events: none;
	transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-webkit-transition:all .2s;
}
.pagebuilder--slider .swiper-button,
.pagebuilder--slider .swiper-button-prev,
.pagebuilder--slider .swiper-button-next{
	background:none;
	color: #FFF;
	border: none;
	font-size: 37px;
	width: 48px;
	height: auto;
}
.pagebuilder--slider .swiper-pagination{
	bottom: 25px;
	text-align:center;
}
.pagebuilder--slider .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: white;
	border: 1px solid #fff;
	opacity: 1;
}
.pagebuilder--slider .swiper-pagination-bullet-active{
	background: #16c1f3;
	border-color: #16c1f3;
}
/***********************
 * PAGE BUILDER 1 y 4
 **********************/
.pagebuilder--1y4 .row__container{
	margin:0 -11px;
}
.pagebuilder--1y4 .col{
 	padding:0 11px;
}
.pagebuilder--1y4 .news--innerbox{
	margin-bottom: 29px;
}
.pagebuilder--1y4 .news--innerbox .news__media{
	padding-top: 43.36%;
}
.pagebuilder--1y4 .news--innerbox .news__media:after{
	content:"";
	display:block;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	opacity:1;
	pointer-events: none;	
	transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-webkit-transition:all .2s;
}
.news--innerbox .news__data{
	max-width:1106px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: 50%;
	right: initial;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100%;
}
.pagebuilder--1y4 .news--innerbox .news__section{
	margin-bottom:21px;
}
.pagebuilder--1y4 .news--innerbox .news__title{
	font-size:60px;
	line-height:62px;
	margin-bottom:20px;
}
.pagebuilder--1y4 .news--box{
	margin-bottom: 0;
}
.pagebuilder--1y4 .news--box .news__section{
	position: relative;
	top: initial;
	border: none;
	padding: 15px 0 0 0;
	color: #16c1f3
}
.pagebuilder--1y4 .news--box a.news__section:hover{
	color:black;
}
.pagebuilder--1y4 .news--box .news__title{
	margin-top:12px;
	font-size: 18px;
	line-height: 24px;
}
.pagebuilder--1y4 .news--box .news__data{
	height: auto;
	background-color: transparent;
}
.pagebuilder--1y4 .news__time{
	display:none;
}
.pagebuilder .news--innerbox:hover .news__title{
	color:#16c1f3;
}
/***********************************
	MODULO PAGE BUILDER EN SECCION - INNER BOX NEWS 


.page-section .pagebuilder .news--innerbox .news__section{
	display:none;
}
.page-section .pagebuilder .news--innerbox .news__excerpt {
    font: 400 22px/25px "Avenir Next", serif;
    color: #fff;
    max-width: 750px;
    margin: 0 auto 40px auto;
}
***********************************//*
	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;
}.alert{
	padding:20px 30px;
	background-color:#ff433e;
	display:block;
	width:100%;
	box-sizing:border-box;
	position:relative;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
}
.alert .row{
	max-width:100%;
	min-height:95px;
}
.alert__label{
	color:white;
	font:16px/16px 'Tungsten Semibold', sans-serif;
	padding:8px 20px 6px;
	border:2px solid white;
	margin-bottom:19px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	display: inline-block;
}
.alert__title{
	color:white;
	font:30px/30px 'GuardianSans Semibold', sans-serif;
}
.alert__title a{
	color:inherit;
}
.alert--meteorologica{
	background-color:#02c2f2;
}
.alert__media{
	position:relative;
	float:left;
}
.alert__media .icono{
	border-radius: 50%;
	background-color: rgba(2,194,242,0.8);
	width:29px;
	height:29px;
	text-align:center;
	position:absolute;
	bottom:6px;
	left:6px;
	color:white;
	font-size:14px;
	line-height: 36px;
}
.alert__media .icono--play:before{
	margin-left:2px;
}
.alert--video .alert__data{
	margin-left:198px;
}
.alert__close{
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	right:30px;
	top:23px;
	cursor:pointer;
}
.alert__close:before, 
.alert__close:after {
	content: "";
	position: absolute;
	left: -1px;
	top: 6px;
	width: 18px;
	height: 2px;
	background-color: white;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.alert__close:after{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
/*******************
 * RESPONSIVE
 ******************/
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	.row{
		padding:0 20px;
		box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
}

@media only screen and (max-width: 990px), only screen and (max-device-width: 990px) {
	.row--container{
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-box;
	    display: -o-box;
	    display: box;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    -ms-box-orient: vertical;
	    -o-box-orient: vertical;
	    box-orient: vertical;
	}
	.col__aside {
	    float: none;
	    margin: 0 auto;
	    -webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    -ms-box-ordinal-group: 2;
	    -o-box-ordinal-group: 2;
	    box-ordinal-group: 2;
	}
	.col__aside + .col__main {
	    margin-right: 0;
	    padding:0;
	    -webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    -ms-box-ordinal-group: 1;
	    -o-box-ordinal-group: 1;
	    box-ordinal-group: 1;
	}
}
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px){
	.pagebuilder--1y2 .col_4 .news--innerbox .news__title,
	.pagebuilder--1y2 .news--summary .news__title{
		font-size:22px; 
		line-height:23px;
	}
}
@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px){
	.pagebuilder--1y2 .news--summary .news__line,
	.pagebuilder--1y2  .news--summary .news__title{
		padding-left:175px;
	}
	.pagebuilder--1y2 .news--summary .news__media{
		overflow:hidden;
		width:150px;
	}
	.pagebuilder--1y2 .col_8 .news--innerbox .news__title{
		font-size:44px;
		line-height:46px;
	}
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px){
	.pagebuilder--1y2 .col_8{
		width:54%;
	}
	.pagebuilder--1y2 .col_8 .news--innerbox .news__data{
		padding: 0 20px 20px;
	}
	.pagebuilder--1y2 .news--innerbox .news__author{
		margin-top:8px;
	}
	.pagebuilder--1y2 .news--innerbox .news__data .icono{
		display:none;
	}
	.pagebuilder--1y2 .col_4{
		width:46%;
	}
	.pagebuilder--1y2 .col_4 .news--summary .news__media{
		display:none;
	}
	.pagebuilder--1y2 .col_4 .news--summary .news__section{
		margin-left:0;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.pagebuilder--1y2 .news--summary .news__line, 
	.pagebuilder--1y2 .news--summary .news__title{
		padding:0;
	}
	.pagebuilder--1y2 .col_8 .news--innerbox .news__title {
		font-size:36px;
		line-height:40px;
	}
	.videomodule1y4 .video--innerbox .video__data{
		padding-bottom:22px;
	}
	.video--innerbox .video__title{
		font-size:24px;
		line-height:28px;
	}
}
@media only screen and (max-width: 860px), only screen and (max-device-width: 860px){
	.listnewssection__content .news--summary[class*="news--134"] .news__media{
		display:none;
	}
	.listnewssection__content .news--summary[class*="news--134"] .news__data{
		margin-left:0;
	}
}@media only screen and (max-width: 990px), only screen and (max-device-width: 990px) {
	.news--summary[class*="news--255"] .news__media{
		width: 205px;
		min-height: 130px;
	}
	.news--summary[class*="news--255"] .news__data{
		margin-left:240px;
	}
	.news--summary.news--410x490 .news__media{
		width: 210px;
		height: 290px;
	
	}
	.news--summary.news--410x490 .news__data{
		left: 230px;
	}
	.suscribehorizontal__fieldset{
		    width: 59%;
	}
	.suscribehorizontal__formtitle{
		font-size:26px;
		line-height:28px;
	}
}