.elementor-2760 .elementor-element.elementor-element-ca51803{margin-top:-37px;margin-bottom:0px;}.elementor-2760 .elementor-element.elementor-element-cb1d0d6{margin-top:-39px;margin-bottom:0px;}/* Start custom CSS for section, class: .elementor-element-eeb2da6 *//* ---- Section Layout ---- */
.services-section {
  text-align: center;
  padding: 80px 20px;
  background: ;
  font-family: "Poppins", sans-serif;
}

.services-header h2 {
  font-size: 2.5em;
  color: #111;
  font-weight: 700;
}

.services-header h2 span {
  color: #00bfff;
}

.services-header p {
  color: #666;
  margin-top: 10px;
  font-size: 1.1em;
}

/* ---- Grid ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
  justify-items: center;
}

/* ---- Cards ---- */
.service-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  width: 100%;
  max-width: 450px;
  text-align: left;
  box-shadow: 0 0 20px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
  position: relative;
}

.service-card .icon {
  font-size: 2em;
  color: #00bfff;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 1.3em;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.service-card p {
  color: #666;
  font-size: 0.95em;
  line-height: 1.6;
}

/* ---- Hover Blue Glow ---- */
.service-card:hover {
  box-shadow: 0 0 30px rgba(0,191,255,0.5);
  transform: translateY(-5px);
}

/* Optional: smooth blue inner glow */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: radial-gradient(circle at top left, rgba(0,191,255,0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.service-card:hover::before {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81d1cc0 */:root {
  --primary: #00bfff;
  --foreground: #111;
  --muted: #666;
}

/* ===== SECCIÓN ===== */
.industries-section {
  background: #f8fbff;
  font-family: "Poppins", sans-serif;
  padding: 100px 40px;
  text-align: center;
}

.industries-section h2 {
  font-size: 2.8em;
  font-weight: 700;
  color: var(--foreground);
}

.industries-section h2 span {
  color: var(--primary);
}

.industries-section p {
  line-height: 1.6;
  color: var(--muted);
}

/* ===== GRILLA PRINCIPAL ===== */
.industries-section .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-items: center;
  margin-top: 60px;
}

/* Centrar la última fila (3 elementos) */
.industries-section .card:nth-last-child(-n+3) {
  grid-column: span 1;
}
.industries-section .grid::after {
  content: "";
  grid-column: span 4;
}

/* ===== TARJETAS ===== */
.card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: left;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 35px rgba(0, 191, 255, 0.35);
}

/* ===== ICONOS ===== */
.card .icon {
  background: rgba(0, 191, 255, 0.1);
  color: var(--primary);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 1.8em;
  margin-bottom: 1.2rem;
}

/* ===== TEXTOS ===== */
.card h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--foreground);
}

.card p {
  color: var(--muted);
  font-size: 0.95em;
  line-height: 1.6;
}

/* ===== ETIQUETA SUPERIOR ===== */
.bg-primary\/20 {
  background-color: rgba(0, 191, 255, 0.15);
  color: var(--primary);
  display: inline-block;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9em;
  margin-bottom: 20px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .industries-section .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .industries-section .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .industries-section .grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-674f911 *//* ====== Variables de color ====== */
:root{
  --primary:#00bfff;
  --accent:#00a6e6;
  --foreground:#111111;
  --muted:#666666;
}

/* ====== Utilidades esenciales (equivalentes Tailwind) ====== */
.container{max-width:1300px;margin-left:auto;margin-right:auto;position:relative;}
.mx-auto{margin-left:auto;margin-right:auto;}
.relative{position:relative;}
.z-\[10\]{z-index:10;}
.py-20{padding-top:5rem;padding-bottom:5rem;}

.grid{display:grid;}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.lg\:grid-cols-2{grid-template-columns:1fr;}
@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}}
.items-center{align-items:center;}
.gap-12{gap:3rem;}
.gap-6{gap:1.5rem;}

.inline-block{display:inline-block;}
.px-4{padding-left:1rem;padding-right:1rem;}
.py-2{padding-top:.5rem;padding-bottom:.5rem;}
.p-6{padding:1.5rem;}
.px-8{padding-left:2rem;padding-right:2rem;}

.bg-white{background:#fff;}
.bg-primary{background:var(--primary);}
.bg-primary\/20{background:rgba(0,191,255,.20);}
.bg-accent\/20{background:rgba(0,166,230,.20);}

.rounded-full{border-radius:9999px;}
.rounded-md{border-radius:.5rem;}
.rounded-2xl{border-radius:1rem;}

.text-primary{color:var(--primary);}
.text-primary-foreground{color:#fff;}
.text-foreground{color:var(--foreground);}
.text-muted-foreground{color:var(--muted);}

.font-semibold{font-weight:600;}
.font-medium{font-weight:500;}
.font-bold{font-weight:700;}

.text-4xl{font-size:2.25rem;line-height:1.2;}
.md\:text-5xl{font-size:2.25rem;}
@media (min-width:768px){.md\:text-5xl{font-size:3rem;}}
.text-xl{font-size:1.25rem;}
.text-3xl{font-size:1.75rem;}
.text-2xl{font-size:1.5rem;}
.text-sm{font-size:.875rem;}

.mb-6{margin-bottom:1.5rem;}
.mb-8{margin-bottom:2rem;}
.mt-1{margin-top:.25rem;}

.text-center{text-align:center;}
.inline-flex{display:inline-flex;}
.items-center{align-items:center;}
.justify-center{justify-content:center;}
.gap-2{gap:.5rem;}
.whitespace-nowrap{white-space:nowrap;}

.h-11{height:2.75rem;}

.shadow-xl{box-shadow:0 10px 30px rgba(0,0,0,.12);}
.shadow-2xl{box-shadow:0 20px 60px rgba(0,0,0,.15);}

.w-full{width:100%;}
.overflow-hidden{overflow:hidden;}

.absolute{position:absolute;}
.-bottom-6{bottom:-1.5rem;}
.left-6{left:1.5rem;}
.-top-6{top:-1.5rem;}
.right-6{right:1.5rem;}
.w-32{width:8rem;}
.h-32{height:8rem;}
.blur-3xl{filter:blur(60px);}

/* Hover utilitario equivalente */
.hover\:bg-primary\/90:hover{background:rgba(0,191,255,.9);}

/* ====== Extras visuales del diseño ====== */
.glow-effect{
  box-shadow:0 0 25px rgba(0,191,255,.25);
  transition:all .3s ease;
}
.glow-effect:hover{
  box-shadow:0 0 35px rgba(0,191,255,.45);
  transform:translateY(-2px);
}

/* Imagen redondeada y sombra consistente */
img.w-full.rounded-2xl{display:block;border-radius:1rem;box-shadow:0 0 40px rgba(0,191,255,.20);transition:transform .35s ease, box-shadow .35s ease;}
img.w-full.rounded-2xl:hover{transform:scale(1.02);box-shadow:0 0 45px rgba(0,191,255,.35);}
/* ====== Quitar borde negro del botón ====== */
button,
.glow-effect {
  border: none !important;
  outline: none !important;
}

button:focus,
.glow-effect:focus {
  box-shadow: 0 0 30px rgba(0,191,255,0.4) !important;
  outline: none !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-3d6b38d *//* === Section Container === */
.installations-section {
  background: #f3fbff;
  padding: 100px 40px;
  font-family: "Poppins", sans-serif;
}

.installations-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

/* === Left Content === */
.installations-content {
  flex: 1 1 550px;
}

.installations-content .badge {
  display: inline-block;
  background: #dff4ff;
  color: #00bfff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9em;
}

.installations-content h2 {
  font-size: 2.8em;
  margin: 20px 0 15px;
  color: #111;
  font-weight: 700;
  line-height: 1.2;
}

.installations-content h2 span {
  color: #00bfff;
}

.installations-content p {
  color: #555;
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* === Stats Grid === */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.stat-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(0, 191, 255, 0.15);
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.stat-card:hover {
  box-shadow: 0 0 30px rgba(0, 191, 255, 0.35);
  transform: translateY(-5px);
}

.stat-card i {
  font-size: 2em;
  color: #00bfff;
  margin-bottom: 10px;
}

.stat-card h3 {
  font-size: 1.8em;
  color: #00bfff;
  margin-bottom: 5px;
  font-weight: 700;
}

.stat-card p {
  font-size: 0.95em;
  color: #555;
}

/* === Button === */
.btn-primary {
  display: inline-block;
  background: #00bfff;
  color: #fff;
  font-weight: 600;
  padding: 14px 35px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 191, 255, 0.25);
}

.btn-primary:hover {
  background: #00a6e6;
  box-shadow: 0 0 25px rgba(0, 191, 255, 0.45);
}

/* === Right Image === */
.installations-image {
  flex: 1 1 550px;
  text-align: right;
}

.installations-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 191, 255, 0.2);
  transition: all 0.4s ease;
}

.installations-image img:hover {
  transform: scale(1.02);
  box-shadow: 0 0 45px rgba(0, 191, 255, 0.35);
}

/* === Responsive === */
@media (max-width: 992px) {
  .installations-container {
    flex-direction: column;
    text-align: center;
  }
  .installations-image {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ca51803 */:root {
  --primary: #00bfff;
  --foreground: #111;
  --muted: #666;
}

/* ====== Section Layout ====== */
.choose-section {
  background: #f8fbff;
  padding: 100px 40px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.choose-section h2 {
  font-size: 2.8em;
  font-weight: 700;
  color: var(--foreground);
  margin-bottom: 10px;
}

.choose-section h2 span {
  color: var(--primary);
}

.choose-section p {
  color: var(--muted);
  font-size: 1.1em;
  margin-bottom: 50px;
}

/* ====== Features Grid ====== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  gap: 40px;
}

.features-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-grid li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--foreground);
  font-size: 1.05em;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.features-grid li:hover {
  color: var(--primary);
}

/* ====== Icon Style ====== */
.features-grid i {
  background: rgba(0, 191, 255, 0.15);
  color: var(--primary);
  font-size: 0.9em;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .features-grid li {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1ca06d */:root {
  --primary: #00bfff;
  --foreground: #111;
  --muted: #666;
}

/* ===== SECCIÓN ===== */
.cta-section {
  background: linear-gradient(145deg, #f8fbff 0%, #eaf8ff 100%);
  padding: 80px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-container {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0, 191, 255, 0.15);
  text-align: center;
  padding: 60px 40px;
  max-width: 950px;
  width: 100%;
}

/* ===== TÍTULO ===== */
.cta-container h2 {
  font-size: 2.4em;
  font-weight: 700;
  color: var(--foreground);
}

.cta-container h2 span {
  color: var(--primary);
}

.cta-container p {
  color: var(--muted);
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 40px;
}

/* ===== FORMULARIO ===== */
.cta-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cta-form input {
  width: 300px;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 1em;
  outline: none;
  transition: all 0.3s ease;
}

.cta-form input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 10px rgba(0, 191, 255, 0.2);
}

.cta-form button {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 28px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 191, 255, 0.3);
}

.cta-form button:hover {
  background: #00a6e6;
  box-shadow: 0 0 30px rgba(0, 191, 255, 0.45);
}

/* ===== MENSAJE ===== */
.form-message {
  font-size: 1em;
  font-weight: 600;
  margin-top: 20px;
  color: #00bfff;
}

/* ===== CONTACTO ===== */
.cta-contact {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 1em;
  flex-wrap: wrap;
}

.cta-contact i {
  color: var(--primary);
  margin-right: 8px;
}

.cta-contact a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.cta-contact a:hover {
  color: var(--primary);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .cta-container {
    padding: 50px 25px;
  }
  .cta-form input {
    width: 100%;
  }
  .cta-form {
    flex-direction: column;
  }
  .cta-form button {
    width: 100%;
  }
}/* End custom CSS */