*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  height: 100%; }

@font-face {
  font-family: CaeciliaLTStd;
  src: url(font/CaeciliaLTStd-Roman.woff); }

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.85);
  background-color: #242424 !important; }

body.overflow {
  overflow: hidden; }

a:focus, button:focus, input:focus, textarea:focus, video:focus {
  outline: none; }

a {
  color: white; }

a:hover {
  color: white; }

main {
  margin: 0;
  padding: 0; }

section {
  margin: 0;
  padding: 0; }

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

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

mark {
  background-color: rgba(116, 114, 72, 0.45);
  line-height: 1.5;
  color: #333;
  padding: 2px; }

em {
  color: #6c757d;
  display: block;
  text-align: right; }

video {
  background-color: #242424 !important; }

iframe {
  border-width: 0px;
  overflow: hidden; }

.figure-caption {
  color: #c0c0c0; }
  .figure-caption a {
    color: #333;
    text-decoration: underline; }

.flourish-credit {
  display: none !important; }

.fixed {
  position: fixed;
  top: 0;
  height: 65px;
  z-index: 9999; }

nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99 !important; }

.sticky-top {
  transition: all 0.25s ease-out; }

@media (min-width: 250px) and (max-width: 576px) {
  .stuck .sticky-top a, .stuck .sticky-top .sub_inactive {
    font-size: 0.65rem; } }

@media (min-width: 576px) {
  .stuck .sticky-top a, .stuck .sticky-top .sub_inactive {
    font-size: 0.75rem; } }

.intro_hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 15%;
  min-width: 140px;
  max-width: 15%;
  min-width: 140px;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid white;
  background-color: #fff;
  color: white; }

.container_video {
  position: relative; }

.container_video video {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  position: relative;
  object-fit: cover; }

.intro_web {
  min-width: 100%;
  position: absolute;
  text-align: center;
  z-index: 1;
  color: white;
  top: 52%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .intro_web p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
    text-shadow: 1px 1px 0 #444;
    padding: 0 15px 0 15px;
    max-width: 650px; }
  .intro_web h1 {
    font-family: Fjalla One;
    font-size: 4.2rem; }
  .intro_web h1 strong {
    transform: rotate(0) translateY(0);
    animation: animated_h1 1s cubic-bezier(0, 0, 0.58, 1) forwards;
    animation-delay: 2s; }
  .intro_web h1 span {
    display: block;
    padding-top: 5px; }
  .intro_web mark {
    background-color: rgba(23, 79, 24, 0.5);
    color: #fff;
    padding: 0 10px 0 10px;
    font-size: 0.9rem;
    max-width: 150px;
    margin: 0 auto; }
  .intro_web html {
    scroll-behavior: smooth; }

.sticky-top {
  transition: all 0.00s ease-out; }

/* style for when sitcky is applied */
.stuck .sticky-top {
  background-color: #747248 !important;
  padding-top: 10px !important;
  padding-bottom: 2px !important; }
  .stuck .sticky-top span {
    color: #444;
    text-decoration: none;
    font-family: 'Lato' sans-serif;
    font-size: 0.90rem;
    text-transform: uppercase; }
  .stuck .sticky-top a {
    color: #fff;
    text-decoration: none;
    font-family: 'Lato' sans-serif;
    font-size: 0.90rem;
    text-transform: uppercase; }
  .stuck .sticky-top .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: 780px !important;
    text-transform: none !important; }
  .stuck .sticky-top .border_container {
    border: 0 !important; }
  .stuck .sticky-top .sub {
    border-bottom: 2px solid white;
    min-width: none !important;
    max-width: none !important; }
  .stuck .sticky-top .sub_inactive {
    min-width: none !important;
    max-width: none !important; }

.special_logo_li {
  display: block;
  font-family: 'Roboto';
  font-size: 0.7rem;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  word-spacing: 0.2rem;
  line-height: 1rem; }
  .special_logo_li img {
    vertical-align: sub; }

.special_logo {
  font-size: 0.85rem;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  word-spacing: 0.35rem;
  line-height: 1rem;
  margin-bottom: 15px;
  font-family: 'Roboto'; }
  .special_logo img {
    vertical-align: sub; }

.special_logo_sm {
  font-size: 0.85rem;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  word-spacing: 0.01rem;
  line-height: 1.9rem; }

@media (min-width: 550px) and (max-width: 768px) {
  .stuck .sticky-top a {
    font-size: 0.75rem; } }

@media (min-width: 250px) and (max-width: 576px) {
  .stuck .sticky-top a, .stuck .sticky-top .sub_inactive {
    font-size: 0.65rem; }
  .principal_pretitle {
    font-size: 0.75rem !important; }
  .principal_title {
    max-width: 270px;
    font-size: 2.8rem !important;
    margin: 0 auto;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .principal_opening {
    font-size: 0.9rem !important;
    padding: 0 5px 0 5px !important; }
  .content h6, .capitulo_3 h6 {
    font-size: 0.85rem !important; }
  .centered h6 {
    font-size: 0.85rem !important; } }

@media (min-width: 576px) {
  .stuck .sticky-top a, .stuck .sticky-top .sub_inactive {
    font-size: 0.75rem; }
  .principal_pretitle {
    font-size: 1rem; }
  .principal_title {
    max-width: 650px;
    margin: 0 auto;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .principal_opening {
    font-size: 1rem;
    margin: 0 auto; }
  .principal_date {
    font-size: 0.9rem; } }

.content, .content_cap {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #242424; }

.main {
  background: #fff;
  text-align: center;
  color: #333;
  padding: 0 15px 0 15px; }
  .main p {
    max-width: 650px; }

.container mark {
  background-color: rgba(100, 80, 58, 0.85);
  line-height: 1.7;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px; }

.intro_arrow_white a, .intro_arrow_white a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666;
  font-size: 2rem; }

.cap_p {
  text-align: center !important;
  margin-top: 50px; }

.capitulo_llamada {
  color: white;
  text-decoration: none;
  padding: 15px 25px 15px 25px;
  text-align: center;
  border: 1px solid white;
  text-decoration: underline; }

.capitulo_llamada_p {
  color: #666;
  text-decoration: none;
  padding: 15px 25px 15px 25px;
  text-align: center;
  border: 1px solid white; }

.container_table_section {
  max-width: 850px;
  margin: 0 auto; }

.hype {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
  z-index: 999; }

.hidden {
  display: none; }

.show {
  display: block; }

.next_cap_down a {
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  padding: 0 10px 0 0px;
  border-bottom: 1px solid #f5c3c3; }

.next_cap_down a:hover {
  color: white;
  background-color: #333; }

.container_first p:first-of-type:first-letter {
  font-weight: 800;
  font-family: 'fjalla one';
  font-size: 6rem;
  letter-spacing: 0.5rem;
  float: left;
  margin-top: 0.4em; }

.container_graphics {
  margin: 0 auto;
  max-width: 750px; }

.ladillo_graphics {
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Fjalla One';
  max-width: 650px;
  margin: 0 auto; }

.cap_text {
  color: rgba(255, 255, 255, 0.85);
  padding: 0 15px 20px 15px;
  text-align: center;
  margin: 0 auto;
  max-width: 650px; }
  .cap_text .first_p_1, .cap_text .first_p_2, .cap_text .first_p_3 {
    font-weight: bolder;
    font-size: 2.5rem;
    color: #333;
    max-width: 650px;
    margin: 0 auto;
    text-align: left; }
  .cap_text mark {
    border-bottom: dashed 2px #333333;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px; }
  .cap_text p {
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-top: 15px; }
  .cap_text .counter_destacado {
    max-width: 350px;
    margin: 0 auto;
    padding: 12px 8px 8px 8px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #b4b400; }
  .cap_text .texto_diccionario {
    max-width: 390px;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    padding: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #b4b400;
    font-family: 'Roboto mono', monospace; }
  .cap_text .texto_destacado {
    max-width: 390px;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 1.4;
    text-align: left;
    padding: 12px 8px 8px 8px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #b4b400;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase; }

a {
  color: #333;
  text-decoration: underline; }

a:hover {
  color: #333;
  text-decoration: none; }

.texto_destacado_video {
  width: 100% !important;
  margin: 0 auto;
  text-align: left;
  padding: 0 10px 10px 15px;
  border-left-width: 12px;
  border-left-style: solid;
  border-left-color: #747248;
  font-family: 'Roboto', monospace; }
  .texto_destacado_video .text_1 {
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
    max-width: 100%;
    margin-bottom: 15px; }
  .texto_destacado_video .text_firm {
    color: #fff;
    font-weight: 800;
    padding: 10px 0 0 0;
    line-height: 1rem;
    text-align: left;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 0.9rem; }

.texto_destacado_video_right {
  width: 100% !important;
  margin: 0 auto;
  text-align: right;
  padding: 0 15px 10px 10px;
  margin-top: 20px;
  border-right-width: 12px;
  border-right-style: solid;
  border-right-color: #747248;
  font-family: 'Roboto', monospace; }
  .texto_destacado_video_right .text_1_right {
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: right; }
  .texto_destacado_video_right .text_firm_right {
    color: #fff;
    font-weight: 800;
    padding: 10px 0 0 0;
    line-height: 1rem;
    text-align: right;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 0.9rem; }

.img-figure {
  display: block;
  min-width: 80%;
  max-width: 850px;
  width: 100%; }

.cap_destacado {
  background-color: #f7e1aa;
  background-image: url("https://datadistacom.b-cdn.net/images/img-noise.png");
  color: #333;
  padding: 20px;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  text-align: justify;
  border: 1px;
  border-style: solid;
  border-color: #D3D3D3; }
  .cap_destacado h5 {
    display: inline-block;
    color: #333;
    padding: 0px 10px 0px 10px;
    font-family: 'Special Elite', cursive; }
  .cap_destacado h5::first-letter {
    font-weight: bolder;
    font-size: 1.6rem;
    color: #333;
    margin: 0 2px 0 2px; }
  .cap_destacado p {
    font-size: 1rem;
    line-height: 1.8;
    font-family: 'Roboto', monospace; }

.nota_m {
  background-color: whitesmoke;
  color: #333;
  padding: 20px;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  text-align: justify;
  border: 1px;
  border-style: solid;
  border-color: #D3D3D3; }
  .nota_m h5 {
    display: inline-block;
    color: #333;
    padding: 0px; }
  .nota_m p {
    font-size: 0.9rem;
    line-height: 1.8; }

.next_cap {
  border: 1px solid #ccc;
  background-color: #e7e8d9;
  padding: 10px 50px 10px 50px;
  margin: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #333; }
  .next_cap a {
    text-decoration: underline; }
  .next_cap a:active, .next_cap a:hover {
    text-decoration: none;
    color: #999; }

span.counter, span.hm3 {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 400; }

.update_mm {
  background: #FCF8E3;
  color: #333;
  padding: 20px 0px 20px 0px;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  border: 2px;
  border-style: dashed;
  border-color: #6C757D; }
  .update_mm p {
    font-size: 0.90rem;
    line-height: 1.4; }

@media (min-width: 651px) {
  .full_picture {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover; } }

@media (min-width: 270px) and (max-width: 650px) {
  article {
    z-index: 9999 !important; }
  .full_picture_m {
    height: auto !important;
    margin-top: 50px; }
  .full_m {
    height: auto !important; } }

.full_section {
  margin: 0;
  padding: 0; }

.full {
  align-items: center;
  align-self: flex-start;
  display: flex;
  height: 100vh;
  margin: 0;
  width: 100%;
  justify-content: center;
  top: 0;
  z-index: -1;
  position: -webkit-sticky;
  position: sticky; }

.video_full {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  z-index: 0; }

.video_full video {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: inherit;
  cursor: pointer; }

.img_full {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  z-index: 0; }

.img_full img {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: inherit; }

.articule_full {
  padding: 0 1rem 60vh;
  margin: 0 auto;
  max-width: 60rem; }

.articule_full p {
  line-height: 1.8;
  margin: 0;
  padding: 2rem;
  color: #fff;
  font-size: 1.15rem;
  margin-top: 40vh; }

.full_article_p {
  background-color: rgba(0, 0, 0, 0.35);
  line-height: 1.8;
  margin: 0;
  padding: 2rem;
  color: #fff;
  font-size: 1.1rem;
  text-shadow: 0px 1px 0 #000000;
  border-radius: 3px;
  margin-top: 10vh; }
  .full_article_p .full_article_p mark {
    background-color: yellow;
    color: #333; }

article p:not(:last-of-type) {
  margin-bottom: 60vh; }

.full_article p:not(:last-of-type) {
  margin-bottom: 0vh; }

.full_section .full_2 {
  align-items: center;
  align-self: flex-start;
  display: flex;
  margin: 0;
  width: 100%;
  justify-content: center;
  top: 0;
  z-index: -1;
  position: -webkit-sticky;
  position: sticky; }
  .full_section .full_2 .img_full {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    z-index: 0; }
    .full_section .full_2 .img_full .img_full img {
      width: 100%;
      padding: 0;
      margin: 0;
      background-color: inherit; }

#scrolly_loma, #scrolly_doc_2, #scrolly_doc, #scrolly_mapa, #scrollama-flourish #scrolly {
  position: relative;
  background-color: #242424; }

.sticked, #pagedoc {
  overflow: visible !important; }
  .sticked .comment-item, #pagedoc .comment-item {
    overflow: hidden; }

#scrolly_loma article, #scrolly_doc_2 article, #scrolly_doc article, #scrolly_mapa article, #scrollama-flourish article {
  position: relative;
  padding: 0;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  z-index: 1; }

#scrollama-flourish figure {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: #444; }

#scrolly_doc_2 figure .parrafostep, #scrolly_doc figure .parrafostep, #scrollama-flourish figure .parrafostep {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 400;
  color: #444;
  display: block;
  z-index: 9999; }

#scrolly_loma figure, #scrolly_mapa figure {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0; }

#scrolly_loma figure .parrafostep, #scrolly_mapa figure .parrafostep {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  z-index: 9999; }

#scrolly_doc_2 figure, #scrolly_doc figure {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0; }

#scrolly_loma .step, #scrolly_mapa .step, #scrollama-flourish .step {
  width: 300px;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 25px;
  border-bottom: 1px solid #444444;
  opacity: 1;
  background-color: rgba(71, 71, 71, 0.85);
  margin-bottom: 800px;
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #454545;
  border-radius: 5px; }

#scrolly_doc_2 .step, #scrolly_doc .step {
  width: 300px;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 25px;
  border-bottom: 1px solid #dddddd;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.95);
  margin-bottom: 800px;
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #444444; }

#scrolly_doc_2 .step_duplicate, #scrolly_doc .step_duplicate {
  width: 300px;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 25px;
  border-bottom: 1px solid #dddddd;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.95);
  margin-bottom: 800px;
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #444444; }
  #scrolly_doc_2 .step_duplicate .parrafostep, #scrolly_doc .step_duplicate .parrafostep {
    text-align: center;
    line-height: 1.5;
    color: #444;
    font-family: 'Roboto',sans-serif;
    text-align: center; }

#scrolly_loma .step:last-child, #scrolly_doc_2 .step:last-child, #scrolly_doc .step:last-child, #scrolly_mapa .step:last-child, #scrollama-flourish .step:last-child {
  margin-bottom: 0; }

#scrollama-flourish .step.is-active p {
  background-color: #444; }

#scrolly_loma .step.is-active p, #scrolly_mapa .step.is-active p {
  background-color: #ffffff; }

#scrollama-flourish .step .parrafostep {
  text-align: center;
  font-size: 16px; }

#figure-contenedor {
  position: relative; }

.texto-leyenda {
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  font-weight: 700; }

.step-opacity {
  background-color: rgba(255, 255, 255, 0.9) !important; }

@media only screen and (min-width: 600px) {
  #scrolly_loma .step, #scrolly_doc_2 .step, #scrolly_doc .step, #scrolly_mapa .step, #scrollama-flourish .step {
    width: 350px; } }

@-moz-keyframes blink {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-ms-keyframes blink {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.animated-scrolly {
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 0.8s;
  animation-direction: normal; }

@keyframes cf3FadeInOut {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.2; }
  45% {
    opacity: 0.4; }
  55% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.is-no-visible {
  animation-name: cf3FadeIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
  animation-direction: normal; }

@keyframes cf3FadeIn {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  55% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.step_duplicate {
  width: 300px;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 25px;
  border-bottom: 1px solid #444444;
  opacity: 1;
  background-color: rgba(71, 71, 71, 0.85);
  margin-bottom: 800px;
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #454545;
  border-radius: 5px; }
  .step_duplicate .parrafostep {
    text-align: center;
    line-height: 1.5;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    text-align: center; }
    .step_duplicate .parrafostep mark {
      background-color: yellow;
      color: #444;
      font-size: 1rem; }

#scrolly_ani {
  position: relative;
  background-color: #242424; }

#scrolly_ani article {
  position: relative;
  padding: 0;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  z-index: 1; }

#scrolly_ani video {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: #242424;
  z-index: 0; }

#scrolly_ani video .parrafostep {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  z-index: 9999; }

#scrolly_ani .step {
  width: 300px;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 25px;
  border-bottom: 1px solid #444444;
  opacity: 1;
  background-color: rgba(71, 71, 71, 0.85);
  margin-bottom: 800px;
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #454545;
  border-radius: 5px; }

#scrolly_ani .step:last-child {
  margin-bottom: 0; }

#scrolly_ani .step.is-active p {
  background-color: #242424; }

#scrolly_ani .step .parrafostep {
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-family: 'Roboto',sans-serif;
  text-align: center; }
  #scrolly_ani .step .parrafostep mark {
    background-color: yellow;
    color: #444;
      color-ont-size: 1rem; }

@media only screen and (min-width: 600px) {
  #scrolly_ani .step, #scrolly_ani .step_duplicate {
    width: 380px; }
    #scrolly_ani .step .parrafostep, #scrolly_ani .step_duplicate .parrafostep {
      font-size: 1rem; }
      #scrolly_ani .step .parrafostep mark, #scrolly_ani .step_duplicate .parrafostep mark {
        font-size: 1.1rem; } }

.video_map {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #242424;
  padding: 0;
  margin: 0 auto;
  z-index: 0; }
  .video_map .video {
    z-index: 0;
    align-items: center;
    align-self: flex-start;
    display: flex;
    margin: 0;
    justify-content: center;
    cursor: pointer; }

.video_ani_map {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #242424;
  padding: 0;
  margin: 0 auto;
  z-index: 0; }
  .video_ani_map .video {
    z-index: 0;
    align-items: center;
    align-self: flex-start;
    display: flex;
    margin: 0;
    justify-content: center;
    cursor: pointer; }
  .video_ani_map .parallax_video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    transform-style: preserve-3d;
    width: 100%; }

.video_mobile {
  width: 100%;
  margin: 0 auto; }

.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
  list-style: none; }

.cd-timeline-navigation a:hover,
.cd-timeline-navigation a:focus {
  border-color: #5a8f24; }

.cd-horizontal-timeline a,
.cd-horizontal-timeline a:hover,
.cd-horizontal-timeline a:focus {
  color: #FFF; }

.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
  quotes: none; }

.cd-horizontal-timeline blockquote:before,
.cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before,
.cd-horizontal-timeline q:after {
  content: '';
  content: none; }

.cd-horizontal-timeline table {
  border-collapse: collapse;
  border-spacing: 0; }

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1; }

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto; }

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden; }

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px; }

.cd-horizontal-timeline .events-wrapper::before {
  left: 0; }

.cd-horizontal-timeline .events-wrapper::after {
  right: 0; }

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s; }

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #5a8f24;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 15px;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s; }

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #FFFFFF;
  border-color: #FFFFFF; }

.cd-horizontal-timeline .events a.selected {
  pointer-events: none; }

.cd-horizontal-timeline .events a.selected::after {
  background-color: #FFFFFF;
  border-color: #FFFFFF; }

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #FFFFFF; }

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; } }

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s; }

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("https://datadistacom.b-cdn.net/images/arrow_next.svg");
  background-repeat: no-repeat;
  background-position: center; }

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.cd-timeline-navigation a.next {
  right: 0; }

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f; }

.cd-timeline-navigation a.inactive {
  cursor: not-allowed; }

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px; }

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf; }

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s; }

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right; }

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left; }

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse; }

.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto; }

.cd-horizontal-timeline .events-content h4 {
  font-weight: 700;
  margin-bottom: 0px;
  margin-bottom: 15px; }

.cd-horizontal-timeline .events-content h4 small {
  font-weight: 400;
  line-height: normal;
  font-size: 15px; }

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto; }

.cd-horizontal-timeline .events-content em::before {
  content: '- '; }

.cd-horizontal-timeline .events-content p {
  font-size: 16px;
  margin-top: 15px; }

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content em {
    font-size: 1rem; } }

@media only screen and (max-width: 767px) {
  .cd-horizontal-timeline.loaded {
    margin: 0; }
  .cd-horizontal-timeline .timeline {
    width: 90%; }
  .cd-horizontal-timeline ol,
  .cd-horizontal-timeline ul {
    padding: 0;
    margin: 0; }
  .cd-horizontal-timeline .events-content h4 {
    font-size: 16px; }
  .cd-horizontal-timeline .events-content {
    margin: 0; } }

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }

.timeline:before {
  content: " ";
  display: none;
  bottom: 0;
  left: 0%;
  width: 0px;
  margin-left: -1.5px;
  background-color: #eeeeee; }

/*Slider*/
.row_img {
  max-width: 850px;
  margin: 0 auto; }

.ba-slider {
  position: relative;
  overflow: hidden; }

.ba-slider img {
  width: 100%;
  display: block; }

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden; }

.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(255, 255, 255, 0.9);
  cursor: ew-resize; }

.handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  content: '\2194';
  color: #000;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  line-height: 42px;
  background: #fff;
  /* @orange */
  border: 1px solid #fff;
  /* darken(@orange, 5%) */
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #fff;
  /* lighten(@orange, 20%)*/ }

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px; }

footer {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color: #101010;
  font-size: 0.9rem; }
  footer a {
    color: #fff;
    text-decoration: none; }
  footer a:hover {
    text-decoration: underline;
    color: #fff; }
  footer p {
    color: #fff; }

.share_rrss {
  padding: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none; }

.share_rrss a {
  color: #DF0101;
  font-size: 1rem;
  margin: 0 0.5rem 0 0.5rem; }

.card-header {
  text-align: left;
  font-size: 0.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  color: #333;
  padding: 5px;
  background-color: #fff; }

.footer_action {
  background: #dadada;
  color: #333;
  padding: 0 15px 0 15px;
  text-align: center;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif; }
  .footer_action p {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
    padding-top: 12px;
    font-weight: 300; }
  .footer_action a {
    color: #9d1f1f; }
  .footer_action .thanks {
    font-weight: 400;
    max-width: 530px;
    font-size: 0.90rem;
    line-height: 1.8;
    text-align: justify; }
  .footer_action .shopping_footer {
    min-width: 250px;
    max-width: 575px;
    width: 80%;
    background-color: #78B657;
    border-radius: 3px;
    color: #fff;
    font-size: 0.9rem;
    padding: 10px 35px;
    display: inline-block;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-bottom: 0; }
  .footer_action .shopping_footer:hover {
    background-color: #5a8a41;
    text-decoration: none; }

.ir-arriba {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  z-index: 9;
  line-height: 0;
  display: none;
  transition: all .5s ease; }

.ir-arriba:hover, .ir-arriba:focus {
  outline: 0;
  text-decoration: none;
  color: #666666; }

@media (max-width: 320px) {
  .menu, .menu ul li a, .menu_md ul li a {
    font-size: 0.8rem; }
  .next_charter {
    font-size: 0.8rem; }
  .main p {
    font-size: 0.88rem; } }

.overlay .display-4 {
  font-size: 2.2rem; }

.overlay .description_text {
  font-size: 1rem; }

.overlay .autor {
  font-size: 0.8rem; }

.overlay .date {
  font-size: 0.9rem;
  font-weight: bold; }

.overlay .intro_mark {
  font-size: 0.8rem; }

.cap_trasvases_inicio {
  font-size: 0.8rem; }

.texto_destacado_video, .texto_destacado_video_right {
  width: 100%; }

@media (min-width: 321px) and (max-width: 375px) {
  .menu, .menu ul li a, .menu_md ul li a {
    font-size: 1rem; }
  .next_charter {
    font-size: 1rem; }
  .main p {
    font-size: 1.05rem; }
  .overlay .display-4 {
    font-size: 2.7rem; }
  .overlay .description_text {
    font-size: 1.1rem; }
  .overlay .autor {
    font-size: 0.8rem;
    font-weight: bold; }
  .overlay .date {
    font-size: 0.9rem;
    font-weight: bold; }
  .overlay .intro_mark, .overlay .pb {
    font-size: 0.85rem; }
  .cap_trasvases_inicio {
    font-size: 1rem; }
  .texto_destacado_video, .texto_destacado_video_right {
    width: 100%; } }

@media (min-width: 321px) and (max-width: 650px) {
  .texto_destacado_video {
    border-left-width: 6px;
    padding: 0 10px 8px 8px; }
    .texto_destacado_video .text_1 {
      font-size: 0.9rem;
      line-height: 1.2rem; }
    .texto_destacado_video .text_firm {
      font-size: 0.8rem;
      line-height: 0.9rem; }
  .texto_destacado_video_right {
    border-right-width: 6px;
    padding: 0 10px 8px 8px; }
    .texto_destacado_video_right .text_1_right {
      font-size: 0.9rem;
      line-height: 1.2rem; }
    .texto_destacado_video_right .text_firm_right {
      font-size: 0.8rem;
      line-height: 0.8rem; } }

@media (min-width: 270px) and (max-width: 650px) {
  .capitulo_llamada {
    display: block;
    color: white;
    text-decoration: none;
    padding: 10px 2px 10px 2px;
    text-align: center;
    border: 1px solid white;
    text-decoration: underline;
    font-size: 0.85rem; }
  .capitulo_llamada_p {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 10px 2px 10px 2px;
    text-align: center;
    border: 1px solid white;
    text-decoration: underline;
    font-size: 0.85rem; } }

@media (min-width: 376px) and (max-width: 650px) {
  .main p {
    font-size: 1.15rem; }
  .overlay .display-4 {
    font-size: 2.8rem; }
  .overlay .description_text {
    font-size: 1.2rem; }
  .overlay .autor {
    font-size: 0.8rem;
    font-weight: bold; }
  .overlay .date {
    font-size: 0.9rem;
    font-weight: bold; }
  .overlay .intro_mark, .overlay .pb {
    font-size: 0.85rem; }
  .texto_destacado_video, .texto_destacado_video_right {
    width: 60%; } }

@media (min-width: 650px) and (max-width: 768px) {
  .menu_md {
    width: 35%; }
  .main p {
    font-size: 1.15rem; }
  .overlay .display-4 {
    font-size: 4.5rem; }
  .overlay .description_text {
    font-size: 1.4rem; }
  .overlay .autor {
    font-size: 1.1rem; }
  .overlay .date {
    font-size: 1.2rem;
    font-weight: bold; }
  .overlay .intro_mark, .overlay .pb {
    font-size: 1.1rem; }
  .cap_trasvases_inicio {
    font-size: 1rem; }
  .texto_destacado_video, .texto_destacado_video_right {
    width: 60%; } }

@media (min-width: 320px) and (max-width: 768px) {
  .text_destacado_section {
    font-size: 2rem;
    font-family: Fjalla One; }
  .text_ladillo {
    font-size: 1.9rem;
    font-family: Fjalla One;
    text-align: left; }
  figure {
    align-items: center;
    align-self: flex-start;
    display: flex;
    height: 100vh;
    margin: 0;
    width: 100%;
    justify-content: center;
    top: 0;
    z-index: -1;
    position: -webkit-sticky;
    position: sticky; }
  section figure {
    align-items: center;
    align-self: flex-start;
    display: flex;
    height: 100vh;
    margin: 0;
    width: 100%;
    justify-content: center;
    top: 0;
    z-index: 0;
    position: -webkit-sticky;
    position: sticky; }
  picture {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  section article {
    padding: 0 1rem 60vh;
    margin: 0 auto;
    max-width: 40rem;
    position: relative; }
  section article p {
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1.8;
    margin: 0;
    padding: 2rem;
    color: #fff;
    font-size: 1.1rem;
    text-shadow: 0px 1px 0 #000000;
    border-radius: 3px; }
  article p:not(:last-of-type) {
    margin-bottom: 80vh; }
  article mark {
    background-color: rgba(0, 0, 0, 0);
    color: #fff; }
  .article_section {
    z-index: 90; }
  .cap1_section {
    background-color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin: 0;
    padding: 2rem;
    color: #333;
    font-size: 0.95rem;
    text-shadow: 0px 0px 0 #000000;
    margin-top: 40vh; }
  .cap1_section mark {
    background-color: yellow;
    color: #333; }
  .full_article_p {
    background-color: rgba(0, 0, 0, 0.35);
    line-height: 1.6;
    margin: 0;
    padding: 2rem;
    color: #fff;
    font-size: 1rem;
    text-shadow: 0px 1px 0 #000000;
    border-radius: 3px;
    margin-top: 10vh;
    z-index: 2; }
    .full_article_p mark {
      background-color: yellow;
      color: #333; } }

@media (min-width: 769px) {
  .text_destacado_section {
    font-size: 3rem;
    font-family: Fjalla One; }
  .text_ladillo {
    font-size: 2.6rem;
    font-family: Fjalla One;
    text-align: left;
    margin-left: -60px; }
  .centered {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%); }
  .texto_destacado_video, .texto_destacado_video_right {
    width: 60%; }
  .desktop_section {
    display: flex;
    flex-direction: column;
    margin-bottom: 0rem;
    flex-direction: row;
    flex: 1;
    z-index: 999; }
  .full_section {
    margin: 0;
    padding: 0; }
  figure {
    align-items: center;
    align-self: flex-start;
    display: flex;
    height: 100vh;
    margin: 0;
    width: 100%;
    justify-content: center;
    top: 0;
    z-index: -1;
    position: -webkit-sticky;
    position: sticky; }
    figure .video_trasvase {
      height: 0; }
  section figure {
    align-items: center;
    align-self: flex-start;
    display: flex;
    height: 100vh;
    margin: 0;
    width: 100%;
    justify-content: center;
    top: 0;
    z-index: 0;
    position: -webkit-sticky;
    position: sticky; }
  section article {
    padding: 0 1rem 60vh;
    margin: 0 auto;
    max-width: 60rem;
    z-index: 1; }
  article p {
    line-height: 1.8;
    margin: 0;
    padding: 2rem;
    color: #333;
    font-size: 1.15rem;
    margin-top: 40vh; }
  .full_article_p {
    background-color: rgba(0, 0, 0, 0.35);
    line-height: 1.8;
    margin: 0;
    padding: 2rem;
    color: #fff;
    font-size: 1.1rem;
    text-shadow: 0px 1px 0 #000000;
    border-radius: 3px;
    margin-top: 10vh;
    z-index: 2; }
    .full_article_p mark {
      background-color: yellow;
      color: #333; }
  article p:not(:last-of-type) {
    margin-bottom: 10vh; }
  .full_article p:not(:last-of-type) {
    margin-bottom: 0vh; }
  article mark {
    background-color: #CCCC00;
    line-height: 1.5;
    color: #333;
    padding-left: 0;
    padding-right: 0; }
  .article_section {
    max-width: 550px; }
  .grua {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px; }
  .main p {
    font-size: 1.2rem;
    line-height: 1.8; }
  .overlay .display-4 {
    font-size: 4.2rem; }
  .overlay .description_text {
    font-size: 1.3rem; }
  .overlay .autor {
    font-size: 1rem;
    font-weight: 400; }
  .overlay .date {
    font-size: 1.1rem;
    font-weight: 400; }
  .overlay .intro_mark, .overlay .pb {
    font-size: 1rem;
    font-size: 0.9rem; }
  .cap_trasvases_inicio {
    font-size: 1rem; }
  .main {
    font-size: 1.3rem; } }

.burger {
  border-radius: 100%;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: fixed;
  top: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 98; }

.burger span {
  height: 2px;
  width: 20px;
  background: black;
  margin: 2px; }

.burger:hover {
  cursor: pointer; }

.burger:hover span:first-child {
  width: 10px;
  transform: rotate(33deg) translate(6px, 0px); }

.burger:hover span:last-child {
  width: 10px;
  transform: rotate(-33deg) translate(6px, 0px); }

.menu {
  width: 100%;
  height: 100vh;
  background-color: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transition: all 0.5s; }
  .menu img {
    max-width: 270px;
    margin: 0 auto; }
  .menu .antetitulo {
    font-size: 1.3rem;
    line-height: 1.7rem; }
  .menu .sub {
    border-bottom: 2px solid #cccc00;
    min-width: none !important;
    max-width: none !important;
    padding-bottom: 1px !important;
    text-decoration: none; }
  .menu .sub_inactive {
    min-width: none !important;
    max-width: none !important;
    text-decoration: none; }

.menu_active {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transition: all 0.5s; }

.menu_md {
  width: 30%;
  height: 100vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.5s;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 7px 2px 7px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 7px 2px 7px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 2px 7px -7px rgba(0, 0, 0, 0.4); }

.menu_active_md {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: all 0.5s; }

.btn-close {
  position: absolute;
  top: 10px;
  right: 20px;
  text-align: center;
  font-size: 40px;
  line-height: 20px;
  height: 25px;
  width: 25px;
  color: #fff;
  padding: 0;
  border: 0; }

.btn-close:hover {
  color: #fff;
  cursor: pointer; }

.menu ul, .menu_md ul {
  list-style-type: none; }

.menu ul li, .menu_md ul li {
  margin: 6px; }
  .menu ul li .active_nav, .menu_md ul li .active_nav {
    border-bottom: 1px solid #747848; }

.next_charter {
  color: #999;
  font-style: italic;
  font-size: 1.3rem;
  padding: 0 10px 0 10px;
  text-decoration: underline;
  text-decoration-color: #d9af6b; }

.menu_md ul li span, .menu ul li span, .menu ul li a, .menu_md ul li a {
  font-size: 0.90rem;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px 5px 20px;
  border-bottom: 1px solid #d9af6b;
  text-transform: uppercase; }

.menu ul li a:hover, .menu_md ul li a:hover {
  color: #fff;
  background-color: #747248; }

.menu_md ul li span, .menu ul li span {
  color: #666 !important; }

.shopping_pb_menu {
  background-color: #78B657;
  border-radius: 3px;
  color: #fff;
  font-size: 0.8rem;
  padding: 10px 35px;
  display: inline-block;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 0; }

.shopping_pb_menu:hover {
  background-color: #5a8a41;
  text-decoration: none; }
