/* ==============================
   APROMT - Hero Home
   ============================== */

.apromt-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
}

.apromt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(15, 31, 54, 0.94) 0%,
      rgba(15, 31, 54, 0.84) 36%,
      rgba(15, 31, 54, 0.52) 66%,
      rgba(15, 31, 54, 0.22) 100%
    );
  z-index: 1;
  pointer-events: none;
}

.apromt-hero > * {
  position: relative;
  z-index: 2;
}

.apromt-hero h1 {
  max-width: 720px;
  margin-bottom: 22px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28) !important;
}

.apromt-hero p {
  max-width: 620px;
  margin-bottom: 30px !important;
  font-style: normal !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25) !important;
}

.apromt-hero .wp-block-button__link,
.apromt-hero .uagb-buttons-repeater {
  background: #ff6b00 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 14px 34px !important;
  min-width: 260px;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 28px rgba(255, 107, 0, 0.28);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.apromt-hero .wp-block-button__link:hover,
.apromt-hero .uagb-buttons-repeater:hover {
  background: #f25f00 !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255, 107, 0, 0.34);
}

@media (max-width: 768px) {
  .apromt-hero {
    min-height: 620px;
  }

  .apromt-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(15, 31, 54, 0.92) 0%,
        rgba(15, 31, 54, 0.82) 52%,
        rgba(15, 31, 54, 0.58) 100%
      );
  }

  .apromt-hero h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 9vw, 3rem) !important;
    line-height: 1.08 !important;
  }

  .apromt-hero p {
    max-width: 100%;
    font-size: 1.05rem !important;
  }

  .apromt-hero .wp-block-button__link,
  .apromt-hero .uagb-buttons-repeater {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* ==============================
   APROMT - Sección introducción musicoterapia
   ============================== */

.apromt-musicoterapia-intro {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4fb 100%);
  padding-top: clamp(36px, 5vw, 64px);
  padding-bottom: clamp(48px, 6vw, 80px);
}

.apromt-musicoterapia-intro h2 {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em;
  text-shadow: none !important;
}

.apromt-musicoterapia-intro p,
.apromt-musicoterapia-intro li {
  color: #24364f;
  font-size: 16px;
  line-height: 1.7;
}

/* ==============================
   APROMT - Bloque Qué es la musicoterapia
   ============================== */

.apromt-que-es {
  max-width: 1120px;
  margin-inline: auto;
  padding: clamp(28px, 4vw, 48px) clamp(20px, 4vw, 48px);
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(67, 32, 90, 0.08);
}

.apromt-que-es h2 {
  margin-bottom: 34px !important;
}

.apromt-que-es img {
  border-radius: 24px !important;
  border: 1px solid rgba(75, 61, 120, 0.18) !important;
  box-shadow: 0 18px 42px rgba(67, 32, 90, 0.12);
}

.apromt-que-es strong,
.apromt-que-es h3,
.apromt-que-es h4 {
  color: #24364f !important;
  text-shadow: none !important;
}

/* Botón central del bloque Qué es */

.apromt-que-es .wp-block-button__link,
.apromt-que-es .uagb-buttons-repeater {
  background: #6d65b3 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 13px 28px !important;
  min-width: auto !important;
  max-width: none !important;
  width: auto !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(109, 101, 179, 0.20);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.apromt-que-es .wp-block-button__link:hover,
.apromt-que-es .uagb-buttons-repeater:hover {
  background: #574f9d !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(109, 101, 179, 0.28);
}

/* ==============================
   APROMT - Cards cómo puede ayudarte
   ============================== */

.apromt-ayuda {
  max-width: 1120px;
  margin-inline: auto;
  padding-top: clamp(32px, 4vw, 48px);
}

.apromt-ayuda h2 {
  margin-bottom: 32px !important;
}

.apromt-info-card {
  background: #ffffff !important;
  border: 1px solid rgba(75, 61, 120, 0.14) !important;
  border-radius: 24px !important;
  padding: 30px 30px 28px !important;
  box-shadow: 0 18px 42px rgba(67, 32, 90, 0.10) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.apromt-info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(75, 61, 120, 0.24) !important;
  box-shadow: 0 24px 54px rgba(67, 32, 90, 0.14) !important;
}

.apromt-info-card h3,
.apromt-info-card h4 {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.025em;
  text-shadow: none !important;
  margin-bottom: 18px !important;
}

.apromt-info-card ul {
  margin-bottom: 24px !important;
}

.apromt-info-card li {
  margin-bottom: 7px;
  line-height: 1.6;
}

/* ==============================
   APROMT - Ejercicio profesional
   ============================== */

.apromt-ejercicio-profesional {
  max-width: 960px;
  margin-inline: auto;
  padding: clamp(56px, 7vw, 96px) clamp(22px, 4vw, 56px);
  text-align: center;
}

.apromt-ejercicio-profesional h2 {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em;
  text-shadow: none !important;
  margin-bottom: 28px !important;
}

.apromt-ejercicio-profesional p {
  max-width: 720px;
  margin-inline: auto;
  color: #24364f;
  font-size: 16px;
  line-height: 1.75;
}

.apromt-ejercicio-profesional strong {
  color: #24364f;
  font-weight: 800;
}

.apromt-ejercicio-profesional blockquote,
.apromt-ejercicio-profesional .wp-block-quote {
  max-width: 760px;
  margin: 32px auto;
  padding: 24px 32px;
  border-left: 4px solid #6d65b3;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(67, 32, 90, 0.08);
  color: #4b3d78;
  font-style: italic;
}

.apromt-ejercicio-profesional .wp-block-button__link,
.apromt-ejercicio-profesional .uagb-buttons-repeater {
  background: #6d65b3 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 13px 28px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 28px rgba(109, 101, 179, 0.20);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.apromt-ejercicio-profesional .wp-block-button__link:hover,
.apromt-ejercicio-profesional .uagb-buttons-repeater:hover {
  background: #574f9d !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(109, 101, 179, 0.28);
}

/* ==============================
   APROMT - Bloque Asociación
   ============================== */

.apromt-asociacion {
  background: #f7f4fb;
  padding: clamp(56px, 7vw, 96px) clamp(22px, 4vw, 56px);
}

.apromt-asociacion > .uagb-container-inner-blocks-wrap,
.apromt-asociacion > .wp-block-uagb-container {
  max-width: 1120px;
  margin-inline: auto;
}

.apromt-asociacion h2 {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em;
  text-shadow: none !important;
  margin-bottom: 28px !important;
}

.apromt-asociacion p {
  color: #24364f;
  font-size: 16px;
  line-height: 1.75;
}

.apromt-asociacion strong,
.apromt-asociacion a {
  color: #24364f;
  font-weight: 800;
}

.apromt-asociacion img {
  border-radius: 24px !important;
  border: 1px solid rgba(75, 61, 120, 0.18) !important;
  box-shadow: 0 18px 42px rgba(67, 32, 90, 0.14);
}

.apromt-asociacion .wp-block-button__link,
.apromt-asociacion .uagb-buttons-repeater {
  background: #6d65b3 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 13px 28px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  box-shadow: 0 12px 28px rgba(109, 101, 179, 0.20);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.apromt-asociacion .wp-block-button__link:hover,
.apromt-asociacion .uagb-buttons-repeater:hover {
  background: #574f9d !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(109, 101, 179, 0.28);
}

/* Mini destacados del bloque Asociación */

/*.apromt-asociacion-highlights {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 28px 0 30px !important;
}*/

.apromt-highlight-card {
  background: #ffffff !important;
  border: 1px solid rgba(75, 61, 120, 0.12) !important;
  border-radius: 18px !important;
  padding: 20px 18px !important;
  box-shadow: 0 12px 28px rgba(67, 32, 90, 0.07) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.apromt-highlight-card:hover {
  transform: translateY(-3px);
  border-color: rgba(75, 61, 120, 0.22) !important;
  box-shadow: 0 18px 38px rgba(67, 32, 90, 0.11) !important;
}

.apromt-highlight-card h3,
.apromt-highlight-card h4 {
  color: #4b3d78 !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-style: normal !important;
  font-weight: 800 !important;
  text-shadow: none !important;
  margin-bottom: 12px !important;
}

.apromt-highlight-card p {
  color: #24364f !important;
  font-size: 14.5px !important;
  line-height: 1.55 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 900px) {
  .apromt-asociacion-highlights {
    grid-template-columns: 1fr;
  }
}

/* ==============================
   APROMT - Por qué unirte / Info Box
   ============================== */

.apromt-unirte {
  background: #ffffff;
  padding: clamp(56px, 7vw, 90px) clamp(22px, 4vw, 56px);
}

.apromt-unirte h2 {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em;
  text-shadow: none !important;
  margin-bottom: 46px !important;
}

.apromt-unirte .uagb-ifb-title,
.apromt-unirte .uagb-ifb-title-wrap h3,
.apromt-unirte .uagb-ifb-title-wrap h4 {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 800 !important;
  text-shadow: none !important;
  line-height: 1.25 !important;
}

.apromt-unirte .uagb-ifb-desc {
  color: #24364f !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.apromt-unirte .uagb-ifb-icon,
.apromt-unirte .uagb-ifb-icon svg,
.apromt-unirte .uagb-ifb-icon i {
  color: #6d65b3 !important;
  fill: #6d65b3 !important;
}

.apromt-unirte .wp-block-uagb-info-box {
  transition: transform .22s ease;
}

.apromt-unirte .wp-block-uagb-info-box:hover {
  transform: translateY(-4px);
}

/* ==============================
   APROMT - CTA Socios y tienda
   ============================== */

.apromt-cta-socios {
  background: #f7f4fb;
  padding: clamp(56px, 7vw, 90px) clamp(22px, 4vw, 56px);
}

.apromt-cta-socios h2 {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em;
  text-shadow: none !important;
}

.apromt-cta-socios p {
  color: #24364f;
  font-size: 16px;
  line-height: 1.65;
}

.apromt-cta-card {
  background: #ffffff !important;
  border: 1px solid rgba(75, 61, 120, 0.16) !important;
  border-radius: 26px !important;
  padding: 22px !important;
  box-shadow: 0 18px 45px rgba(67, 32, 90, 0.10) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.apromt-cta-card:hover {
  transform: translateY(-4px);
  border-color: rgba(75, 61, 120, 0.26) !important;
  box-shadow: 0 24px 58px rgba(67, 32, 90, 0.15) !important;
}

.apromt-cta-card img {
  border-radius: 20px !important;
  border: 1px solid rgba(75, 61, 120, 0.16) !important;
  box-shadow: none !important;
}

.apromt-cta-card h3,
.apromt-cta-card h4 {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  text-shadow: none !important;
  line-height: 1.2 !important;
  margin-top: 22px !important;
  margin-bottom: 14px !important;
}

.apromt-cta-card .wp-block-button__link,
.apromt-cta-card .uagb-buttons-repeater {
  border-radius: 999px !important;
  padding: 13px 28px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-shadow: 0 12px 28px rgba(109, 101, 179, 0.20);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.apromt-cta-card .wp-block-button__link:hover,
.apromt-cta-card .uagb-buttons-repeater:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(109, 101, 179, 0.28);
}

/* ==============================
   APROMT - Formaciones y eventos
   ============================== */

.apromt-formaciones {
  background: #ffffff;
  padding: clamp(56px, 7vw, 90px) clamp(22px, 4vw, 56px);
  text-align: center;
}

.apromt-formaciones h2 {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em;
  text-shadow: none !important;
  margin-bottom: 16px !important;
}

.apromt-formaciones p {
  color: #24364f;
  font-size: 16px;
  line-height: 1.65;
}

.apromt-formaciones > p,
.apromt-formaciones .uagb-ifb-desc {
  max-width: 780px;
  margin-inline: auto;
}

/* Tarjetas del post grid */

.apromt-formaciones .uagb-post__inner-wrap,
.apromt-formaciones .uagb-post-grid .uagb-post__inner-wrap {
  background: #ffffff !important;
  border: 1px solid rgba(75, 61, 120, 0.12) !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 16px 38px rgba(67, 32, 90, 0.10) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.apromt-formaciones .uagb-post__inner-wrap:hover,
.apromt-formaciones .uagb-post-grid .uagb-post__inner-wrap:hover {
  transform: translateY(-4px);
  border-color: rgba(75, 61, 120, 0.22) !important;
  box-shadow: 0 24px 54px rgba(67, 32, 90, 0.15) !important;
}

.apromt-formaciones .uagb-post__image img {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.apromt-formaciones .uagb-post__title,
.apromt-formaciones .uagb-post__title a {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  text-shadow: none !important;
  text-decoration: none !important;
}

.apromt-formaciones .uagb-post__text {
  padding: 22px !important;
}

.apromt-formaciones .uagb-post__excerpt,
.apromt-formaciones .uagb-post__excerpt p {
  color: #24364f !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.apromt-formaciones .uagb-post__cta a,
.apromt-formaciones .uagb-post-grid .uagb-post__cta a {
  background: #6d65b3 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 10px 22px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(109, 101, 179, 0.20);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.apromt-formaciones .uagb-post__cta a:hover,
.apromt-formaciones .uagb-post-grid .uagb-post__cta a:hover {
  background: #574f9d !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(109, 101, 179, 0.28);
}

.apromt-formaciones .wp-block-button__link,
.apromt-formaciones .uagb-buttons-repeater {
  background: #6d65b3 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 13px 32px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  box-shadow: 0 12px 28px rgba(109, 101, 179, 0.20);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.apromt-formaciones .wp-block-button__link:hover,
.apromt-formaciones .uagb-buttons-repeater:hover {
  background: #574f9d !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(109, 101, 179, 0.28);
}

/* ==============================
   APROMT - FAQ
   ============================== */

.apromt-faq-section {
  background: #f7f4fb;
  padding: clamp(56px, 7vw, 90px) clamp(22px, 4vw, 56px);
}

.apromt-faq-section h2 {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em;
  text-shadow: none !important;
  margin-bottom: 34px !important;
}

/* Caja general del FAQ */
.apromt-faq-section .uagb-faq__outer-wrap {
  max-width: 1040px;
  margin-inline: auto;
}

/* Cada pregunta */
.apromt-faq-section .uagb-faq-item {
  background: #ffffff !important;
  border: 1px solid rgba(75, 61, 120, 0.12) !important;
  border-radius: 18px !important;
  margin-bottom: 12px !important;
  box-shadow: 0 10px 26px rgba(67, 32, 90, 0.06);
  overflow: hidden;
}

/* Cabecera de pregunta */
.apromt-faq-section .uagb-faq-questions-button {
  padding: 18px 22px !important;
  color: #24364f !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

/* Signo + / - */
.apromt-faq-section .uagb-faq-icon-wrap,
.apromt-faq-section .uagb-icon-active,
.apromt-faq-section .uagb-icon {
  color: #6d65b3 !important;
  fill: #6d65b3 !important;
}

/* Respuesta */
.apromt-faq-section .uagb-faq-content {
  padding: 0 22px 22px !important;
  color: #24364f !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* Botón final */
.apromt-faq-section .wp-block-button__link,
.apromt-faq-section .uagb-buttons-repeater {
  background: #6d65b3 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 13px 32px !important;
  max-width: 520px !important;
  margin-inline: auto !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  box-shadow: 0 12px 28px rgba(109, 101, 179, 0.20);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.apromt-faq-section .wp-block-button__link:hover,
.apromt-faq-section .uagb-buttons-repeater:hover {
  background: #574f9d !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(109, 101, 179, 0.28);
}

/* ==============================
   APROMT - Instagram
   ============================== */

.apromt-instagram-section {
  background: #ffffff;
  padding: clamp(48px, 6vw, 80px) clamp(22px, 4vw, 56px);
  text-align: center;
}

.apromt-instagram-section h2 {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em;
  text-shadow: none !important;
  margin-bottom: 18px !important;
}

.apromt-instagram-section p {
  max-width: 720px;
  margin-inline: auto;
  color: #24364f;
  font-size: 16px;
  line-height: 1.65;
}

/* Smash Balloon Instagram Feed */

.apromt-instagram-section #sb_instagram {
  max-width: 1120px !important;
  margin-inline: auto !important;
}

.apromt-instagram-section #sb_instagram .sbi_item {
  border-radius: 18px !important;
  overflow: hidden !important;
}

.apromt-instagram-section #sb_instagram .sbi_photo,
.apromt-instagram-section #sb_instagram .sbi_photo_wrap {
  border-radius: 18px !important;
  overflow: hidden !important;
}

.apromt-instagram-section #sb_instagram img {
  transition: transform .28s ease, filter .28s ease;
}

.apromt-instagram-section #sb_instagram .sbi_item:hover img {
  transform: scale(1.04);
  filter: brightness(.92);
}

.apromt-instagram-section #sb_instagram #sbi_load {
  margin-top: 22px !important;
}

.apromt-instagram-section #sb_instagram #sbi_load .sbi_load_btn,
.apromt-instagram-section #sb_instagram #sbi_load .sbi_follow_btn a {
  border-radius: 999px !important;
  padding: 11px 24px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(67, 32, 90, 0.14);
}

/* ==============================
   APROMT - Contacto
   ============================== */

.apromt-contacto {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4fb 100%);
  padding: clamp(56px, 7vw, 96px) clamp(22px, 4vw, 56px);
}

/* Tarjeta principal del formulario */

.apromt-contacto-form {
  max-width: 680px;
  margin-inline: auto;
  background: #ffffff !important;
  border: 1px solid rgba(75, 61, 120, 0.12) !important;
  border-radius: 30px !important;
  padding: clamp(30px, 4vw, 44px) !important;
  box-shadow: 0 24px 64px rgba(67, 32, 90, 0.14) !important;
}

.apromt-contacto-form h2,
.apromt-contacto-form h3 {
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em;
  text-shadow: none !important;
  margin-bottom: 18px !important;
}

.apromt-contacto-form p {
  color: #24364f;
  font-size: 16px;
  line-height: 1.65;
  max-width: 560px;
}

/* Campos del formulario */

.apromt-contacto-form input,
.apromt-contacto-form textarea,
.apromt-contacto-form select {
  width: 100%;
  border: 1px solid rgba(75, 61, 120, 0.18) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: #24364f !important;
  padding: 13px 15px !important;
  font-size: 15px !important;
  box-shadow: none !important;
  transition: border-color .22s ease, box-shadow .22s ease;
}

.apromt-contacto-form input:focus,
.apromt-contacto-form textarea:focus,
.apromt-contacto-form select:focus {
  border-color: #6d65b3 !important;
  box-shadow: 0 0 0 4px rgba(109, 101, 179, 0.12) !important;
  outline: none !important;
}

.apromt-contacto-form textarea {
  min-height: 135px;
  resize: vertical;
}

.apromt-contacto-form label {
  color: #24364f !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  margin-bottom: 7px !important;
}

/* Checkbox RGPD */

.apromt-contacto-form input[type="checkbox"] {
  width: auto !important;
  min-width: 16px;
  height: 16px;
  padding: 0 !important;
  accent-color: #6d65b3;
}

.apromt-contacto-form input[type="checkbox"] + label,
.apromt-contacto-form .uagb-forms-checkbox-wrap label {
  font-size: 14px !important;
  font-weight: 700 !important;
}

/* Botón enviar */

.apromt-contacto-form button,
.apromt-contacto-form input[type="submit"] {
  background: #6d65b3 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 13px 32px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 28px rgba(109, 101, 179, 0.22);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  cursor: pointer;
}

.apromt-contacto-form button:hover,
.apromt-contacto-form input[type="submit"]:hover {
  background: #574f9d !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(109, 101, 179, 0.30);
}

/* Protección de datos */

.apromt-contacto-form .wp-block-html,
.apromt-contacto-form .proteccion-datos,
.apromt-contacto-form .rgpd-info {
  margin-top: 28px;
  padding: 18px 20px;
  border-radius: 20px;
  background: #f7f4fb;
  border: 1px solid rgba(75, 61, 120, 0.10);
}

.apromt-contacto-form .wp-block-html h3,
.apromt-contacto-form .wp-block-html h4 {
  color: #24364f !important;
  font-size: 17px !important;
  font-style: normal !important;
  text-shadow: none !important;
  margin-bottom: 8px !important;
}

.apromt-contacto-form .wp-block-html p {
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: none;
}

/* Imagen lateral */

.apromt-contacto-imagen {
  display: flex;
  align-items: center;
  justify-content: center;
}

.apromt-contacto-imagen img {
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 24px;
  filter: drop-shadow(0 16px 34px rgba(67, 32, 90, 0.12));
}

/* Responsive */

@media (max-width: 900px) {
  .apromt-contacto-form {
    max-width: 100%;
  }

  .apromt-contacto-imagen img {
    max-width: 260px;
    margin-top: 28px;
  }
}



