.elementor-22489 .elementor-element.elementor-element-2a25c9b{--display:flex;}.elementor-22489 .elementor-element.elementor-element-2a25c9b:not(.elementor-motion-effects-element-type-background), .elementor-22489 .elementor-element.elementor-element-2a25c9b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF8F7;}.elementor-22489 .elementor-element.elementor-element-5bebb93 .elementor-icon-wrapper{text-align:center;}.elementor-22489 .elementor-element.elementor-element-5bebb93.elementor-view-stacked .elementor-icon{background-color:#C89B3C;}.elementor-22489 .elementor-element.elementor-element-5bebb93.elementor-view-framed .elementor-icon, .elementor-22489 .elementor-element.elementor-element-5bebb93.elementor-view-default .elementor-icon{color:#C89B3C;border-color:#C89B3C;}.elementor-22489 .elementor-element.elementor-element-5bebb93.elementor-view-framed .elementor-icon, .elementor-22489 .elementor-element.elementor-element-5bebb93.elementor-view-default .elementor-icon svg{fill:#C89B3C;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-22489 .elementor-element.elementor-element-5bebb93 .elementor-icon{font-size:39px;}.elementor-22489 .elementor-element.elementor-element-5bebb93 .elementor-icon svg{height:39px;}.elementor-22489 .elementor-element.elementor-element-5bebb93 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-22489 .elementor-element.elementor-element-5bebb93.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-d57111a */.ah-asesores,
.ah-asesores * {
  box-sizing: border-box;
}

.ah-asesores {
  width: 100%;
  background: #FAF8F7;
  color: #1F5D6B;
  font-family: inherit;
  overflow: hidden;
}

.ah-asesores a {
  text-decoration: none;
  color: inherit;
}

.ah-asesores-container {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
}

/* HERO */
.ah-asesores-hero {
  width: 100%;
  padding: 82px 24px 74px;
  background: #FAF8F7;
  text-align: center;
  border-bottom: 1px solid rgba(31, 93, 107, 0.10);
}

.ah-asesores-hero-inner {
  max-width: 940px;
  margin: 0 auto;
}

.ah-asesores-eyebrow {
  margin: 0;
  color: #C89B3C;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  line-height: 1;
}

.ah-asesores-title {
  max-width: 760px;
  margin: 34px auto 0 !important;
  color: #1F5D6B !important;
  font-size: clamp(42px, 5vw, 70px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -1.8px;
}

.ah-asesores-divider {
  width: 80px;
  height: 3px;
  margin: 34px auto 0;
  border-radius: 999px;
  background: #C89B3C;
}

.ah-asesores-text {
  max-width: 930px;
  margin: 32px auto 0 !important;
  color: rgba(31, 93, 107, 0.78) !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.ah-asesores-text strong {
  color: #1F5D6B;
  font-weight: 900;
}

/* CONTENT */
.ah-asesores-content {
  padding: 78px 0 88px;
  background: #FAF8F7;
}

/* GRID */
.ah-asesores .ah-asesores-grid {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch !important;
}

@media (min-width: 640px) {
  .ah-asesores .ah-asesores-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ah-asesores .ah-asesores-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* CARD */
.ah-asesores .ah-asesor-card {
  height: 100% !important;
  min-height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden;
  border-radius: 18px;
  background: #FFFFFF;
  border: 1px solid rgba(31, 93, 107, 0.10);
  box-shadow: 0 10px 30px rgba(31, 93, 107, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ah-asesores .ah-asesor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(31, 93, 107, 0.16);
}

/* PHOTO */
.ah-asesores .ah-asesor-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  width: 100%;
  overflow: hidden;
  background: rgba(31, 93, 107, 0.08);
  flex-shrink: 0 !important;
}

.ah-asesores .ah-asesor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ah-asesores .ah-asesor-card:hover .ah-asesor-photo img {
  transform: scale(1.05);
}

/* BADGE */
.ah-asesor-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: rgba(31, 93, 107, 0.92);
  backdrop-filter: blur(4px);
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  z-index: 2;
}

.ah-asesor-badge svg {
  width: 14px;
  height: 14px;
  stroke: #C89B3C;
  flex-shrink: 0;
}

/* BODY */
.ah-asesores .ah-asesor-body {
  height: 100% !important;
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 22px;
}

.ah-asesores .ah-asesor-name {
  margin: 0 !important;
  color: #1F5D6B !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: flex-start !important;
}

.ah-asesores .ah-asesor-role {
  margin: 7px 0 0 !important;
  color: rgba(31, 93, 107, 0.72) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  min-height: 22px !important;
}

/* CONTACT */
.ah-asesores .ah-asesor-contactos {
  margin-top: 18px !important;
  margin-bottom: 22px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(31, 93, 107, 0.12);
  padding-top: 18px;
  font-size: 14px;
  min-height: 60px !important;
}

.ah-asesores .ah-asesor-contactos a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #1F5D6B !important;
  font-weight: 700;
  transition: color 0.25s ease;
}

.ah-asesores .ah-asesor-contactos a:hover {
  color: #C89B3C !important;
}

.ah-asesores .ah-asesor-contactos svg {
  width: 17px;
  height: 17px;
  stroke: #C89B3C;
  flex-shrink: 0;
}

/* WHATSAPP BUTTONS INSIDE CARDS */
.ah-asesores .ah-asesor-whatsapp {
  margin-top: auto !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 13px 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  border-radius: 999px;
  background: #1F5D6B;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: 800;
  text-align: center !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 12px 26px rgba(31, 93, 107, 0.18);
}

.ah-asesores .ah-asesor-whatsapp:hover {
  background: #C89B3C;
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(200, 155, 60, 0.24);
}

/* CTA FINAL */
.ah-asesores-cta {
  margin-top: 64px;
  overflow: hidden;
  position: relative;
  border-radius: 26px;
  background: #1F5D6B;
  padding: 48px 32px;
  text-align: center;
  box-shadow: 0 24px 54px rgba(31, 93, 107, 0.20);
}

.ah-asesores-cta::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(200, 155, 60, 0.22);
  pointer-events: none;
}

.ah-asesores-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 130px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px 999px 0 0;
  background: #C89B3C;
}

.ah-asesores-cta-inner {
  position: relative;
  z-index: 2;
}

.ah-asesores-cta .ah-asesores-eyebrow {
  color: #C89B3C;
}

.ah-asesores-cta h3 {
  max-width: 700px;
  margin: 16px auto 0 !important;
  color: #FFFFFF !important;
  font-size: clamp(28px, 4vw, 40px) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
}

.ah-asesores-cta p {
  max-width: 620px;
  margin: 16px auto 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

/* CTA FINAL BUTTONS */
.ah-asesores .ah-asesores-cta-actions {
  margin-top: 30px !important;
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
}

@media (min-width: 640px) {
  .ah-asesores .ah-asesores-cta-actions {
    flex-direction: row;
  }
}

.ah-asesores .ah-asesores-btn-gold,
.ah-asesores .ah-asesores-btn-outline {
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px;
  border-radius: 999px;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 800;
  text-align: center !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ah-asesores .ah-asesores-btn-gold {
  background: #C89B3C;
  color: #FFFFFF !important;
}

.ah-asesores .ah-asesores-btn-gold:hover {
  background: #FFFFFF;
  color: #1F5D6B !important;
  transform: translateY(-2px);
}

.ah-asesores .ah-asesores-btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #FFFFFF !important;
}

.ah-asesores .ah-asesores-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF !important;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 760px) {
  .ah-asesores-container {
    padding: 0 18px;
  }

  .ah-asesores-hero {
    padding: 62px 18px 58px;
  }

  .ah-asesores-title {
    font-size: 38px !important;
  }

  .ah-asesores-text {
    font-size: 16px !important;
  }

  .ah-asesores-content {
    padding: 58px 0 72px;
  }

  .ah-asesores .ah-asesor-name {
    min-height: auto !important;
  }

  .ah-asesores .ah-asesor-role {
    min-height: auto !important;
  }

  .ah-asesores .ah-asesor-contactos {
    min-height: auto !important;
  }

  .ah-asesores-cta {
    padding: 38px 22px;
  }

  .ah-asesores .ah-asesores-cta-actions {
    flex-direction: column !important;
  }

  .ah-asesores .ah-asesores-btn-gold,
  .ah-asesores .ah-asesores-btn-outline {
    width: 100% !important;
  }
}/* End custom CSS */