:root {
  --nav-bg: rgba(9, 15, 22, 0.78);
  --nav-accent: #26717c;
  --nav-warm: #e59f31;
  --nav-green: #3a9636;
  --nav-text: #0e1b23;
  --nav-muted: #5f6b75;
  --nav-border: rgba(14, 27, 35, 0.12);
  --nav-shadow: 0 10px 24px rgba(14, 27, 35, 0.12);
  --nav-top: #ffffff;
  --nav-top-border: rgba(14, 27, 35, 0.12);
  --surface: #ffffff;
  --surface-soft: #f7f5f2;
  --text-strong: #141414;
  --text-soft: #6a5f55;
  --shadow-soft: 0 10px 24px rgba(14, 27, 35, 0.1);
  --shadow-strong: 0 22px 50px rgba(14, 27, 35, 0.18);
}

body.page-index2 {
  background: var(--surface-soft);
  color: var(--text-strong);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-index2 main {
  background:
    radial-gradient(circle at 10% 10%, rgba(229, 159, 49, 0.06), transparent 45%),
    radial-gradient(circle at 90% 0%, rgba(38, 113, 124, 0.06), transparent 40%),
    var(--surface-soft);
  position: relative;
}

.page-index2 main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  opacity: 0.08;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.page-index2 main > * {
  position: relative;
  z-index: 1;
}

a:focus-visible,
button:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(38, 113, 124, 0.4);
  outline-offset: 2px;
  border-radius: 10px;
}

#header-desktop.header-2026 {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(16px) saturate(140%);
  background: var(--surface);
  border-bottom: 1px solid var(--nav-border);
  box-shadow: var(--nav-shadow);
}

#header-desktop.header-2026 .nav-2026__top {
  background: var(--nav-top);
  border-bottom: 1px solid var(--nav-top-border);
}

#header-desktop.header-2026 .nav-2026__top-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 32px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.nav-2026__top-left,
.nav-2026__top-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.nav-2026__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nav-text);
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 0.92rem;
}

.nav-2026__phone svg {
  width: 16px;
  height: 16px;
  fill: var(--nav-warm);
}

.nav-2026__separator {
  width: 1px;
  height: 18px;
  background: rgba(14, 27, 35, 0.2);
}

.nav-2026__tagline {
  color: var(--nav-muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-2026__socials {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.nav-2026__social {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14, 27, 35, 0.15);
  color: #000000;
  transition: all 0.2s ease;
  background: #ffffff;
}

.nav-2026__social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.nav-2026__social svg path,
.nav-2026__social svg circle,
.nav-2026__social svg rect,
.nav-2026__social svg polygon {
  fill: currentColor !important;
}

.nav-2026__social:hover {
  background: var(--nav-accent);
  border-color: var(--nav-accent);
  color: #000000;
  transform: translateY(-1px);
}

.nav-2026__login {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--nav-warm);
  color: #1a1205;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
  font-size: 0.88rem;
}

.nav-2026__login svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.nav-2026__login:hover {
  background: var(--nav-green);
  color: #fff;
  transform: translateY(-1px);
}

#header-desktop.header-2026 .nav-2026__shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px 32px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

#header-desktop.header-2026 #content-logo-header img {
  height: 46px;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.35));
}

.nav-2026__container {
  display: flex;
  justify-content: flex-end;
}

.nav-2026__list {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-2026__item {
  position: relative;
}

.nav-2026__link,
.nav-2026__trigger {
  color: var(--nav-text);
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 8px 4px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
  position: relative;
}

.nav-2026__link:hover,
.nav-2026__trigger:hover {
  color: var(--nav-accent);
  background: transparent;
  box-shadow: none;
}

.nav-2026__link::after,
.nav-2026__trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  border-radius: 999px;
  background: var(--nav-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav-2026__link:hover::after,
.nav-2026__trigger:hover::after {
  transform: scaleX(1);
}

.nav-2026__divider {
  display: none;
}

.nav-2026__dropdown > ul {
  margin-top: 12px;
  background: var(--surface);
  border: 1px solid rgba(14, 27, 35, 0.12);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  padding: 12px;
}

.nav-2026__dropdown-list {
  min-width: 220px;
}

.nav-2026__dropdown-link {
  color: var(--nav-text);
  padding: 10px 14px;
  border-radius: 12px;
  display: flex;
  transition: all 0.2s ease;
  font-weight: 500;
}

.nav-2026__dropdown-link:hover {
  background: rgba(38, 113, 124, 0.12);
  color: var(--nav-text);
}

#btn-pay {
  background: rgba(229, 159, 49, 0.16);
  border: 1px solid rgba(229, 159, 49, 0.55);
}

#btn-pay svg {
  fill: var(--nav-warm);
}

@media (max-width: 1200px) {
  #header-desktop.header-2026 .nav-2026__shell {
    padding: 12px 20px;
  }

  #header-desktop.header-2026 .nav-2026__top-shell {
    padding: 6px 20px;
  }

  .nav-2026__list {
    gap: 12px;
  }
}

@media (max-width: 992px) {
  #header-desktop.header-2026 {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .page-index2 main {
    margin-top: 0;
  }
}

/* Banner 2026 */
#banner4 {
  padding: 0 0 24px;
  margin-top: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(38, 113, 124, 0.08), transparent 45%),
    radial-gradient(circle at 88% 12%, rgba(229, 159, 49, 0.10), transparent 45%),
    var(--surface);
}

#slide-banner-principal {
  position: relative;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}

#slide-banner-principal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(14, 27, 35, 0.15), rgba(14, 27, 35, 0.02));
  pointer-events: none;
  z-index: 2;
}

#slide-banner-principal .owl-stage-outer {
  border-radius: 0;
}

#slide-banner-principal img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

#slide-banner-principal .owl-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}

#slide-banner-principal .owl-nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 18px;
  z-index: 3;
}

#slide-banner-principal .owl-nav button {
  pointer-events: auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(14, 27, 35, 0.16);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

#slide-banner-principal .owl-nav button:hover {
  background: #ffffff;
  border-color: #26717c;
  color: #26717c;
}

#slide-banner-principal .owl-nav button span {
  font-size: 28px;
  line-height: 1;
  color: currentColor;
}

#slide-banner-principal .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(14, 27, 35, 0.15);
  transition: all 0.2s ease;
}

#slide-banner-principal .owl-dot.active span {
  width: 28px;
  background: #26717c;
  border-color: #26717c;
}

@media (max-width: 1200px) {
  #slide-banner-principal {
    margin: 0;
  }
}

@media (max-width: 992px) {
  #slide-banner-principal img {
    height: 300px;
  }
}

@media (max-width: 640px) {
  #banner4 {
    padding: 0 0 16px;
  }

  #slide-banner-principal {
    border-radius: 0;
  }

  #slide-banner-principal img {
    height: 220px;
  }
}

/* Videos 2026 */
#s-testimonio {
  padding: 64px 0 48px;
  background: #f6f8f9;
}

#content-testimonios {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}

#car-testimonios .card-testimonio {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(14, 27, 35, 0.08);
}

#car-testimonios .card-testimonio iframe {
  width: 100%;
  height: 420px;
  display: block;
}

#bnn-der-test,
#bnn-izq-test {
  width: 48px;
  height: 48px;
  background: #e59f31;
  border-radius: 999px;
  border: 1px solid #e59f31;
  box-shadow: 0 14px 26px rgba(229, 159, 49, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#bnn-der-test svg,
#bnn-izq-test svg {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

#bnn-der-test:hover,
#bnn-izq-test:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(229, 159, 49, 0.35);
}

@media (max-width: 992px) {
  #car-testimonios .card-testimonio iframe {
    height: 300px;
  }
}

@media (max-width: 640px) {
  #s-testimonio {
    padding: 48px 0 32px;
  }

  #content-testimonios {
    padding: 0 20px;
  }

  #car-testimonios .card-testimonio iframe {
    height: 220px;
  }
}

/* Proyectos 2026 */
.proyectos-2026 {
  padding: 64px 0 40px;
  background: radial-gradient(circle at 8% 10%, rgba(38, 113, 124, 0.05), transparent 40%), var(--surface-soft);
}

.proyectos-2026__shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}

.proyectos-2026__header {
  display: grid;
  grid-template-columns: 1.1fr 1.6fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}

.proyectos-2026__title h2 {
  font-size: 2rem;
  margin-bottom: 8px;
  color: #0e1b23;
}

.proyectos-2026__title p {
  color: #5f6b75;
  margin: 0;
}

.proyectos-2026__filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  background: var(--surface);
  border: 1px solid rgba(14, 27, 35, 0.12);
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow-soft);
}

.proyectos-2026__field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #5f6b75;
  margin-bottom: 6px;
}

.proyectos-2026__field select {
  width: 100%;
  border: 1px solid rgba(14, 27, 35, 0.2);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.95rem;
  color: var(--text-strong);
  background: var(--surface);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.proyectos-2026__field select:focus {
  border-color: rgba(38, 113, 124, 0.5);
  box-shadow: 0 0 0 3px rgba(38, 113, 124, 0.12);
}

.proyectos-2026__clear {
  border: 1px solid rgba(14, 27, 35, 0.2);
  background: var(--surface);
  color: var(--text-strong);
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.proyectos-2026__clear:hover {
  border-color: #26717c;
  color: #26717c;
}

.proyectos-2026 #content-carousel-proyectos {
  position: relative;
}

.proyectos-2026 .card-proyecto {
  background: var(--surface);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(14, 27, 35, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.proyectos-2026 .card-proyecto:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(14, 27, 35, 0.2);
}

.proyectos-2026 .proyecto-media {
  position: relative;
  height: 240px;
  background: #eef2f4;
  overflow: hidden;
}

.proyectos-2026 .proyecto-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.proyectos-2026 .proyecto-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 27, 35, 0.0) 40%, rgba(14, 27, 35, 0.35) 100%);
  pointer-events: none;
}

.proyectos-2026 .card-proyecto .titulo-flotante {
  position: absolute;
  top: 12px;
  left: 16px;
  background: rgba(38, 113, 124, 0.92);
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.35);
  z-index: 2;
}

.proyectos-2026 .proyecto-price-pill {
  position: absolute;
  left: 16px;
  bottom: 14px;
  background: rgba(14, 27, 35, 0.78);
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 2;
}

.proyectos-2026 .card-proyecto .info-card {
  padding: 18px 20px 22px;
  text-align: left;
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(14, 27, 35, 0.08);
}

.proyectos-2026 .proyecto-brand {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
}

.proyectos-2026 .proyecto-logo {
  width: 72px;
  height: 72px;
  background: #f6f6f2;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14, 27, 35, 0.08);
  box-shadow: inset 0 0 0 1px rgba(14, 27, 35, 0.04);
}

.proyectos-2026 .proyecto-logo img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  display: block;
}

.proyectos-2026 .proyecto-brand-text {
  display: grid;
  gap: 2px;
}

.proyectos-2026 .proyecto-city {
  font-size: 0.82rem;
  color: #6b757f;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.proyectos-2026 .proyecto-name {
  font-size: 1.15rem;
  margin: 0;
  color: #0e1b23;
  font-weight: 700;
}

.proyectos-2026 .proyecto-price {
  color: #26717c;
  font-weight: 600;
  font-size: 0.95rem;
}

.proyectos-2026 .card-proyecto .btn-l.amarillo {
  background: #e59f31;
  color: #1a1205;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
}

.proyectos-2026 .card-proyecto .btn-l.amarillo:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(229, 159, 49, 0.3);
}

.proyectos-2026 #carousel-proyectos .owl-stage-outer {
  padding: 10px 0 20px;
}

.proyectos-2026 #carousel-proyectos .owl-item {
  padding: 0 10px;
}

@media (max-width: 992px) {
  .proyectos-2026 .proyecto-media {
    height: 210px;
  }
}

.proyectos-2026__empty {
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(14, 27, 35, 0.12);
  border-radius: 16px;
  padding: 32px;
  margin-top: 20px;
  box-shadow: 0 12px 24px rgba(14, 27, 35, 0.08);
}

.proyectos-2026__empty h4 {
  margin-bottom: 8px;
  color: #0e1b23;
}

.proyectos-2026__empty p {
  margin: 0;
  color: #5f6b75;
}

@media (max-width: 1100px) {
  .proyectos-2026__header {
    grid-template-columns: 1fr;
  }

  .proyectos-2026__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .proyectos-2026 {
    padding: 48px 0 32px;
  }

  .proyectos-2026__shell {
    padding: 0 20px;
  }

  .proyectos-2026__filters {
    grid-template-columns: 1fr;
  }

  .proyectos-2026__clear {
    width: 100%;
  }
}

/* Agenda 2026 */
#s-agendar {
  padding: 64px 0;
  background: linear-gradient(180deg, rgba(38, 113, 124, 0.06), rgba(229, 159, 49, 0.04));
}

#content-agendar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: center;
  background: var(--surface);
  border-radius: 24px;
  border: 1px solid rgba(14, 27, 35, 0.08);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

#content-agendar::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(38, 113, 124, 0.1);
  top: -80px;
  right: -80px;
}

#img-agenda-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 56px;
  height: 56px;
  padding: 10px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(14, 27, 35, 0.08);
  box-shadow: 0 10px 20px rgba(14, 27, 35, 0.12);
}

#img-agenda {
  width: 100%;
  height: 280px;
  object-fit: contain;
  justify-self: end;
  filter: drop-shadow(0 16px 26px rgba(14, 27, 35, 0.2));
}

#info-agenda {
  display: grid;
  gap: 14px;
  z-index: 1;
}

#info-agenda h3 {
  font-size: 1.9rem;
  line-height: 1.2;
  margin: 0;
  color: var(--text-strong);
}

#info-agenda a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--nav-accent);
  color: #ffffff;
  font-weight: 700;
  width: fit-content;
  box-shadow: 0 12px 24px rgba(38, 113, 124, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#info-agenda a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(38, 113, 124, 0.32);
}

@media (max-width: 992px) {
  #content-agendar {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px;
  }

  #img-agenda {
    height: 220px;
    justify-self: center;
  }

  #info-agenda a {
    width: 100%;
  }
}

@media (max-width: 640px) {
  #s-agendar {
    padding: 48px 0;
  }

  #content-agendar {
    border-radius: 18px;
    padding: 20px;
  }

  #img-agenda-icon {
    width: 48px;
    height: 48px;
    padding: 8px;
  }
}

/* Fondos 2026 */
section.s-fondos.verde.fondos-2026 {
  padding: 56px 0;
  background: #3a9636 !important;
  background-image: none !important;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__card {
  display: grid;
  grid-template-columns: 96px 1fr;
  grid-template-rows: auto 1fr auto;
  column-gap: 18px;
  row-gap: 10px;
  align-content: start;
  background: #ffffff !important;
  border: 1px solid rgba(14, 27, 35, 0.08);
  border-radius: 20px;
  padding: 18px 20px 12px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: #0e1b23 !important;
  width: 100%;
  height: auto;
  min-height: 210px;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(14, 27, 35, 0.16);
}

section.s-fondos.verde.fondos-2026 .content-fondos a {
  width: auto;
  height: auto;
  display: block;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__icon {
  width: 96px;
  height: 96px;
  border-radius: 22px;
  background: #26717c;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(38, 113, 124, 0.25);
  grid-row: 1 / span 2;
  border: 2px solid rgba(255, 255, 255, 0.7);
  justify-self: center;
  align-self: center;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__icon img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

section.s-fondos.verde.fondos-2026 .fondos-2026__svg {
  width: 64px;
  height: 64px;
  fill: #ffffff;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__icon i {
  font-size: 44px;
  color: #ffffff;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__text h4 {
  margin: 4px 0 2px;
  font-size: 1.08rem;
  color: #0e1b23;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__text p {
  margin: 0 0 8px;
  color: #5f6b75;
  font-size: 0.92rem;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f6f8f9;
  color: #0e1b23;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid rgba(14, 27, 35, 0.08);
  box-shadow: none;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__text {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  display: grid;
  gap: 4px;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__cta {
  grid-column: 1 / -1;
  justify-self: stretch;
  width: 100%;
  text-align: center;
  justify-content: center;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__card:hover .fondos-2026__cta {
  background: #e59f31;
  color: #1a1205;
  border-color: #e59f31;
  box-shadow: 0 12px 20px rgba(229, 159, 49, 0.25);
}

@media (max-width: 1100px) {
  section.s-fondos.verde.fondos-2026 .fondos-2026__card {
    grid-template-columns: 84px 1fr;
  }
}

section.s-fondos.verde.fondos-2026 .fondos-2026__cta::after {
  content: "→";
  font-size: 1rem;
  transition: transform 0.2s ease;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__card:hover .fondos-2026__cta::after {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  section.s-fondos.verde.fondos-2026 .fondos-2026__shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  section.s-fondos.verde.fondos-2026 {
    padding: 40px 0;
  }

  section.s-fondos.verde.fondos-2026 .fondos-2026__shell {
    padding: 0 20px;
    grid-template-columns: 1fr;
  }

  section.s-fondos.verde.fondos-2026 .fondos-2026__card {
    grid-template-columns: 72px 1fr;
    align-items: center;
  }

  section.s-fondos.verde.fondos-2026 .fondos-2026__icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }
}

/* Fondos Blue 2026 (mantener fondo original) */
section.s-fondos.azul.fondos-2026--blue {
  padding: 56px 0;
  background: #3a9636;
}

section.s-fondos.azul.fondos-2026--blue .fondos-2026__shell--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  gap: 22px;
}

section.s-fondos.azul.fondos-2026--blue .fondos-2026__card--blue {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto 1fr auto !important;
  row-gap: 10px !important;
  align-content: start !important;
  background: #ffffff !important;
  border: 1px solid rgba(14, 27, 35, 0.08) !important;
  border-radius: 28px !important;
  padding: 22px 24px 18px !important;
  box-shadow: 0 20px 40px rgba(14, 27, 35, 0.14) !important;
  text-decoration: none !important;
  color: #0e1b23 !important;
  min-height: 240px !important;
  overflow: hidden !important;
  justify-items: center !important;
}

section.s-fondos.azul.fondos-2026--blue .fondos-2026__card--blue .fondos-2026__icon {
  width: 90px !important;
  height: 90px !important;
  border-radius: 22px !important;
  background: #26717c !important;
  box-shadow: 0 16px 28px rgba(38, 113, 124, 0.3) !important;
  grid-row: 1 !important;
  justify-self: center !important;
  align-self: center !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

section.s-fondos.azul.fondos-2026--blue .fondos-2026__icon img {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain !important;
  filter: brightness(0) saturate(100%) invert(22%) sepia(24%) saturate(1232%) hue-rotate(142deg) brightness(96%) contrast(92%) !important;
}

section.s-fondos.azul.fondos-2026--blue .fondos-2026__svg {
  width: 44px !important;
  height: 44px !important;
  fill: #ffffff !important;
}

section.s-fondos.azul.fondos-2026--blue .fondos-2026__icon i {
  display: none !important;
}

section.s-fondos.azul.fondos-2026--blue .fondos-2026__text {
  grid-column: 1 !important;
  grid-row: 2 / span 2 !important;
  display: grid !important;
  gap: 6px !important;
  padding: 0 !important;
  text-align: center !important;
}

section.s-fondos.azul.fondos-2026--blue .fondos-2026__text h4 {
  margin: 0 !important;
  font-size: 1.12rem !important;
  color: #0e1b23 !important;
}

section.s-fondos.azul.fondos-2026--blue .fondos-2026__text p {
  margin: 0 !important;
  color: #5f6b75 !important;
  font-size: 0.95rem !important;
}

section.s-fondos.azul.fondos-2026--blue .fondos-2026__cta {
  grid-column: 1 / -1 !important;
  justify-self: stretch !important;
  width: 100% !important;
  text-align: center !important;
  justify-content: center !important;
  padding: 12px 16px !important;
  background: #f6f8f9 !important;
  color: #0e1b23 !important;
  border: 1px solid rgba(14, 27, 35, 0.12) !important;
  box-shadow: none !important;
  font-size: 1rem !important;
}

section.s-fondos.azul.fondos-2026--blue .fondos-2026__card--blue:hover .fondos-2026__cta {
  background: #ffffff !important;
  border-color: rgba(14, 27, 35, 0.18) !important;
  box-shadow: 0 12px 24px rgba(14, 27, 35, 0.12) !important;
}

@media (max-width: 640px) {
  section.s-fondos.azul.fondos-2026--blue {
    padding: 40px 0;
  }

  section.s-fondos.azul.fondos-2026--blue .fondos-2026__shell--two {
    grid-template-columns: 1fr;
  }
}

/* Premium polish */
.page-index2 main {
  background: var(--surface-soft);
}

.page-index2 h1,
.page-index2 h2,
.page-index2 h3 {
  letter-spacing: -0.01em;
}

.page-index2 .btn-l.amarillo {
  border-radius: 999px;
  box-shadow: 0 12px 20px rgba(229, 159, 49, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-index2 .btn-l.amarillo:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(229, 159, 49, 0.35);
}

#header-desktop.header-2026 {
  border-bottom: 1px solid rgba(14, 27, 35, 0.08);
}

.nav-2026__link,
.nav-2026__trigger {
  font-weight: 600;
}

.nav-2026__dropdown > ul {
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(14, 27, 35, 0.16);
}

#slide-banner-principal {
  box-shadow: 0 26px 60px rgba(14, 27, 35, 0.18);
}

.proyectos-2026__filters {
  border-radius: 18px;
}

.proyectos-2026 .card-proyecto {
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(14, 27, 35, 0.14);
}

.proyectos-2026 .card-proyecto:hover {
  box-shadow: 0 26px 50px rgba(14, 27, 35, 0.2);
}

.proyectos-2026 .proyecto-media::after {
  background: linear-gradient(180deg, rgba(14, 27, 35, 0.05) 40%, rgba(14, 27, 35, 0.4) 100%);
}

#s-testimonio {
  background: radial-gradient(circle at 15% 10%, rgba(38, 113, 124, 0.06), transparent 45%), #f6f8f9;
}

#car-testimonios .card-testimonio {
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(14, 27, 35, 0.14);
}

section.s-fondos.verde.fondos-2026 .fondos-2026__card,
section.s-fondos.azul.fondos-2026--blue .fondos-2026__card--blue {
  border-radius: 24px !important;
  box-shadow: 0 18px 36px rgba(14, 27, 35, 0.14) !important;
}

section.s-fondos.verde.fondos-2026 .fondos-2026__cta,
section.s-fondos.azul.fondos-2026--blue .fondos-2026__cta {
  border-radius: 999px !important;
  font-weight: 700 !important;
}
.nav-2026__social svg * {
  vector-effect: non-scaling-stroke;
}

.nav-2026__social svg {
  transform: scale(0.95);
}
