.elementor-9 .elementor-element.elementor-element-78a05a55{--display:flex;--min-height:700px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-9 .elementor-element.elementor-element-9b7821d{--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;}.elementor-9 .elementor-element.elementor-element-b6fe118{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-fb029d3{text-align:center;}.elementor-9 .elementor-element.elementor-element-fb029d3 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:45px;font-weight:600;color:#121212;}.elementor-9 .elementor-element.elementor-element-bd1dfc6{--display:flex;}.elementor-9 .elementor-element.elementor-element-b3619ea{--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;}.elementor-9 .elementor-element.elementor-element-fbf25cc{--display:flex;}@media(max-width:1024px){.elementor-9 .elementor-element.elementor-element-78a05a55{--padding-top:15%;--padding-bottom:15%;--padding-left:0%;--padding-right:0%;}}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-78a05a55{--content-width:100%;}.elementor-9 .elementor-element.elementor-element-b6fe118{--content-width:1400px;}.elementor-9 .elementor-element.elementor-element-bd1dfc6{--content-width:1400px;}.elementor-9 .elementor-element.elementor-element-fbf25cc{--content-width:1400px;}}@media(max-width:1024px) and (min-width:768px){.elementor-9 .elementor-element.elementor-element-78a05a55{--content-width:665px;}}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-78a05a55{--content-width:500px;--padding-top:20%;--padding-bottom:20%;--padding-left:0%;--padding-right:0%;}}/* Start custom CSS for html, class: .elementor-element-786b82b *//* --- Fondo CMYK --- */
/* --- Fondo CMYK animado --- */
/* --- Fondo CMYK segmentado --- */
/* --- Fondo CMYK con negro visible --- */

.cmyk-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    -45deg,
    #ff00ff 0%,     /* Fucsia */
    #00bfff 33%,    /* Celeste */
    #ffff00 66%,    /* Amarillo */
    #000000 100%    /* Negro */
  );
  
  background-size: 400% 400%;
  animation: moveGradient 20s ease infinite;
  z-index: 2;
  opacity: 0.9;
  mix-blend-mode: overlay;
}

@keyframes moveGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/* --- Contenido HERO --- */
.hero-content {
  position: relative;
  z-index: 2; /* ✅ asegura que el texto esté sobre Vanta y el overlay */
  color: #fff;
  text-align: left;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  max-width: 700px;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.hero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.btn-hero {
  background-color: #f1c232;
  color: #222;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.btn-hero:hover {
  background-color: #e3b64b;
  color: #111;
}
@keyframes moveGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.cmyk-overlay {
  background-size: 300% 300%;
  animation: moveGradient 15s ease infinite;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dadba04 *//* ==============================
   CONTENEDOR PRINCIPAL (MEJORADO)
============================== */
.whatsapp-container {
  position: fixed;
  bottom: 120px; /* subido para no cubrir el reCAPTCHA */
  right: 50px;
  z-index: 99;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease-out 0.3s forwards; /* animación de entrada */
}

/* Animación de entrada suave */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==============================
   BOTÓN WHATSAPP
============================== */
.whatsapp-info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1ab744;
  font-size: 45px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 3;
}

/* Hover moderno con rotación leve */
.whatsapp-info:hover {
  background: #18a23d;
  transform: scale(1.12) rotate(4deg);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ==============================
   ANIMACIÓN DE PULSO (TRIPLE)
============================== */
@keyframes pulse {
  0% { transform: scale(.1); opacity: 0; }
  50% { opacity: .3; }
  100% { transform: scale(2); opacity: 0; }
}

.pulse {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #1ab744;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  z-index: 1;
  animation: pulse 2s infinite;
  transition: opacity 0.3s ease;
}

/* Pulsos escalonados */
.pulse:nth-child(1) { animation-delay: 0s; }
.pulse:nth-child(2) { animation-delay: 0.3s; }
.pulse:nth-child(3) { animation-delay: 0.6s; }

/* 🟢 NUEVO: Ocultar halos en hover y reiniciar triple pulso */
.whatsapp-container:hover .pulse {
  opacity: 0;                /* desaparece suavemente */
  animation: none !important; /* se detiene completamente */
}

.whatsapp-container:not(:hover) .pulse {
  opacity: 1;
  animation: pulse 2s infinite; /* reinicia todos los pulsos */
}

.whatsapp-container:not(:hover) .pulse:nth-child(2) { animation-delay: 0.3s; }
.whatsapp-container:not(:hover) .pulse:nth-child(3) { animation-delay: 0.6s; }

/* ==============================
   BURBUJA CON FLECHA UNIDA
============================== */
.whatsapp-tooltip {
  position: absolute;
  right: 92px;
  bottom: 15px;
  background: #ffffff;
  color: #333;
  padding: 10px 18px;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 2;
  border: none;
}

.whatsapp-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
}

/* Mostrar burbuja */
.whatsapp-container:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateY(0);
}

/* ==============================
   RESPONSIVE (TABLET)
============================== */
@media (max-width: 992px) {
  .whatsapp-container { 
    bottom: 100px; /* subido para evitar reCAPTCHA */
    right: 30px;
  }
  .whatsapp-info, .pulse {
    width: 60px; 
    height: 60px; 
    font-size: 36px;
  }
  .whatsapp-tooltip {
    right: 75px;
    font-size: 13px;
    padding: 8px 14px;
  }
}

/* ==============================
   RESPONSIVE (MÓVIL)
============================== */
@media (max-width: 600px) {
  .whatsapp-container { 
    bottom: 90px; /* espacio extra para el reCAPTCHA móvil */
    right: 20px;
  }
  .whatsapp-info, .pulse {
    width: 50px; 
    height: 50px; 
    font-size: 28px;
  }
  .whatsapp-tooltip { display: none; }
}

/* ==============================
   COMPATIBILIDAD CON RECAPTCHA
============================== */
@media (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 15px !important;
  }
  .whatsapp-container {
    bottom: calc(15px + 70px + 30px); /* 15 del reCAPTCHA + 70 del alto + 30 margen */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee0a2c9 *//* === CONTENEDOR DE PRODUCTOS === */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 10px auto;
  padding: 0 20px;
}

/* === TARJETA DE PRODUCTO === */
.product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* === IMAGEN DEL PRODUCTO === */
.product-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* === INFORMACIÓN DEL PRODUCTO === */
.product-info {
  padding: 20px;
}

.product-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.product-desc {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
  min-height: 45px; /* altura uniforme entre tarjetas */
}

/* === PRECIO === */
.product-pricing {
  margin-bottom: 15px;
}

.old-price {
  color: #999;
  /*text-decoration: line-through; tachar precio*/
  margin-right: 8px;
}

.new-price {
  color: #e53935;
  font-weight: 700;
}

/* === BOTÓN COTIZAR === */
.btn-quote {
  display: inline-block;
  background-color: #f1c232;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 30px;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-quote:hover {
  background-color: #e3b64b;
  color: #111;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .product-card img {
    height: 220px;
  }
  .product-title {
    font-size: 1rem;
  }
  .product-desc {
    font-size: 0.85rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-3439d86 */@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");


:root {
  --primary: #f1c232;
  --primary-dark: #e3b64b;
  --bg: #ffffff;
  --text: #222;
  --muted: #666;
  --border: #e4e4e4;
  --shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--bg);
  color: var(--text);
}

/* === SECCIÓN PRINCIPAL === */
.form-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 80px 20px;
}

/* === CONTENEDOR === */
.form-container {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
  animation: fadeIn 1s ease forwards;
}

/* === ENCABEZADO CON EFECTO === */
.form-header {
  background: linear-gradient(135deg, #f1c232, #e3b64b, #f1c232);
  background-size: 300% 300%;
  animation: gradientMove 8s ease infinite;
  text-align: center;
  padding: 40px 20px;
  color: #222;
}

.form-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.form-header p {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

/* === FORMULARIO === */
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  padding: 50px;
}

.form-group {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s ease;
}

.form-group:hover {
  transform: translateY(-2px);
}

.full-width {
  grid-column: 1 / -1;
}

label {
  font-weight: 600;
  margin-bottom: 6px;
}

input,
textarea {
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 14px;
  font-size: 1rem;
  transition: all 0.3s ease;
  resize: none;
}

input:focus,
textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(241, 194, 50, 0.2);
  outline: none;
}

/* === BOTÓN === */
.form-actions {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 10px;
}

.btn-submit {
  background: var(--primary);
  color: #222;
  font-weight: 700;
  border: none;
  padding: 14px 40px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.btn-submit:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
}

/* === ANIMACIONES === */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .contact-form {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .form-header h2 {
    font-size: 1.6rem;
  }
}/* End custom CSS */