.elementor-829 .elementor-element.elementor-element-b860fc5{--display:flex;--min-height:100vh;--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:center;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-829 .elementor-element.elementor-element-b860fc5:not(.elementor-motion-effects-element-type-background), .elementor-829 .elementor-element.elementor-element-b860fc5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000000;}.elementor-829 .elementor-element.elementor-element-12cc9e8{--display:flex;}.elementor-829 .elementor-element.elementor-element-12cc9e8:not(.elementor-motion-effects-element-type-background), .elementor-829 .elementor-element.elementor-element-12cc9e8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#202020;}.elementor-829 .elementor-element.elementor-element-adcb2c1{--display:flex;}.elementor-829 .elementor-element.elementor-element-25664d1{--display:flex;--min-height:50vh;}.elementor-829 .elementor-element.elementor-element-1c16bf0{--display:flex;}.elementor-829 .elementor-element.elementor-element-1c16bf0:not(.elementor-motion-effects-element-type-background), .elementor-829 .elementor-element.elementor-element-1c16bf0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}.elementor-829 .elementor-element.elementor-element-6515cca{--display:flex;}.elementor-829 .elementor-element.elementor-element-6515cca:not(.elementor-motion-effects-element-type-background), .elementor-829 .elementor-element.elementor-element-6515cca > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020202;}.elementor-829 .elementor-element.elementor-element-63209d4{--display:flex;}.elementor-829 .elementor-element.elementor-element-63209d4:not(.elementor-motion-effects-element-type-background), .elementor-829 .elementor-element.elementor-element-63209d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}.elementor-829 .elementor-element.elementor-element-7d57f67{--display:flex;--min-height:39vh;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-829 .elementor-element.elementor-element-7d57f67:not(.elementor-motion-effects-element-type-background), .elementor-829 .elementor-element.elementor-element-7d57f67 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-829 .elementor-element.elementor-element-0975f18{--display:flex;--min-height:0px;--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;}@media(min-width:768px){.elementor-829 .elementor-element.elementor-element-25664d1{--content-width:100%;}.elementor-829 .elementor-element.elementor-element-0975f18{--content-width:1419px;}}/* Start custom CSS for html, class: .elementor-element-8a1a8f4 *//* =====================================================
   LOADER WRAPPER (PREMIUM)
===================================================== */
.zn-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;

  background: radial-gradient(circle at center, #111 0%, #0a0a0a 70%);

  display: flex;
  align-items: center;
  justify-content: center;

  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.zn-loader.hidden {
  opacity: 0;
  visibility: hidden;
}


/* =====================================================
   INNER LAYOUT
===================================================== */
.zn-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 22px;
  text-align: center;
}


/* =====================================================
   LOGO (RESPIRACIÓN SUAVE)
===================================================== */
.zn-loader-logo svg {
  width: 64px;
  height: auto;
  display: block;

  opacity: 0.9;
  animation: znLogoPulse 2.5s ease-in-out infinite;
}

@keyframes znLogoPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}


/* =====================================================
   PROGRESS BAR (REALISTA / PREMIUM)
===================================================== */
.zn-loader-bar-wrap {
  width: 140px;
  height: 2px;

  background: rgba(255,255,255,0.08);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.zn-loader-bar {
  width: 0%;
  height: 100%;

  background: linear-gradient(
    90deg,
    #ff5c00,
    #ff7a1a,
    #ff5c00
  );

  box-shadow: 0 0 12px rgba(255,92,0,0.35);

  transition: width 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}


/* =====================================================
   FRASES DINÁMICAS (PREMIUM BALANCEADO)
===================================================== */
.zn-loader-tip {
  margin-top: 6px;
  font-size: 15px;

  color: rgba(255,255,255,0.72); /* 🔥 blanco premium */

  letter-spacing: 0.3px; /* 🔥 micro detalle pro */

  opacity: 0;
  transform: translateY(12px);
  filter: blur(6px);

  transition: 
    opacity 0.6s ease,
    transform 0.6s ease,
    filter 0.6s ease;
}

.zn-loader-tip.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}


/* =====================================================
   MICRO GLOW (SUTIL)
===================================================== */
.zn-loader::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,106,0,0.08), transparent 70%);
  filter: blur(40px);
  z-index: -1;
}


/* =====================================================
   SCROLL LOCK
===================================================== */
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}


/* =====================================================
   ELEMENTOR FIX
===================================================== */
body.elementor-editor-active .zn-loader {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60c068f *//* =========================
   WHATSAPP FLOAT BUTTON
========================= */
.zn-whatsapp {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;

  width: 60px;
  height: 60px;
  border-radius: 50%;

  background: linear-gradient(135deg, #25D366, #1ebe5d);

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 
    0 10px 25px rgba(37,211,102,0.25),
    0 0 0 rgba(37,211,102,0.4);

  transition: all 0.3s ease;

  /* 🔥 FIX MOBILE */
  animation: znWhatsappBounce 6s ease-in-out infinite;
  will-change: transform;
  transform: translateZ(0); /* fuerza render en mobile */
}

/* ICONO */
.zn-whatsapp svg {
  width: 26px;
  height: 26px;
}

/* HOVER (solo escala, no translate) */
.zn-whatsapp:hover {
  transform: scale(1.08);
}

/* 🔥 PULSE */
.zn-whatsapp::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;

  border: 2px solid rgba(37,211,102,0.4);

  animation: znWhatsappPulse 2.5s infinite;
}

@keyframes znWhatsappPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* 🔥 BOUNCE REAL (NO CONFLICTIVO) */
@keyframes znWhatsappBounce {
  0%   { transform: translateY(0); }
  5%   { transform: translateY(-8px); }
  10%  { transform: translateY(0); }
  15%  { transform: translateY(-5px); }
  20%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

/* MOBILE */
@media (max-width: 768px) {
  .zn-whatsapp {
    width: 54px;
    height: 54px;
    bottom: 18px;
    right: 18px;
  }
}

/* LOADING */
body.loading .zn-whatsapp {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

/* READY */
.zn-whatsapp {
  opacity: 1;
  transition: all 0.4s ease;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a80f1c *//* =====================================================
   RESET / BASE
===================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: #000;
}


/* =====================================================
   HERO SECTION
===================================================== */
.cvh-hero {
  position: relative;
  min-height: calc(100vh - 100px); 
  overflow: hidden;
  color: #fff;
  padding-top: 100px;
  display: flex;
  align-items: center; 
  justify-content: center;
}


/* =====================================================
   HERO CONTENT
===================================================== */
.cvh-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cvh-content {
  max-width: 700px;
  text-align: center;
}


/* =====================================================
   HERO TEXT
===================================================== */
.cvh-badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(255,255,255,0.08);
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 20px;
}

.cvh-content h1 {
  font-size: 64px;
  margin-bottom: 20px;
}

.cvh-content h1 span {
  color: #ff6a00;
}

.cvh-content p {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 30px;
}


/* =====================================================
   HERO BUTTONS (BALANCE PRO)
===================================================== */
.cvh-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 60px;
}

.cvh-btn-primary {
  background: #ff6a00;
  padding: 12px 24px; /* 🔥 equilibrio */
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cvh-btn-secondary {
  border: 1px solid rgba(255,255,255,0.3);
  padding: 12px 24px; /* 🔥 equilibrio */
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* 🔥 micro interacción (clave) */
.cvh-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255,106,0,0.35);
}

.cvh-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.6);
}


/* =====================================================
   HERO STATS
===================================================== */
.cvh-stats {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.cvh-stats h3 {
  font-size: 28px;
  font-weight: 700; /* 🔥 BOLD */
}

.cvh-stats span {
  font-size: 13px;
  opacity: 0.6;
}


/* =========================
   HERO BASE (VISIBLE POR DEFECTO)
========================= */
.cvh-content > * {
  opacity: 1;
  transform: none;
}

/* =========================
   ESTADO INICIAL SOLO CUANDO CARGA
========================= */
body.loading .cvh-content > * {
  opacity: 0;
  transform: translateY(30px);
}

/* =========================
   ANIMACIÓN
========================= */
.cvh-hero.show .cvh-content > * {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* =========================
   STAGGER
========================= */
.cvh-hero.show .cvh-badge { transition-delay: 0.1s; }
.cvh-hero.show h1 { transition-delay: 0.2s; }
.cvh-hero.show p { transition-delay: 0.35s; }
.cvh-hero.show .cvh-buttons { transition-delay: 0.5s; }
.cvh-hero.show .cvh-stats { transition-delay: 0.65s; }

/* =====================================================
   HERO RESPONSIVE PRO
===================================================== */

/* ===== TABLET ===== */
@media (max-width: 1024px) {

  .cvh-content h1 {
    font-size: 48px;
    line-height: 1.1;
  }

  .cvh-content p {
    font-size: 15px;
  }

  .cvh-stats {
    gap: 40px;
  }

  .cvh-stats h3 {
    font-size: 24px;
  }
}


/* ===== MOBILE ===== */
@media (max-width: 768px) {

  .cvh-hero {
    padding: 120px 20px 60px;
    min-height: auto;
  }

  .cvh-content {
    max-width: 100%;
  }

  /* TEXTO */
  .cvh-content h1 {
    font-size: 36px;
    line-height: 1.15;
  }

  .cvh-content p {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .cvh-badge {
    font-size: 11px;
    padding: 5px 12px;
  }

  /* BOTONES (CLAVE UX) */
  .cvh-buttons {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }

  .cvh-btn-primary,
  .cvh-btn-secondary {
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 15px;
  }

  /* STATS (RESTRUCTURA) */
  .cvh-stats {
    flex-direction: column;
    gap: 18px;
  }

  .cvh-stats h3 {
    font-size: 22px;
  }

  .cvh-stats span {
    font-size: 12px;
  }
}


/* ===== MOBILE PEQUEÑO ===== */
@media (max-width: 480px) {

  .cvh-content h1 {
    font-size: 30px;
  }

  .cvh-content p {
    font-size: 13px;
  }

  .cvh-btn-primary,
  .cvh-btn-secondary {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b860fc5 */.elementor-829 .elementor-element.elementor-element-b860fc5 {
  position: relative;
}

/* Overlay negro real sobre el video */
.elementor-829 .elementor-element.elementor-element-b860fc5 .elementor-background-video-container::after {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.5); /* 👈 ajusta aquí */

  z-index: 2;
}

/* Asegura que tu contenido esté encima */
.elementor-829 .elementor-element.elementor-element-b860fc5 .elementor-container,
.elementor-829 .elementor-element.elementor-element-b860fc5 .elementor-widget-wrap {
  position: relative;
  z-index: 3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cebce40 *//* =====================================================
   FIX ELEMENTOR (CRÍTICO)
===================================================== */
.elementor-829 .elementor-element.elementor-element-cebce40 .elementor-widget-container {
  overflow: visible !important;
}


/* =====================================================
   SECCIÓN NOSOTROS
===================================================== */
.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-nosotros {
  padding: 120px 20px;
  color: #fff;
}

.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-nosotros-container {
  max-width: 1200px;
  margin: 0 auto;
}


/* =====================================================
   HEADER
===================================================== */
.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-nosotros-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;

  opacity: 1;
  transform: none;
}

.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-nosotros-tag {
  display: inline-block;
  color: #ff6a00;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-nosotros-header h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}

.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-nosotros-header p {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}


/* =====================================================
   GRID
===================================================== */
.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-nosotros-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}


/* =====================================================
   CARD
===================================================== */
.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 30px 25px;

  opacity: 1;
  transform: none;

  position: relative;
  z-index: 2;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}


/* HOVER PROFESIONAL */
.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: #ff6a00;
  box-shadow: 0 10px 25px rgba(255,106,0,0.12);
}


/* =====================================================
   ICONO
===================================================== */
.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;

  background: #ff6a00;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 18px;

  transition: transform 0.25s ease;
}

.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-icon img {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) invert(1);
}

.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-card:hover .cvh-icon {
  transform: scale(1.08);
}


/* =====================================================
   TEXTOS
===================================================== */
.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.elementor-829 .elementor-element.elementor-element-cebce40 .cvh-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}


/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 1024px) {
  .elementor-829 .elementor-element.elementor-element-cebce40 .cvh-nosotros-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .elementor-829 .elementor-element.elementor-element-cebce40 .cvh-nosotros-grid {
    grid-template-columns: 1fr;
  }

  .elementor-829 .elementor-element.elementor-element-cebce40 .cvh-nosotros-header h2 {
    font-size: 28px;
  }
}


/* =====================================================
   FIX EDITOR (por seguridad)
===================================================== */
body.elementor-editor-active .elementor-829 .elementor-element.elementor-element-cebce40 .cvh-card,
body.elementor-editor-active .elementor-829 .elementor-element.elementor-element-cebce40 .cvh-nosotros-header {
  opacity: 1 !important;
  transform: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d11f331 *//* =====================================================
   SECCIÓN ABOUT
===================================================== */
.cvh-about {
  padding: 120px 20px;
  color: #fff;
}

.cvh-about-container {
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}


/* =====================================================
   VISUAL (IMAGEN)
===================================================== */
.cvh-about-visual {
  position: relative;
}

/* Tarjeta */
.cvh-about-card {
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: blur(10px);
}

/* Imagen */
.cvh-about-img {
  width: 100%;
  border-radius: 12px;
  opacity: 0.9;
}


/* =====================================================
   BADGE (🔥 CORREGIDO)
===================================================== */
.cvh-about-badge {
  position: absolute;
  right: -20px;
  bottom: 30px; /* 🔥 antes era top: 370px */

  background: #ff6a00;
  padding: 14px 20px;
  border-radius: 12px;

  box-shadow: 0 15px 30px rgba(255,106,0,0.4);

  display: flex;
  flex-direction: column;
  align-items: center;
}

.cvh-about-badge strong {
  display: block;
  font-size: 20px;
}

.cvh-about-badge span {
  font-size: 12px;
}


/* =====================================================
   CONTENIDO
===================================================== */
.cvh-about-content {
  max-width: 520px;
}

/* Tag */
.cvh-about-tag {
  display: inline-block;
  color: #ff6a00;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

/* Título */
.cvh-about-content h2 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.cvh-about-content h2 span {
  color: #ff6a02;
}

/* Texto */
.cvh-about-content p {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 18px;
}


/* =====================================================
   STATS (🔥 CORREGIDO - CENTRADO)
===================================================== */
.cvh-about-stats {
  display: flex;
  gap: 50px;
  margin-top: 30px;

  justify-content: center;
  text-align: center;
}

.cvh-about-stats div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cvh-about-stats h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.cvh-about-stats span {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}


/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 1024px) {
  .cvh-about-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .cvh-about-content {
    max-width: 100%;
  }

  .cvh-about-badge {
    right: 20px;
    bottom: 20px; /* 🔥 ajuste para tablet/mobile */
  }
}


/* =====================================================
   MOBILE FINO (🔥 NUEVO AJUSTE)
===================================================== */
@media (max-width: 768px) {

  .cvh-about-card {
    padding: 20px;
  }

  .cvh-about-badge {
    right: 10px;
    bottom: 10px;

    padding: 10px 14px;
  }

  .cvh-about-badge strong {
    font-size: 16px;
  }

  .cvh-about-badge span {
    font-size: 10px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a93535 *//* =====================================================
   SECCIÓN CATÁLOGO
===================================================== */
.cvh-catalogo {
  padding: 120px 20px;
  color: #fff;
}

.cvh-catalogo-container {
  max-width: 1200px;
  margin: 0 auto;
}


/* =====================================================
   HEADER
===================================================== */
.cvh-catalogo-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
}

.cvh-catalogo-tag {
  display: inline-block;
  color: #ff6a00;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.cvh-catalogo-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.cvh-catalogo-header p {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
}


/* =====================================================
   GRID
===================================================== */
.cvh-catalogo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}


/* =====================================================
   PRODUCT CARD
===================================================== */
.cvh-product-card {
  display: block;
  text-decoration: none;
  color: inherit;

  border-radius: 18px;
  overflow: hidden;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);

  transition: all 0.3s ease;
}

/* Hover */
.cvh-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,106,0,0.4);
  box-shadow: 0 25px 50px rgba(0,0,0,0.6);
}


/* =====================================================
   MEDIA (IMAGEN)
===================================================== */
.cvh-product-media {
  position: relative;
  height: 180px;
  overflow: hidden;

  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
}

.cvh-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  opacity: 0.85;
  transition: transform 0.4s ease;
}

/* Hover imagen */
.cvh-product-card:hover img {
  transform: scale(1.05);
}


/* =====================================================
   BADGE
===================================================== */
.cvh-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;

  font-size: 11px;
  padding: 6px 10px;
  border-radius: 20px;

  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
}


/* =====================================================
   INFO
===================================================== */
.cvh-product-info {
  padding: 20px;
}

.cvh-product-info h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.cvh-product-info p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}


/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 1024px) {
  .cvh-catalogo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cvh-catalogo-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b862e32 *//* =====================================================
   SECCIÓN FAQ
===================================================== */
.cvh-faq {
  padding: 120px 20px;
  color: #fff;
}

.cvh-faq-container {
  max-width: 900px;
  margin: 0 auto;
}


/* =====================================================
   HEADER
===================================================== */
.cvh-faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.cvh-faq-tag {
  display: block;
  color: #ff6a00;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.cvh-faq-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.cvh-faq-header p {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
}


/* =====================================================
   LISTA FAQ
===================================================== */
.cvh-faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}


/* =====================================================
   ITEM
===================================================== */
.cvh-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);

  overflow: hidden;
  transition: all 0.3s ease;
}

/* Hover */
.cvh-faq-item:hover {
  background: rgba(255,255,255,0.06);
}

/* Activo */
.cvh-faq-item.active {
  border: 1px solid #ff6a00;
  box-shadow: 0 0 0 1px rgba(255,106,0,0.25);
}


/* =====================================================
   QUESTION
===================================================== */
.cvh-faq-question {
  padding: 18px 20px;
  font-size: 15px;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;

  color: rgba(255,255,255,0.9);
}


/* =====================================================
   ICONO
===================================================== */
.cvh-faq-icon {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  transition: all 0.3s ease;
}

/* Rotación + color activo */
.cvh-faq-item.active .cvh-faq-icon {
  transform: rotate(180deg);
  color: #ff6a00;
}


/* =====================================================
   ANSWER
===================================================== */
.cvh-faq-answer {
  max-height: 0;
  overflow: hidden;

  padding: 0 20px;

  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;

  transition: all 0.35s ease;
}

/* Abierto */
.cvh-faq-item.active .cvh-faq-answer {
  max-height: 200px;
  padding: 0 20px 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07043b9 *//* =====================================================
   SECCIÓN CONTACTO
===================================================== */
.cvh-contacto {
  padding: 120px 20px;
  color: #fff;
}

.cvh-contacto-container {
  max-width: 1200px;
  margin: 0 auto;
}


/* =====================================================
   HEADER
===================================================== */
.cvh-contacto-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
}

.cvh-contacto-tag {
  display: block;
  color: #ff6a00;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.cvh-contacto-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.cvh-contacto-header p {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}


/* =====================================================
   GRID
===================================================== */
.cvh-contacto-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
}


/* =====================================================
   INFO (IZQUIERDA)
===================================================== */
.cvh-contacto-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cvh-contacto-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;

  padding: 20px;
  border-radius: 14px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.cvh-contacto-card span {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 5px;
}

.cvh-contacto-card h4 {
  font-size: 14px;
  margin-bottom: 4px;
}

.cvh-contacto-card p {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}


/* =====================================================
   ICON
===================================================== */
.cvh-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255,106,0,0.15);
}


/* =====================================================
   FORMULARIO
===================================================== */
.cvh-contacto-form {
  padding: 30px;
  border-radius: 16px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

/* Inputs grid */
.cvh-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

/* Inputs */
.cvh-contacto-form input,
.cvh-contacto-form textarea {
  width: 100%;
  padding: 14px 16px;

  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.15);

  background: transparent;
  color: #fff;
  font-size: 14px;

  outline: none;
  transition: all 0.3s ease;
}

/* Focus */
.cvh-contacto-form input:focus,
.cvh-contacto-form textarea:focus {
  border-color: #ff6a00;
}

/* Textarea */
.cvh-contacto-form textarea {
  height: 120px;
  resize: none;
  margin-bottom: 20px;
}

/* Botón */
.cvh-btn-submit {
  width: 100%;
  padding: 16px;

  border-radius: 10px;
  border: none;

  background: #ff6a00;
  color: #fff;

  font-size: 15px;
  cursor: pointer;

  transition: all 0.3s ease;
}

.cvh-btn-submit:hover {
  background: #ff7a1a;
}

/* ICONO SVG */
.cvh-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,106,0,0.15);

  display: flex;
  align-items: center;
  justify-content: center;
}

.cvh-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  opacity: 0.9;
}

/* micro interacción */
.cvh-contacto-card:hover .cvh-icon svg {
  transform: scale(1.1);
}

.cvh-icon svg {
  transition: all 0.25s ease;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 900px) {
  .cvh-contacto-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cba9962 *//* =====================================================
   FOOTER
===================================================== */
.cvh-footer {
  padding: 80px 20px 30px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.cvh-footer-container {
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}


/* =====================================================
   COLUMNAS
===================================================== */
.cvh-footer-col h4 {
  font-size: 13px;
  margin-bottom: 15px;
  color: rgba(255,255,255,0.8);
}

.cvh-footer-col p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin-top: 10px;
}


/* =====================================================
   LOGO
===================================================== */
.cvh-footer-logo {
  height: 40px !important;
  width: auto !important;
  max-width: none !important;
  margin-bottom: 10px; /* 🔥 separación fina */
}


/* =====================================================
   LINKS
===================================================== */
.cvh-footer-col ul {
  list-style: none;
}

.cvh-footer-col ul li {
  margin-bottom: 10px;
}

.cvh-footer-col a {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
}

.cvh-footer-col a:hover {
  color: #ff6a00;
}


/* =====================================================
   REDES SOCIALES (CORREGIDO PRO)
===================================================== */
.cvh-socials {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.cvh-social {
  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
  background: rgba(255,255,255,0.08);

  transition: all 0.3s ease;
}

/* 🔥 ICONO SVG */
.cvh-social img {
  width: 14px;
  height: 14px;

  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

/* 🔥 HOVER */
.cvh-social:hover {
  background: #ff6a00;
  transform: translateY(-2px);
}

.cvh-social:hover img {
  filter: brightness(0) invert(1) drop-shadow(0 0 6px rgba(255,106,0,0.6));
}


/* =====================================================
   PRIVACIDAD
===================================================== */
.cvh-privacy-title {
  margin-top: 20px;
}


/* =====================================================
   COPYRIGHT
===================================================== */
.cvh-footer-bottom {
  margin-top: 50px;
  text-align: center;

  font-size: 12px;
  color: rgba(255,255,255,0.4);
}


/* ===== MODAL ===== */
.cvh-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0,0,0,0.75);
}

.cvh-modal-content {
  max-width: 700px;
  max-height: 80vh;
  overflow: hidden;

  margin: 80px auto;
  background: #111;
  border-radius: 14px;

  display: flex;
  flex-direction: column;

  color: #fff;
  position: relative;
}

.cvh-modal-content h3 {
  padding: 20px 25px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 18px;
}

.cvh-modal-body {
  padding: 25px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
}

.cvh-modal-body ul {
  padding-left: 18px;
  margin: 10px 0 20px;
}

.cvh-modal-body li {
  margin-bottom: 6px;
}

.cvh-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: rgba(255,255,255,0.6);
}

.cvh-close:hover {
  color: #ff6a00;
}


/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 900px) {
  .cvh-footer-container {
    grid-template-columns: 1fr 1fr;
  }
}/* End custom CSS */