
figure.figure {
    /*display: none;*/
  }
  
  #h1_maincontent {
    position: relative;
    z-index: 444;
  }

  .article{
    background-color: #fbf2ee!important;
  }
  
  .article > .falseH1 {
    position: relative;
    padding-top: 16rem;
  }
  
  .pretitle {
    position: relative;
    opacity: 1;
  }
  
  div.falseH1:before {
    text-align: right;
    display: block;
    content: "";
    position: absolute;
    width: 10.2rem;
    height: 10.2rem;
    background-image: url(https://www.rtve.es/aplicaciones/infografias/rtve_2025/infografias_datos/encarecimiento-turismo/images/animacion-turismo.gif?ver=2.0.0);
    top: 3rem;
    left: calc(50% - 5rem);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
  }
  @media screen and (max-width: 768px) {
    div.falseH1:before {
      /*width: 100%;
      height: 18rem;
      left: calc(50% - 21rem);*/
    }
  }
  
  .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 */