
:root {
  --azul-petroleo: #003C48;
  --azul-clinico: #008D99;
  --turquesa: #008D99;
  --azul-oscuro: #003C48;
  --azul-navy: #003C48;
  --azul-600: #008D99;
  --azul-50: #f3faff;
  --body-color: #003C48;
  --coral: #008D99;
  --coral-soft: #008D99;
  --fondo-celeste: #F4FBFE;
  --fondo-calido: #FFF8F6;
  --borde: rgba(0, 141, 153, 0.16);
  --borde-coral: rgba(0, 141, 153, 0.28);
  --shadow-card: 0 12px 30px rgba(0, 60, 72, 0.08);
  --radius: 18px;
}

/* ============================================================
   NOSOTROS V4: contacto clásico renovado
   ============================================================ */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--body-color);
  background: #ffffff;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", "Inter", Arial, sans-serif;
}

.header .container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  text-decoration: none;
}

.btn--primary {
  background: linear-gradient(135deg, #008D99, #0FC8D8);
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 141, 153, 0.24);
}

.btn--primary:hover {
  color: #fff;
  transform: translateY(-1px);
}

.btn--sm {
  min-height: 44px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 800;
}
/* ============================================
   WHATSAPP FLOAT
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #008D99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 141, 153, 0.4);
    z-index: 999;
    transition: all var(--transition-normal);
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(0, 141, 153, 0.5);
}

.whatsapp-float svg {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
}

.whatsapp-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #008D99;
    border-radius: 50%;
    animation: whatsappPulse 2s ease-out infinite;
}

@keyframes whatsappPulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0; }
}

@media (max-width: 767.98px) {
    .whatsapp-float {
        display: none;
    }
}

/* ============================================================
   NOSOTROS V3: punto de encuentro
   ============================================================ */

/* contact banner */
/* botones accesibilidad movil */
.contact-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(30, 30, 30, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.18);
    padding: 5px 0 calc(6px + env(safe-area-inset-bottom, 0px));
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    will-change: transform;
}

.contact-icon-bottom {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    min-height: 58px;
    position: relative;
}

.contact-icon-bottom:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.contact-icon-bottom i {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.contact-icon-bottom .fa-whatsapp {
    font-size: 25px;
}

.contact-icon-bottom:hover i,
.contact-icon-bottom:focus i {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.08);
}



@media (min-width: 769px) {
    .contact-banner {
        display: none;
    }

}
/* Header compartido Medisis */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e4eef6;
  box-shadow: 0 8px 24px rgba(0, 60, 72, 0.06);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo__img {
  height: 52px;
  width: auto;
  display: block;
}

.nav {
  display: block;
  flex: 1;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
}

.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.nav__list > li {
  position: relative;
}

.nav__list > li > a {
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #003C48;
  padding: 34px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.nav__list > li > a:hover,
.nav__list > li > a.active {
  color: var(--azul-600);
}

.nav__list > li > a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: 0 auto;
  width: 44px;
  height: 3px;
  border-radius: 99px;
  background: var(--azul-600);
}

.nav__list > li > a i {
  font-size: 10px;
  opacity: 0.65;
}

.has-dropdown .dropdown {
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(0, 60, 72, 0.1);
  border: 1px solid #0FC8D8;
  padding: 10px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.18s ease;
  z-index: 10;
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown li a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.dropdown li a:hover {
  background: var(--azul-50);
  color: var(--azul-600);
}

.header__cta {
  flex-shrink: 0;
  min-height: 44px;
  border-radius: 8px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #0FC8D8, #008D99);
  border: 0;
  box-shadow: 0 9px 18px rgba(0, 141, 153, 0.22);
}

.nav__toggle {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  color: var(--azul-navy);
  cursor: pointer;
}

/* Footer igual a especialidad_gastronterologia */

@media (max-width: 1024px) {
  .nav {
    display: block;
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #eef3f7;
    box-shadow: 0 16px 45px rgba(0, 60, 72, 0.08);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
  }

  .nav.nav--open {
    max-height: calc(100vh - 88px);
    overflow-y: auto;
  }

  .nav__list {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 8px 24px 20px;
  }

  .nav__list > li > a {
    padding: 14px 0;
    justify-content: space-between;
  }

  .nav__list > li > a.active::after {
    display: none;
  }

  .has-dropdown .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    background: #f3faff;
    margin-bottom: 8px;
    display: none;
  }

  .has-dropdown:hover .dropdown,
  .has-dropdown.is-open .dropdown {
    display: block;
  }

  .nav__toggle {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .header__inner {
    min-height: 78px;
    gap: 12px;
  }

  .logo__img {
    height: 44px;
  }

  .nav {
    inset: 78px 0 auto 0;
  }
}

@media (max-width: 640px) {
  .header__cta {
    display: none;
  }
}
/* Mobile horizontal overflow guard */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}

@media (max-width: 767.98px) {
    body {
        position: relative;
    }

    img,
    video,
    iframe,
    svg {
        max-width: 100%;
    }

    .container,
    .header__inner,
    .footer__grid {
        max-width: 100%;
    }
}
/* Mobile dropdown toggle fix */
@media (max-width: 768px) {
    .nav__list .has-dropdown:not(.is-open) .dropdown {
        display: none !important;
        opacity: 0;
        visibility: hidden;
        transform: none;
        pointer-events: none;
    }

    .nav__list .has-dropdown.is-open .dropdown {
        display: block !important;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
    }
}
/* ============================================================
   NOSOTROS V2
   ============================================================ */
.about-v2 {
  --about-navy: #003C48;
  --about-blue: #008D99;
  --about-teal: #008D99;
  --about-coral: #008D99;
  --about-text: #003C48;
  --about-muted: #008D99;
  --about-line: #0FC8D8;
  overflow: hidden;
  color: var(--about-text);
  background: #fff;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.about-v2__shell {
  width: min(100%, 1284px);
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.about-v2__banner {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.about-v2__banner img {
  display: block;
  width: 100%;
  height: clamp(400px, 33.333vw, 724px);
  max-height: 724px;
  object-fit: cover;
  object-position: center;
}

.about-v2__section-divider {
  display: none;
}

.about-v2__intro {
  padding: 82px 0 92px;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 141, 153, .08), transparent 24%),
    radial-gradient(circle at 94% 76%, rgba(0, 141, 153, .07), transparent 24%),
    #fff;
}

.about-v2__heading,
.about-v2__section-heading {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.about-v2__heading > span,
.about-v2__section-heading > span,
.about-v2__section-title > span {
  display: block;
  margin-bottom: 9px;
  color: #008D99;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .15em;
  font-weight: 800;
  text-transform: uppercase;
}

.about-v2__heading h1 {
  margin: 0;
  color: var(--about-navy);
  font-family: "Poppins", sans-serif;
  font-size: clamp(42px, 4.2vw, 34px);
  line-height: 1.07;
  letter-spacing: -.05em;
  font-weight: 800;
}

.about-v2__heading > i {
  display: block;
  width: 58px;
  height: 4px;
  margin: 20px auto 18px;
  border-radius: 99px;
  background: linear-gradient(90deg, #008D99, #0FC8D8);
}

.about-v2__heading > p {
  max-width: 720px;
  margin: 0 auto;
  color: #003C48;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.about-v2__story {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.58fr);
  align-items: stretch;
  gap: clamp(38px, 5vw, 72px);
}

.about-v2__milestone {
  position: relative;
  min-height: 420px;
  padding: 38px 34px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 14%, rgba(15, 200, 216, 0.10), transparent 30%),
    linear-gradient(145deg, #0FC8D8, #008D99);
  box-shadow: 0 24px 52px rgba(0, 60, 72, .18);
}

.about-v2__milestone::after {
  content: "";
  position: absolute;
  right: -62px;
  bottom: -76px;
  width: 220px;
  height: 220px;
  border: 35px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
}

.about-v2__milestone-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  font-size: 30px;
}

.about-v2__milestone > strong {
  font-family: "Poppins", sans-serif;
  font-size: clamp(62px, 6vw, 88px);
  line-height: .92;
  letter-spacing: -.07em;
  font-weight: 800;
}

.about-v2__milestone > span {
  max-width: 220px;
  margin-top: 15px;
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 600;
}

.about-v2__milestone-seal {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, .24);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .04em;
  font-weight: 700;
  text-transform: uppercase;
}

.about-v2__milestone-seal i {
  font-size: 21px;
}

.about-v2__history {
  align-self: center;
}

.about-v2__section-title h2,
.about-v2__section-heading h2 {
  margin: 0;
  color: var(--about-navy);
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 3vw, 34px);
  line-height: 1.1;
  letter-spacing: -.04em;
  font-weight: 800;
}

.about-v2__section-title {
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 18px;
}

.about-v2__section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 3px;
  border-radius: 99px;
  background: var(--about-teal);
}

.about-v2__history p {
  margin: 0;
  color: #003C48;
  font-size: 14px;
  line-height: 1.72;
}

.about-v2__history p + p {
  margin-top: 16px;
}

.about-v2__history-subtitle {
  margin: 28px 0 10px;
  color: var(--about-navy);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.about-v2__section-heading {
  margin-bottom: 38px;
}

.about-v2__section-heading h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, #0FC8D8, #008D99);
}

/* Font Awesome Free no incluye fa-stomach: icono compatible. */
.about-v2 .fa-stomach::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 489.6 489.6'%3E%3Cpath d='M1.429,489.6h56c2.3-12.4,4.7-25.3,7-37.7c4.3-21.8,10.5-46.6,35.7-52.1c29.4-6.2,56.7,21.8,73.8,33.4c42.7,30.3,97.5,39.6,150,35c103.4-6.4,137.2-87.4,152.3-134.4c5.4-16.7,34.1-132.3-23.3-220.7c-25.1-44.3-75.3-55.8-122-28c-13.2,10.1-22.9,26.4-42.4,24.9c-30.1,0-36.1-52.5-33.8-70.7V0h-58.3v75.8c-2.7,56.5,69.5,102.7,74.2,135.2c13.2,31.1-1.9,67.6-24.9,92.9c-24.2,29.9-57.1,25.6-73.1,24.9c-20.6-.8-41.2-.4-62.2,.8c-21.6,1.1-103.1,6.2-109,75.3V489.6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 489.6 489.6'%3E%3Cpath d='M1.429,489.6h56c2.3-12.4,4.7-25.3,7-37.7c4.3-21.8,10.5-46.6,35.7-52.1c29.4-6.2,56.7,21.8,73.8,33.4c42.7,30.3,97.5,39.6,150,35c103.4-6.4,137.2-87.4,152.3-134.4c5.4-16.7,34.1-132.3-23.3-220.7c-25.1-44.3-75.3-55.8-122-28c-13.2,10.1-22.9,26.4-42.4,24.9c-30.1,0-36.1-52.5-33.8-70.7V0h-58.3v75.8c-2.7,56.5,69.5,102.7,74.2,135.2c13.2,31.1-1.9,67.6-24.9,92.9c-24.2,29.9-57.1,25.6-73.1,24.9c-20.6-.8-41.2-.4-62.2,.8c-21.6,1.1-103.1,6.2-109,75.3V489.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.about-v2__coverage {
  padding: 24px 0 90px;
  background: #fff;
}

.about-v2__coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-v2__coverage-card {
  min-height: 170px;
  padding: 26px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--about-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 60, 72, .065);
}

.about-v2__coverage-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0FC8D8, #008D99);
  font-size: 27px;
  box-shadow: 0 9px 20px rgba(0, 60, 72, .16);
}

.about-v2__coverage-card h3 {
  margin: 0;
  color: var(--about-navy);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.about-v2__coverage-card p {
  margin: 8px 0 0;
  color: #003C48;
  font-size: 13px;
  line-height: 1.5;
}

/* ============================================================
   SOMOS MEDISIS
   ============================================================ */
.about-v2__identity {
  position: relative;
  padding: 24px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(0, 141, 153, .08), transparent 28%),
    radial-gradient(circle at 92% 90%, rgba(0, 141, 153, .07), transparent 28%),
    #fff;
}

.about-v2__identity-media {
  position: relative;
  width: min(100%, 1024px);
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 141, 153, .14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 60, 72, .13);
}

.about-v2__identity-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .66);
  pointer-events: none;
}

.about-v2__identity-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
}

.about-v2__identity-media iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 16px;
}

.about-v2__connect {
  padding: 80px 0 88px;
  background:
    radial-gradient(circle at 12% 16%, rgba(15, 200, 216, .10), transparent 24%),
    linear-gradient(180deg, #f7fcff, #f0fafb);
}

@media (max-width: 991.98px) {
  .about-v2__shell {
    padding-right: 22px;
    padding-left: 22px;
  }

  .about-v2__banner img {
    height: 300px;
    object-position: 58% center;
  }

  .about-v2__intro,
  .about-v2__coverage,
  .about-v2__identity,
  .about-v2__connect {
    padding-top: 28px;
    padding-bottom: 72px;
  }

  .about-v2__story {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-v2__milestone {
    min-height: 280px;
  }

  
  .about-v2__coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-v2__coverage-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    justify-self: center;
  }
}

@media (max-width: 767.98px) {
  .about-v2__banner,
  .about-v2__milestone {
    display: none;
  }

  .about-v2__banner {
    aspect-ratio: 4 / 3;
  }

  .about-v2__shell {
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-v2__banner img {
    height: 100%;
    max-height: none;
    object-position: 61% center;
  }

  .about-v2__intro {
    padding-top: 52px;
    padding-bottom: 60px;
    text-align: center;
  }

  .about-v2__story {
    gap: 0;
  }

  .about-v2__section-divider {
    position: relative;
    display: grid;
    width: min(100%, 300px);
    height: 18px;
    margin: 0 auto 32px;
    place-items: center;
  }

  .about-v2__section-divider::before {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #0FC8D8 20%, #008D99 50%, #0FC8D8 80%, transparent);
  }

  .about-v2__section-divider::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #008D99;
    box-shadow: 0 0 0 5px #eaf8fa;
  }

  .about-v2__intro .about-v2__section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .about-v2__heading,
  .about-v2__section-heading {
    margin-bottom: 36px;
  }

  .about-v2__heading h1 {
    font-size: clamp(31px, 9.5vw, 40px);
  }

  .about-v2__heading > p {
    font-size: 13px;
    line-height: 1.55;
  }

  .about-v2__milestone {
    min-height: 245px;
    padding: 28px 24px;
    border-radius: 20px;
  }

  .about-v2__milestone-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    font-size: 24px;
  }

  .about-v2__milestone > strong {
    font-size: 58px;
  }

  .about-v2__milestone > span {
    margin-top: 10px;
    font-size: 14px;
  }

  .about-v2__milestone-seal {
    margin-top: 22px;
    padding-top: 14px;
    font-size: 9px;
  }

  .about-v2__section-title h2,
  .about-v2__section-heading h2 {
    font-size: clamp(26px, 7.8vw, 32px);
  }

  .about-v2__history p {
    font-size: 13px;
    line-height: 1.65;
  }

  
  .about-v2__coverage,
  .about-v2__identity,
  .about-v2__connect {
    padding-top: 28px;
    padding-bottom: 62px;
  }

  .about-v2__coverage-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-v2__coverage-card,
  .about-v2__coverage-card:last-child {
    grid-column: auto;
    width: 100%;
    min-height: 130px;
    padding: 20px 18px;
    gap: 15px;
  }

  .about-v2__coverage-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 22px;
  }

  .about-v2__coverage-card h3 {
    font-size: 17px;
  }

  .about-v2__coverage-card p {
    font-size: 11.5px;
  }

  .about-v2__identity-media {
    padding: 6px;
    border-radius: 17px;
    box-shadow: 0 16px 36px rgba(0, 60, 72, .12);
  }

  .about-v2__identity-media img,
  .about-v2__identity-media iframe {
    border-radius: 12px;
  }
}

/* ============================================================
   NOSOTROS V2.2: centro de contacto
   ============================================================ */
.about-v2__connect {
  background:
    linear-gradient(135deg, rgba(0, 141, 153, .025) 25%, transparent 25%) 0 0 / 24px 24px,
    linear-gradient(315deg, rgba(0, 141, 153, .025) 25%, transparent 25%) 0 0 / 24px 24px,
    #f7fcfe;
}

.about-v2__connect .about-v2__section-heading {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.about-v2__connect .about-v2__section-heading h2::after {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 479.98px) {
  .about-v2__banner img {
    height: 100%;
    object-position: 63% center;
  }
}

/* ============================================================
   NOSOTROS V2.1: experiencia y contacto
   ============================================================ */
.about-v2__coverage-icon--fonasa {
  overflow: hidden;
  border: 1px solid #0FC8D8;
  color: var(--about-blue);
  background: #fff;
}

.about-v2__coverage-icon--fonasa img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}

.about-v2__coverage-card:nth-child(2) .about-v2__coverage-icon,
.about-v2__coverage-card:nth-child(3) .about-v2__coverage-icon {
  border: 1px solid #0FC8D8;
  background: #fff;
  box-shadow: none;
}

.about-v2__coverage-card:nth-child(2) .about-v2__coverage-icon {
  color: #008D99;
}

.about-v2__coverage-card:nth-child(3) .about-v2__coverage-icon {
  color: #008D99;
}

.about-v2__connect {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.about-v2__connect .about-v2__section-heading {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.about-v2__connect .about-v2__section-heading h2 {
  font-size: clamp(34px, 3.6vw, 48px);
}

.about-v2__connect .about-v2__section-heading h2::after {
  width: 58px;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 991.98px) {

  .about-v2__connect .about-v2__section-heading {
    text-align: center;
  }

  .about-v2__connect .about-v2__section-heading h2::after {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  .about-v2__coverage-icon--fonasa img {
    width: 34px;
    height: 34px;
  }
}

/* ============================================================
   NOSOTROS V5: hub de contacto orientado a tareas
   ============================================================ */
.about-v2__connect.contact-v5 {
  overflow: visible;
  background: #fff;
}

.contact-v5__heading {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 520px);
  gap: 50px;
  align-items: end;
  margin-bottom: clamp(34px, 4vw, 50px);
}

.contact-v5__heading > div > span,
.contact-v5__eyebrow {
  color: #008D99;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.contact-v5__heading h2 {
  margin: 7px 0 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  font-size: clamp(40px, 4.5vw, 34px);
  font-weight: 750;
  letter-spacing: -.05em;
  line-height: 1;
}

.contact-v5__heading p {
  margin: 0;
  padding-left: 24px;
  border-left: 3px solid #008D99;
  color: #008D99;
  font-size: 14px;
  line-height: 1.7;
}

.contact-v5__hub {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  gap: 20px;
}

.contact-v5__call,
.contact-v5__social,
.contact-v5__location {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
}

.contact-v5__call {
  isolation: isolate;
  min-height: 520px;
  padding: clamp(34px, 4vw, 54px);
  color: #fff;
  background:
    radial-gradient(circle at 92% 5%, rgba(15, 200, 216, 0.10), transparent 30%),
    linear-gradient(145deg, #0FC8D8 0%, #0FC8D8 58%, #008D99 100%);
  box-shadow: 0 24px 50px rgba(0, 60, 72, .18);
}

.contact-v5__call::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -92px;
  bottom: -105px;
  width: 310px;
  height: 310px;
  border: 40px solid rgba(255, 255, 255, .045);
  border-radius: 50%;
}

.contact-v5__call-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 28px;
}

.contact-v5__call-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-size: 26px;
}

.contact-v5__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 99px;
  color: rgba(255, 255, 255, .78);
  background: rgba(0, 60, 72, .14);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.contact-v5__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0FC8D8;
  box-shadow: 0 0 0 4px rgba(15, 200, 216, .12);
}

.contact-v5__call h3 {
  max-width: 490px;
  margin: 0 0 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(27px, 3vw, 30px);
  font-weight: 600;
  letter-spacing: -.04em;
}

.contact-v5__call > p {
  max-width: 470px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.65;
}

.contact-v5__numbers,
.contact-v5__social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-v5__numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.contact-v5__numbers a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 78px;
  padding: 13px 15px 13px 18px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 15px;
  color: #003C48;
  background: rgba(255, 255, 255, .96);
  text-decoration: none;
  transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.contact-v5__numbers a > span {
  display: flex;
  flex-direction: column;
}

.contact-v5__numbers small {
  margin-bottom: 2px;
  color: #008D99;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.contact-v5__numbers strong {
  font-size: clamp(14px, 1.5vw, 15px);
  white-space: nowrap;
}

.contact-v5__numbers a > i {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0FC8D8, #008D99);
  font-size: 14px;
}

.contact-v5__numbers a:hover {
  color: #003C48;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 60, 72, .18);
  transform: translateY(-3px);
}

.contact-v5__help {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.contact-v5__secondary {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  min-width: 0;
}

.contact-v5__social {
  isolation: isolate;
  padding: 30px 30px 26px 100px;
  border: 1px solid #0FC8D8;
  background: #f8fcfd;
}

.contact-v5__social::after {
  content: "@";
  position: absolute;
  z-index: -1;
  right: -14px;
  top: -38px;
  color: rgba(0, 141, 153, .055);
  font-family: "Poppins", sans-serif;
  font-size: 190px;
  font-weight: 800;
  line-height: 1;
}

.contact-v5__mini-icon {
  position: absolute;
  left: 28px;
  top: 30px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(145deg, #0FC8D8, #008D99);
  box-shadow: 0 10px 22px rgba(0, 141, 153, .18);
  font-size: 20px;
}

.contact-v5__social h3,
.contact-v5__location h3 {
  margin: 4px 0 7px;
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  letter-spacing: -.035em;
}

.contact-v5__social h3 {
  color: #003C48;
  font-size: 24px;
}

.contact-v5__social p {
  max-width: 360px;
  margin: 0 0 17px;
  color: #008D99;
  font-size: 13px;
  line-height: 1.55;
}

.contact-v5__social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-v5__social a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #0FC8D8;
  border-radius: 99px;
  color: #003C48;
  background: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 750;
}

.contact-v5__social a i:last-child {
  color: #008D99;
  font-size: 8px;
}

.contact-v5__location {
  isolation: isolate;
  min-height: 240px;
  color: #fff;
  background: #008D99;
}

.contact-v5__location > img,
.contact-v5__location-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-v5__location > img {
  object-fit: cover;
}

.contact-v5__location-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(15, 200, 216, .96) 0%, rgba(15, 200, 216, .84) 46%, rgba(15, 200, 216, .18) 100%);
}

.contact-v5__location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  min-height: 100%;
  padding: 30px;
}

.contact-v5__location .contact-v5__eyebrow {
  color: #0FC8D8;
}

.contact-v5__location h3 {
  color: #fff;
  font-size: 20px;
}

.contact-v5__location address {
  margin: 0 0 17px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.contact-v5__location a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 750;
}

.contact-v5 a:focus-visible {
  outline: 3px solid #0FC8D8;
  outline-offset: 3px;
}

@media (max-width: 1099.98px) {
  .contact-v5__hub {
    grid-template-columns: 1fr;
  }

  .contact-v5__call {
    min-height: 0;
  }

  .contact-v5__secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
}

@media (max-width: 767.98px) {
  .about-v2__connect.contact-v5 {
    padding: 58px 0 68px;
  }

  .contact-v5__heading {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .contact-v5__heading h2 {
    font-size: 39px;
  }

  .contact-v5__heading p {
    max-width: 330px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-size: 11px;
  }

  .contact-v5__hub,
  .contact-v5__secondary {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .contact-v5__call,
  .contact-v5__social,
  .contact-v5__location {
    border-radius: 20px;
  }

  .contact-v5__call {
    padding: 24px 18px;
  }

  .contact-v5__call-top {
    margin-bottom: 20px;
  }

  .contact-v5__call-icon {
    width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .contact-v5__status {
    padding: 8px 10px;
    font-size: 7px;
  }

  .contact-v5__call h3 {
    font-size: 25px;
  }

  .contact-v5__call > p {
    font-size: 10px;
  }

  .contact-v5__numbers {
    gap: 7px;
  }

  .contact-v5__numbers a {
    min-height: 65px;
    padding: 10px 9px 10px 12px;
  }

  .contact-v5__numbers strong {
    font-size: 11px;
  }

  .contact-v5__numbers a > i {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .contact-v5__social {
    padding: 24px 18px 22px 82px;
  }

  .contact-v5__mini-icon {
    left: 18px;
    top: 24px;
    width: 48px;
    height: 48px;
  }

  .contact-v5__social h3 {
    font-size: 21px;
  }

  .contact-v5__social ul {
    margin-left: -64px;
  }

  .contact-v5__location {
    min-height: 225px;
  }

  .contact-v5__location-copy {
    width: 78%;
    padding: 24px;
  }
}

/* ============================================================
   GALERÍA NOSOTROS · RECORRIDO EN PROFUNDIDAD
   ============================================================ */
.about-gallery {
  margin-top: clamp(68px, 8vw, 104px);
  padding-top: clamp(42px, 5vw, 62px);
  border-top: 1px solid rgba(0, 141, 153, .2);
}

.about-gallery__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .68fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 34px;
}

.about-gallery__heading > div > span {
  display: block;
  margin-bottom: 9px;
  color: #008D99;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .16em;
  font-weight: 800;
  text-transform: uppercase;
}

.about-gallery__heading h2 {
  margin: 0;
  color: var(--about-navy);
  font-family: "Poppins", sans-serif;
  font-size: clamp(31px, 3.3vw, 46px);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 800;
}

.about-gallery__heading > p {
  margin: 0 0 4px;
  padding-left: 24px;
  color: #003C48;
  border-left: 2px solid var(--about-teal);
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
}

.about-gallery__carousel {
  position: relative;
  isolation: isolate;
}

.about-gallery .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.about-gallery__stage {
  position: relative;
  height: clamp(420px, 47vw, 570px);
  outline: none;
  perspective: 1400px;
  touch-action: pan-y;
  cursor: grab;
}

.about-gallery__stage:active {
  cursor: grabbing;
}

.about-gallery__stage::before {
  content: "";
  position: absolute;
  inset: 8% 8% 9%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 141, 153, .19), rgba(0, 141, 153, .08) 46%, transparent 72%);
  filter: blur(28px);
}

.about-gallery__slide {
  position: absolute;
  top: 18px;
  bottom: 52px;
  left: 50%;
  width: 72%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 30px;
  background: #dcecf2;
  box-shadow: 0 16px 38px rgba(0, 60, 72, .09);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 4%, -100px) scale(.74);
  transition:
    transform 1.15s cubic-bezier(.22, 1, .36, 1),
    opacity .9s cubic-bezier(.22, 1, .36, 1),
    box-shadow 1.05s ease;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  contain: layout paint;
  will-change: transform, opacity;
}

.about-gallery__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 200, 216, 0) 58%, rgba(15, 200, 216, .22)),
    linear-gradient(110deg, rgba(0, 141, 153, .08), transparent 42%);
  pointer-events: none;
}

.about-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.045);
  transition: transform 6.4s cubic-bezier(.2, .7, .2, 1);
  backface-visibility: hidden;
  will-change: transform;
}

.about-gallery__slide.is-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0) scale(1);
  box-shadow:
    0 34px 78px rgba(0, 60, 72, .2),
    0 0 0 7px rgba(255, 255, 255, .82);
}

.about-gallery__slide.is-active img {
  transform: scale(1.105);
}

.about-gallery__slide.is-prev,
.about-gallery__slide.is-next {
  z-index: 1;
  width: 38%;
  opacity: .66;
}

.about-gallery__slide.is-prev {
  left: 0;
  transform: translate3d(-8%, 4%, -60px) rotateY(7deg) rotateZ(-1.5deg) scale(.86);
  transform-origin: right center;
}

.about-gallery__slide.is-next {
  right: 0;
  left: auto;
  transform: translate3d(8%, 4%, -60px) rotateY(-7deg) rotateZ(1.5deg) scale(.86);
  transform-origin: left center;
}

.about-gallery__badge {
  position: absolute;
  top: 43px;
  left: calc(14% - 4px);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 14px;
  background: rgba(0, 60, 72, .72);
  box-shadow: 0 12px 28px rgba(0, 60, 72, .2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 9px;
  line-height: 1.18;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.about-gallery__badge > i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  color: #003C48;
  background: #fff;
  font-size: 15px;
}

.about-gallery__badge strong {
  font-size: 10px;
}

.about-gallery__toolbar {
  position: absolute;
  right: 50%;
  bottom: 18px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 141, 153, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 38px rgba(0, 60, 72, .16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateX(50%);
}

.about-gallery__control {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #008D99;
  background: #eef9fc;
  font-size: 18px;
  cursor: pointer;
  transition: color .24s ease, background .24s ease, transform .24s ease;
}

.about-gallery__control:hover,
.about-gallery__control:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #0FC8D8, #008D99);
  outline: none;
  transform: scale(1.07);
}

.about-gallery__progress {
  width: clamp(92px, 12vw, 156px);
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: #0FC8D8;
}

.about-gallery__progress i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0FC8D8, #008D99);
  transform: scaleX(var(--about-gallery-progress, .0909));
  transform-origin: left center;
  transition: transform .72s cubic-bezier(.22, 1, .36, 1);
}

.about-gallery__counter {
  display: flex;
  align-items: baseline;
  gap: 3px;
  min-width: 48px;
  color: #008D99;
  font-size: 10px;
  font-weight: 700;
}

.about-gallery__counter strong {
  color: var(--about-navy);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}

@media (max-width: 767.98px) {
  .about-gallery {
    margin-top: 52px;
    padding-top: 38px;
  }

  .about-gallery__heading {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 24px;
    text-align: center;
  }

  .about-gallery__heading h2 {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .about-gallery__heading > p {
    max-width: 330px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-size: 11px;
    line-height: 1.55;
  }

  .about-gallery__stage {
    height: clamp(290px, 78vw, 350px);
  }

  .about-gallery__slide {
    top: 12px;
    bottom: 58px;
    width: 86%;
    border-radius: 22px;
  }

  .about-gallery__slide.is-prev,
  .about-gallery__slide.is-next {
    width: 42%;
    opacity: .48;
  }

  .about-gallery__slide.is-prev {
    transform: translate3d(-18%, 3%, -60px) rotateY(6deg) scale(.84);
  }

  .about-gallery__slide.is-next {
    transform: translate3d(18%, 3%, -60px) rotateY(-6deg) scale(.84);
  }

  .about-gallery__badge {
    top: 28px;
    left: 10%;
    padding: 7px 10px 7px 7px;
    border-radius: 11px;
    font-size: 7px;
  }

  .about-gallery__badge > i {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    font-size: 12px;
  }

  .about-gallery__badge strong {
    font-size: 8px;
  }

  .about-gallery__toolbar {
    bottom: 20px;
    gap: 8px;
    min-height: 54px;
    padding: 6px 8px;
  }

  .about-gallery__control {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 15px;
  }

  .about-gallery__progress {
    width: clamp(58px, 18vw, 86px);
  }

  .about-gallery__counter {
    min-width: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-gallery__slide,
  .about-gallery__slide img,
  .about-gallery__progress i,
  .about-gallery__control {
    transition-duration: .01ms !important;
  }
}
