﻿:root {
  --fuente-serif: "DM Serif Display", serif;
  --fuente-monstserrat: "Montserrat", sans-serif;
  --azul-principal: #002f55;
  --azul-oscuro: #011a49;
  --azul-acento: #018abd;
  --azul-claro: #5ec5ee;
  --blanco-principal: #ffffff;
  --gris-borde: #dae5f2;
  --texto-secundario: #6b7794;

  --x1: 20%;
  --y1: 30%;

  --x2: 80%;
  --y2: 60%;

  --x3: 50%;
  --y3: 20%;
}


* {
  box-sizing: border-box;
}

.dropdown-anim {
  background-color: #eff5fa;
}



@media (min-width:992px) {
  .nav-arbipro-hover .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.98);
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
    pointer-events: none;
    margin-top: 0;
  }

  .nav-arbipro-hover:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }
}

.navbar {
  /* background: radial-gradient(circle, rgba(0, 47, 85, 0.8) 0%, rgba(1, 26, 73, 0.871) 100%); */
  background: radial-gradient(circle, rgb(2, 54, 99) 3%, rgba(1, 26, 73, 1) 72%) !important;
  min-height: 10vh;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 999;

  /* Opcional: para un efecto más profesional */
  backdrop-filter: blur(8px);
}

.nav-link {
  border-radius: 8px;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    transform 0.2s ease-in;
}

.nav-link:hover {
  border-radius: 8px;
  color: #002F55 !important;
  font-weight: 400 !important;
  background-color: white;
  transform: scale(1.1);
  /* pequeño efecto flotante */
}

body {
  margin: 0;
  font-family: var(--fuente-monstserrat);
  /* background: radial-gradient(circle at 12% 12%, #014480 0%, #212d44 52%, #001227 100%); */
  color: var(--blanco-principal);
}

.boton_contacto {
  background-color: #f2f2f246 !important;
  border: 1px solid #f2f2f210 !important;
  font-weight: 200 !important;
}

.boton_contacto:hover {
  background-color: #002F55 !important;
  border: 1px solid #ffffff !important;
}

.boton_contacto_1 {
  background-color: #f2f2f246 !important;
  border: 1px solid #f2070710 !important;
  font-weight: 200 !important;
}

.boton_contacto_1:hover {
  background-color: #002F55 !important;
  border: 1px solid #ffffff !important;
}

.contenedor_principal_nosotros {
  /* background-color: #002F55;*/
  border-radius: 50px;
  background-image:
    /* radial-gradient(circle, rgba(1, 26, 73, 0.708) 0%, rgb(1, 69, 128) 100%), */
    radial-gradient(circle, rgba(2, 54, 99, 0.84) 3%, rgba(1, 26, 73, 0.98) 78%),
    url(../assets/img/fondo_nosotros.webp);
}

.contenedor_principal_nosotros h1 {
  font-family: var(--fuente-monstserrat);
  font-size: clamp(1.05rem, 2.3vw, 3.5rem) !important;

}

.imagen-personal {
  position: absolute;
  right: 0;
  bottom: 2%;
  z-index: 2;
  width: 74%;
  /* width: clamp(980px, 34vw, 620px); */
  height: auto;
  pointer-events: none;
}

.pie-pagina_2 {
  background-image: url(../assets/img/51.png),
    /* radial-gradient(circle, rgba(3, 65, 103, 1) 0%, rgba(0, 47, 85, 1) 100%); */
    linear-gradient(90deg, rgba(0, 47, 85, 1) 0%, rgba(3, 65, 103, 0.945) 100%);
  background-repeat: no-repeat;
  background-size: 15em, contain;
  background-position: center;
  background-position: 105% 105%;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;

}

.link_pie_pagina {
  animation: transform 0.3s ease-in-out;
  font-size: 0.9rem !important;
}

.link_pie_pagina:hover {
  color: #0081BC !important;
}

.contenedor-portafolio {
  padding: 0.2em;
  background: conic-gradient(from var(--angulo), #0081BC, #FF5757, #A2C037, #DC911B, #0081BC);
  position: relative;
  z-index: 10;
  animation: girar 2s linear infinite;
  /* background-color: #018ABD; */
}

.sec_prop_valor {
  background-image: url(../assets/img/borde.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: bottom left;
}

.sec_cartas_servicios {
  background-image: url(../assets/img/backgrounds/background-servi.png);
  background-size: contain;
  animation: moverBackgroundM 50s linear infinite;
}

@keyframes moverBackgroundM {
  0% {
    background-position: center left;
  }

  100% {
    background-position: center right;
  }
}

.service-flip-card.card-estudios-gente,
.service-flip-card.card-innovacion-desarrollo,
.service-flip-card.card-estudios-tierra,
.service-flip-card.card-estudios-ciudad,
.service-flip-card.card-catastro {
  background-image: none;
  background-color: transparent;
}

.service-flip-card.card-estudios-gente {
  --service-image: url(../assets/img/vichada.webp);
  --service-accent: #018abd;
  --service-back-start: rgba(1, 138, 189, 0.94);
  --service-back-end: rgba(200, 234, 247, 0.82);
}

.service-flip-card.card-innovacion-desarrollo {
  --service-image: url(../assets/img/desarrollo.webp);
  --service-accent: #8A38F5;
  --service-back-start: rgba(132, 7, 178, 0.945);
  --service-back-end: rgba(200, 234, 247, 0.82);
}

.service-flip-card.card-estudios-tierra {
  --service-image: url(../assets/img/carta_tierra.jpeg);
  /* --service-accent: #a2c037;
  --service-back-start: rgba(42, 104, 66, 0.94);
  --service-back-end: rgba(162, 192, 55, 0.78); */
  --service-accent: #dc911b;
  --service-back-start: rgba(220, 145, 27, 0.92);
  --service-back-end: rgba(1, 68, 128, 0.76);
}

.service-flip-card.card-estudios-ciudad {
  --service-image: url(../assets/img/ciudad2.jpg);
  --service-accent: #ff5757;
  --service-back-start: rgba(255, 87, 87, 0.9);
  --service-back-end: rgba(1, 26, 73, 0.82);
}

.service-flip-card.card-catastro {
  --service-image: url(../assets/img/OK77.webp);
  --service-accent: #a2c037;
  --service-back-start: rgba(42, 104, 66, 0.94);
  --service-back-end: rgba(162, 192, 55, 0.78);

}

.service-flip-card {
  --service-image: url(../assets/img/vichada.webp);
  --service-accent: #018abd;
  --service-back-start: rgba(1, 138, 189, 0.94);
  --service-back-end: rgba(200, 234, 247, 0.82);
  min-height: 360px;
  border: none;
  border-radius: 15px;
  background: transparent;
  perspective: 1200px;
  cursor: pointer;
  outline: none;
}

.service-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform-style: preserve-3d;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-flip-card.is-flipped .service-flip-inner {
  transform: rotateY(180deg);
}

.service-card-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  backface-visibility: hidden;
  box-shadow: 0 18px 42px rgba(1, 26, 73, 0.18);
}

.service-card-front {
  background: #011a49;
  pointer-events: auto;
}

.service-card-back {
  pointer-events: none;
}

.service-flip-card.is-flipped .service-card-front {
  pointer-events: none;
}

.service-flip-card.is-flipped .service-card-back {
  pointer-events: auto;
}

.service-card-front::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(1, 26, 73, 0.02) 0%, rgba(1, 26, 73, 0.32) 46%, rgba(1, 26, 73, 0.92) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.service-card-front::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--service-image) center / cover no-repeat;
  transform: scale(1);
  transition: transform 0.55s ease;
}

.service-flip-card:hover .service-card-front::before,
.service-flip-card:focus-visible .service-card-front::before {
  opacity: 1;
}

.service-flip-card:hover .service-card-front::after,
.service-flip-card:focus-visible .service-card-front::after {
  transform: scale(1.08);
}

.service-card-back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.51rem;
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(180deg, var(--service-back-start), var(--service-back-end)),
    var(--service-image) center / cover no-repeat;
  transform: rotateY(180deg);
}

.service-card-icon {
  position: absolute;
  top: 1.4rem;
  left: 1.3rem;
  z-index: 3;
  display: grid;
  width: 65px;
  height: 65px;
  place-items: center;
  border: 5px solid var(--service-accent);
  border-radius: 50%;
  background: #ffffff;
  color: #002f55;
  box-shadow: 0 10px 24px rgba(1, 26, 73, 0.22);
}

.service-card-front .service-card-icon {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.service-flip-card:hover .service-card-front .service-card-icon,
.service-flip-card:focus-visible .service-card-front .service-card-icon {
  opacity: 1;
  transform: translateY(0);
}

.service-card-icon i {
  font-size: 1.65rem;
  line-height: 1;
}

.service-front-content {
  position: absolute;
  right: 5rem;
  bottom: 1.35rem;
  left: 1.35rem;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.service-flip-card:hover .service-front-content,
.service-flip-card:focus-visible .service-front-content {
  opacity: 1;
  transform: translateY(0);
}

.service-front-content h3,
.service-back-content h3 {
  margin-bottom: 0.65rem;
  font-family: var(--fuente-monstserrat);
  font-size: clamp(0.6rem, 1.2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.05;
}

.service-front-content p,
.service-back-content p {
  margin: 0;
  font-family: var(--fuente-monstserrat);
  line-height: 1.2;
}

.service-front-content p {
  max-width: 92%;
  font-size: 0.76rem;
}

.service-back-content {

  max-width: 90%;

}

.service-back-content p {
  font-size: clamp(0.5rem, 1vw, 1rem);
}

.service-card-action {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 4;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #011a49;
  box-shadow: 0 10px 24px rgba(1, 26, 73, 0.2);
}

.service-card-action-buttom {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 5px;
  background: #ffffff;
  color: #011a49;
  box-shadow: 0 10px 24px rgba(1, 26, 73, 0.2);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.service-card-action-buttom:hover,
.service-card-action-buttom:focus-visible {
  transform: translateY(-2px);
  background-color: #0081BC;
  color: #ffffff;
  outline: none;
}

.service-card-front .service-card-action {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.service-flip-card:hover .service-card-front .service-card-action,
.service-flip-card:focus-visible .service-card-front .service-card-action {
  opacity: 1;
  transform: translateY(0);
}

.service-card-action i {
  font-size: 1.9rem;
  line-height: 1;
}

.service-flip-card:focus-visible .service-card-action {
  box-shadow: 0 0 0 4px rgba(94, 197, 238, 0.35), 0 10px 24px rgba(1, 26, 73, 0.2);
}

.sec_impacto {
  background-image: url(../assets/img/51.png);
  background-size: 15rem;
  background-position: -5% 100%;
  background-repeat: no-repeat;
}

.project-map-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  /* padding: 3%; */
  /* padding: clamp(4rem, 7vw, 7rem) 2.5% clamp(2rem, 4vw, 4rem); */
  background: #ffffff;
  color: #011a49;
}

.project-map-section::before {
  content: "";
  position: absolute;
  top: -13rem;
  right: -9vw;
  width: min(68vw, 1120px);
  height: 23rem;
  border-bottom-left-radius: 100% 58%;
  background: #063f69;
  transform: rotate(2deg);
  pointer-events: none;
  z-index: 0;
}

.project-map-stage {
  --preview-top: 43%;
  --preview-left: 14%;
  position: relative;
  align-content: center;
  z-index: 1;
  width: min(900px, 100%);
  min-height: clamp(520px, 48vw, 760px);
  margin-inline: auto;
}

.project-map-map {
  position: relative;
  z-index: 1;
  width: 80% !important;
  margin-inline: auto;
}

.project-map-image {
  position: relative;
  z-index: 1;
  width: 90%;
  max-height: 720px;
  object-fit: contain;
  object-position: center;
}

.project-map-point {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 5;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.project-map-point::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 3px solid #0894c8;
  border-radius: 50%;
  background: #72d6ef;
  box-shadow: 0 0 0 4px rgba(8, 148, 200, 0.16);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.project-map-point::before {
  content: attr(data-place);
  position: absolute;
  right: calc(100% + 0.45rem);
  top: 50%;
  color: #A2C037;
  font-family: var(--fuente-monstserrat);
  font-size: 0.96rem;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-50%) translateX(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.project-map-point:hover::after,
.project-map-point:focus-visible::after,
.project-map-point.is-active::after {
  border-color: #A2C037;
  background: #0894c8;
  box-shadow: 0 0 0 6px rgba(0, 27, 72, 0.12), 0 10px 22px rgba(1, 26, 73, 0.22);
  transform: scale(1.42);
}

.project-map-point:hover::before,
.project-map-point:focus-visible::before,
.project-map-point.is-active::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.project-map-thumb {
  position: absolute;
  z-index: 4;
  overflow: hidden;
  margin: 0;
  border: 3px solid var(--thumb-color, #0894c8);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(1, 26, 73, 0.18);
  pointer-events: none;
  transition: left 0.28s ease, top 0.28s ease, right 0.28s ease, bottom 0.28s ease, width 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.project-map-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-map-thumb--one {
  --thumb-color: #ff5757;
  --thumb-expanded-size: clamp(112px, 9.4vw, 148px);
  top: 12%;
  right: 18%;
  width: clamp(70px, 5.9vw, 92px);
  aspect-ratio: 1;
}

.project-map-thumb--two {
  --thumb-color: #dc911b;
  --thumb-expanded-size: clamp(92px, 8vw, 125px);
  top: 21%;
  right: 25%;
  width: clamp(58px, 5vw, 78px);
  aspect-ratio: 1;
}

.project-map-thumb--three {
  --thumb-color: #018abd;
  --thumb-expanded-size: clamp(90px, 7.7vw, 122px);
  top: 27%;
  right: 18%;
  width: clamp(56px, 4.8vw, 76px);
  aspect-ratio: 1;
}

.project-map-thumb--four {
  --thumb-color: #a2c037;
  --thumb-expanded-size: clamp(92px, 8vw, 125px);
  left: 13%;
  bottom: 21%;
  width: clamp(58px, 5vw, 78px);
  aspect-ratio: 1;
}

.project-map-thumb--five {
  --thumb-color: #ff5757;
  --thumb-expanded-size: clamp(106px, 9.2vw, 140px);
  left: 8%;
  bottom: 13%;
  width: clamp(66px, 5.8vw, 88px);
  aspect-ratio: 1;
}

.project-map-thumb--six {
  --thumb-color: #018abd;
  --thumb-expanded-size: clamp(92px, 8vw, 125px);
  left: 15%;
  bottom: 8%;
  width: clamp(58px, 5vw, 78px);
  aspect-ratio: 1;
}

.project-map-thumb.is-expanded {
  left: var(--preview-left);
  top: var(--preview-top);
  right: auto;
  bottom: auto;
  z-index: 7;
  width: var(--thumb-expanded-size, clamp(82px, 7vw, 110px));
  aspect-ratio: 1;
  border-color: #002f55;
  transform: translateY(0) scale(1.3);
  box-shadow: 0 20px 42px rgba(1, 26, 73, 0.24);
}

.project-map-thumb--one.is-expanded,
.project-map-thumb--two.is-expanded,
.project-map-thumb--three.is-expanded {
  left: auto;
  right: 3%;
}

.project-map-thumb--one.is-expanded {
  top: 12%;
}

.project-map-thumb--two.is-expanded {
  top: 20%;
  right: 19%;
}

.project-map-thumb--three.is-expanded {
  top: 28%;
  right: 10%;
}

.project-map-thumb--four.is-expanded,
.project-map-thumb--five.is-expanded,
.project-map-thumb--six.is-expanded {
  left: 4%;
  right: auto;
}

.project-map-thumb--four.is-expanded {
  top: auto;
  bottom: 22%;
  left: 6%;
}

.project-map-thumb--five.is-expanded {
  top: auto;
  bottom: 12%;
  left: 15%;
}

.project-map-thumb--six.is-expanded {
  top: auto;
  bottom: 10%;
  left: 27%;
}




.project-map-help {
  position: absolute;
  left: 1rem;
  bottom: 0;
  z-index: 2;
  margin: 0;
  color: #011a49;
  font-family: var(--fuente-monstserrat);
  font-size: 0.92rem;
}

.project-map-content {
  position: relative;
  z-index: 1;
  height: 100% !important;

  /* max-width: 820px; */
  /* padding-block: clamp(2rem, 8vw, 8rem) 2rem; */
}

.project-map-content h2 {
  max-width: 680px;
  /* margin-bottom: clamp(1.2rem, 2.2vw, 1.8rem); */
  color: #011a49;
  font-family: var(--fuente-monstserrat);
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.12;
}

.project-map-content>p {
  max-width: 690px;
  /* margin-bottom: clamp(2rem, 5vw, 5rem); */
  color: #243a64;
  font-family: var(--fuente-monstserrat);
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
  line-height: 1.45;
}

.project-map-detail {
  max-width: 760px;
  padding: clamp(1.4rem, 2vw, 2rem);
  border: 5px solid rgba(8, 148, 200, 0.38);
  border-radius: 18px;
  background: #ffffff;
  color: #011a49;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.project-map-section.has-active .project-map-detail {
  border-color: rgba(162, 192, 55, 0.58);
  box-shadow: 0 18px 40px rgba(1, 26, 73, 0.1);
}

.project-map-section:not(.has-active) .project-map-detail p {
  margin-bottom: 0;
}

.project-map-section:not(.has-active) .project-map-stats {
  display: none;
}

.project-map-detail h3 {
  max-width: 640px;
  margin-bottom: 1.25rem;
  color: #011a49;
  font-family: var(--fuente-monstserrat);
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  font-weight: 800;
  line-height: 1.14;
}

.project-map-detail p {
  max-width: 660px;
  margin-bottom: 1.6rem;
  color: #243a64;
  font-family: var(--fuente-monstserrat);
  font-size: clamp(0.94rem, 1.05vw, 1.05rem);
  line-height: 1.38;
}

.project-map-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid #0894c8;
  text-align: center;
}

.project-map-stats strong {
  color: #011a49;
  font-family: var(--fuente-monstserrat);
  font-size: clamp(0.94rem, 1.2vw, 1.2rem);
  font-weight: 800;
}

@media (min-width: 992px) {
  .project-map-stage {
    height: 90vh;
    min-height: 650px;
    max-height: 880px;
  }

  .project-map-map {
    width: 94%;
  }
}

@media (max-width: 1199.98px) {
  .project-map-section::before {
    top: -10rem;
    width: 76vw;
    height: 18rem;
  }

  .titulo_propuesta_valor h1 {
    font-size: 1.8em !important;
  }

  .titulo-impacto {
    font-size: 1.9em !important;
  }

  .titulo_conte_principal{
    font-size: 1.4em !important;
  }

  .historia-year{
    font-size: 1.6em !important;
  }

  .contenedor_principal_nosotros {
    /* text-align: center; */
    padding: 2rem 1rem 4rem;
    margin: 0 0 0 0;
    width: 100% !important;
  }


  .project-map-stage {
    align-content: start;
  }

  .contenedor_principal_nosotros h1 {
    font-size: 1.6rem !important;
  }

  .contenedor_principal_nosotros p,
  small {
    font-size: 0.7rem !important;
    width: 100% !important;
  }

  .project-map-stage {
    min-height: 620px;
  }

  .project-map-map {
    width: 86%;
  }

  .project-map-content {
    padding-block: 1rem rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-map-stage {
    height: 90vh;
    min-height: 620px;
    max-height: 800px;
  }

  .project-map-map {
    width: 94%;
  }
}

@media (max-width: 991.98px) {
  .project-map-section {
    padding-inline: 1rem;
  }



  .contenidoinicial {
    align-items: center;
    justify-content: center !important;

  }

  .contenedor_principal_nosotros {
    text-align: center;
  }

  .project-map-section::before {
    top: -8rem;
    right: -24vw;
    width: 108vw;
    height: 15rem;
  }

  .project-map-stage {
    min-height: 660px;
    height: auto;
  }

  .project-map-map {
    width: 86%;
  }

  .project-map-content {
    max-width: 100%;
    padding-block: 0 1rem;
  }

  .project-map-content>p {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575.98px) {
  .project-map-stage {
    min-height: 560px;
  }

  .project-map-map {
    width: 92%;
  }

  .project-map-thumb:not(.is-expanded) {
    display: none;
  }

  .project-map-thumb.is-expanded {
    display: block;
    left: 50% !important;
    top: 54% !important;
    right: auto;
    bottom: auto;
    width: min(46vw, 160px);
    transform: translateX(-50%) translateY(0) scale(1);
  }

  .project-map-help {
    left: 0;
    right: 0;
    bottom: 0.5rem;
    text-align: center;
  }

  .project-map-stats {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

.impact-card {
  min-height: 286px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  padding: clamp(1rem, 1.8vw, 1.45rem);
  border-radius: 16px;
  background: #001b48;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(1, 26, 73, 0.16);
}

.impact-card--bars {
  min-height: 286px;
}

.impact-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.impact-card-icon {
  flex: 0 0 auto;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #0b9fd0;
  color: #ffffff;
}

.impact-card-icon i {
  font-size: 1.35rem;
  line-height: 1;
}

.impact-card-title h5 {
  margin: 0;
  color: #ffffff;
  font-family: var(--fuente-monstserrat);
  font-size: clamp(1rem, 1.35vw, 1.32rem);
  font-weight: 700;
  line-height: 1.15;
}

.impact-card-title span {
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 0.45rem;
  background: #0b9fd0;
}

.impact-value {
  margin: 0 0 0.35rem;
  color: #ffffff;
  font-family: var(--fuente-monstserrat);
  font-size: clamp(1.52rem, 2.5vw, 2.3rem);
  font-weight: 800;
  line-height: 0.95;
}

.impact-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--fuente-monstserrat);
  font-size: 0.82rem;
  line-height: 1.28;
}

.impact-chart {
  position: relative;
  width: 100%;
}

.impact-chart canvas {
  width: 100% !important;
  height: 100% !important;
}

.impact-chart--line {
  height: 168px;
}

.impact-chart--donut {
  width: min(132px, 100%);
  height: 132px;
  margin-top: 1.1rem;
}

.impact-chart--bars {
  height: 178px;
}

.impact-outline-icon {
  display: block;
  margin: 0.35rem 0 1.65rem auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(4.6rem, 7vw, 6rem);
  line-height: 0.9;
}

.impact-percent {
  max-width: 180px;
  margin-left: auto;
  color: #ffffff;
}

.impact-percent strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--fuente-monstserrat);
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 0.95;
}

.impact-percent p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--fuente-monstserrat);
  font-size: 0.9rem;
  line-height: 1.24;
}

.contenedor_certificaciones {
  border-radius: 50px;
  background-image:
    /* radial-gradient(circle, rgba(1, 26, 73, 0.708) 0%, rgb(1, 69, 128) 100%), */
    radial-gradient(circle, rgba(2, 54, 99, 0.84) 3%, rgba(1, 26, 73, 0.98) 78%),
    url(../assets/img/plusvalía.webp);
  background-position: 50% 60%;
}


@media (max-width: 991.98px) {
  .impact-card {
    min-height: auto;
  }


  .contendor-sec-principal {
    padding-top: 95px !important;
  }

  .impact-chart--line,
  .impact-chart--bars {
    height: 190px;
  }
}

@media (max-width: 575.98px) {
  .impact-outline-icon {
    margin-bottom: 1rem;
    font-size: 4rem;
  }
}

@keyframes girar {
  0% {
    --angulo: 0deg;
  }

  100% {
    --angulo: 360deg;
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}


@media (max-width: 1199.98px) {
  .about-hero-person {
    right: -4rem;
    width: clamp(520px, 55vw, 700px);
    max-height: 66vh;
  }

  .side-panel {
    position: static;
  }
}

@media (max-width: 1399.98px) and (min-width: 1200px) {
  .about-hero-person {
    right: -3.5rem;
    width: clamp(700px, 56vw, 840px);
    max-height: 68vh;
  }

  .about-hero-badge {
    width: clamp(150px, 15vw, 230px);
  }
}

@media (max-width: 767.98px) {

  .about-hero-section {
    min-height: auto;
    padding-top: 5.75rem;
  }

  .about-hero-panel {
    width: 94%;
    min-height: auto;
  }

  .about-hero-person {
    right: -22vw;
    bottom: 0;
    width: min(94vw, 560px);
    max-height: 52vh;
    opacity: 0.35;
    transform: rotateY(-9deg) rotateX(2deg) translateZ(24px);
  }

  .hero-card,
  .form-shell,
  .side-panel {
    border-radius: 20px;
  }

  .section-block {
    padding: 0.85rem;
  }

  .progress-pill {
    width: 100%;
  }

  .boton_contacto {
    display: block !important;
  }

  .boton_contacto_1 {
    display: none !important;
  }
}

@media (max-width: 977px) {

  .navbar {
    background: transparent !important;
    height: auto;
    filter: none !important;
    backdrop-filter: blur(8px);
  }

  .titulo-unete {
    font-size: 1.5rem !important;
  }

  .titulo2-unete {
    font-size: 0.7rem !important;
  }

  .img-formulario-unete {
    width: 40px !important;
  }

  .text-formulario-unete {
    font-size: 0.5rem !important;

  }

  .boton-azul {
    height: 100px !important;
  }

  .navbar-nav {
    text-align: center;
    align-self: center;
  }

  .navbar .container-fluid {
    background-color: #011A49;
    border-bottom: 0 !important;
  }

  .navbar-collapse {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar-nav {
    gap: .5rem !important;
  }

  .boton_contacto {
    display: block !important;
  }

  .boton_contacto_1 {
    display: none !important;
  }

  .cont_bienve h3 {
    font-size: 1.1em;
  }

  .cont_bienve h2 {
    font-size: 1.2em;
  }

  .cont_bienve h5 {
    font-size: 0.9em;
  }

}

@media (max-width: 992px) {
  .pie-pagina_2 {
    background-position: 115% 101% !important;
    background-size: 12em, contain;
  }

  .iso_9001,
  .norsok {
    width: 200px !important;

  }
}

/* 
===============================================================================================================================
Estilos para la línea de tiempo
=============================================================================================================================== */

.historia-scroll-section {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
  background: #ffffff;
  color: var(--azul-oscuro);
  isolation: isolate;
}

.historia-scroll-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(52vw, 760px);
  background-image: radial-gradient(rgba(1, 26, 73, 0.14) 1.15px, transparent 1.15px);
  background-size: 9px 9px;
  opacity: 0.5;
  clip-path: polygon(0 0, 78% 0, 96% 18%, 74% 36%, 94% 54%, 68% 78%, 80% 100%, 0 100%);
  z-index: -1;
}

.historia-pin {

  min-height: 110vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.historia-track {
  --step-size: clamp(300px, 52vw, 700px);
  --side-pad: max(1rem, calc(50vw - (var(--step-size) / 2)));
  position: relative;
  display: flex;
  width: max-content;
  min-height: 720px;
  padding-inline: var(--side-pad);
  will-change: transform;
}

.historia-line {
  position: absolute;
  top: 50%;
  left: calc(var(--side-pad) + (var(--step-size) / 2));
  right: calc(var(--side-pad) + (var(--step-size) / 2));
  height: 3px;
  border-radius: 999px;
  background: rgba(1, 26, 73, 0.08);
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 1;
}

.historia-line-fill {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--azul-acento), var(--azul-claro));
  transform: scaleX(0);
  transform-origin: left center;
}

.historia-step {
  position: relative;
  flex: 0 0 var(--step-size);
  min-height: 720px;
  cursor: pointer;
  outline: none;
}

.historia-year {
  position: absolute;
  left: 50%;
  margin: 0;
  color: var(--azul-oscuro);
  font-family: var(--fuente-serif);
  font-size: clamp(3rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 3;
}

.historia-step--bottom .historia-year {
  top: calc(50% - 128px);
}

.historia-step--top .historia-year {
  bottom: calc(50% - 178px);
}

.historia-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  border: 6px solid var(--azul-acento);
  border-radius: 50%;
  background: var(--azul-oscuro);
  box-shadow: 0 14px 28px rgba(1, 26, 73, 0.14);
  transform: translate(-50%, -50%);
  z-index: 4;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.historia-dot-inicial {
  position: absolute;
  padding: 3.8rem;
  top: 50%;
  left: 50%;
  width: 135px;
  height: 135px;
  border: 6px solid var(--azul-acento);
  border-radius: 50%;
  background-color: #ffffff;
  /* background: var(--azul-oscuro); */
  /* background-image: url(../assets/img/AMB.jpeg); */
  background-image:
    url(../assets/img/logo2.png);
  background-size: contain;
  box-shadow: 0 14px 28px rgba(1, 26, 73, 0.14);
  transform: translate(-50%, -50%);
  z-index: 4;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.historia-step.is-active .historia-dot {
  border-color: var(--azul-claro);
  box-shadow: 0 0 0 10px rgba(1, 138, 189, 0.14), 0 18px 34px rgba(1, 26, 73, 0.18);
  transform: translate(-50%, -50%) scale(1.06);
}

.historia-step:hover .historia-dot,
.historia-step:focus-visible .historia-dot {
  border-color: var(--azul-claro);
  box-shadow: 0 0 0 10px rgba(1, 138, 189, 0.12), 0 18px 34px rgba(1, 26, 73, 0.18);
}

.historia-card {
  position: absolute;
  left: 50%;
  width: min(490px, calc(100vw - 2rem));
  min-height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem 1rem;
  border: 1px solid rgba(1, 26, 73, 0.1);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(1, 26, 73, 0.12);
  transform: translateX(-50%);
  z-index: 2;
}

.historia-card-inicial {
  position: absolute;
  text-align: center;
  left: 50%;
  width: min(490px, calc(100vw - 2rem));
  min-height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 2rem 1.5rem 1rem; */
  /* border: 1px solid rgba(1, 26, 73, 0.1); */
  border-radius: 16px;
  background: transparent;
  font-size: 1.25rem;
  /* box-shadow: 0 12px 30px rgba(1, 26, 73, 0.12); */
  transform: translateX(-50%);
  z-index: 2;
  font-family: var(--fuente-monstserrat);
}

.historia-step--bottom .historia-card {
  top: calc(50% + 138px);
}

.historia-step--bottom .historia-card-inicial {
  top: calc(38% + 138px);
}

.historia-step--top .historia-card {
  bottom: calc(50% + 138px);
  padding: 2rem 2.3rem 3.25rem;
}

.historia-card p {
  margin: 0;
  color: var(--texto-secundario);
  font-family: var(--fuente-monstserrat);
  font-size: clamp(0.9rem, 1.45vw, 0.86rem);
  line-height: 1.36;
  text-align: center;
}

.historia-card strong {
  color: var(--azul-oscuro);
  font-weight: 800;
}

.historia-thumb {
  position: absolute;
  left: 50%;
  width: 94px;
  height: 94px;
  padding: 6px;
  border: 1px solid rgba(1, 26, 73, 0.08);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(1, 26, 73, 0.16);
  transform: translateX(-50%);
  overflow: hidden;
}

.historia-step--bottom .historia-thumb {
  top: -68px;
}

.historia-step--top .historia-thumb {
  bottom: -68px;
}

.historia-thumb img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.historia-thumb--icon {
  display: grid;
  place-items: center;
}

.historia-thumb--icon img {
  width: 95%;
  height: 95%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .historia-scroll-section::before {
    width: 100vw;
    opacity: 0.28;
  }

  .historia-track {
    --step-size: min(86vw, 390px);
    min-height: 680px;
  }

  .historia-step {
    min-height: 680px;
  }

  .historia-dot {
    width: 46px;
    height: 46px;
    border-width: 5px;
  }

  .historia-step--bottom .historia-year {
    top: calc(50% - 112px);
  }

  .historia-step--top .historia-year {
    bottom: calc(50% - 154px);
  }

  .historia-card {
    min-height: 150px;
    padding: 2.85rem 1.35rem 1.45rem;
  }

  .historia-step--top .historia-card {
    padding: 1.45rem 1.35rem 2.85rem;
  }

  .historia-thumb {
    width: 82px;
    height: 82px;
  }

  .historia-step--bottom .historia-thumb {
    top: -58px;
  }

  .historia-step--top .historia-thumb {
    bottom: -58px;
  }
}