/* ==============================
   APROMT - Header / Menú principal
   ============================== */

.ct-header .menu > li > a,
.ct-header [data-id="menu"] > ul > li > a {
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #ffffff !important;
  transition: color .22s ease, opacity .22s ease;
}

.ct-header .menu > li > a:hover,
.ct-header [data-id="menu"] > ul > li > a:hover {
  color: #ff7a1a !important;
}



/* ==============================
   APROMT - Menú en páginas interiores
   ============================== */

body:not(.home) .ct-header .menu > li > a,
body:not(.home) .ct-header [data-id="menu"] > ul > li > a {
  color: #43205a !important;
}

body:not(.home) .ct-header .menu > li > a:hover,
body:not(.home) .ct-header [data-id="menu"] > ul > li > a:hover {
  color: #ff6b00 !important;
}

.ct-header .site-logo-container img,
.ct-header [data-id="logo"] img {
  max-height: 116px !important;
  width: auto !important;
}

/* ==============================
   APROMT - Menú desplegable
   ============================== */

.ct-header .sub-menu {
  min-width: 260px !important;
  padding: 8px !important;
  border-radius: 14px !important;
  background: rgba(42, 38, 82, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.ct-header .sub-menu li {
  border: 0 !important;
}

.ct-header .sub-menu li a {
  padding: 11px 14px !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.ct-header .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.10) !important;
  color: #ffffff !important;
  transform: translateX(3px);
}

.ct-header .menu .ct-menu-link svg,
.ct-header [data-id="menu"] svg {
  width: 11px !important;
  height: 11px !important;
  opacity: .85;
}

/* ==============================
   APROMT - Footer
   ============================== */

.ct-footer,
.site-footer {
  background: linear-gradient(135deg, #4b3d78 0%, #6d65b3 100%) !important;
  color: #ffffff !important;
}

.ct-footer [data-row],
.site-footer [data-row] {
  background: transparent !important;
}

.ct-footer img,
.site-footer img {
  max-width: 210px !important;
  height: auto !important;
}

/* Títulos del footer */

.ct-footer h2,
.ct-footer h3,
.ct-footer h4,
.site-footer h2,
.site-footer h3,
.site-footer h4 {
  color: #ffffff !important;
  font-style: normal !important;
  font-weight: 850 !important;
  text-shadow: none !important;
  letter-spacing: -0.015em;
  margin-bottom: 14px !important;
  display: inline-block;
}

.ct-footer h2::after,
.ct-footer h3::after,
.ct-footer h4::after,
.site-footer h2::after,
.site-footer h3::after,
.site-footer h4::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
}

.ct-footer a,
.site-footer a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: opacity .22s ease, transform .22s ease;
}

.ct-footer a:hover,
.site-footer a:hover {
  opacity: .78;
}

.ct-footer .ct-widget,
.site-footer .ct-widget {
  color: rgba(255, 255, 255, 0.92);
}

.ct-footer svg,
.site-footer svg,
.ct-footer i,
.site-footer i {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.ct-footer [data-row="bottom"],
.site-footer [data-row="bottom"] {
  background: rgba(30, 25, 70, 0.38) !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 13px;
}

/* ==============================
   APROMT - Hero páginas interiores
   ============================== */

.apromt-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  align-items: center;
}

.apromt-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(15, 31, 54, 0.94) 0%,
      rgba(15, 31, 54, 0.78) 42%,
      rgba(15, 31, 54, 0.46) 72%,
      rgba(15, 31, 54, 0.24) 100%
    );
  z-index: 1;
  pointer-events: none;
}

.apromt-page-hero > * {
  position: relative;
  z-index: 2;
}

.apromt-page-hero h1 {
  max-width: 720px;
  color: #ffffff !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28) !important;
  margin-bottom: 22px !important;
}

.apromt-page-hero p {
  max-width: 720px;
  color: #ffffff !important;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25) !important;
}

.apromt-page-hero .wp-block-button__link,
.apromt-page-hero .uagb-buttons-repeater {
  background: #ff6b00 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 14px 34px !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(255, 107, 0, 0.28);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.apromt-page-hero .wp-block-button__link:hover,
.apromt-page-hero .uagb-buttons-repeater:hover {
  background: #f25f00 !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255, 107, 0, 0.34);
}

