@charset "UTF-8";
/*
    Created on : Jul 14, 2025, 11:45:00 AM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Jun 30, 2025, 12:02:56 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
.home-heading picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-heading picture img {
  height: 300px;
  width: auto;
  max-width: none;
}
@media only screen and (max-width: 412px) {
  .home-heading picture img {
    height: auto;
    width: 100%;
  }
}

body, html {
  overflow-x: hidden;
}

@media only screen and (min-width: 769px) {
  .force-transparent-bg-dk {
    background: transparent !important;
  }
}/*# sourceMappingURL=home.css.map */