.elementor-2773 .elementor-element.elementor-element-37698c0{margin-top:-41px;margin-bottom:0px;}.elementor-2773 .elementor-element.elementor-element-eeb2da6{margin-top:-28px;margin-bottom:0px;}.elementor-2773 .elementor-element.elementor-element-ca51803{margin-top:-37px;margin-bottom:0px;}.elementor-2773 .elementor-element.elementor-element-cb1d0d6{margin-top:-27px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-0194d7f *//* ===== HERO (Centered Version) ===== */
.hero-centered {
  background: linear-gradient(180deg, #f8fbff 0%, #eefaff 100%);
  text-align: center;
  padding: 120px 20px;
  font-family: "Poppins", sans-serif;
}

/* Badge */
.hero-badge {
  display: inline-block;
  background: #00bfff1a;
  color: #00bfff;
  font-weight: 600;
  font-size: 0.9em;
  padding: 10px 25px;
  border-radius: 9999px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  box-shadow: 0 0 25px rgba(0, 191, 255, 0.15);
}

/* Title */
.hero-title {
  font-size: 3.2em;
  font-weight: 700;
  color: #111;
  margin: 0 0 20px;
  line-height: 1.2;
}

.hero-title span {
  color: #00bfff;
}

/* Subtitle */
.hero-subtitle {
  color: #555;
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Glow effect */
.hero-centered:hover .hero-badge {
  box-shadow: 0 0 35px rgba(0, 191, 255, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2em;
  }
  .hero-subtitle {
    font-size: 1em;
    max-width: 90%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-284336d *//* ===== SERVICES SECTION ===== */
.services-section {
  background: linear-gradient(180deg, #f9fcff 0%, #f1f9ff 100%);
  text-align: center;
  padding: 100px 40px;
  font-family: "Poppins", sans-serif;
}

/* ----- Header ----- */
.section-header {
  margin-bottom: 60px;
}

.section-badge {
  display: inline-block;
  background: rgba(0, 191, 255, 0.1);
  color: #00bfff;
  font-weight: 600;
  font-size: 0.9em;
  padding: 10px 25px;
  border-radius: 9999px;
  letter-spacing: 0.5px;
  box-shadow: 0 0 25px rgba(0, 191, 255, 0.15);
}

.section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #111;
  margin: 20px 0 10px;
}

.section-title span {
  color: #00bfff;
}

.section-subtitle {
  color: #555;
  font-size: 1.1em;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ----- Grid (4x4 centered) ----- */
.services-grid {
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  max-width: 1300px;
  justify-content: center;
}

/* ----- Card ----- */
.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 35px 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 35px rgba(0, 191, 255, 0.35);
}

/* ----- Icon ----- */
.icon {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  background: rgba(0, 191, 255, 0.1);
  color: #00bfff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  margin: 0 auto 20px;
}

/* ----- Text ----- */
.service-card h3 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.service-card p {
  color: #666;
  font-size: 0.95em;
  line-height: 1.6;
}

/* ----- Responsive Layout ----- */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* 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-d5d50e2 *//* ===== WHY CHOOSE US SECTION ===== */
.why-section {
  background: #f9fcff;
  text-align: center;
  padding: 100px 40px;
  font-family: "Poppins", sans-serif;
}

/* ----- Title & Subtitle ----- */
.why-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.why-title span {
  color: #00bfff;
}

.why-subtitle {
  color: #555;
  font-size: 1.1em;
  margin-bottom: 60px;
}

/* ----- Grid ----- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

/* ----- List ----- */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05em;
  color: #444;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.why-list li:hover {
  transform: translateX(5px);
}

/* ----- Icon ----- */
.why-list i {
  color: #00bfff;
  font-size: 1.3em;
}

/* Responsive */
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .why-list li {
    justify-content: 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 */