.elementor-368 .elementor-element.elementor-element-011570b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9ace576 *//* =========================================================
   SERVICIOS PROFESIONALES — SOLICITUD RÁPIDA CON IFRAME ERP
   ========================================================= */

.sp-fast-request {
  width: 100%;
  padding: 48px 20px 64px;
  background: #f6f8fb;
  font-family: inherit;
}

.sp-fast-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

/* Aviso superior */
.sp-service-alert {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  margin-bottom: 28px;
  background: #ffffff;
  border: 1px solid rgba(0, 42, 95, 0.12);
  border-left: 6px solid #d71920;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 31, 84, 0.08);
}

.sp-alert-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: #002a5f;
  color: #ffffff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sp-service-alert p {
  margin: 0;
  color: #162033;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.45;
  font-weight: 500;
}

.sp-service-alert strong {
  color: #d71920;
  font-weight: 900;
}

/* Card principal */
.sp-request-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: stretch;
  padding: 32px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(0, 42, 95, 0.10);
  box-shadow: 0 24px 70px rgba(0, 31, 84, 0.12);
  overflow: visible;
}

/* Columna de texto */
.sp-request-copy {
  padding: 8px 8px 8px 0;
}

.sp-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #0071bc;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sp-request-copy h2 {
  margin: 0 0 16px;
  color: #002a5f;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.sp-request-copy p {
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.6;
}

.sp-request-copy ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.sp-request-copy li {
  position: relative;
  padding-left: 28px;
  color: #1f2937;
  font-size: 15.5px;
  line-height: 1.45;
  font-weight: 600;
}

.sp-request-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf3ff;
  color: #0071bc;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.sp-direct-call {
  margin-top: 28px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid rgba(0, 42, 95, 0.10);
  border-radius: 16px;
}

.sp-direct-call span {
  display: block;
  margin-bottom: 8px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.sp-direct-call a {
  color: #d71920;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

/* Caja iframe */
.sp-iframe-box {
  width: 100%;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid rgba(0, 42, 95, 0.10);
  border-radius: 20px;
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
}

.sp-iframe-header {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 42, 95, 0.10);
}

.sp-iframe-header span {
  display: block;
  margin-bottom: 4px;
  color: #0071bc;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sp-iframe-header strong {
  display: block;
  color: #002a5f;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

/* Contenedor real del iframe */
.sp-erp-iframe-container {
  margin: 0;
  border: 1px solid rgba(0, 42, 95, 0.12);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 760px;
  background: #ffffff;
}

/* Loading */
.sp-loading-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.sp-spinner {
  width: 42px;
  height: 42px;
  border: 4px solid #e5e7eb;
  border-top: 4px solid #0071bc;
  border-radius: 50%;
  animation: spSpin 1s linear infinite;
  margin-bottom: 10px;
}

.sp-loading-text {
  color: #334155;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

@keyframes spSpin {
  0% { 
    transform: rotate(0deg); 
  }
  100% { 
    transform: rotate(360deg); 
  }
}

/* Iframe */
.sp-form-iframe {
  display: block;
  width: 100%;
  height: 760px !important;
  min-height: 760px !important;
  border: 0;
  background: #ffffff;
}

/* Limpieza Elementor / WordPress */
.sp-fast-request,
.sp-fast-request *,
.sp-request-card,
.sp-iframe-box,
.sp-erp-iframe-container {
  box-sizing: border-box;
}

.sp-fast-request .elementor-widget-container,
.sp-fast-request .elementor-shortcode,
.sp-fast-request iframe {
  max-height: none !important;
}

/* Responsive */
@media (max-width: 900px) {
  .sp-fast-request {
    padding: 34px 16px 48px;
  }

  .sp-service-alert {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
  }

  .sp-request-card {
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 24px;
  }

  .sp-request-copy h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .sp-erp-iframe-container {
    min-height: 840px;
  }

  .sp-form-iframe {
    height: 840px !important;
    min-height: 840px !important;
  }
}

@media (max-width: 520px) {
  .sp-fast-request {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sp-request-card {
    padding: 18px;
    border-radius: 20px;
  }

  .sp-iframe-box {
    padding: 14px;
  }

  .sp-service-alert p {
    font-size: 15.5px;
  }

  .sp-iframe-header strong {
    font-size: 20px;
  }

  .sp-erp-iframe-container {
    min-height: 920px;
  }

  .sp-form-iframe {
    height: 920px !important;
    min-height: 920px !important;
  }
}/* End custom CSS */