.figure {
  display: none;
}

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

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

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

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

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

div.falseH1:after {
  content: "";
  position: absolute;
  width: 100rem;
  height: 100rem;
  background-image: url("https://img2.rtve.es/aplicaciones/infografias/rtve_2025/noticias/turismo-2025-2/assets/intro-turismo.gif");
  top: -55rem;
  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: 20rem;
  }

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

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

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

  .article > .falseH1 {
    position: relative;
    padding-top: 0rem;
    margin-top: 24rem;
  }

  div.falseH1::after {
    background-image: url("https://img2.rtve.es/aplicaciones/infografias/rtve_2025/noticias/turismo-2025-2/assets/intro-turismo-mv.gif?V=01");
    width: 90vw;
    height: 100rem;
    top: -56rem;
  }
}

.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 */
