.elementor-110 .elementor-element.elementor-element-e0ad77d{--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;--overlay-opacity:0.5;--overlay-mix-blend-mode:darken;--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-110 .elementor-element.elementor-element-e0ad77d::before, .elementor-110 .elementor-element.elementor-element-e0ad77d > .elementor-background-video-container::before, .elementor-110 .elementor-element.elementor-element-e0ad77d > .e-con-inner > .elementor-background-video-container::before, .elementor-110 .elementor-element.elementor-element-e0ad77d > .elementor-background-slideshow::before, .elementor-110 .elementor-element.elementor-element-e0ad77d > .e-con-inner > .elementor-background-slideshow::before, .elementor-110 .elementor-element.elementor-element-e0ad77d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #151A00 31%, #000000 78%);}.elementor-110 .elementor-element.elementor-element-496830b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-110 .elementor-element.elementor-element-5bdf561{--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-110 .elementor-element.elementor-element-5bdf561:not(.elementor-motion-effects-element-type-background), .elementor-110 .elementor-element.elementor-element-5bdf561 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-110 .elementor-element.elementor-element-cea0edc{width:100%;max-width:100%;}.elementor-110 .elementor-element.elementor-element-9448820{--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;--overlay-opacity:0.5;}.elementor-110 .elementor-element.elementor-element-9448820::before, .elementor-110 .elementor-element.elementor-element-9448820 > .elementor-background-video-container::before, .elementor-110 .elementor-element.elementor-element-9448820 > .e-con-inner > .elementor-background-video-container::before, .elementor-110 .elementor-element.elementor-element-9448820 > .elementor-background-slideshow::before, .elementor-110 .elementor-element.elementor-element-9448820 > .e-con-inner > .elementor-background-slideshow::before, .elementor-110 .elementor-element.elementor-element-9448820 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#2086AC;--background-overlay:'';}.elementor-110 .elementor-element.elementor-element-b5deaaf{width:100%;max-width:100%;}.elementor-110 .elementor-element.elementor-element-39a70cd{--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;}/* Start custom CSS for html, class: .elementor-element-496830b *//* =========================================================
   GLASSIP – CSS PARA ELEMENTOR (sin variables)
   ========================================================= */

/* =========================================================
   HERO SECTION - REESTRUCTURADO PARA MÁXIMA COMPATIBILIDAD
   ========================================================= */

/* Contenedor principal del hero */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 40px;
  overflow: hidden;
}

/* Pseudo‐elemento de sólo 40px de alto */
.hero-section::after {
  content:'';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0)   0%,
    rgba(0,0,0,1) 100%
  );
  z-index: 2;
}

/* Video de fondo */
.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}

.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* Overlay del video */
.hero-video-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1;
  pointer-events: none;
}

/* Imagen rellena el contenedor sin deformarse */
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Overlay para oscurecer ligeramente el video */


/* Contenido principal - SIEMPRE VISIBLE */
.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
  min-height: calc(100vh - 120px);
}

/* Imagen del producto - PRIORIDAD MÁXIMA */
.hero-product {
  flex-shrink: 0;
  width: 100%;
  max-width: 280px;
  position: relative;
  -webkit-mask: linear-gradient(to top, transparent 0%, rgba(0,0,0,0.1) 5%, rgba(0,0,0,0.8) 7%, black 25%);
  mask: linear-gradient(to top, transparent 0%, rgba(0,0,0,0.1) 5%, rgba(0,0,0,0.8) 8%, black 15%);
}

.hero-product-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
  animation: float 12s ease-in-out infinite;
  max-height: 50vh;
}

/* Texto del hero - PRIORIDAD MÁXIMA */
.hero-text {
  flex-shrink: 0;
  text-align: center;
  width: 100%;
  color: #c5e82e;
}

.hero-heading {
  text-align: center;
  color: #c5e82e;
  font-family: 'Days', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: clamp(1.8rem, 5vw + 1rem, 8rem);
  line-height: 1.1;
}

.hero-heading span {
  font-size: 0.3em;
  font-weight: 300;
  display: block;
  margin-top: 0.3rem;
  line-height: 1.3;
  opacity: 0.85;
  letter-spacing: 0.05em;
}

/* Subtítulo separado */
.hero-tagline {
  margin: 0.5em 0 0;
  font-family: 'Days', sans-serif;
  font-size: clamp(1rem,2vw+0.5rem,2rem);
  color: #c5e82e;
  opacity: 0.85;
  text-align: center;
}

/* Tagline */
.hero-tagline {
  font-family: 'Days', sans-serif;
  font-size: clamp(1rem, 2vw + 0.5rem, 2rem);
  color: #c5e82e;
  margin: 0.5rem 0 0 0;
  padding: 0;
  text-align: center;
  line-height: 1.2;
}

/* Eliminar estilos conflictivos */
.hero-tagline h1 {
  display: none;
}

/* Animación flotante */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}

/* Animación de "flotar" para la gotita */
@keyframes drop-bounce {
  0%,100%   { transform: translate(-50%, 0) scale(1);      }
  50%       { transform: translate(-50%, -0.2em) scale(1.1); }
}

/* Efecto hover opcional para la imagen */
.hero-product:hover .hero-product-image {
  transform: scale(1.05);
}

/* =========================================================
   BOTÓN FLOTANTE DE WHATSAPP
   ========================================================= */
.whatsapp-floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  z-index: 1000;
  animation: pulse 2s infinite;
  margin-bottom: 50px;
}

.whatsapp-floating-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

/* Animación de pulso */
@keyframes pulse {
  0% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.1);
  }
  100% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
}

/* =========================================================
   MODAL DE WHATSAPP
   ========================================================= */
.whatsapp-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.whatsapp-modal-overlay.active {
  display: flex;
}

.whatsapp-modal {
  background-color: #0f141d;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.whatsapp-modal-header {
  background-color: #2a2a2a;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.whatsapp-header-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.whatsapp-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-header-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  font-family: 'Days', sans-serif;
}

.whatsapp-header-text p {
  color: #fff;
  font-size: 14px;
  margin: 2px 0 0 0;
}

.whatsapp-close-btn {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.whatsapp-close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.whatsapp-modal-body {
  padding: 30px 20px;
  text-align: center;
}

.whatsapp-modal-body h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.4;
}

.whatsapp-start-btn {
  background: linear-gradient(90deg, #c5e82e, #4FC3F7 );
  color: #000;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.whatsapp-start-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(79, 195, 247, 0.4);
  color: #fff;
}

.whatsapp-dismiss-btn {
  background: none;
  color: #888888;
  border: none;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.whatsapp-dismiss-btn:hover {
  color: #ffffff;
}

/* =========================================================
   RESPONSIVE - MOBILE FIRST
   ========================================================= */

/* Móviles pequeños (hasta 480px) */
@media (max-width: 480px) {
  .hero-section {
    padding: 60px 15px 30px;
  }
  
  .hero-content {
    gap: 1.5rem;
    min-height: calc(100vh - 90px);
  }
  
  .hero-product {
    max-width: 220px;
  }
  
  .hero-product-image {
    max-height: 40vh;
  }
  
  .hero-heading {
    font-size: clamp(3.5rem, 6vw, 3rem);
  }
  
  .hero-heading span {
    font-size: 0.35em;
    margin-top: 0.2rem;
  }
  
  .whatsapp-floating-button {
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 15px;
  }
  
  .whatsapp-modal {
    width: 95%;
    margin: 0 10px;
  }
}

/* Tablets (768px+) */
@media (min-width: 768px) {
  .hero-content {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
  
  .hero-product {
    margin-bottom: 0;
    margin-right: 2rem;
    max-width: 300px;
  }
  
  .hero-text {
    text-align: left;
    flex: 1;
  }
}

/* Desktop (1024px+) */
@media (min-width: 1024px) {
  .hero-content {
    gap: 4rem;
  }
  
  .hero-product {
    max-width: 350px;
  }
}

/* Pantallas muy bajas (landscape móviles) */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-section {
    padding: 20px;
  }
  
  .hero-content {
    flex-direction: row;
    gap: 2rem;
    min-height: calc(100vh - 40px);
  }
  
  .hero-product {
    max-width: 180px;
  }
  
  .hero-product-image {
    max-height: 70vh;
  }
  
  .hero-heading {
    font-size: clamp(5rem, 4vw, 2.5rem);
  }
}

/* Pantallas muy altas */
@media (min-height: 900px) {
  .hero-product {
    max-width: 400px;
  }
  
  .hero-product-image {
    max-height: 60vh;
  }
}
.glassip-slogan-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  position: relative;
}

.glassip-slogan {
  position: absolute;
  font-family: 'Days One', sans-serif;
  font-size: 4.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #c5e82e, #63bbe8, #bb61c2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  white-space: nowrap;
  animation: fadeInOut 2s ease forwards;
}

#line1 { animation-delay: 0s; }
#line2 { animation-delay: 2s; }
#line3 { animation-delay: 4s; }

/* Desktop final line */
#line4 {
  animation: fadeInStay 1s ease forwards;
  animation-delay: 6s;
}

/* Mobile final line (animación igual que desktop) */
#line4-mobile {
  animation: fadeInStay 1s ease forwards;
  animation-delay: 6s;
  white-space: normal;
  text-align: center;
}

/* Animations */
@keyframes fadeInOut {
  0%   { opacity: 0; transform: translateY(10px); }
  10%  { opacity: 1; transform: translateY(0); }
  40%  { opacity: 1; }
  100% { opacity: 0; transform: translateY(-10px); }
}

@keyframes fadeInStay {
  0%   { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Ocultar por defecto versiones desktop/mobile */
.desktop-only,
.mobile-only {
  display: none;
}

/* Mostrar solo en escritorio */
@media (min-width: 769px) {
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none !important;
  }
}

/* Mostrar solo en móvil */
@media (max-width: 768px) {
  .mobile-only {
    display: block;

  }
  .glassip-slogan {
    white-space: nowrap !important;
  }
  .desktop-only {
    display: none !important;
  }

  /* Ajuste de tamaño en móvil */
  .glassip-slogan {
    font-size: 2.8rem;
    white-space: nowrap;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5deaaf *//* Estilos para el banner de negocio */
.business-banner {
  background-color: #2a2a2a;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
}

.banner-title {
  font-family: 'Days', sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #c5e82e; /* Color verde amarillento */
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.banner-subtitle {
 font-family: 'Days', sans-serif;
  font-size: 18px;
  color: #c5e82e; /* Mismo color que el título */
  margin: 0 0 25px 0;
}

.register-button {
  display: inline-block;
  padding: 12px 40px;
  background: linear-gradient(
  to right,
  #cad400   0%,
  #63bbe8    50%,
  #a3378c  100%
);/* Gradiente */
  color: #111; /* Texto oscuro para contraste */
  font-family: 'Days', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;

}

.register-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(166, 74, 201, 0.4);
  color:white;
}

a.register-button,
a.register-button:link,
a.register-button:visited,
a.register-button:hover,
a.register-button:focus,
a.register-button:active {
  text-decoration: none !important;
}
/* Responsive */
@media (max-width: 768px) {
  .banner-title {
    font-size: 24px;
  }
  
  .banner-subtitle {
    font-size: 16px;
  }
  
  .register-button {
    padding: 10px 30px;
    font-size: 16px;

  }
}

@media (max-width: 480px) {
  .banner-title {
    font-size: 20px;
  }
  
  .banner-subtitle {
    font-size: 14px;
  }
  
  .register-button {
    padding: 8px 25px;
    font-size: 14px;
  }
}

#business-contact-form input[type="text"],
#business-contact-form input[type="email"],
#business-contact-form input[type="tel"],
#business-contact-form textarea {
  background-color: #1b2029 !important;
  color: #ffffff !important;
  border: 1px solid #2a2f3a;
  font-family: inherit;
}

#business-contact-form input:focus,
#business-contact-form textarea:focus {
  outline: 2px solid var(--accent) !important;
  background-color: #1b2029 !important;
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bace75a *//* ----------------------------
   Porqué elegirnos — CSS
   ---------------------------- */
.why-choose-section {
  position: relative;
  background: #000;
  padding: 60px 20px;
  overflow: hidden;
  text-align: center;
}

.why-choose-decoration {
  position: absolute;
  width: 180px;
  opacity: 0.7;
  pointer-events: none;
}
.why-choose-decoration--left {
  top: 8%;
  left: -30px;
  transform: rotate(20deg);
}
.why-choose-decoration--right {
  top: 12%;
  right: -30px;
  transform: rotate(-20deg);
}

.why-choose-container {
  max-width: 1000px;
  margin: 0 auto;
}

.why-choose-title {
  font-family: 'Days One', sans-serif;
  font-size: 2rem;
  color: #c5e82e;
  margin-bottom: 40px;
}

.why-choose-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 30px;
}
.why-choose-row--bottom {
  margin-bottom: 0;
}

.why-choose-item {
  display: flex;
  align-items: center;
  gap: 12px;
}


.why-choose-text {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #c5e82e;
  margin: 0;
  text-align: left;
  margin-top: 20px;
}
.why-choose-icon {
  width: 60px;
  height: 60px;

}



/* Responsive */
@media (max-width: 768px) {
  .why-choose-row {
    flex-wrap: wrap;
    gap: 40px;
  }
  .why-choose-icon {
    width: 28px;
    height: 28px;
  }
  .why-choose-text {
    font-size: 0.9rem;
  }
  .why-choose-title {
    font-size: 1.75rem;
  }
}/* End custom CSS */