.elementor-76 .elementor-element.elementor-element-56c313a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-76 .elementor-element.elementor-element-9752049{width:100%;max-width:100%;}.elementor-76 .elementor-element.elementor-element-9752049 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-9752049 *//* Estilos generales */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

/* Barra de anuncios */
/* Barra */
.announcement-bar{
  background:#c5e82e;
  color:#000;
  padding:8px 0;
  overflow:hidden;
  font-weight:600;
  font-size:14px;
  text-transform:uppercase;
}

.announcement-track{
  display:flex;
  width:max-content;             /* se alarga según contenido */
  animation:marquee 20s linear infinite;
}

/* Cada bloque de frases */
.announcement-scroll{
  display:inline-block;
  gap:10px;
  padding-right:40px;            /* un pequeño espacio entre bloques */
}
.separator{opacity:.7;}

.announcement-scroll span {
  display: inline-block;
  padding: 0 10px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.separator {
  margin: 0 5px;
}

@keyframes marquee{
  0%   {transform:translateX(0);}
  100% {transform:translateX(-50%);} /* -50 % = se desplaza un bloque completo */

}

/* Header principal */
.site-header {
  background-color: #333333;
  padding: 15px 0;
}

.header-container {
  
  margin: 0 100px 0 100px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* Logo centrado */
.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.logo-image {
  height: 40px;
  width: 170px;
}

/* Navegación izquierda */
/* ===== Menú con tipografía Days One ===== */
.left-navigation .menu{
  list-style:none;
  display:flex;
  gap:8px;                     /* espacio entre items */
}

.left-navigation .menu-item a,
.left-navigation .menu-item.separator{
  font-family:'Days One', sans-serif;
  font-size:1rem;
  color:#c5e82e;                /* verde lima corporativo */
  text-decoration:none;
  letter-spacing:.1px;
}

.left-navigation .menu-item a:hover{
  text-decoration:underline;    /* efecto al pasar el cursor */
}

/* separador vertical “|” sin link */
.left-navigation .menu-item.separator{
  pointer-events:none;
  opacity:.6;
}


.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.menu-item {
  margin: 0 ;
}

.menu-item a {
  color: #c5e82e;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.menu-item a:hover {
  color: #ffffff;
}

.menu-item.separator {
  color: #c5e82e;
  opacity: 0.5;
}


/* Iconos de acción */
.header-actions {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.action-icon {
  color: #c5e82e;
  position: relative;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-icon:hover {
  color: #ffffff;
}

/* Contador del carrito */
.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #e91e63;
  color: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

/* Botón de menú móvil */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 20;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #c5e82e;
  transition: all 0.3s ease;
}

/* Menú móvil */
.mobile-menu {
  display: none;
  background-color: #333333;
  padding: 20px;
  border-top: 1px solid #444444;
}

.mobile-menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-item {
  margin: 15px 0;
}

.mobile-menu-item a {
  color: #c5e82e;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.dot {
  display: inline-block;
  padding: 0 8px;
  opacity: 1;
  font-size: 16px;
  color: #000;
}



/* RESPONSIVE DESIGN MEJORADO */

/* Tablets grandes (1024px - 1200px) */
@media (max-width: 1200px) and (min-width: 1025px) {
  .header-container {
    padding: 0 15px;
    margin: 0 50px 0 50px;
  }
  
  .menu-item {
    margin: 0 8px;
  }
  
  .menu-item a {
    font-size: 15px;
  }
  
  .logo-image {
    height: 38px;
    width: 160px;
  }
  
  .announcement-scroll span {
    font-size: 13px;
    padding: 0 8px;
  }
}

/* Tablets grandes (1024px - 1200px) */
@media (max-width: 1200px) and (min-width: 1025px) {
  .header-container {
    padding: 0 15px;
    margin: 0 30px; /* Reducido de 50px */
  }
  
  .menu-item {
    margin: 0 6px; /* Reducido de 8px */
  }
  
  .menu-item a {
    font-size: 14px; /* Reducido de 15px */
  }
  
  .logo-image {
    height: 36px; /* Reducido ligeramente */
    width: 150px; /* Reducido de 160px */
  }
}

/* Tablets (768px - 1024px) - ZONA CRÍTICA */
@media (max-width: 1024px) and (min-width: 769px) {
  .header-container {
    padding: 0 10px; /* Reducido de 15px */
    margin: 0 20px; /* Reducido significativamente de 50px */
  }
  
  /* Navegación MÁS pequeña */
  .menu-item {
    margin: 0 3px; /* Reducido de 6px */
  }
  
  .menu-item a {
    font-size: 12px; /* Reducido de 14px */
    letter-spacing: -0.5px; /* Comprimir texto */
  }
  
  /* Logo más pequeño para dar más espacio */
  .logo-image {
    height: 28px; /* Reducido de 32px */
    width: 120px; /* Reducido de 135px */
  }
  
  /* Reducir gap entre iconos */
  .header-actions {
    gap: 10px; /* Reducido de 15px */
  }
}

/* Tablets pequeñas (600px - 768px) - MÁS AGRESIVO */
@media (max-width: 768px) and (min-width: 601px) {
  .header-container {
    margin: 0 5px; /* Muy reducido */
    padding: 0 8px;
  }
  
  /* Navegación muy compacta */
  .menu-item {
    margin: 0 2px; /* Muy reducido */
  }
  
  .menu-item a {
    font-size: 11px; /* Muy pequeño */
    letter-spacing: -0.8px; /* Más compresión */
  }
  
  /* Logo aún más pequeño */
  .logo-image {
    height: 24px; /* Muy reducido */
    width: 100px; /* Muy reducido */
  }
  
  /* Iconos más pequeños */
  .header-actions {
    gap: 8px;
  }
  
  .action-icon svg {
    width: 16px; /* Reducido de 18px */
    height: 16px;
  }
}

/* BREAKPOINT ADICIONAL para tablets medianas (850px - 950px) */
@media (max-width: 950px) and (min-width: 851px) {
  .header-container {
    margin: 0 25px;
  }
  
  .menu-item a {
    font-size: 13px;
  }
  
  .logo-image {
    height: 30px;
    width: 125px;
  }
}

/* BREAKPOINT ADICIONAL para el rango problemático (750px - 850px) */
@media (max-width: 850px) and (min-width: 751px) {
  .header-container {
    margin: 0 10px;
    padding: 0 5px;
  }
  
  .menu-item {
    margin: 0 1px; /* Muy poco espacio */
  }
  
  .menu-item a {
    font-size: 10px; /* Muy pequeño */
    letter-spacing: -1px; /* Máxima compresión */
  }
  
  .logo-image {
    height: 22px;
    width: 95px;
  }
}
@media (max-width: 1200px) {
  .desktop-header {
    display: none !important;
  }
  .mobile-header {
    display: block !important;
  }
  .logo {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .mobile-header {
    display: none !important;
  }
}
/* —— Estilo campos de contacto • HEADER —— */
#contact-form-header input[type="text"],
#contact-form-header input[type="email"],
#contact-form-header input[type="tel"],
#contact-form-header textarea {
  background-color: #1b2029 !important;
  color: #ffffff !important;
  border: 1px solid #2a2f3a;
}

#contact-form-header input:focus,
#contact-form-header textarea:focus {
  outline: 2px solid #9d7fe0 !important;
  background-color: #1b2029 !important;
  color: #ffffff !important;
}

.left-navigation .menu-item a {
  white-space: nowrap;
  font-size: 13px;
}

@media (max-width: 1400px) and (min-width: 1025px) {
  .header-container {
    margin: 0 20px;
  }
  .left-navigation .menu-item a {
    font-size: 12px;
  }
}
.mobile-logo-image {
  height: 142px !important;
  width: auto !important;
  max-height: 82px !important;
  max-width: 240px !important;
}

.mobile-header-right {
  gap: 60px !important;
}/* End custom CSS */