div[id="mobile-hero"].paragraph--type--mcp-full-screen-image-section,
#home-banner.mobile-hero.paragraph--type--mcp-full-screen-image-section,
.mobile-hero.paragraph--type--mcp-full-screen-image-section {
  margin-top: 120px;
  min-height: unset;
}

/* Media query: sm a 1010px */
@media (min-width: 768px) and (max-width: 1010px) {
  div[id="mobile-hero"].paragraph--type--mcp-full-screen-image-section,
  #home-banner.mobile-hero.paragraph--type--mcp-full-screen-image-section,
  .mobile-hero.paragraph--type--mcp-full-screen-image-section {
    margin-top: 285px;
  }
}

/* Media query: 1011px a 1200px */
@media (min-width: 1011px) and (max-width: 1200px) {
  div[id="mobile-hero"].paragraph--type--mcp-full-screen-image-section,
  #home-banner.mobile-hero.paragraph--type--mcp-full-screen-image-section,
  .mobile-hero.paragraph--type--mcp-full-screen-image-section {
    margin-top: 220px;
  }
}

/* Media query: 1200px a 1385px */
@media (min-width: 1200px) and (max-width: 1385px) {
  div[id="mobile-hero"].paragraph--type--mcp-full-screen-image-section,
  #home-banner.mobile-hero.paragraph--type--mcp-full-screen-image-section,
  .mobile-hero.paragraph--type--mcp-full-screen-image-section {
    margin-top: 200px;
  }
}

/* Hijos directos */
div[id="mobile-hero"].paragraph--type--mcp-full-screen-image-section > div,
#home-banner.mobile-hero.paragraph--type--mcp-full-screen-image-section > div,
.mobile-hero.paragraph--type--mcp-full-screen-image-section > div {
  position: absolute;
  top: 0;
  z-index: 8;
}

div[id="mobile-hero"].paragraph--type--mcp-full-screen-image-section > img.image-desktop,
#home-banner.mobile-hero.paragraph--type--mcp-full-screen-image-section > img.image-desktop,
.mobile-hero.paragraph--type--mcp-full-screen-image-section > img.image-desktop {
  min-height: unset;
}

div[id="mobile-hero"].paragraph--type--mcp-full-screen-image-section > img.image-mobile,
#home-banner.mobile1-hero.paragraph--type--mcp-full-screen-image-section > img.image-mobile,
.mobile-hero.paragraph--type--mcp-full-screen-image-section > img.image-mobile {
  position: relative;
  z-index: 0;
}
