figure.figure {
  /*display: none;*/
}

#h1_maincontent {
  position: relative;
  z-index: 444;
}

.article {
  background-color: #fff0e3 !important;
}

.article > .falseH1 {
  position: relative;
  padding-top: 28rem;
  margin-top: 36rem;
}

.pretitle {
  position: relative;
  opacity: 1;
}

.article::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50rem;
  background-color: white;
  z-index: 0;
}

.figure {
  display: none;
}

div.falseH1:after {
  content: "";
  position: absolute;
  width: 100rem;
  height: 100rem;
  background-image: url(https://img2.rtve.es/aplicaciones/infografias/rtve_2025/noticias/turismo-2025/assets/gif_turismo.gif?ver=1.0.0);
  top: -50rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 821px) {
  .article::before {
    height: 30rem;
  }

  .article > .falseH1 {
    position: relative;
    padding-top: 6rem;
    margin-top: 35rem;
  }

  div.falseH1::after {
    width: 90vw;
    height: 100rem;
    top: -65rem;
  }
}

@media screen and (max-width: 768px) {
  .article::before {
    height: 20rem;
  }

  .article > .falseH1 {
    position: relative;
    padding-top: 6rem;
    margin-top: 25rem;
  }

  div.falseH1::after {
    width: 90vw;
    height: 100rem;
    top: -60rem;
  }
}

.artBody > iframe,
.summary iframe {
  left: 0;
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  background-color: transparent;
}

/*# sourceMappingURL=embalses.desktp.css.map */
