/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2025 | 00:02:06 */
body.home-es {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

body.home-es .wp-site-blocks {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  overflow: hidden;
}

body.home-es .wp-site-blocks > *:nth-child(2) {
  flex-grow: 1;
  overflow: hidden;
  max-height: 100%;
}

body.home-es img,
body.home-es video,
body.home-es .hero {
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}

body.home-es header.wp-block-template-part,
body.home-es footer.wp-block-template-part {
  flex-shrink: 0;
  z-index: 10;
  background: #000;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}
