body.page-id-2700 { margin:0 !important; padding:0 !important; overflow:hidden !important; background:#000 !important; }
html, body.page-id-2700 { height:100% !important; }

body.page-id-2700 .wp-site-blocks > header,
body.page-id-2700 header.wp-block-template-part,
body.page-id-2700 .wp-site-blocks > footer,
body.page-id-2700 footer.wp-block-template-part { display:none !important; }

body.page-id-2700 .wp-block-post-featured-image,
body.page-id-2700 .wp-block-post-title { display:none !important; }

body.page-id-2700 .wp-site-blocks,
body.page-id-2700 main,
body.page-id-2700 .entry-content,
body.page-id-2700 .wp-block-post-content,
body.page-id-2700 .has-global-padding {
  margin:0 !important;
  padding:0 !important;
  max-width:none !important;
  width:100% !important;
}

body.page-id-2700 main { margin-top:0 !important; }

body.page-id-2700 .wp-block-cover {
  position:fixed !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:0 !important;
  width:100vw !important;
  height:100vh !important;
  min-height:100vh !important;
  margin:0 !important;
  z-index:2147483647 !important;
  transform:none !important;
}

body.page-id-2700 .wp-block-cover__background { opacity:0 !important; background:transparent !important; }

body.page-id-2700 .wp-block-cover__image-background { object-fit:cover !important; object-position:50% 50% !important; filter:none !important; }

body.page-id-2700 #wpadminbar { display:none !important; }
body.page-id-2700.admin-bar { margin-top:0 !important; }
html { margin-top:0 !important; }


body.page-id-2700 .wp-block-cover,
body.page-id-2700 .wp-block-cover.aligncenter {
  max-width: none !important;
  width: 100vw !important;
  height: 100vh !important;
}

body.page-id-2700 .wp-block-cover__image-background {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;

  object-fit: cover !important;
  object-position: 50% 50% !important;
}
/*cabecera ===CABECERA=== */

/* ===============================
   ESTILO VISUAL DEL HEADER (SIEMPRE)
   =============================== */
header.wp-block-template-part{
  background: rgba(255,255,255,.60);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* ===============================
   STICKY SOLO EN ESCRITORIO
   =============================== */
@media (min-width: 1024px){
  header.wp-block-template-part{
    position: sticky;
    top: 0;
    z-index: 9999;
  }
}

/* ===============================
   MÓVIL/TABLET: DESACTIVAR STICKY (RESET)
   =============================== */
@media (max-width: 1023px){
  header.wp-block-template-part,
  header.wp-block-template-part *{
    position: static !important;
    top: auto !important;
    bottom: auto !important;
  }
}
