/*
Theme Name: Make me digital
Template: hello-elementor
Theme URI: https://.makemedigital.es
Description: Tema personalizado para Kumo Abogados desarrollado por make me digital.
Author: Make Me Digital
Author URI: https://makemedigital.es
Version: 1.0.02
Text Domain: make-me-digital
*/

p {
    margin-top: 0;
}
body > header {
  position: sticky !important;
  top: -29.67px;
  z-index: 9999;
  transition: top 0.3s ease, background 0.3s ease;
  will-change: top, background ;
}

/* Estado inicial precalculado — sin JS */
.sub-menu-content {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.sub-menu-content.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
}
main, footer > div > div{
    transition: all .3s ease;
}
body.menu-open{
    overflow:hidden;
}
.menu-open main,
.menu-open footer > div > div
{
    filter: blur(10px);
    scale: 99%;
}

@media(max-width:767px){
    body > header  {
        top:-51.85px;
    }
}