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

html {
  height: 100%;
}

body.overflow {
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  color: #444;
  background-color: #CEC7AF;
}

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;
}
section #intro_video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.full 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: #CEC7AF !important;
}

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

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

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

.href_intro {
  position: relative;
  top: 8px;
  text-decoration: none;
  color: #8C825D;
  font-weight: bold;
  background-color: white;
  padding: 0 10px 0 10px;
  font-size: 1rem;
}

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

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

.cap5_inicio {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://datadistacom.b-cdn.net/contaminacion-agua-macrogranjas/images/wye.jpg");
  background-size: cover;
  z-index: -1;
  background-color: #101010;
}

.cap6_inicio {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://datadistacom.b-cdn.net/contaminacion-agua-macrogranjas/images/ahlhorner-fish-ponds.jpg");
  background-size: cover;
  z-index: -1;
  background-color: #101010;
}

.intro_web_home {
  min-width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
  color: rgba(140, 130, 93, 0.85);
  padding: 1em;
  text-align: center;
  margin: 0 auto;
}
.intro_web_home p {
  color: rgba(140, 130, 93, 0.85);
  font-size: 1.2rem;
  line-height: 1.7;
  padding: 0 15px 0 15px;
  max-width: 650px;
}
.intro_web_home h1 {
  color: rgb(255, 255, 255);
  font-family: Fjalla One;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
.intro_web_home mark {
  background-color: rgba(75, 75, 75, 0.8);
  color: #fff;
  padding: 1px 12px 1px 12px;
  font-size: 0.8rem;
  max-width: 230px;
  margin: 0 auto;
}
.intro_web_home html {
  scroll-behavior: smooth;
}

.intro_hr {
  max-width: 180px;
  min-width: 140px;
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid white;
}

.video-center-text {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
}

.video-center-container {
  position: relative;
}

.video-center-container video {
  position: relative;
  z-index: 0;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

.container_credit {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  padding: 0px;
}

.principal_pretitle {
  font-size: 0.8rem !important;
}

.version {
  font-size: 0.8rem;
  font-weight: 400;
  color: #fbfdef;
  text-decoration: underline;
}

#showPreTitle {
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 7s;
  animation-fill-mode: forwards;
}

#showTitle {
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 5s;
  animation-fill-mode: forwards;
}

#showTitle_video {
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 7s;
  animation-fill-mode: forwards;
}

#showOpening {
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 7s;
  animation-fill-mode: forwards;
}

#showCredit, #showDate {
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 7s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media (min-width: 280px) and (max-width: 576px) {
  .intro_web p {
    font-size: 1rem;
  }

  .video-center-text {
    top: 10%;
  }

  .principal_title {
    max-width: 299px !important;
    font-size: 2.5rem !important;
  }

  .principal_opening {
    font-size: 1rem !important;
  }

  .principal_date {
    font-size: 0.8rem !important;
  }

  .principal_pretitle {
    font-size: 0.7rem !important;
  }

  .container_credit {
    font-size: 0.8rem !important;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .video-center-text {
    top: 25%;
  }

  .principal_title {
    max-width: 650px;
    font-size: 3.5rem !important;
  }

  .principal_pretitle {
    font-size: 0.8rem !important;
  }

  .principal_opening {
    position: relative;
    top: -85px;
    padding: 0 5px 0 5px;
    margin: 0 auto;
    font-size: 1.1rem !important;
  }

  .principal_credit, .principal_date {
    position: relative;
    top: -60px;
  }

  .container_credit {
    font-size: 0.9rem !important;
  }
}
@media (min-width: 1025px) {
  .video-center-text {
    top: 30%;
  }

  .principal_title {
    max-width: 750px;
    font-size: 4rem !important;
  }

  .principal_pretitle {
    font-size: 0.8rem !important;
  }

  .principal_opening {
    position: relative;
    top: -10px;
    padding: 0 5px 0 5px;
    margin: 0 auto;
    font-size: 1.3rem !important;
  }

  .container_credit {
    font-size: 0.9rem !important;
  }
}
.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: #F5F1E2;
  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.2rem;
  line-height: 1.4rem;
}
.menu .sub {
  border-bottom: 2px solid rgb(204, 204, 0);
  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: rgb(255, 255, 255);
  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: #444;
  padding: 0;
  border: 0;
}

.btn-close:hover {
  color: #c0c0c0;
  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 {
  background-color: #CEC7AF;
}

.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.9rem;
  color: rbga(68, 68, 68, 0.85);
  text-decoration: none;
  padding: 5px 20px 5px 20px;
  border-bottom: 1px solid #8C825D;
  margin-right: 15px;
  text-transform: uppercase;
}

.menu ul li a:hover, .menu_md ul li a:hover {
  color: rbga(144, 144, 144, 0.85);
  background-color: #CEC7AF;
}

.menu_md ul li span, .menu ul li span {
  color: #666 !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;
}

.container_video_1 {
  position: relative;
}

.container_video_1 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;
  margin: 0 auto;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.intro_web h6 {
  margin: 0 auto;
  max-width: 650px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.intro_web h1 {
  color: rgb(255, 255, 255);
  font-family: Fjalla One;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  font-size: 4rem;
}
.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(75, 75, 75, 0.8);
  color: #fff;
  padding: 1px 12px 1px 12px;
  margin: 0 auto;
}
.intro_web html {
  scroll-behavior: smooth;
}

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

/* style for when sitcky is applied */
.stuck .sticky-top {
  background-color: rgb(140, 130, 93) !important;
  padding-top: 10px !important;
  padding-bottom: 2px !important;
}
.stuck .sticky-top span {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Lato" sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.stuck .sticky-top a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Lato" sans-serif;
  font-size: 0.9rem;
  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 rgb(255, 255, 255);
  min-width: none !important;
  max-width: none !important;
}
.stuck .sticky-top .sub_inactive {
  min-width: none !important;
  max-width: none !important;
}

.special_logo_li_1 {
  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_1 img {
  vertical-align: sub;
}

.special_logo_1 {
  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_1 img {
  vertical-align: sub;
}

.special_logo_sm_1 {
  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: 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;
  }
}
@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_1 {
    font-size: 0.75rem !important;
  }

  .principal_title_1 {
    max-width: 299px;
    font-size: 2.3rem !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_1 {
    font-size: 0.9rem !important;
    padding: 0 5px 0 5px !important;
  }

  .content h6 {
    font-size: 0.85rem !important;
  }

  .centered h6 {
    font-size: 0.85rem !important;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .stuck .sticky-top a, .stuck .sticky-top .sub_inactive {
    font-size: 0.75rem;
  }

  .principal_pretitle_1 {
    font-size: 1rem;
  }

  .principal_title_1 {
    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_1 {
    font-size: 1rem;
    margin: 0 auto;
  }

  .principal_date_1 {
    font-size: 0.9rem;
  }
}
@media (min-width: 1025px) {
  .principal_title_1 {
    max-width: 750px;
  }
}
.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: 950px;
}

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

.container_video {
  margin: 0 auto;
  max-width: 950px;
}

.cap_text {
  color: rgba(68, 68, 68, 0.85);
  padding: 0 15px 20px 15px;
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
}
.cap_text hr {
  width: 0%;
  min-width: 20%;
  max-width: 100%;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #666;
  position: relative;
  transition: box-shadow 200ms ease-in-out;
  box-shadow: 0px 0px 0px 0px #f9f9f9;
}
.cap_text .blockquote-footer {
  text-align: center;
  text-align-margin: 0 auto;
  text-align-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: 1px;
}
.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: rgb(180, 180, 0);
}
.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: rgb(180, 180, 0);
  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: rgb(180, 180, 0);
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
}

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

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

.video_title h5 {
  font-family: "fjalla one";
  font-weight: 800;
  color: white;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.video_title h5:first-of-type:first-letter {
  font-weight: 800;
  font-family: "fjalla one";
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}

@media (min-width: 280px) and (max-width: 576px) {
  .line_left {
    border-left: 10px solid rgb(140, 130, 93);
    padding-left: 9px;
    font-size: 1.1rem !important;
  }

  .video_title h5 {
    font-size: 1.8rem;
    margin-left: 20px;
  }
  .video_title h5 .second_line {
    position: relative;
    left: 60px;
  }

  .video_title h5:first-of-type:first-letter {
    font-size: 8rem;
    letter-spacing: 0.4rem;
    float: left;
    margin-top: -0.76em;
  }

  .video_title_1 h5:first-of-type:first-letter {
    letter-spacing: 0rem !important;
  }

  .video_title_2 h5:first-of-type:first-letter {
    letter-spacing: 0.3rem !important;
  }

  .video_title_3 h5:first-of-type:first-letter {
    letter-spacing: 0.4rem !important;
  }

  .video_title_4 h5:first-of-type:first-letter {
    letter-spacing: -1.8rem !important;
  }

  .video_title_5 h5:first-of-type:first-letter {
    letter-spacing: 0rem !important;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .video_title h5 {
    font-size: 2.1rem;
    margin-left: 20px;
  }
  .video_title h5 .second_line {
    position: relative;
    left: -107px;
    top: 5px;
  }

  .video_title h5:first-of-type:first-letter {
    font-size: 10rem;
    letter-spacing: 0.2rem;
    float: left;
    margin-top: -0.78em;
  }

  .video_title_1 h5:first-of-type:first-letter {
    letter-spacing: 0rem !important;
  }

  .video_title_2 h5:first-of-type:first-letter {
    letter-spacing: 0.2rem !important;
  }

  .video_title_3 h5:first-of-type:first-letter {
    letter-spacing: 0.4rem !important;
  }

  .video_title_4 h5:first-of-type:first-letter {
    letter-spacing: -2.4rem !important;
  }

  .video_title_5 h5:first-of-type:first-letter {
    letter-spacing: -0.1rem !important;
  }

  .line_left {
    border-left: 15px solid rgb(140, 130, 93);
    padding-left: 15px;
    font-size: 1.1rem !important;
  }
}
@media (min-width: 1025px) {
  .line_left {
    border-left: 20px solid rgb(140, 130, 93);
    padding-left: 20px;
    font-size: 1.2rem !important;
  }

  .video_title h5 {
    font-size: 2.2rem;
  }
  .video_title h5 .second_line {
    position: relative;
    left: -115px;
    top: 5px;
  }

  .video_title h5:first-of-type:first-letter {
    font-size: 14rem;
    letter-spacing: 0.4rem;
    float: left;
    margin-top: -0.84em;
  }

  .video_title_1 h5:first-of-type:first-letter {
    letter-spacing: -0.2rem !important;
  }

  .video_title_2 h5:first-of-type:first-letter {
    letter-spacing: 0.5rem !important;
  }

  .video_title_3 h5:first-of-type:first-letter {
    letter-spacing: 0.5rem !important;
  }

  .video_title_4 h5:first-of-type:first-letter {
    letter-spacing: -3.4rem !important;
  }

  .video_title_5 h5:first-of-type:first-letter {
    letter-spacing: -0.2rem !important;
  }
}
.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 .blockquote-footer 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;
}

.cap_text_old {
  color: rgba(68, 68, 68, 0.85);
  padding: 0 15px 20px 15px;
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
}
.cap_text_old .blockquote-footer {
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
}
.cap_text_old .first_p_1, .cap_text_old .first_p_2, .cap_text_old .first_p_3 {
  font-weight: bolder;
  font-size: 2.5rem;
  color: #333;
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
}
.cap_text_old mark {
  border-bottom: dashed 2px #333333;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
}
.cap_text_old p {
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding-top: 15px;
}
.cap_text_old .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: rgb(180, 180, 0);
}
.cap_text_old .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: rgb(180, 180, 0);
  font-family: "Roboto mono", monospace;
}
.cap_text_old .texto_destacado {
  font-weight: 200;
  text-align: left;
  padding: 12px 8px 8px 8px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #8C825D;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: rgba(68, 68, 68, 0.85);
}

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

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

@media (min-width: 280px) and (max-width: 765px) {
  .cap_text_old .texto_destacado {
    max-width: 430px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 766px) and (max-width: 1024px) {
  .cap_text_old .texto_destacado {
    position: relative;
    left: -120px;
    max-width: 440px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .cap_text_old .texto_destacado {
    position: relative;
    left: -150px;
    max-width: 460px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.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: rgb(116, 114, 72);
  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: rgb(116, 114, 72);
  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: rgb(247, 225, 170);
  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: rgb(245, 245, 245);
  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: rgb(231, 232, 217);
  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.9rem;
  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: #CEC7AF !important;
  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: #CEC7AF;
}

.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: #CEC7AF;
}

#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;
  color: rgba(255, 255, 255, 0.85);
}

#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;
}

@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: 0.8rem;
  }

  .next_charter {
    font-size: 0.8rem;
  }

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

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

  article img .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;
  }
  article img 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;
  }

  .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;
  }
  .overlay mark {
    font-size: 0.9rem;
  }

  .cap_trasvases_inicio {
    font-size: 1rem;
  }

  .main {
    font-size: 1.3rem;
  }
}
.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;
}

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;
  padding-top: 12px;
  padding-bottom: 10px;
  font-weight: 800;
}
.footer_action a {
  color: rgb(157, 31, 31);
}
.footer_action .thanks {
  font-weight: 400;
  max-width: 530px;
  font-size: 0.9rem;
  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 0.5s ease;
}

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

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