.elementor-84094 .elementor-element.elementor-element-685f46db{--display:flex;}.elementor-84094 .elementor-element.elementor-element-33a1c2a9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-84094 .elementor-element.elementor-element-33a1c2a9{--padding-top:10px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS *//*=================*/
/* HERO INTERIOR   */
/*=================*/
.eko-hero {
  position: relative;
  min-height: 420px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(3, 45, 80, 0.08);
}

.eko-hero-content {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.eko-hero-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 3px;
  background: linear-gradient(to bottom, #7C71ED, #032D50);
  border-radius: 0 2px 2px 0;
}

.eko-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7C71ED;
}

.eko-hero-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1.5px;
  background: #7C71ED;
  flex-shrink: 0;
}

.eko-hero-title {
  font-size: 38px !important;
  font-weight: 700 !important;
  color: #032D50 !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  letter-spacing: -0.02em;
}

.eko-hero-title em {
  font-style: normal;
  color: #7C71ED;
}

.eko-hero-desc {
  font-size: 15px !important;
  color: rgba(3, 45, 80, 0.60);
  line-height: 1.7 !important;
  margin: 0;
  max-width: 380px;
}

.eko-hero-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(3, 45, 80, 0.03);
  border: 1px solid rgba(3, 45, 80, 0.08);
  border-radius: 10px;
  width: 360px;
}

.eko-hero-stat-num {
  font-size: 32px;
  font-weight: 700;
  color: #032D50;
  line-height: 1;
}

.eko-hero-stat-num span {
  color: #7C71ED;
}

.eko-hero-stat-label {
  font-size: 13px;
  color: rgba(3, 45, 80, 0.50);
  line-height: 1.4;
  max-width: 180px;
}

.eko-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  background: #032D50;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s ease, gap 0.2s ease;
}

.eko-hero-cta:hover {
  background: #7C71ED;
}

.eko-hero-cta:hover .cta-arrow {
  transform: translateX(3px);
}

.cta-arrow {
  transition: transform 0.2s ease;
}

.eko-hero-img-wrap {
  position: relative;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}

.eko-hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.eko-hero-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.65) 0%,
    transparent 55%
  );
  z-index: 1;
}

/*=================*/
/* HERO — RESPONSIVE */
/*=================*/
@media (max-width: 1024px) {
  .eko-hero-title {
    font-size: 30px !important;
  }
}

@media (max-width: 768px) {
  .eko-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .eko-hero-img-wrap {
    min-height: 240px;
    order: -1;
  }

  .eko-hero-img-wrap::before {
    background: linear-gradient(
      to bottom,
      transparent 40%,
      rgba(255, 255, 255, 0.80) 100%
    );
  }

  .eko-hero-content {
    padding: 36px 28px;
  }

  .eko-hero-title {
    font-size: 26px !important;
  }
}

/*=================*/
/* BUSCADOR ESPECIALIDADES */
/*=================*/
.eko-search-wrap { width: 100%; }

.eko-search-box {
  position: relative;
  margin-bottom: 1.5rem;
}

.eko-search-box input {
  width: 100%;
  padding: 14px 20px 14px 44px;
  border: 1px solid rgba(3, 45, 80, 0.15);
  border-radius: 10px;
  font-size: 15px;
  color: #032D50;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.eko-search-box input:focus { border-color: #7C71ED; }
.eko-search-box input::placeholder { color: rgba(3, 45, 80, 0.35); }

.eko-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.eko-count {
  font-size: 12px;
  color: rgba(3, 45, 80, 0.40);
  margin-bottom: 1rem;
}

.eko-count span { color: #7C71ED; font-weight: 500; }

.eko-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(3, 45, 80, 0.08);
  border: 1px solid rgba(3, 45, 80, 0.08);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.eko-esp-row {
  background: #fff;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  position: relative;
  transition: background 0.15s ease;
}

.eko-esp-row:hover { background: #F0F8FF; }

.eko-esp-row .acc {
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 2px;
  background: #7C71ED;
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.eko-esp-row:hover .acc { opacity: 1; }
.eko-esp-row:hover .num { color: #7C71ED; }
.eko-esp-row:hover .nom { color: #7C71ED; }

.eko-esp-row .num {
  font-size: 10px;
  font-weight: 500;
  color: rgba(3, 45, 80, 0.25);
  min-width: 18px;
  flex-shrink: 0;
  letter-spacing: 0.06em;
  transition: color 0.15s ease;
}

.eko-esp-row .nom {
  font-size: 13px;
  font-weight: 500;
  color: #032D50;
  line-height: 1.3;
  transition: color 0.15s ease;
}

.eko-empty {
  display: none;
  padding: 2rem;
  text-align: center;
  font-size: 14px;
  color: rgba(3, 45, 80, 0.45);
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(3, 45, 80, 0.08);
  margin-bottom: 1.5rem;
}

.eko-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border: 1px solid rgba(3, 45, 80, 0.10);
  border-radius: 10px;
}

.eko-footer-text {
  font-size: 13px;
  color: rgba(3, 45, 80, 0.55);
}

.eko-footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.eko-footer-link {
  font-size: 13px;
  font-weight: 500;
  color: #7C71ED;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease, color 0.2s ease;
}

.eko-footer-link:hover {
  gap: 10px;
  color: #5a50c8;
}

/*=================*/
/* RESPONSIVE TABLET */
/*=================*/
@media (min-width: 769px) and (max-width: 1024px) {
  .eko-list { grid-template-columns: repeat(2, 1fr); }
}

/*=================*/
/* RESPONSIVE MOBILE */
/*=================*/
@media (max-width: 768px) {
  .eko-list { grid-template-columns: 1fr; }

  .eko-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .eko-footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
/*=================*/
/* HOVER VIOLETA GLOBAL */
/*=================*/
.eko-esp-row:hover .acc { background: #7C71ED; }
.eko-esp-row:hover .nom { color: #7C71ED; }
.eko-esp-row:hover .num { color: #7C71ED; }
.eko-esp-cta:hover { border-color: #7C71ED; }
.eko-btn:hover { background: #7C71ED; }/* End custom CSS */