.wp-block-group {padding-top: 0em !important;}
.elementor-nav-menu--main .elementor-item {
  color: #ffffff !important;
}
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: #F8F812 !important;
}
/* Iconos sociales del header — color blanco */
.elementor-nav-menu--main .elementor-item {
  color: #ffffff !important;
}
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: #F8F812 !important;
}

/* Iconos sociales (Instagram, Facebook, Email, WhatsApp) */
.elementor-social-icon svg {
  fill: #ffffff !important;
}
.elementor-social-icon {
  background-color: transparent !important;
}
.elementor-social-icon:hover svg {
  fill: #F8F812 !important;
}
/* Video página principal — ancho completo */
.elementor-widget-video .elementor-wrapper,
.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.elementor-location-header,
header.elementor-section,
header .e-con,
.elementor-template-header {
  background-color: #1B252F !important;
}
@media (max-width: 768px) {

  /* Contenedor del header más compacto */
  .elementor-location-header .e-con,
  .elementor-location-header .elementor-container {
    padding: 10px 16px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  /* Logo más pequeño en móvil */
  .elementor-location-header .elementor-widget-theme-site-logo img {
    width: 60px !important;
    height: 60px !important;
  }

  /* Menú hamburguesa visible y en blanco */
  .elementor-menu-toggle {
    color: #ffffff !important;
    border-color: #ffffff !important;
  }
  .elementor-menu-toggle svg {
    fill: #ffffff !important;
  }
  .elementor-menu-toggle:hover svg {
    fill: #F8F812 !important;
  }

  /* Menú desplegable móvil */
  .elementor-nav-menu--dropdown {
    background-color: #1B252F !important;
    border-top: 2px solid #F8F812 !important;
  }
  .elementor-nav-menu--dropdown .elementor-item {
    color: #ffffff !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  }
  .elementor-nav-menu--dropdown .elementor-item:hover {
    color: #F8F812 !important;
    background-color: rgba(248,248,18,0.06) !important;
  }

  /* Iconos sociales más pequeños en móvil */
  .elementor-location-header .elementor-social-icon {
    width: 30px !important;
    height: 30px !important;
  }
  .elementor-location-header .elementor-social-icon svg {
    width: 14px !important;
    height: 14px !important;
  }
}