html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article,aside,figure,footer,header,nav,section,details,summary {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,*:before,*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

b {
  font-weight: bold;
}

img,object,embed {
  max-width: 100%;
}

ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,select {
  vertical-align: middle;
}

pre {
  white-space: pre;
 /* CSS2 */
  white-space: pre-wrap;
 /* CSS 2.1 */
  white-space: pre-line;
 /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
 /* IE */;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,input,textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,td img {
  vertical-align: top;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre,code,kbd,samp {
  font-family: monospace, sans-serif;
}

.clickable,label,input[type=button],input[type=submit],input[type=file],button {
  cursor: pointer;
}

button,input,select,textarea {
  margin: 0;
}

button,input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hey {
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s;
  transition: opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s;
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s;
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s;
  will-change: transform;
}

.hey2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.yepa {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 3s, opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s;
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 3s, opacity cubic-bezier(0, 1.01, 0.12, 1.01) 3.5s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.yepa2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

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

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
}

.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%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

.row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row.right {
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.content-md {
  max-width: 1010px;
  margin: 0 auto;
}

.content-lg {
  max-width: 1180px;
  margin: 0 auto;
}

.right {
  margin-left: auto;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.col-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-80 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.col-70 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.col-60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.col-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.hidden-content {
  visibility: hidden;
}

.nav-tabs .tab a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.nav-tabs .tab a:hover {
  color: #a40057;
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99999999;
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

.site-header-nc.inside {
  position: relative;
  margin: 0 0 4px 0;
  background: #fff;
}

.site-header-nc.inside .container-header {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 1280px;
}

.site-header-nc.inside .site-logo {
  position: relative;
  text-align: center;
  float: none;
  clip: rect(0, 0, 0, 0);
}

.site-header-nc.inside .site-logo .logo {
  position: absolute;
  top: 8px;
  height: 26px;
  width: 87px;
  z-index: 15;
  padding: 0;
  display: block;
}

.site-header-nc.inside .site-logo .logo a {
  background: url(https://e00-telva.uecdn.es/assets/v1/img/logo_telva_reducido.png) no-repeat;
  background-image: url(https://e00-telva.uecdn.es/assets/v1/img/logo-telva.svg), none;
  background-size: auto 26px;
  height: 26px;
  width: 87px;
  display: block;
}

.site-header-nc.inside .tools-header {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 1;
}

.site-header-nc.inside .tools-header li {
  float: left;
  margin-right: 10px;
}

.site-header-nc.inside .tools-header a {
  background: #000;
  color: #fff;
  padding: 5px 8px;
  display: block;
  text-decoration: none;
  font-size: 13px;
}

.tools-corporative .tools-corporative-link > span {
  display: inline-block;
}

.site-header-nc.inside .nav-container {
  height: 44px;
  border: 0;
  background: #fff;
  position: relative;
}

.site-header-nc.inside .container-header {
  position: relative;
  overflow: visible;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.site-header-nc.inside .nav-tabs {
  z-index: 0;
  margin: 0;
  height: 44px;
  overflow: visible;
  padding-left: 90px;
  float: left;
  list-style-type: none;
  font-size: 16px;
}

.nav-tabs .tab {
  font-size: 14px;
  float: left;
  line-height: 36px;
}

.site-header-nc.inside .nav-tabs li {
  line-height: 16px;
  margin-right: 0;
}

.site-header-nc.inside .nav-tabs li a {
  display: block;
  padding: 15px 14px;
  font-size: 16px;
}

.site-header-nc.inside.fixed-down {
  z-index: 9999999;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #C9C9C9;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.site-header-nc.inside .breadcrumbs {
  width: 100%;
  background: #000;
  height: 44px;
  z-index: 11;
  display: none;
}

.site-header-nc.inside.fixed-down .breadcrumbs {
  background: #fff;
  display: block;
}

.site-header .nav-first-level,.site-header .breadcrumbs {
  border-bottom: 1px solid #ddd;
}

.site-header-nc.inside .breadcrumbs .tab-breadcrumb {
  height: 42px;
  margin: 0;
  float: left;
}

.site-header-nc.inside .breadcrumbs .tab-news {
  background: none;
  float: left;
  position: relative;
  display: block;
  max-width: 1139px;
  width: 100%;
}

.site-header-nc.inside .breadcrumbs .tab-news .tab-news-title:before {
  content: "";
  display: block;
  float: left;
  width: 2px;
  height: 22px;
  margin-top: 10px;
  background-color: #ddd;
  margin-right: 15px;
}

.site-header-nc.inside .breadcrumbs .tab-news .tab-news-title {
  font-size: 18px;
  padding: 0 0 0 97px;
  display: block;
  color: #000;
  height: 44px;
  line-height: 44px;
  float: left;
  width: calc(100% - 125px);
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header-nc.inside .percentage-bar-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000;
  opacity: 0;
}

.site-header-nc.inside.fixed-down .percentage-bar-container {
  opacity: 1;
  bottom: -1px;
}

.site-header-nc.inside .percentage-bar-container .percentage-bar {
  width: 0;
  height: 3px;
  z-index: 29;
  background-color: #000;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.site-header.fixed-down .percentage-bar {
  position: relative;
  clip: auto;
}

.site-header-nc.inside.fixed-down .nav-container {
  display: none;
}

.footer {
  position: relative;
  z-index: 100;
  background-color: #000;
  margin-top: 0;
  padding: calc(30px + 8vw) 15px;
 /*border-top:1px solid rgba(0,0,0,.8);*/
  color: #FFF;
}

.footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .25;
}

.footer .footer-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.footer .footer-content .footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .footer-content .footer-logos a {
  display: block;
  margin-bottom: 30px;
  max-width: 160px;
  min-width: 120px;
  padding: 0 10px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.footer .footer-content .footer-logos a.telva {
  max-width: 140px;
  min-width: 100px;
}

.footer .footer-content p {
  font-weight: 300;
  line-height: 140%;
  opacity: .8;
  letter-spacing: .5px;
}

.footer .footer-content a {
  color: #FFF;
}

.footer .footer-credits {
  text-transform: uppercase;
  opacity: .4;
  font-weight: 200;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .footer-credits li {
  font-weight: 200;
  margin: 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer .footer-credits li span {
  display: block;
  font-weight: 200;
  font-size: 14px;
}/*.footer {
    position: relative;
z-index: 12;
  margin-right: 120px;
  font-family: "Open Sans", sans-serif;
    background-color: #000;
    width:100%;
}

.footer .footer-content {
    max-width: 900px;
    margin: 0 auto;
  background-color: #000;
  font-family: "Open Sans", sans-serif;
}

.footer .footer-content .footer-more {
  display: block;
  font-size: 14px;
  line-height: 48px;
  margin: 0 16px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
}

.footer .footer-content .footer-nav {
  color: #FFF;
}

.footer .footer-content .footer-nav .footer-nav-links {
  float: left;
  width: 25%;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 20px;
}

.footer .footer-content .footer-nav .footer-nav-links .highlight {
  line-height: 15px;
  margin-bottom: 12px;
  font-weight: bold;
}

.footer .footer-content .footer-nav .footer-nav-links li {
  line-height: 100%;
  margin: 0 0 5px;
}

.footer .footer-content .footer-nav .footer-nav-links li a {
  font-size: 13px;
  color: #FFF;
}

.footer .footer-about {
    overflow: hidden;
    background-color:#FFF;
}

.footer .footer-about .footer-about-links {
  float: left;
  width: 50%;
  padding: 0;
  margin: 28px 0 36px;
  font-size: 14px;
  color: #000;
}

.footer .footer-about .footer-about-links li {
  line-height: 20px;
  display: inline-block;
  margin-right: 15px;
}

.footer .footer-about .footer-about-links li a {
  font-size: 13px;
  line-height: 28px;
  color: #000;
}

.footer .footer-about .footer-about-links .copyright {
  display: block;
  margin: 24px 0;
}

.footer .footer-about .footer-about-links .copyright span {
  display: block;
  font-weight: bold;
}

.footer .footer-share {
  float: left;
  width: 50%;
  padding: 0;
  text-align: center;
}

.footer .footer-share p {
  border-bottom: 1px solid;
  display: block;
  font-size: 16px;
  margin: 28px auto 0;
  padding-bottom: 12px;
  text-transform: uppercase;
  width: 140px;
  color: #000;
}

.footer .footer-share ul {
  margin: 24px 0;
}

.footer .footer-share ul li {
  border-radius: 50%;
  display: inline-block;
  font-size: 40px;
  width: 46px;
  border: 1px solid #000;
  margin-right: 15px;
}

.footer .footer-share ul li:last-child {
  margin: 0;
}

.footer .footer-share ul li a {
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 50%;
  background-color: #000;
  display: block;
  color: #fff;
  height: 44px;
  width: 44px;
      line-height: 34px;
	text-decoration: none;
}

.footer .footer-share ul li a img {
    max-width: 20px;
}

.footer .footer-share ul li a:hover {
  
  color: #000;
}*/body {
  font-family: roc-grotesk-condensed, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  cursor: default;
  overflow-x: hidden !important;
  background-color: #FFF;
  font-weight: 300;
}

body.overflow {
  overflow: hidden;
}

#container {
  position: relative;
}

.header {
  z-index: 10011111;
 /*padding: 10px 0;*/
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
 /*background-color:#FFF;
  border-bottom: solid 1px #A3A3A3;*/;
}

.header.close {
  background: #FFF;
  display: block !important;
  visibility: visible !important;
  height: 60px;
}

.header.close .header-wrapper .header-logo a {
  display: inline-block;
  background: url(../images/elmundo-mini.svg) no-repeat 0 5px;
  width: 79px;
  height: 35px;
  background-size: 100%;
  text-indent: -99999px;
}

.header.close .header-wrapper .header-logo {
  float: left;
  margin: 8px 15px 0 0;
}

.header.close .header-wrapper .header-links {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.header.close .header-wrapper .header-title {
  opacity: 1;
  pointer-events: auto;
  margin: 8px 0 0 0;
}

.header.close .header-wrapper .header-title:before {
  height: 100%;
}

.header.close .header-wrapper .header-title span {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-hidden {
  width: 25px;
  height: 22px;
  position: relative;
  cursor: pointer;
  margin: 18px 0 18px 15px;
  float: right;
  display: none;
}

.menu-hidden:hover span {
  background-color: #2e6d9d;
}

.menu-hidden span {
  width: 25px;
  height: 2px;
  background-color: #222;
  position: absolute;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.menu-hidden span:nth-child(1) {
  top: 0;
}

.menu-hidden span:nth-child(2) {
  top: 8px;
}

.menu-hidden span:nth-child(3) {
  top: 16px;
}

.menu-hidden.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-hidden.open span:nth-child(2) {
  opacity: 0;
}

.menu-hidden.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .header-wrapper {
  max-width: 63.875rem;
  margin: 0 auto;
  overflow: hidden;
  height: 60px;
}

.header .header-wrapper .header-logo {
  float: left;
  margin: 8px 15px 0 0;
}

.header .header-wrapper .header-logo a {
  display: inline-block;
  background: url(../images/elmundo.svg) no-repeat 0 9px;
  width: 167px;
  height: 35px;
  background-size: auto 21px;
  text-indent: -99999px;
}

.header .header-wrapper .header-title {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  display: inline-block;
  font-family: "Roboto_condensed";
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  max-width: 700px;
  width: 60%;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header .header-wrapper .header-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #F0EDEC;
  -webkit-transition: all cubic-bezier(0.51, 0.07, 0.47, 0.91) 0.4s;
  transition: all cubic-bezier(0.51, 0.07, 0.47, 0.91) 0.4s;
}

.header .header-wrapper .header-title span {
  display: block;
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transition: all cubic-bezier(0.51, 0.07, 0.47, 0.91) 0.6s;
  transition: all cubic-bezier(0.51, 0.07, 0.47, 0.91) 0.6s;
}

.header .header-wrapper .header-links {
  display: inline-block;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.51, 0.07, 0.47, 0.91) 0.4s;
  transition: all cubic-bezier(0.51, 0.07, 0.47, 0.91) 0.4s;
}

.header .header-wrapper .header-links li {
  display: inline-block;
 /*top: -11px;*/;
}

.header .header-wrapper .header-links li:hover {
  height: 57px;
  background: #efedec;
 /*top: -11px;*/;
}

.header .header-wrapper .header-links li:first-child a:before {
  background: transparent;
}

.header .header-wrapper .header-links a {
  display: inline-block;
  position: relative;
  padding: 18px 10px 18px;
  color: #000;
  font-family: "Roboto_condensed";
  font-size: 16px;
  text-decoration: none;
}

.header .header-wrapper .header-links a:hover {
  color: #2e6d9d;
 /*background: #efedec;*/;
}

.header .header-wrapper .header-subscribe {
  float: right;
  font-family: "Roboto_condensed";
  padding-top: 11px;
}

.header .header-wrapper .header-subscribe a {
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  line-height: 12px;
  color: #FFF;
  text-decoration: none;
  background-color: #2e6d9d;
  border-radius: 2px;
  -webkit-transition: background-color 200ms ease-out 0s;
  transition: background-color 200ms ease-out 0s;
}

.header .header-wrapper .header-subscribe a:hover {
  background-color: #49a3db;
}

.article .article-hero {
  position: fixed;
  z-index: 9;
  top: 44px;
  width: 100%;
  height: calc(100vh - 44px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.article .article-hero.anim:after {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.article .article-hero:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/grid.png) repeat;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.article .article-hero:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hero.jpg) no-repeat center bottom;
  background-attachment: fixed;
  background-size: cover;
  -webkit-transition: all cubic-bezier(0.01, 0.95, 0.12, 1.01) 6s;
  transition: all cubic-bezier(0.01, 0.95, 0.12, 1.01) 6s;
  -webkit-transform: scale3d(1.8, 1.8, 1) translate3d(0, -100px, 0);
  transform: scale3d(1.8, 1.8, 1) translate3d(0, -100px, 0);
  pointer-events: none;
}

.article .article-hero .article-title {
  text-align: center;
  z-index: 1;
  color: #FFF;
  padding: 0 15px;
  margin: 0 auto 5vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article .article-hero .article-title h1 {
  max-width: 720px;
  margin: 0 auto;
  font-size: calc(24px + 2.5vw);
  font-weight: 300;
  line-height: 120%;
  letter-spacing: .5vw;
  text-decoration: underline;
}

.article .article-hero .article-title h1 > span {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 120%;
}

.article .article-hero .article-title h1 > span span {
  font-weight: 300;
  line-height: 120%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 6s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 6s;
}

.article .article-hero .article-date {
  position: absolute;
  top: 4.5vw;
  right: 5vw;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 120%;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  font-size: 26px;
}

.article .article-hero .article-date span {
  display: block;
  font-size: 18px;
  font-weight: 300;
}

.article .article-content {
  position: relative;
  z-index: 1111;
  margin-top: 100vh;
  padding: 10vw 15px;
  background-color: #FFF;
}

.article .article-content.nomargin {
  margin: 0;
}

.article .article-content p {
  text-align: justify;
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 140%;
  font-size: 18px;
  font-weight: 400;
  font-family: nimbus-sans, sans-serif;
}

.article .article-content p a {
  color: #000;
}

.article .article-content p .first {
  margin: 0 15px 0 0;
  font-size: calc(24px + 5vw);
  float: left;
  line-height: 90%;
}

.article .article-content .creditos {
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 10vw;
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.article .article-content .creditos a {
  color: #000;
}

.article .article-content .share-content {
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article .article-content .share-content span {
  font-weight: 300;
  margin-right: 15px;
}

.article .article-content .share-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  text-align: center;
  text-decoration: none;
}

.article .article-content .share-content a:hover {
  background-color: #000;
  color: #FFF;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.article .article-ficha {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  position: relative;
  z-index: 111;
  background: url(../images/hero.jpg) no-repeat center bottom;
  background-attachment: fixed;
  background-size: cover;
  color: #FFF;
}

.article .article-ficha > span {
  position: absolute;
  top: -20vh;
  width: 1px;
}

.article .article-ficha:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .2;
  pointer-events: none;
}

.article .article-ficha.anim .row .ficha .ficha-btn:before {
  width: 0;
}

.article .article-ficha.anim2 .row .ficha .ficha-btn small {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.article .article-ficha .row {
  height: 100%;
  min-height: 100vh;
}

.article .article-ficha .row .ficha {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px;
}

.article .article-ficha .row .ficha.lucia {
  text-align: right;
}

.article .article-ficha .row .ficha.lucia li {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.article .article-ficha .row .ficha.lucia li span {
  margin-right: 0 !important;
  margin-left: 2vw;
}

.article .article-ficha .row .ficha h3 {
  font-size: calc(22px + 6vw);
  font-weight: 300;
  margin-bottom: 3vw;
}

.article .article-ficha .row .ficha .ficha-datos {
  max-width: 600px;
}

.article .article-ficha .row .ficha .ficha-datos li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 300;
  margin: 12px 0;
}

.article .article-ficha .row .ficha .ficha-datos li span {
  display: inline-block;
  font-weight: 300;
  opacity: .5;
  margin-right: 2vw;
  width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  line-height: 100%;
  margin-top: -2px;
}

.article .article-ficha .row .ficha .ficha-btn {
  position: relative;
  margin: 40px 0;
  padding: 30px 25px;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 20px;
  letter-spacing: .5px;
  font-weight: 300;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article .article-ficha .row .ficha .ficha-btn:hover span {
  width: 50%;
}

.article .article-ficha .row .ficha .ficha-btn em {
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article .article-ficha .row .ficha .ficha-btn em small {
  font-weight: 300;
  font-size: 20px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
  transition: -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 2s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
}

.article .article-ficha .row .ficha .ficha-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-transition: width cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
  transition: width cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
}

.article .article-ficha .row .ficha .ficha-btn span {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 15px);
  right: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 30px;
  background-color: #FFF;
  -webkit-animation: opacity .2s infinite alternate;
  animation: opacity .2s infinite alternate;
  -webkit-transition: width cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
  transition: width cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
}

.lateral {
  position: fixed;
  z-index: 111111111;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  background-color: #15141f;
  color: #FFF;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 2s;
}

.lateral.lucia {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  left: auto;
  right: 0;
}

.lateral .lateral-close {
  z-index: 10;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 5vw;
  height: 5vw;
  min-height: 60px;
  min-width: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 3s;
}

.lateral .lateral-close:hover {
  background-color: #FFF;
}

.lateral .lateral-close:hover:before,.lateral .lateral-close:hover:after {
  background-color: #000;
}

.lateral .lateral-close:before,.lateral .lateral-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lateral .lateral-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lateral .lateral-wrapper {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 10vw;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 5s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 5s;
 /* Track */ /* Handle */ /* Handle on hover */;
}

.lateral .lateral-wrapper::-webkit-scrollbar {
  width: 10px;
}

.lateral .lateral-wrapper::-webkit-scrollbar-track {
  background: #424152;
}

.lateral .lateral-wrapper::-webkit-scrollbar-thumb {
  background: #b7b6ca;
}

.lateral .lateral-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.lateral .lateral-wrapper h4 {
  position: relative;
  max-width: calc(580px - 30px);
  width: 100%;
  margin: 50px auto 40px auto;
  font-size: calc(24px + 3vw);
  line-height: 100%;
  font-weight: 300;
  overflow: hidden;
}

.lateral .lateral-wrapper h4 span {
  position: relative;
  z-index: 1;
  background-color: #15141f;
  padding-right: 10px;
}

.lateral .lateral-wrapper h4:after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #FFF;
}

.lateral .lateral-wrapper .lateral-content figure {
  margin: 40px auto 80px;
  display: block;
  padding: 0 15px;
}

.lateral .lateral-wrapper .lateral-content figure img {
  display: block;
  width: 100%;
}

.lateral .lateral-wrapper .lateral-content .swiper-container {
  width: 100%;
  margin: 60px 0 60px 0;
}

.lateral .lateral-wrapper .lateral-content .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}

.lateral .lateral-wrapper .lateral-content .swiper-container .swiper-button-next,.lateral .lateral-wrapper .lateral-content .swiper-container .swiper-button-prev {
  margin: 0;
  z-index: 40;
  outline: none;
  color: #FFF;
  background: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: calc(50% - 35px);
}

.lateral .lateral-wrapper .lateral-content .swiper-container .swiper-button-next:after,.lateral .lateral-wrapper .lateral-content .swiper-container .swiper-button-prev:after {
  font-size: 30px;
}

.lateral .lateral-wrapper .lateral-content .swiper-container > span {
  display: block;
  padding: 10px 0 0 10px;
  font-weight: 300;
  letter-spacing: .5px;
}

.lateral .lateral-wrapper .lateral-content .morph {
  position: relative;
  background-color: #15141f;
  margin: 60px 0;
}

.lateral .lateral-wrapper .lateral-content .morph span {
  max-width: 400px;
  padding: 0 15px;
  line-height: 140%;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  opacity: .8;
}

.lateral .lateral-wrapper .lateral-content .morph img {
  display: block;
  margin: 0 auto;
  mix-blend-mode: exclusion;
}

.lateral .lateral-pic {
  width: 100%;
}

.lateral .lateral-pic img {
  display: block;
  width: 100%;
}

.lateral .grafico figcaption {
  max-width: 400px;
  margin: 0 auto;
  font-family: roc-grotesk-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin: 30px auto 4vw auto;
  padding: 0 15px;
  text-align: center;
  font-size: 30px;
  line-height: 140%;
}

.lateral p {
  text-align: justify;
  font-size: 18px;
  line-height: 140%;
  font-family: nimbus-sans, sans-serif;
  max-width: 580px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: 300;
  color: #f1f1f3;
}

.uestudio {
  position: absolute;
  top: 5vw;
  left: 5vw;
  max-width: 150px;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  font-weight: 300;
}

.cta {
  padding: 20px 15px;
  max-width: 580px;
  position: relative;
  margin: 5vw auto 5vw auto;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
}

.cta span {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  font-weight: 300;
}

.cta strong {
  font-weight: 500;
}

.cta:before,.cta:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #000;
  opacity: .3;
  -webkit-animation: opacity .2s infinite alternate;
  animation: opacity .2s infinite alternate;
}

.cta:after {
  left: auto;
  right: 0;
}

.author {
  text-align: center;
}

.author .author-credits {
  text-transform: uppercase;
  opacity: 1;
  font-weight: 200;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.author .author-credits li {
  font-weight: 200;
  margin: 0 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

.author .author-credits li span {
  display: block;
  font-weight: 200;
  font-size: 16px;
}

.more {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 5vw;
  height: 70%;
  width: 140px;
}

.more.anim:before {
  height: 80%;
}

.more.anim3:after {
  height: 20%;
}

.more.anim3 .more-a:before {
  width: 100%;
}

.more.anim4 .more-a span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 0;
  background-color: #FFF;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.more:after {
  content: '';
  position: absolute;
  top: 80%;
  right: 0;
  width: 5px;
  height: 0%;
  background-color: #FFF;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.more .more-a {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  text-align: right;
  padding-right: 10px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  overflow: hidden;
  font-weight: 300;
  padding-bottom: 10px;
}

.more .more-a span {
  display: block;
  font-weight: 300;
  -webkit-transform: translate3d(0, calc(100% + 10px), 0);
  transform: translate3d(0, calc(100% + 10px), 0);
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.more .more-a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #FFF;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.more .more-a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 13px;
  background-color: #FFF;
  -webkit-animation: opacity .2s infinite alternate;
  animation: opacity .2s infinite alternate;
}

.share {
  z-index: 99;
  position: fixed;
  bottom: 5vw;
  right: 4vw;
  -webkit-transform: translate3d(80px, 0, 0);
  transform: translate3d(80px, 0, 0);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: all cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.share.white {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.share span {
  position: absolute;
  top: -70px;
  left: -18px;
  display: block;
  -webkit-transform: rotate(90.1deg);
  transform: rotate(90.1deg);
  padding-bottom: 20px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  font-weight: 300;
}

.share a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4px 0;
  color: #FFF;
  text-decoration: none;
  width: 58px;
  height: 58px;
  font-size: 18px;
  border: 1px solid #FFF;
  border-radius: 50%;
  -webkit-transition: color cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: color cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.share a:before {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-transform: rotate(45deg) translate3d(-100%, 0, 0);
  transform: rotate(45deg) translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
  transition: transform cubic-bezier(0, 1.01, 0.12, 1.01) 4s, -webkit-transform cubic-bezier(0, 1.01, 0.12, 1.01) 4s;
}

.share a:hover {
  color: #000;
}

.share a:hover:before {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}

@font-face {
  font-family:Roboto;font-style:normal;font-weight:400;src:url("https://e00.uecdn.es/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Regular.woff") format("woff");
}

@font-face {
  font-family:Roboto;font-style:normal;font-weight:700;src:url("https://e00.uecdn.es/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/Roboto-Bold.woff") format("woff");
}

@font-face {
  font-family:Roboto_condensed;font-style:normal;font-weight:400;src:url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff") format("woff");
}

@font-face {
  font-family:Roboto_condensed;font-style:normal;font-weight:700;src:url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff2") format("woff2"), url("https://e00.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff") format("woff");
}

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

@media (max-width: 1290px) {
  .subheader,.site-header-nc.inside .site-logo .logo {
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 1044px) {
  .header .header-wrapper {
    margin: 0 15px;
  }
}

@media (max-width: 980px) {
  .more,.share {
    display: none;
  }

  .lateral {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 882px) {
  .site-header-nc.inside .nav-tabs li a {
    padding: 15px 9px;
  }
}

@media screen and (max-width: 865px) {
  .header .header-wrapper .header-links {
    display: none;
  }

  .menu-hidden {
    display: block;
  }

  .header .header-wrapper .header-links.open {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    background-color: #FFF;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    z-index: 50;
    opacity: 1 !important;
  }
}

@media (max-width: 806px) {
  .site-header-nc.inside .nav-tabs li a {
    padding: 15px 5px;
    font-size: 14px;
  }
}

@media (max-width: 780px) {
  .article .article-ficha,.article .article-hero:after {
    background-attachment: inherit;
  }
}

@media (max-width: 688px) {
  .site-header-nc.inside .nav-tabs li a {
    padding: 15px 3px;
    font-size: 12px;
  }

  .subheader .narcos {
    font-size: 16px;
  }

  .subheader .rrss a {
    width: 50px;
  }

  .subheader .netflix a {
    max-width: 60px;
  }
}

@media (max-width: 680px) {
  .article-date {
    max-width: 120px;
    font-size: 14px !important;
  }

  .article-date span {
    font-size: 14px !important;
  }

  .article .article-ficha .row {
    padding: 10vw 0;
  }

  .article .article-ficha .row .col-50 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

@media screen and (max-width: 656px) {
  .header .header-wrapper .header-title {
    font-size: 14px;
    margin: 12px 0 0 0;
  }

  .header.close .header-wrapper .header-title {
    margin: 12px 0 0 0;
  }

  .header {
    height: 50px;
  }

  .header .header-wrapper .header-logo {
    margin: 12px 15px 0 0;
  }

  .header .header-wrapper .header-logo a {
    width: 120px;
    height: 25px;
    background: url(../images/elmundo.svg) no-repeat 0 0px;
    background-size: 120px 25px;
  }
}

@media (max-width: 600px) {
  .site-header-nc.inside .nav-tabs {
    display: none;
  }
}

@media screen and (max-width: 525px) {
  .header.close .header-wrapper .header-title {
    display: none;
  }
}

@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: .5;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: .5;
  }
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=main.css.map */
