.elementor-2716 .elementor-element.elementor-element-6bed759{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --fucsia:   #C41E8A;
      --purple:   #7B1FA2;
      --gradient: linear-gradient(135deg, #C41E8A 0%, #7B1FA2 100%);
      --grad-soft: linear-gradient(135deg, #fce4f5 0%, #ede1f7 100%);
      --white:    #ffffff;
      --light:    #fdf5fb;
      --gray:     #f4f4f6;
      --dark:     #1a1a2e;
      --mid:      #555566;
      --radius:   14px;
      --shadow:   0 8px 40px rgba(196,30,138,0.13);
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; color: var(--dark); background: var(--white); }
    nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(196,30,138,0.08); padding: 0 5%; display: flex; align-items: center; justify-content: space-between; height: 72px; }
    .nav-logo img { height: 120px; }
    .nav-links { display: flex; gap: 32px; list-style: none; }
    .nav-links a { text-decoration: none; color: var(--dark); font-size: 14px; font-weight: 500; transition: color .2s; }
    .nav-links a:hover { color: var(--fucsia); }
    .nav-cta { background: var(--gradient); color: var(--white); padding: 10px 22px; border-radius: 50px; font-size: 14px; font-weight: 600; text-decoration: none; transition: opacity .2s; white-space: nowrap; }
    .nav-cta:hover { opacity: .88; }
    .hero { min-height: 92vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding: 80px 8% 80px; background: var(--light); position: relative; overflow: hidden; }
    .hero::before { content: ''; position: absolute; top: -120px; right: -120px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(196,30,138,0.09) 0%, transparent 70%); border-radius: 50%; }
    .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(196,30,138,0.08); border: 1px solid rgba(196,30,138,0.18); color: var(--fucsia); font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 50px; margin-bottom: 24px; }
    .hero-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--fucsia); display: inline-block; }
    .hero h1 { font-size: clamp(34px, 4vw, 54px); font-weight: 900; line-height: 1.1; color: var(--dark); margin-bottom: 22px; }
    .hero h1 em { font-style: normal; background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    .hero p { font-size: 17px; color: var(--mid); line-height: 1.7; max-width: 500px; margin-bottom: 36px; }
    .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
    .btn-primary { background: var(--gradient); color: var(--white); padding: 15px 30px; border-radius: 50px; font-size: 15px; font-weight: 700; text-decoration: none; box-shadow: 0 6px 28px rgba(196,30,138,0.35); transition: transform .2s, box-shadow .2s; }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 36px rgba(196,30,138,0.45); }
    .btn-outline { border: 2px solid var(--fucsia); color: var(--fucsia); padding: 13px 28px; border-radius: 50px; font-size: 15px; font-weight: 600; text-decoration: none; transition: background .2s, color .2s; }
    .btn-outline:hover { background: var(--fucsia); color: var(--white); }
    .hero-stats { display: flex; gap: 32px; margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(196,30,138,0.12); }
    .stat-num { font-size: 30px; font-weight: 900; color: var(--fucsia); line-height: 1; }
    .stat-label { font-size: 12px; color: var(--mid); margin-top: 4px; }
    .hero-img { position: relative; display: flex; justify-content: center; }
    .hero-img-wrap { width: 100%; max-width: 480px; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); position: relative; }
    .hero-img-wrap img { width: 100%; height: 560px; object-fit: cover; object-position: top; }
    .hero-card { position: absolute; bottom: 28px; left: -24px; background: white; border-radius: 14px; padding: 16px 20px; box-shadow: 0 8px 30px rgba(0,0,0,0.12); display: flex; align-items: center; gap: 12px; }
    .hero-card-icon { font-size: 28px; }
    .hero-card-text strong { display: block; font-size: 15px; font-weight: 700; }
    .hero-card-text span { font-size: 12px; color: var(--mid); }
    .dolor { padding: 90px 8%; background: var(--white); }
    .section-tag { display: inline-block; background: var(--grad-soft); color: var(--purple); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; padding: 6px 14px; border-radius: 50px; margin-bottom: 18px; }
    .dolor h2 { font-size: clamp(28px, 3vw, 42px); font-weight: 900; line-height: 1.2; max-width: 700px; margin-bottom: 56px; }
    .dolor h2 em { font-style: normal; color: var(--fucsia); }
    .dolor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
    .dolor-card { background: var(--gray); border-radius: var(--radius); padding: 28px; border-left: 4px solid transparent; transition: border-color .2s, background .2s; }
    .dolor-card:hover { border-left-color: var(--fucsia); background: #fef5fc; }
    .dolor-card-x { font-size: 22px; margin-bottom: 14px; }
    .dolor-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
    .dolor-card p { font-size: 14px; color: var(--mid); line-height: 1.6; }
    .servicios { padding: 90px 8%; background: var(--light); }
    .servicios-header { text-align: center; margin-bottom: 60px; }
    .servicios-header h2 { font-size: clamp(28px, 3vw, 42px); font-weight: 900; line-height: 1.2; margin-bottom: 16px; }
    .servicios-header p { font-size: 17px; color: var(--mid); max-width: 560px; margin: 0 auto; }
    .servicios-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 1000px; margin: 0 auto; }
    .card-clinica { background: var(--white); border-radius: 24px; padding: 44px; border: 2px solid rgba(196,30,138,0.12); box-shadow: var(--shadow); position: relative; overflow: hidden; }
    .card-clinica::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--gradient); }
    .card-premium { background: var(--gradient); border-radius: 24px; padding: 44px; color: white; box-shadow: 0 12px 50px rgba(123,31,162,0.35); position: relative; overflow: hidden; }
    .card-premium::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; background: rgba(255,255,255,0.06); border-radius: 50%; }
    .card-tag { display: inline-block; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; padding: 5px 12px; border-radius: 50px; margin-bottom: 20px; }
    .card-clinica .card-tag { background: rgba(196,30,138,0.1); color: var(--fucsia); }
    .card-premium .card-tag { background: rgba(255,255,255,0.18); color: white; }
    .card-title { font-size: 26px; font-weight: 900; line-height: 1.2; margin-bottom: 12px; }
    .card-subtitle { font-size: 15px; line-height: 1.6; margin-bottom: 28px; opacity: .85; }
    .card-list { list-style: none; margin-bottom: 32px; }
    .card-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.5; margin-bottom: 12px; }
    .card-list li::before { content: '✓'; font-weight: 900; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; margin-top: 1px; }
    .card-clinica .card-list li::before { background: rgba(196,30,138,0.1); color: var(--fucsia); }
    .card-premium .card-list li::before { background: rgba(255,255,255,0.2); color: white; }
    .card-ideal { font-size: 13px; padding: 14px 18px; border-radius: 10px; margin-bottom: 28px; line-height: 1.5; }
    .card-clinica .card-ideal { background: #fef5fc; color: var(--mid); border-left: 3px solid var(--fucsia); }
    .card-premium .card-ideal { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.9); border-left: 3px solid rgba(255,255,255,0.5); }
    .card-cta { display: block; text-align: center; padding: 15px; border-radius: 50px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .2s; }
    .card-clinica .card-cta { background: var(--gradient); color: white; box-shadow: 0 6px 24px rgba(196,30,138,0.3); }
    .card-clinica .card-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(196,30,138,0.4); }
    .card-premium .card-cta { background: white; color: var(--fucsia); }
    .card-premium .card-cta:hover { background: rgba(255,255,255,0.9); }
    .sobre { padding: 90px 8%; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; background: var(--white); }
    .sobre-img-wrap { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); position: relative; }
    .sobre-img-wrap img { width: 100%; height: 560px; object-fit: cover; object-position: top; }
    .sobre-badge-wrap { position: absolute; bottom: 28px; right: -24px; display: flex; flex-direction: column; gap: 12px; }
    .sobre-badge { background: white; border-radius: 12px; padding: 14px 18px; box-shadow: 0 6px 24px rgba(0,0,0,0.1); display: flex; align-items: center; gap: 10px; }
    .sobre-badge-icon { font-size: 22px; }
    .sobre-badge strong { display: block; font-size: 14px; font-weight: 700; }
    .sobre-badge span { font-size: 12px; color: var(--mid); }
    .sobre-content h2 { font-size: clamp(26px, 2.5vw, 38px); font-weight: 900; line-height: 1.2; margin-bottom: 20px; }
    .sobre-content h2 em { font-style: normal; color: var(--fucsia); }
    .sobre-content p { font-size: 15.5px; color: var(--mid); line-height: 1.75; margin-bottom: 20px; }
    .sobre-content p strong { color: var(--dark); }
    .sobre-credenciales { display: flex; flex-direction: column; gap: 12px; margin: 28px 0 36px; }
    .cred-item { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; }
    .cred-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gradient); flex-shrink: 0; }
    .proceso { padding: 90px 8%; background: var(--light); }
    .proceso-header { text-align: center; margin-bottom: 60px; }
    .proceso-header h2 { font-size: clamp(26px, 2.8vw, 40px); font-weight: 900; margin-bottom: 14px; }
    .proceso-header p { font-size: 16px; color: var(--mid); }
    .proceso-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
    .proceso-steps::before { content: ''; position: absolute; top: 32px; left: 10%; right: 10%; height: 2px; background: var(--gradient); opacity: .25; }
    .step { text-align: center; padding: 32px 20px; background: white; border-radius: var(--radius); box-shadow: 0 4px 20px rgba(0,0,0,0.06); position: relative; }
    .step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--gradient); color: white; font-size: 18px; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: 0 4px 16px rgba(196,30,138,0.3); }
    .step h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
    .step p { font-size: 13.5px; color: var(--mid); line-height: 1.6; }
    .diferenciador { padding: 90px 8%; background: var(--gradient); color: white; text-align: center; }
    .diferenciador h2 { font-size: clamp(26px, 3vw, 44px); font-weight: 900; line-height: 1.2; margin-bottom: 18px; max-width: 700px; margin-left: auto; margin-right: auto; }
    .diferenciador p { font-size: 17px; opacity: .9; line-height: 1.7; max-width: 560px; margin: 0 auto 44px; }
    .dif-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 900px; margin: 0 auto 52px; }
    .dif-item { background: rgba(255,255,255,0.1); border-radius: 16px; padding: 28px 22px; backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.15); }
    .dif-item-icon { font-size: 32px; margin-bottom: 14px; }
    .dif-item h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
    .dif-item p { font-size: 13.5px; opacity: .85; line-height: 1.6; }
    .diferenciador .btn-white { background: white; color: var(--fucsia); padding: 16px 40px; border-radius: 50px; font-size: 16px; font-weight: 700; text-decoration: none; box-shadow: 0 6px 28px rgba(0,0,0,0.2); transition: transform .2s; display: inline-block; }
    .diferenciador .btn-white:hover { transform: translateY(-2px); }
    .faq { padding: 90px 8%; background: var(--white); max-width: 800px; margin: 0 auto; }
    .faq h2 { font-size: clamp(24px, 2.5vw, 36px); font-weight: 900; margin-bottom: 40px; text-align: center; }
    .faq-item { border-bottom: 1px solid rgba(196,30,138,0.1); padding: 22px 0; }
    .faq-q { font-size: 15px; font-weight: 700; margin-bottom: 10px; cursor: pointer; }
    .faq-a { font-size: 14px; color: var(--mid); line-height: 1.7; }
    .contacto { padding: 90px 8%; background: var(--light); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .contacto h2 { font-size: clamp(24px, 2.5vw, 38px); font-weight: 900; line-height: 1.2; margin-bottom: 18px; }
    .contacto h2 em { font-style: normal; color: var(--fucsia); }
    .contacto p { font-size: 16px; color: var(--mid); line-height: 1.7; margin-bottom: 32px; }
    .contacto-opciones { display: flex; flex-direction: column; gap: 14px; }
    .contacto-opcion { display: flex; align-items: center; gap: 16px; background: white; border-radius: 14px; padding: 18px 22px; text-decoration: none; color: var(--dark); border: 1px solid rgba(196,30,138,0.1); box-shadow: 0 3px 14px rgba(0,0,0,0.05); transition: border-color .2s, box-shadow .2s; }
    .contacto-opcion:hover { border-color: var(--fucsia); box-shadow: 0 4px 20px rgba(196,30,138,0.15); }
    .contacto-opcion-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--grad-soft); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
    .contacto-opcion strong { display: block; font-size: 14px; font-weight: 700; margin-bottom: 2px; }
    .contacto-opcion span { font-size: 12px; color: var(--mid); }
    .contacto-form { background: white; border-radius: 24px; padding: 40px; box-shadow: var(--shadow); }
    .contacto-form h3 { font-size: 20px; font-weight: 700; margin-bottom: 24px; }
    .form-group { margin-bottom: 16px; }
    .form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--dark); }
    .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid #e8e8ee; border-radius: 10px; font-size: 14px; font-family: inherit; background: var(--light); transition: border-color .2s; outline: none; }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--fucsia); }
    .form-group textarea { height: 100px; resize: none; }
    .form-btn { width: 100%; padding: 15px; background: var(--gradient); color: white; border: none; border-radius: 50px; cursor: pointer; font-size: 15px; font-weight: 700; font-family: inherit; box-shadow: 0 6px 24px rgba(196,30,138,0.3); transition: opacity .2s; }
    .form-btn:hover { opacity: .9; }
    footer { background: var(--dark); color: rgba(255,255,255,0.7); padding: 48px 8%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
    footer img { height: 32px; filter: brightness(0) invert(1); opacity: .8; }
    .footer-social { display: flex; gap: 14px; }
    .footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 15px; text-decoration: none; transition: background .2s; }
    .footer-social a:hover { background: var(--fucsia); color: white; }
    footer p { font-size: 12px; }
    @media (max-width: 900px) {
      .hero { grid-template-columns: 1fr; text-align: center; padding: 60px 6%; }
      .hero p { margin: 0 auto 36px; }
      .hero-btns { justify-content: center; }
      .hero-stats { justify-content: center; }
      .hero-img { order: -1; }
      .hero-card { left: 50%; transform: translateX(-50%); bottom: -24px; white-space: nowrap; }
      .dolor-grid { grid-template-columns: 1fr; }
      .servicios-grid { grid-template-columns: 1fr; }
      .sobre { grid-template-columns: 1fr; }
      .sobre-badge-wrap { right: 0; }
      .proceso-steps { grid-template-columns: 1fr 1fr; }
      .dif-grid { grid-template-columns: 1fr; max-width: 400px; }
      .contacto { grid-template-columns: 1fr; }
      nav .nav-links { display: none; }
    }

/* ============================================
   CONTACT FORM 7 — Sintonía Digital
   Estilos para que coincida con el diseño
   ============================================ */

/* Contenedor CF7 */
.wpcf7 {
  width: 100%;
}

/* Elimina el margen extra que agrega CF7 */
.wpcf7 form {
  margin: 0;
  padding: 0;
}

/* Grupos de campo (si usás párrafos o divs en el shortcode) */
.wpcf7 p,
.wpcf7 .form-group {
  margin-bottom: 16px;
}

/* Labels */
.wpcf7 label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1a1a2e;
  font-family: 'Inter', sans-serif;
}

/* Todos los inputs, select y textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-email,
.wpcf7 .wpcf7-tel,
.wpcf7 .wpcf7-select,
.wpcf7 .wpcf7-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #e8e8ee;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  background: #fdf5fb;
  color: #1a1a2e;
  transition: border-color 0.2s;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* Focus state */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #C41E8A;
  box-shadow: none;
  outline: none;
}

/* Select — flecha custom */
.wpcf7 select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23555566' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

/* Textarea */
.wpcf7 textarea {
  height: 100px;
  resize: none;
}

/* Wrapper de cada campo que genera CF7 */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Botón submit */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #C41E8A 0%, #7B1FA2 100%);
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 6px 24px rgba(196, 30, 138, 0.3);
  transition: opacity 0.2s;
  margin-top: 8px;
  letter-spacing: 0.2px;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
  opacity: 0.9;
}

/* Mensajes de validación de CF7 */
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #C41E8A;
  margin-top: 4px;
  display: block;
}

.wpcf7-not-valid {
  border-color: #C41E8A !important;
}

.wpcf7-response-output {
  border: none !important;
  margin: 12px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-family: 'Inter', sans-serif !important;
}

/* Mensaje de éxito */
.wpcf7-mail-sent-ok {
  background: rgba(196, 30, 138, 0.07) !important;
  color: #7B1FA2 !important;
}

/* Mensaje de error */
.wpcf7-mail-sent-ng,
.wpcf7-aborted,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background: #fff0f0 !important;
  color: #c0392b !important;
}

/* Spinner de envío */
.wpcf7 .wpcf7-spinner {
  margin-left: 12px;
  vertical-align: middle;
}

/* ============================================
   Sección "Más servicios" — fix responsive
   ============================================ */

@media (max-width: 768px) {
  /* La sección en sí */
  section#otros {
    padding: 60px 5% !important;
  }

  /* El grid de 2 columnas pasa a 1 */
  section#otros > div:last-child,
  section#otros [style*="grid-template-columns:1fr 1fr"],
  section#otros [style*="grid-template-columns: 1fr 1fr"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    max-width: 100% !important;
  }

  /* Cada card ocupa el ancho completo */
  section#otros > div:last-child > div {
    width: 100% !important;
    padding: 28px !important;
  }
}

@media (max-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column;
  }

  .hero-content {
    order: 1;
  }

  .hero-img {
    order: 2;
  }
}/* End custom CSS */