.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c35f11b:#FFFFFF;--e-global-color-bd1d36f:#000000;--e-global-color-85a6aac:#0474bc;--e-global-color-4f12032:#d40404;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- FUENTE Y BASE --- */
body {
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  color: #222;
  background-color: #ffffff;
  scroll-behavior: smooth;
}
h1, h2, h3 {
  font-weight: 600;
  letter-spacing: 0.5px;
}
a {
  text-decoration: none;
  color: #0078ff;
  transition: all 0.3s ease;
}
a:hover {
  color: #0056b3;
}

/* --- NAVBAR / HEADER --- */
header, .elementor-location-header {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  backdrop-filter: blur(6px);
}
.elementor-nav-menu a {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.elementor-nav-menu a:hover {
  color: #0078ff;
}

/* --- HERO PRINCIPAL --- */
.elementor-section.hero-principal {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.elementor-section.hero-principal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.2));
  z-index: 1;
}
.elementor-section.hero-principal .elementor-widget-container {
  position: relative;
  z-index: 2;
}
.elementor-section.hero-principal h1 {
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 20px;
  animation: fadeUp 1.2s ease forwards;
}
.elementor-section.hero-principal p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  opacity: 0.9;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- BOTONES --- */
.elementor-button {
  background-color: #00b45a;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  padding: 14px 28px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.elementor-button:hover {
  background-color: #128C7E; /* verde WhatsApp */
  transform: scale(1.05);
}

/* --- SECCIONES --- */
section {
  padding: 80px 0;
}
.elementor-section:nth-child(even) {
  background-color: #f9f9f9;
}

/* --- TARJETAS DE SERVICIO --- */
.servicio-card {
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s ease;
  background-color: #fff;
  text-align: center;
}
.servicio-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}
.servicio-card h3 {
  margin-bottom: 10px;
  color: #0078ff;
}

/* --- ICONOS / CHECKMARKS --- */
.check-animado {
  display: inline-block;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* --- FOOTER --- */
footer, .elementor-location-footer {
  background-color: #111;
  color: #eee;
  padding: 40px 0;
  text-align: center;
}
footer a {
  color: #00b45a;
}
footer a:hover {
  color: #0078ff;
}

/* --- ANIMACIÓN SUAVE DE ENTRADA --- */
.fade-in {
  opacity: 0;
  animation: appear 1.2s ease forwards;
}
@keyframes appear {
  to { opacity: 1; }
}/* End custom CSS */