/* @font-face {
  font-family: "Nunito";
  src: url("../css/google-fonts/Nunito/static/Nunito-Regular.ttf")
    format("woff2");
  font-weight: 400;
} */

/* @font-face {
  font-family: "Nunito";
  src: url("../css/google-fonts/Nunito/static/Nunito-Bold.ttf") format("woff2");
  font-weight: 700;
} */

/* @font-face {
  font-family: "Rubik";
  src: url("../css/google-fonts/Rubik/static/Rubik-Regular.ttf") format("woff2");
  font-weight: 400;
} */

@font-face {
  font-family: "Metropolis";
  src: url("../css/google-fonts/Metropolis/Metropolis-Light.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis-Light";
  src: url("../css/google-fonts/Metropolis/Metropolis-Light.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis-Thin";
  src: url("../css/google-fonts/Metropolis/Metropolis-Thin.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Metropolis-Thin", sans-serif;
}
.frase-destacada {
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
}
/********** Template CSS **********/
:root {
  --primary: #06a3da;
  --secondary: #34ad54;
  --light: #eef9ff;
  --dark: #091e3e;
}

/*** Spinner ***/
.spinner {
  width: 40px;
  height: 40px;
  background: var(--primary);
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
  font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
  font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
  font-weight: 600 !important;
}

/*** Button ***/
.btn {
  font-family: "Metropolis", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn-primary,
.btn-secondary {
  color: #ffffff;
  box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
  box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  font-family: "Metropolis-Thin", sans-serif;
  position: relative;
  margin-left: 25px;
  padding: 35px 0;
  color: #003c97;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  /* color: var(--primary); */
  /* color: #003c97; */
  color: #a6cc46;
  /* background-color: #ffffff80; */
  margin: 0px 10px;
}

.navbar-dark .navbar-brand h1 {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-dark {
    position: relative;
    background: #ffffff;
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    color: var(--dark);
  }

  .navbar-dark .navbar-brand h1 {
    color: var(--primary);
  }
}
.navbar-dark {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .navbar-dark {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    z-index: 999;
  }

  .sticky-top.navbar-dark {
    position: fixed;
    background: #ffffff;
  }

  .navbar-dark .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: 0.5s;
  }

  .navbar-dark .navbar-nav .nav-link:hover::before,
  .navbar-dark .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }

  .navbar-dark .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }

  .sticky-top.navbar-dark .navbar-brand h1 {
    color: var(--primary);
  }
}

/*** Carousel ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 62, 0.7);
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: var(--primary);
  border-radius: 2px;
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -75px;
}

.section-title.section-title-sm::before {
  width: 90px;
  height: 3px;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: -1px;
  background: #ffffff;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
  width: 4px;
  height: 3px;
}

.section-title.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
  0% {
    left: 0;
  }
  50% {
    left: 145px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes section-title-run-center {
  0% {
    left: 50%;
    margin-left: -75px;
  }
  50% {
    left: 50%;
    margin-left: 45px;
  }
  100% {
    left: 50%;
    margin-left: -75px;
  }
}

@-webkit-keyframes section-title-run-sm {
  0% {
    left: 0;
  }
  50% {
    left: 85px;
  }
  100% {
    left: 0;
  }
}

/*** Service ***/
.service-item {
  position: relative;
  height: 300px;
  padding: 0 30px;
  transition: 0.5s;
}

.service-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 2px;
  transform: rotate(-45deg);
}

.service-item .service-icon i {
  transform: rotate(45deg);
}

.service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}

.service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #dddddd;
  border-radius: 2px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--primary);
}

.testimonial-carousel .owl-item.center {
  position: relative;
  z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: #ffffff !important;
  box-shadow: 0 0 30px #dddddd;
}

/*** Team ***/
.team-item {
  transition: 0.5s;
}

.team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.team-social a.btn {
  position: relative;
  margin: 0 3px;
  margin-top: 100px;
  opacity: 0;
}

.team-item:hover {
  box-shadow: 0 0 30px #dddddd;
}

.team-item:hover .team-social {
  background: rgba(9, 30, 62, 0.7);
}

.team-item:hover .team-social a.btn:first-child {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.15s;
}

.team-item .team-img img {
  transition: 0.5s;
}

.team-item:hover .team-img img {
  transform: scale(1.15);
}

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
  .facts {
    position: relative;
    margin-top: -75px;
    z-index: 1;
  }
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.bg-header {
  background:
    linear-gradient(rgba(9, 30, 62, 0.7), rgba(9, 30, 62, 0.7)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}
.bg-header-contacto {
  background:
    linear-gradient(rgba(9, 30, 62, 0.7), rgba(9, 30, 62, 0.7)),
    url(../img/bg-header-contacto.webp) top center no-repeat;
  background-size: cover;
}
.bg-header-preg-frecuentes {
  background:
    linear-gradient(rgba(9, 30, 62, 0.7), rgba(9, 30, 62, 0.7)),
    url(../img/bg-header-preg-frecuentes.png) center center no-repeat;
  background-size: cover;
}

.link-animated a {
  transition: 0.5s;
}

.link-animated a:hover {
  padding-left: 10px;
}

@media (min-width: 767.98px) {
  .footer-about {
    margin-bottom: -75px;
  }
}
/* =====================================================================
AJUSTES ADICIONALES
===================================================================== */

/* **********************************************
SLIDER
********************************************** */
/* ==============================================
AJUSTE SLIDER FLECHAS
============================================== */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  /* Tenia 10% */
}

#header-carousel {
  position: relative;
  overflow: hidden;
}

#header-carousel .carousel-item img {
  width: 100%;
  height: 100vh;
  min-height: 560px;
  object-fit: cover;
}

.carousel-caption-fixed {
  position: absolute;
  top: 50%;
  left: 5%;
  /* left: 8%; */
  transform: translateY(-50%);
  z-index: 10;
  max-width: 900px;
}

.carousel-caption-fixed .col-lg-10 {
  max-width: 760px;
}

.carousel-caption-fixed h1 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1.18;
  margin-bottom: 18px !important;
}

.carousel-caption-fixed .text-slider-descripcion {
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.42;
  padding: 18px 20px;
  margin-bottom: 22px !important;
}

.carousel-caption-fixed .btn {
  font-size: 0.95rem;
  padding: 14px 26px !important;
  white-space: normal;
}

.carousel-caption-fixed .d-flex {
  gap: 12px;
  flex-wrap: wrap;
}

/* Pantallas horizontales con poca altura */
@media (max-height: 700px) and (orientation: landscape) {
  #header-carousel .carousel-item img {
    min-height: 500px;
  }

  .carousel-caption-fixed {
    top: 54%;
    max-width: 720px;
  }

  .carousel-caption-fixed .col-lg-10 {
    max-width: 680px;
    padding: 12px !important;
  }

  .carousel-caption-fixed h1 {
    font-size: 2.1rem;
    line-height: 1.12;
    margin-bottom: 10px !important;
  }

  .carousel-caption-fixed .text-slider-descripcion {
    font-size: 0.95rem;
    line-height: 1.28;
    padding: 10px 14px;
    margin-bottom: 14px !important;
  }

  .carousel-caption-fixed .btn {
    font-size: 0.82rem;
    padding: 10px 18px !important;
  }
}

/* Pantallas aún más bajas */
@media (max-height: 600px) and (orientation: landscape) {
  .carousel-caption-fixed {
    top: 56%;
    max-width: 650px;
  }

  .carousel-caption-fixed h1 {
    font-size: 2.85rem;
  }

  .carousel-caption-fixed .text-slider-descripcion {
    font-size: 0.86rem;
  }

  .carousel-caption-fixed .btn {
    font-size: 0.78rem;
    padding: 9px 14px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .carousel-caption-fixed {
    left: 5%;
    right: 5%;
    max-width: none;
  }

  .carousel-caption-fixed h1 {
    font-size: 2rem;
  }

  .carousel-caption-fixed .d-flex {
    flex-direction: column;
  }

  .carousel-caption-fixed .btn {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .carousel-caption-fixed h1 {
    font-size: 1.4rem;
  }
}

/* **********************************************
BOTONES SLIDER
********************************************** */
.btn-bg-white {
  background-color: #003c9750;
  color: #fff;
}
.btn-bg-white2 {
  background-color: #fff;
  color: #000;
}
/* Botón Principal */
.btn-slider-primary {
  background: #a6cc46;
  color: #000712;
  border: none;
  font-weight: 600;
  border-radius: 0px;
  transition: all 0.3s ease;
}

.btn-slider-primary:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Botón Secundario */
.btn-slider-secondary {
  background: #fff;
  color: #000;
  /* border: 1px solid #003c97; */
  font-weight: 600;
  border-radius: 0px;
  transition: all 0.3s ease;
}

.btn-slider-secondary:hover {
  background: #003c97;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.btn-slider-primary,
.btn-slider-secondary {
  letter-spacing: 0.5px;
  padding: 14px 32px;
}

/* **********************************************
SECCION QUE HACEMOS
********************************************** */
.section-que-hacemos {
  background: #f8f9fa;
}

.card-que-hacemos {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: left;
  transition: 0.4s ease;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.37);
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); */
  position: relative;
  overflow: hidden;
}

.card-que-hacemos:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
}

.card-que-hacemos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #a6cc46;
  transform: scaleX(0);
  transition: 0.4s ease;
}

.card-que-hacemos:hover::before {
  transform: scaleX(1);
}

.icon-box {
  width: 70px;
  height: 70px;
  background: #a6cc46;
  color: #000712;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  font-size: 28px;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.card-que-hacemos:hover .icon-box {
  background: #003c97;
  color: #fff;
}

.link-ver-mas {
  color: #003c97;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.link-ver-mas:hover {
  color: #749559;
}
/* **********************************************
QUIENES SOMOS
********************************************** */
.text-secondary {
  color: #666 !important;
  line-height: 1.8;
}

/* **********************************************
SECCION SERVICIOS
********************************************** */
.section-servicios {
  background:
    linear-gradient(rgba(0, 7, 18, 0.329), rgba(0, 7, 18, 0.85)),
    url("../img/bg-servicios.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* CONTENEDOR */
.servicio-card {
  perspective: 1000px;
  height: 100%;
  min-height: 260px;
}
/* @media (max-width: 798px) {
  .servicio-card {
    min-height: 410px;
  }
} */

/* Ajustes responsivos */
/* =========================================
SERVICIOS - RESPONSIVE MÓVIL CORREGIDO
========================================= */
@media (max-width: 798px) {
  .section-servicios .servicio-card {
    height: 390px;
    min-height: 390px;
  }

  .section-servicios .servicio-card-inner {
    height: 100%;
  }

  .section-servicios .servicio-card-front,
  .section-servicios .servicio-card-back {
    height: 100%;
    padding: 24px 22px;
    overflow: hidden;
  }

  .section-servicios .servicio-card-front h4,
  .section-servicios .servicio-card-back h4 {
    font-size: 19px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .section-servicios .servicio-card-front ul {
    padding-left: 18px;
    margin: 0;
  }

  .section-servicios .servicio-card-front ul li {
    font-size: 14.5px;
    line-height: 1.45;
    margin-bottom: 6px;
  }

  .section-servicios .servicio-card-back p {
    font-size: 14.5px;
    line-height: 1.48;
    margin-bottom: 0;
  }
}

@media (max-width: 420px) {
  .section-servicios .servicio-card {
    height: 310px;
    min-height: 310px;
  }

  .section-servicios .servicio-card-front,
  .section-servicios .servicio-card-back {
    padding: 24px 18px;
  }

  .section-servicios .servicio-card-front ul li,
  .section-servicios .servicio-card-back p {
    font-size: 14px;
    line-height: 1.42;
  }
}

/* Ajustes responsivos */

/* INNER */
.servicio-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* HOVER */
.servicio-card:hover .servicio-card-inner {
  transform: rotateY(180deg);
}

/* FRONT Y BACK */
.servicio-card-front,
.servicio-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 35px;
  border-radius: 12px;
  backface-visibility: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* FRONT */
.servicio-card-front {
  background: rgba(255, 255, 255, 0.95);
}

/* BACK */

/* .servicio-card-back {
  background:
    linear-gradient(rgba(0, 0, 0, 0.507), rgba(0, 0, 0, 0.75)),
    url("../img/servicios/estrategia.jpeg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
  color: #fff;
  border: 1px solid #a6cc46;
} */
.servicio-card-back {
  background: #000712;
  color: #fff;
  transform: rotateY(180deg);
}
.bg-estrategia {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75));
  border: 1px solid #a6cc46;
  box-shadow:
    0 0 15px rgba(255, 255, 255, 0.527),
    0 0 30px rgba(166, 204, 70, 0.15);
}

.servicio-card-back {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75));
  border: 1px solid #a6cc46;
  box-shadow:
    0 0 15px rgba(255, 255, 255, 0.527),
    0 0 30px rgba(166, 204, 70, 0.15);
}
/* .bg-localizacion {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)),
    url("../img/servicios/localizacion.jpeg");
  background-size: cover;
  background-position: top left;
  border: 1px solid #a6cc46;
}
.bg-geodata {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)),
    url("../img/servicios/geodata.jpeg");
  background-size: cover;
  background-position: top left;
  border: 1px solid #a6cc46;
}
.bg-comercial {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)),
    url("../img/servicios/ejecucacioncomercial.jpeg");
  background-size: cover;
  background-position: top left;
  border: 1px solid #a6cc46;
} */
.servicio-card-back h4 {
  color: #fff;
}

/* ICONO */
.servicio-icon {
  width: 65px;
  height: 65px;
  background: #a6cc46;
  color: #000712;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 24px;
  margin-bottom: 20px;
}

.servicio-card-back .servicio-icon {
  background: #003c97;
  color: #fff;
}

/* TEXTO */
.servicio-card-back p {
  color: #d1d5db;
}
.servicio-card:hover {
  /* transform: translateY(-10px); */
}
/* **********************************************
SECCION DESICIONES
********************************************** */
.section-decisiones {
  background: #ffffff;
}

.decisiones-card {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  transition: 0.3s ease;
}

.decisiones-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.decisiones-icon {
  width: 60px;
  height: 60px;
  background: #a6cc46;
  color: #000712;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 22px;
  margin-bottom: 15px;
}
/* **********************************************
SECCION IMPACTO
********************************************** */
.section-impacto {
  background:
    linear-gradient(rgba(0, 7, 18, 0.205), rgba(0, 7, 18, 0.85)),
    url("../img/bg-impacto.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.impacto-card {
  text-align: center;
  padding: 30px;
  color: #fff;
  transition: 0.3s ease;
  position: relative;
  border: 2px solid transparent;
  background:
    linear-gradient(#a6cc46 0 0) top left,
    linear-gradient(#a6cc46 0 0) bottom left,
    linear-gradient(#a6cc46 0 0) bottom right,
    linear-gradient(#a6cc46 0 0) top right;

  background-repeat: no-repeat;
  background-size:
    0 2px,
    2px 0,
    0 2px,
    2px 0;
  transition: background-size 0.4s linear;
}

.impacto-card:hover {
  transform: translateY(-10px);
  background-size:
    100% 2px,
    2px 100%,
    100% 2px,
    2px 100%;
  box-shadow: 0 0 20px rgba(166, 204, 70, 0.2);
}
.impacto-card h4 {
  color: #a6cc46;
}
.impacto-card i {
  font-size: 40px;
  color: #a6cc46;
  margin-bottom: 20px;
}

.impacto-card:hover {
  transform: translateY(-10px);
}

.impacto-card h4 {
  margin-bottom: 15px;
  font-weight: 600;
}
/* **********************************************
SECCION COMO TRABAJAMOS
********************************************** */
.section-proceso {
  background:
    linear-gradient(rgba(0, 7, 18, 0.397), rgba(0, 7, 18, 0.9)),
    url("../img/bg-proceso.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.proceso-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px 25px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.proceso-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.08);
  border-color: #a6cc46;
}

.proceso-card i {
  font-size: 40px;
  color: #a6cc46;
  margin-bottom: 20px;
}

.proceso-numero {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #a6cc46;
  color: #000712;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proceso-card h4 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #06a3da;
}
.proceso-wrapper .col-lg-3,
.proceso-wrapper .col-md-6 {
  display: flex;
}

.proceso-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.proceso-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
}

.proceso-card h4 {
  min-height: 48px;
}

.proceso-card p {
  flex-grow: 1;
}
/* **********************************************
SECCION EXPANSIÓN
********************************************** */
.expansion-section {
  background: #f8fafc;
  padding: 80px 0;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #1a1a1a;
}

.expansion-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
}

.expansion-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.expansion-icon {
  font-size: 32px;
  color: #0d3b66;
  margin-bottom: 20px;
}

.expansion-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.expansion-card p {
  color: #6b7280;
  margin-bottom: 25px;
}

.btn-expansion {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px;
  border: 1px solid #0d3b66;
  color: #0d3b66;
  text-decoration: none;
  transition: 0.3s;
}

.btn-expansion:hover {
  background: #0d3b66;
  color: #fff;
}
/* **********************************************
SECCION LINK TESTIMONIOS Y SOCIOS
********************************************** */
/* Testimonios Dark */

.cta-testimonios {
  background: linear-gradient(135deg, #000712 0%, #001a3a 40%, #003c97 100%);
  color: #fff;
  padding: 120px 0;
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cta-testimonios h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cta-testimonios p {
  opacity: 0.8;
  margin-bottom: 30px;
}

/* Botón Dark */

.btn-cta-dark {
  padding: 12px 30px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.btn-cta-dark:hover {
  background: #fff;
  color: #0b1c2c;
}

/* Socios Light */

.cta-socios {
  background: #f8fafc;
  padding: 120px 0;
  min-height: 50vh;
  display: flex;
  align-items: center;
}

.cta-socios h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cta-socios p {
  color: #6b7280;
  margin-bottom: 30px;
}

/* Botón Light */

.btn-cta-light {
  padding: 12px 30px;
  border-radius: 30px;
  border: 1px solid #0b1c2c;
  color: #0b1c2c;
  text-decoration: none;
  transition: 0.3s;
}

.btn-cta-light:hover {
  background: #0b1c2c;
  color: #fff;
}
/* **********************************************
MENU
********************************************** */

.logo-box {
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}

.logo-box img {
  max-height: 100px;
}
@media (max-width: 342px) {
  .logo-box img {
    max-height: 70px;
  }
}
/* **********************************************
Card Slider
********************************************** */
.bg-primary {
  background-color: #003991 !important;
}
.btn-primary {
  background-color: #003991;
  border-color: #003991;
}
.btn-primary:hover {
  background-color: #0e4392;
  border-color: #003991;
  color: #fff;
}
.service-item .service-icon {
  background: #003991;
}

/* **********************************************
Carousel logos
********************************************** */
.vendor-wrapper {
  overflow: hidden;
  position: relative;
}

.vendor-track {
  display: flex;
  width: calc(250px * 18);
  animation: scroll 40s linear infinite;
}

.vendor-track img {
  height: 60px;
  margin: 0 40px;
  opacity: 0.7;
  transition: 0.3s;
}

.vendor-track img:hover {
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* **********************************************
LOGOS CLIENTES
********************************************** */

.cliente-box {
  background: #fff;
  border-radius: 12px;
  padding: 5px;
  height: 135px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.cliente-logo {
  width: 170px;
  height: 70px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.cliente-logo img {
  max-width: 100%;
  max-height: 100%;

  width: auto;
  height: auto;

  object-fit: contain;
  object-position: center;

  filter: grayscale(100%);
  opacity: 0.75;
  transition: 0.3s;
}

.cliente-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cliente-box:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.filter-btn.active {
  background: #0d6efd;
  color: #fff;
}

/* =====================================================================
PÁGINA ESTRATEGIA - CSS AISLADO
Todos los estilos se limitan a .page-estrategia para no afectar otras páginas.
===================================================================== */

.page-estrategia {
  --intex-blue: #003991;
  --intex-blue-dark: #000b1b;
  --intex-green: #a5cb46;
  --intex-green-dark: #88ac51;
  --intex-light: #f8fafc;
  --intex-text: #444;
}

.page-estrategia .colores {
  color: #003991;
  color: #000b1b;
  color: #a5cb46;
  color: #88ac51;
}

/* ============================================
BANNER
============================================ */
.page-header-estrategia {
  margin-top: 100px;
  position: relative;
  min-height: 350px;

  background-image: url("../img/banner-estrategia.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  overflow: hidden;
}

.page-header-estrategia .header-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    135deg,
    rgba(0, 7, 18, 0.78) 0%,
    rgba(0, 60, 151, 0.58) 55%,
    rgba(0, 7, 18, 0.72) 100%
  );

  z-index: 1;
}

.page-header-estrategia .header-content {
  min-height: 350px;
  position: relative;
  z-index: 2;
}

.page-header-estrategia h1 {
  font-weight: 800;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

.page-header-estrategia p {
  max-width: 720px;
  margin: auto;
  opacity: 0.95;
  font-size: 1.2rem;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.4);
}

/* Mobiles */
/* Tablets */
@media (max-width: 991.98px) {
  .page-header-estrategia,
  .page-localizacion .page-header-localizacion,
  .page-header-comercializacion,
  .page-header-nosotros {
    margin-top: 70px !important; /* Ajusta según la altura de tu menú */
    min-height: 280px;
    background-position: center;
  }
}

/* Celulares */
@media (max-width: 767.98px) {
  .page-header-estrategia,
  .page-localizacion .page-header-localizacion,
  .page-header-comercializacion,
  .page-header-nosotros {
    margin-top: 0 !important;
    min-height: 220px;
    background-position: center;
  }
}

/* ================================
SERVICIOS / ESTRATEGIA DE EXPANSIÓN
================================ */

.page-estrategia .expansion-section {
  background: var(--intex-light);
  position: relative;
  overflow: hidden;
}

.page-estrategia .expansion-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  top: 80px;
  background: rgba(165, 203, 70, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.page-estrategia .expansion-section .container {
  position: relative;
  z-index: 1;
}

.page-estrategia .expansion-subtitle {
  color: var(--intex-blue);
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 14px;
}

.page-estrategia .expansion-intro {
  max-width: 820px;
  margin: 0 auto;
  color: #555;
  font-size: 17px;
  line-height: 1.7;
}

.page-estrategia .expansion-flip-grid {
  perspective: 1200px;
  justify-content: center;
}

.page-estrategia .flip-card {
  height: 310px;
  perspective: 1200px;
}

.page-estrategia .question-card {
  height: 285px;
}

.page-estrategia .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.75s ease;
}

.page-estrategia .flip-card:hover .flip-card-inner,
.page-estrategia .flip-card:focus-within .flip-card-inner {
  transform: rotateY(180deg);
}

.page-estrategia .flip-card-front,
.page-estrategia .flip-card-back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backface-visibility: hidden;
  border-radius: 22px;
  padding: 32px 28px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.page-estrategia .flip-card-front {
  background: #ffffff;
  border-left: 5px solid var(--intex-blue);
}

.page-estrategia .flip-card-front::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -35px;
  bottom: -35px;
  background: rgba(0, 57, 145, 0.07);
  border-radius: 50%;
}

.page-estrategia .flip-card-back {
  background: linear-gradient(135deg, var(--intex-blue) 0%, #002b70 100%);
  color: #ffffff;
  transform: rotateY(180deg);
}

.page-estrategia .flip-card-back::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -45px;
  bottom: -45px;
  background: rgba(165, 203, 70, 0.18);
  border-radius: 50%;
}

.page-estrategia .flip-icon {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  background: rgba(165, 203, 70, 0.15);
  color: var(--intex-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.page-estrategia .flip-number {
  color: rgba(0, 57, 145, 0.18);
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 12px;
}

.page-estrategia .flip-card h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--intex-blue-dark);
  margin: 0;
  position: relative;
  z-index: 1;
}

.page-estrategia .question-card h4 {
  font-size: 19px;
}

.page-estrategia .flip-card-back p {
  font-size: 15.5px;
  line-height: 1.65;
  color: #ffffff;
  margin: 0;
  position: relative;
  z-index: 1;
}

.page-estrategia .questions-block {
  border-top: 1px solid rgba(0, 57, 145, 0.12);
}

/* ============================================
BANNER COMERCIALIZACION
============================================ */
.page-header-comercializacion {
  margin-top: 100px;
  position: relative;
  min-height: 350px;

  background-image: url("../img/banner-comercializacion.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  overflow: hidden;
}

.page-header-comercializacion .header-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    135deg,
    rgba(0, 7, 18, 0.78) 0%,
    rgba(0, 60, 151, 0.58) 55%,
    rgba(0, 7, 18, 0.72) 100%
  );

  z-index: 1;
}

.page-header-comercializacion .header-content {
  min-height: 350px;
  position: relative;
  z-index: 2;
}

.page-header-comercializacion h1 {
  font-weight: 800;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

.page-header-comercializacion p {
  max-width: 1200px;
  margin: auto;
  opacity: 0.95;
  font-size: 1.2rem;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767.98px) {
  .page-header-comercializacion {
    min-height: 395px;
  }
  .page-header-comercializacion p {
    max-width: 991px;
    margin: auto;
    opacity: 0.95;
    font-size: 1rem;
    text-shadow: 0 5px 18px rgba(0, 0, 0, 0.4);
  }
  .page-header-comercializacion .display-4 {
    font-size: 1.8rem;
  }
  .page-header-comercializacion .text-descripcion {
    line-height: 1.4;
  }
}
/* ============================================
BANNER NOSOTROS
============================================ */
.page-header-nosotros {
  margin-top: 100px;
  position: relative;
  min-height: 350px;

  background-image: url("../img/banner-nosotros.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  overflow: hidden;
}

.page-header-nosotros .header-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    135deg,
    rgba(0, 7, 18, 0.78) 0%,
    rgba(0, 60, 151, 0.58) 55%,
    rgba(0, 7, 18, 0.72) 100%
  );

  z-index: 1;
}

.page-header-nosotros .header-content {
  min-height: 350px;
  position: relative;
  z-index: 2;
}

.page-header-nosotros h1 {
  font-weight: 800;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

.page-header-nosotros p {
  max-width: 1200px;
  margin: auto;
  opacity: 0.95;
  font-size: 1.2rem;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.4);
}

/* ================================
CARDS ANTERIORES DE SERVICIO
================================ */

.page-estrategia .card-servicio {
  background: #ffffff;
  border-left: 4px solid var(--intex-blue);
  padding: 30px;
  margin: 10px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 90%;
}

.page-estrategia .card-servicio:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(196, 185, 185, 0.08);
  border-left: 4px solid var(--intex-green);
  background: #ffffff;
}

.page-estrategia .card-servicio h3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 15px;
}

.page-estrategia .card-servicio h5 {
  color: var(--intex-blue);
  font-weight: 600;
}

.page-estrategia .card-servicio h6 {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #4a4a4a;
}

.page-estrategia .card-servicio ul li {
  color: var(--intex-blue-dark);
  font-size: 15px;
}

.page-estrategia .card-servicio i {
  color: var(--intex-green-dark);
}

/* ================================
VARIABLES SECTION
================================ */

.page-estrategia .variables-section {
  background: #ffffff;
}

.page-estrategia .variables-section h2 {
  font-weight: 700;
}

.page-estrategia .variables-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-estrategia .variables-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--intex-text);
}

.page-estrategia .variables-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--intex-blue);
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

.page-estrategia .variables-image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

/* ================================
VENTAJAS SECTION
================================ */

.page-estrategia .ventajas-section {
  background: var(--intex-light);
}

.page-estrategia .ventaja-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.page-estrategia .ventaja-card:hover {
  transform: translateY(-5px);
}

.page-estrategia .ventaja-icon {
  min-width: 80px;
  width: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.page-estrategia .ventaja-icon img {
  width: 70px;
  height: auto;
  display: block;
}

.page-estrategia .ventaja-content h4 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
}

.page-estrategia .ventaja-content p {
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 16px;
}

/* ================================
IDEAL SECTION
================================ */

.page-estrategia .ideal-section {
  background: #ffffff;
}

.page-estrategia .ideal-banner {
  background: linear-gradient(135deg, #003c97 0%, #003c97 100%);
  border-radius: 24px;
  padding: 60px;
  box-shadow: 0 20px 50px rgba(13, 110, 253, 0.12);
}

.page-estrategia .ideal-banner h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.3;
}

.page-estrategia .ideal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-estrategia .ideal-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.6;
  color: #ffffff;
}

.page-estrategia .ideal-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}

.page-estrategia .ideal-btn {
  padding: 18px 34px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15);
  transition: 0.3s ease;
}

.page-estrategia .ideal-btn:hover {
  transform: translateY(-3px);
}

/* ================================
CÓMO TRABAJAMOS
================================ */

.page-estrategia .trabajamos-section {
  background: var(--intex-light);
}

.page-estrategia .trabajamos-section h2 {
  font-weight: 700;
  font-size: 38px;
}

.page-estrategia .trabajamos-section h5 {
  font-size: 20px;
}

.page-estrategia .trabajo-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 28px;
  height: 100%;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  position: relative;
}

.page-estrategia .trabajo-card:hover {
  transform: translateY(-6px);
}

.page-estrategia .trabajo-icon {
  width: 90px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-estrategia .trabajo-icon img {
  width: 80px;
  height: auto;
  display: block;
}

.page-estrategia .trabajo-number {
  font-size: 42px;
  font-weight: 800;
  color: rgba(13, 110, 253, 0.12);
  line-height: 1;
  margin-bottom: 15px;
}

.page-estrategia .trabajo-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-estrategia .trabajo-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* ================================
CIERRE NUEVO DISEÑO
================================ */

.page-estrategia .cierre-section {
  background: var(--intex-light);
  padding: 90px 0;
}

.page-estrategia .cierre-box {
  background: #ffffff;
  border-radius: 28px;
  padding: 70px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

.page-estrategia .cierre-badge {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(13, 110, 253, 0.08);
  color: var(--intex-blue);
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}

.page-estrategia .cierre-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
  margin-bottom: 24px;
}

.page-estrategia .cierre-text {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.page-estrategia .cierre-divider {
  width: 80px;
  height: 4px;
  background: var(--intex-blue);
  border-radius: 10px;
  margin-bottom: 30px;
}

.page-estrategia .cierre-subtitle {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
}

.page-estrategia .cierre-subtext {
  font-size: 17px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

.page-estrategia .cta-card {
  background: linear-gradient(135deg, #003c97 0%, #003c97 100%);
  border-radius: 24px;
  padding: 45px 35px;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-estrategia .cta-card h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.page-estrategia .cta-card p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  opacity: 0.95;
}

.page-estrategia .cierre-btn {
  padding: 16px 32px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 17px;
  background: #ffffff;
  color: var(--intex-blue);
  border: none;
  transition: 0.3s ease;
}

.page-estrategia .cierre-btn:hover {
  transform: translateY(-3px);
  background: #f1f5ff;
  color: var(--intex-blue);
}

/* ================================
RESPONSIVE
================================ */

@media (max-width: 1199px) {
  .page-estrategia .flip-card {
    height: 330px;
  }

  .page-estrategia .question-card {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .page-estrategia .expansion-subtitle,
  .page-estrategia .trabajamos-section h2 {
    font-size: 30px;
  }

  .page-estrategia .ideal-banner {
    padding: 40px 30px;
  }

  .page-estrategia .ideal-banner h2 {
    font-size: 30px;
  }

  .page-estrategia .cierre-box {
    padding: 45px 30px;
  }

  .page-estrategia .cierre-title {
    font-size: 34px;
  }

  .page-estrategia .cierre-subtitle {
    font-size: 24px;
  }

  .page-estrategia .cta-card {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .page-estrategia .card-servicio h3 {
    font-size: 1.6rem;
  }

  .page-estrategia .card-servicio h6 {
    font-size: 1rem;
  }

  .page-estrategia .flip-card,
  .page-estrategia .question-card {
    height: auto;
    min-height: 300px;
  }

  .page-estrategia .flip-card-front,
  .page-estrategia .flip-card-back {
    padding: 28px 24px;
  }

  .page-estrategia .flip-card h4 {
    font-size: 20px;
  }

  .page-estrategia .question-card h4 {
    font-size: 18px;
  }

  .page-estrategia .flip-card-back p {
    font-size: 15px;
  }

  .page-estrategia .ventaja-card {
    padding: 24px;
    gap: 16px;
  }

  .page-estrategia .ventaja-icon {
    min-width: 60px;
    width: 60px;
  }

  .page-estrategia .ventaja-icon img {
    width: 50px;
  }

  .page-estrategia .ventaja-content h4 {
    font-size: 20px;
  }

  .page-estrategia .ideal-banner h2,
  .page-estrategia .trabajamos-section h2 {
    font-size: 26px;
  }

  .page-estrategia .ideal-btn {
    width: 100%;
    margin-top: 20px;
  }

  .page-estrategia .trabajo-card {
    padding: 28px 22px;
  }

  .page-estrategia .trabajo-icon {
    width: 70px;
  }

  .page-estrategia .trabajo-icon img {
    width: 60px;
  }

  .page-estrategia .trabajo-card h4 {
    font-size: 20px;
  }

  .page-estrategia .cierre-section {
    padding: 60px 0;
  }

  .page-estrategia .cierre-title {
    font-size: 28px;
  }

  .page-estrategia .cierre-subtitle {
    font-size: 22px;
  }

  .page-estrategia .cierre-text,
  .page-estrategia .cierre-subtext,
  .page-estrategia .cta-card p {
    font-size: 15px;
  }

  .page-estrategia .cierre-btn {
    width: 100%;
    text-align: center;
  }
}

@media (hover: none) {
  .page-estrategia .flip-card-inner {
    transform: none !important;
  }

  .page-estrategia .flip-card {
    height: auto;
  }

  .page-estrategia .flip-card-front,
  .page-estrategia .flip-card-back {
    position: relative;
    transform: none;
    min-height: auto;
    backface-visibility: visible;
  }

  .page-estrategia .flip-card-back {
    margin-top: -18px;
    border-radius: 0 0 22px 22px;
  }

  .page-estrategia .flip-card-front {
    border-radius: 22px 22px 0 0;
  }
}

/* SECCION PREGUNTAS */
.page-estrategia .strategy-questions {
  position: relative;
}

.page-estrategia .questions-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 18px;
  border-radius: 999px;
  background: rgba(49, 198, 239, 0.12);
  color: #31c6ef;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-estrategia .strategy-question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.page-estrategia .strategy-question-item {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  min-height: 170px;
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(45, 64, 99, 0.1);
  box-shadow: 0 18px 45px rgba(45, 64, 99, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.page-estrategia .strategy-question-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 4px;
  height: 58px;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(180deg, #31c6ef, #2d4063);
}

.page-estrategia .strategy-question-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(45, 64, 99, 0.14);
  border-color: rgba(49, 198, 239, 0.35);
}

.page-estrategia .question-number {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #003c97, #003c97);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(49, 198, 239, 0.25);
}

.page-estrategia .question-content h4 {
  margin: 0 0 12px;
  color: #2d4063;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

.page-estrategia .question-content p {
  margin: 0;
  color: #5f6f89;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .page-estrategia .strategy-question-list {
    grid-template-columns: 1fr;
  }

  .page-estrategia .strategy-question-item {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .page-estrategia .strategy-question-item {
    flex-direction: column;
    padding: 24px;
  }

  .page-estrategia .question-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }

  .page-estrategia .question-content h4 {
    font-size: 18px;
  }
}

/*=========================================
  IDEAL SECTION
==========================================*/

.page-estrategia .ideal-banner-bg {
  position: relative;

  overflow: hidden;

  border-radius: 28px;

  padding: 70px;

  background-image: url("../img/estrategia/bg-ideal.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
}
.page-estrategia .ideal-banner-bg::before {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(0, 7, 18, 0.88) 0%,
    rgba(0, 7, 18, 0.78) 35%,
    rgba(0, 7, 18, 0.58) 60%,
    rgba(0, 7, 18, 0.45) 100%
  );
}
.page-estrategia .ideal-banner-bg .row {
  position: relative;

  z-index: 2;
}
.page-estrategia .ideal-banner-bg h2 {
  font-size: 42px;

  font-weight: 700;

  line-height: 1.2;

  color: #fff;

  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.45);
}
.page-estrategia .ideal-list {
  list-style: none;

  margin: 0;

  padding: 0;
}
.page-estrategia .ideal-list li {
  position: relative;

  padding-left: 42px;

  margin-bottom: 18px;

  color: #fff;

  font-size: 18px;

  font-weight: 500;
}
.page-estrategia .ideal-list li::before {
  content: "✓";

  position: absolute;

  left: 0;

  top: 2px;

  width: 26px;

  height: 26px;

  border-radius: 50%;

  background: #a6cc46;

  color: #000712;

  font-weight: bold;

  display: flex;

  align-items: center;

  justify-content: center;
}
.page-estrategia .ideal-banner-bg .btn {
  border-radius: 50px;

  padding: 18px 42px;

  font-size: 18px;

  font-weight: 600;

  box-shadow: 0 15px 35px rgba(0, 60, 151, 0.35);
}
@media (max-width: 991px) {
  .page-estrategia .ideal-banner-bg {
    padding: 45px 35px;

    text-align: center;
  }

  .page-estrategia .ideal-banner-bg h2 {
    font-size: 34px;
  }
}

/* =====================================================================
PAGINA CONTACTO
===================================================================== */

/* **********************************************
FORMULARIO
********************************************** */
/* CONTACTO */

.contact-card {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.contact-card h2 {
  font-weight: 700;
}

.contact-card input,
.contact-card textarea {
  border-radius: 5px;
  border: 1px solid #eee !important;
  transition: 0.3s;
}

.contact-card input:focus,
.contact-card textarea:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
}

.contact-icon:hover {
  transform: translateY(-3px);
}

.contact-card .d-flex {
  align-items: center;
}

.contact-card h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-card p {
  color: #6c757d;
}

.contact-card button {
  border-radius: 5px;
}

.contact-whatsapp-box {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}

.contact-whatsapp-box:hover {
  text-decoration: none;
}

.contact-whatsapp-box .contact-icon {
  transition: 0.3s ease;
}

.contact-whatsapp-box:hover .contact-icon {
  background: #25d366;
  transform: scale(1.08);
}

.contact-whatsapp-box:hover .contact-icon i {
  color: #fff;
}

.contact-whatsapp-box h5 {
  color: #000712;
  margin-bottom: 4px;
  transition: 0.3s ease;
}

.contact-whatsapp-action {
  color: #25d366;
  font-weight: 600;
  transition: 0.3s ease;
}

.contact-whatsapp-box:hover h5 {
  color: #003c97;
}

.contact-whatsapp-box:hover .contact-whatsapp-action {
  color: #128c7e;
}

/* =====================================================================
PAGINA SOCIOS
===================================================================== */

/* SOCIOS */

.socio-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}

.socio-card:hover {
  transform: translateY(-8px);
}

.socio-img {
  height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.socio-img img {
  /* width: 80%;
  height: 90%; */
  width: 41%;
  height: 90%;
  object-fit: cover;
  transition: 0.4s;
  align-items: center;
}

.socio-card:hover .socio-img img {
  transform: scale(1.05);
}

.socio-body {
  padding: 30px;
  text-align: left;
}

.socio-body h4 {
  font-weight: 700;
  margin-bottom: 5px;
}

.socio-puesto {
  display: block;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 15px;
}

.socio-body p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
}

/* =====================================================================
PAGINA COBERTURA
===================================================================== */

/* PARTNERS */

.partner-item {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-item img {
  max-height: 80px;
  width: auto;
  transition: 0.3s;
  filter: grayscale(100%);
  opacity: 0.8;
}

.partner-item:hover {
  transform: translateY(-5px);
}

.partner-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.mapa-cobertura {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.mapa-cobertura img {
  max-width: 100%;
}

/* =====================================================================
PAGINA SOLUCIONES
===================================================================== */
.sector-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(13, 110, 253, 0.15);
  border-radius: 14px;

  padding: 25px 20px;

  font-weight: 600;
  color: #0d6efd;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);

  transition: all 0.35s ease;

  position: relative;
  overflow: hidden;
}

/* Efecto brillo futurista */
.sector-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, #003c9750, transparent);
  transition: 0.5s;
}

.sector-card:hover::before {
  left: 100%;
}

/* Hover principal */
.sector-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.15);
  border-color: rgba(13, 110, 253, 0.4);
}
/* =============================
SECCION COMO TRABAJAMOS
============================= */
.step-circle {
  width: 55px;
  height: 55px;
  margin: 0 auto;

  background: linear-gradient(135deg, #000712, #003c97);
  color: #fff;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: bold;
  font-size: 18px;

  box-shadow: 0 8px 20px rgba(0, 60, 151, 0.2);

  position: relative;
  z-index: 2;

  transition: transform 0.3s ease;
}

.step-circle:hover {
  transform: scale(1.1);
}

/* TIMELINE BASE */
.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

/* línea central */
.timeline::before {
  content: "";
  position: absolute;
  width: 2px;
  background: linear-gradient(#000712, #003c97);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
}

/* ITEM */
.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

/* activo (animación scroll) */
.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

/* izquierda */
.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

/* derecha */
.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

/* punto */
.timeline-dot {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #000712, #003c97);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: bold;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* posicion dots */
.timeline-item:nth-child(odd) .timeline-dot {
  right: -22px;
}

.timeline-item:nth-child(even) .timeline-dot {
  left: -22px;
}

/* contenido tipo card */
.timeline-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
}

/* ===================
GIF MOVIENTO
=================== */
.timeline-gif {
  max-width: 500px;
  width: 100%;

  margin-top: 30px;

  opacity: 0.9;

  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));

  transition: all 0.3s ease;
}

.timeline-gif:hover {
  transform: scale(1.03);
  opacity: 1;
}
/* ===================
VIDEO
=================== */
.video-section {
  background: linear-gradient(135deg, #000712, #003c97);
}

/* contenedor tipo “tarjeta flotante” */
.video-frame {
  display: inline-block;

  padding: 25px;

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);

  border-radius: 18px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);

  backdrop-filter: blur(8px);

  position: relative;
}

/* glow decorativo */
.video-frame::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, #003c97, transparent, #000712);
  border-radius: 18px;
  z-index: -1;
  opacity: 0.4;
}

/* video en sí */
.intex-video {
  width: 100%;
  max-width: 650px; /* 👈 aquí compensas si el video es pequeño */
  border-radius: 14px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);

  transform: scale(1.02);
  transition: all 0.3s ease;
}

.intex-video:hover {
  transform: scale(1.05);
}

/* =====================================================================
PAGINA LOCALIZACION
===================================================================== */
/* Clase personalizada para efecto hover profesional */
.card-hover {
  background: #ffffff;
  border: 1px solid rgba(0, 60, 151, 0.08);
  /* border-radius: 12px; */
  padding: 0px;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 7, 18, 0.05);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Línea superior decorativa */
.card-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #003c97, #749559, #a6cc46);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

/* Hover principal */
.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 7, 18, 0.12);
  border-color: rgba(116, 149, 89, 0.25);
}

/* Activar línea superior */
.card-hover:hover::before {
  transform: scaleX(1);
}

/* Título */
.card-hover h5 {
  transition: all 0.35s ease;
}

/* Cambio de color del título */
.card-hover:hover h5 {
  color: #003c97 !important;
}

/* Íconos */
.card-hover i {
  transition: all 0.35s ease;
}

/* Hover en íconos */
.card-hover:hover i {
  color: #749559 !important;
  transform: scale(1.08);
}
/* ====================== */
/* VENTAJAS SECTION */
/* ====================== */

.ventajas-section {
  background: #f8fafc;
}

.ventaja-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.ventaja-card:hover {
  transform: translateY(-5px);
}

.ventaja-icon {
  min-width: 80px;
  width: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.ventaja-icon img {
  width: 70px;
  height: auto;
  display: block;
}

.ventaja-content h4 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
}

.ventaja-content p {
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 16px;
}

@media (max-width: 768px) {
  .ventaja-card {
    padding: 24px;
    gap: 16px;
  }

  .ventaja-icon {
    min-width: 60px;
    width: 60px;
  }

  .ventaja-icon img {
    width: 50px;
  }

  .ventaja-content h4 {
    font-size: 20px;
  }
}

/* =====================================================================
PAGINA COMERCIALIZACION
===================================================================== */
.report-section {
  background: #f8fafc;
}

.report-card {
  background: #fff;
  border: 1px solid #e6ecf3;
  border-radius: 14px;
  padding: 40px;
  height: 100%;
}

.report-summary {
  background: #003c97;
  color: #fff;
  border-radius: 14px;
  padding: 40px;
  height: 100%;
}

.report-summary h3 {
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 26px;
}

.report-summary p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.95;
}

.badge-intx {
  display: inline-block;
  background: #a6cc46;
  color: #000712;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 18px;
}

.report-main-title {
  color: #003c97;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 30px;
}

/* SUBMÓDULOS */
.module {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef2f7;
}

.module:last-child {
  border-bottom: none;
}

.module-title {
  color: #003c97;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.module-title span {
  width: 10px;
  height: 10px;
  background: #a6cc46;
  display: inline-block;
  border-radius: 50%;
}

.module ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.module li {
  margin-bottom: 8px;
  color: #000712;
  font-size: 15px;
  line-height: 1.6;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  color: #003c97;
  font-weight: 900;
  font-size: 32px;
}

.section-header p {
  color: #749559;
  font-weight: 600;
  font-size: 16px;
}

/* ========
SECCION DOS COLUMNAS
======== */
/* =========================
   DISEÑO 2 COLUMNAS
========================= */

.premium-box {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 7, 18, 0.06);
  border: 1px solid rgba(0, 60, 151, 0.06);
  transition: all 0.35s ease;
  height: 100%;
}

.premium-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 7, 18, 0.1);
}

.premium-header {
  background: linear-gradient(135deg, #000712 0%, #003c97 100%);
  padding: 35px;
}

.premium-header h3 {
  color: #ffffff;
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

.premium-body {
  padding: 40px;
}

/* Lista izquierda */

.premium-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.premium-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #000712;
  line-height: 1.6;
}

.premium-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #a6cc46;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

/* Columna derecha */

.benefit-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(116, 149, 89, 0.15);
}

.benefit-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.benefit-item h5 {
  color: #003c97;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 18px;
}

.benefit-item p {
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

/* ===============LINEA BAJO TITULO=================== */
/*** SECTION TITLE CORREGIDO Y MÁS ESTABLE ***/

.section-bajo-title {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  z-index: 1;
}

/* Línea principal */
.section-bajo-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 5px;
  background: var(--primary);
  border-radius: 2px;
  z-index: 1;
}

/* Cuadro animado */
.section-bajo-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #ffffff;
  /* border-radius: 20px; */
  z-index: 2;
  animation: sectionLineMove 4s linear infinite;
  /* box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3); */
}

/* Centrado */
.section-bajo-title.text-center {
  display: block;
}

.section-bajo-title.text-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.section-bajo-title.text-center::after {
  left: 50%;
  margin-left: -75px;
  animation: sectionLineMoveCenter 4s linear infinite;
}

/* Tamaño pequeño */
.section-bajo-title.section-bajo-title-sm::before {
  width: 90px;
  height: 3px;
}

.section-bajo-title.section-bajo-title-sm::after {
  width: 10px;
  height: 4px;
  animation: sectionLineMoveSmall 4s linear infinite;
}

/* ANIMACIONES */

@keyframes sectionLineMove {
  0% {
    left: 0;
  }

  50% {
    left: 136px;
  }

  100% {
    left: 0;
  }
}

@keyframes sectionLineMoveCenter {
  0% {
    left: 50%;
    margin-left: -75px;
  }

  50% {
    left: 50%;
    margin-left: 61px;
  }

  100% {
    left: 50%;
    margin-left: -75px;
  }
}

@keyframes sectionLineMoveSmall {
  0% {
    left: 0;
  }

  50% {
    left: 80px;
  }

  100% {
    left: 0;
  }
}

/*==================================================
COMERCIALIZACIÓN - VENTAJAS / SOLUCIONES
==================================================*/

.ventajas-section .ventaja-icon.icon-green {
  background: #edf7d8;
  border-radius: 18px;
  width: 82px;
  height: 82px;
  min-width: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ventajas-section .ventaja-icon.icon-green img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(76%) sepia(38%) saturate(727%)
    hue-rotate(33deg) brightness(95%) contrast(92%);
}

.ventajas-section .ventaja-content .title-blue {
  color: #003c97;
  font-weight: 700;
}

.ventajas-section .ventaja-content p {
  color: #5f6775;
}

/* =====================================================================
PAGINA NOSOTROS
===================================================================== */
.bg-porque-intex {
  background-color: #749559;
}
/* ==============================
EQUIPO INTEX
============================== */

.team-section {
  background: #f8fafc;
}

.team-card {
  height: 100%;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 40px rgba(0, 7, 18, 0.08);
  border: 1px solid rgba(0, 60, 151, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0, 7, 18, 0.14);
}

/* Contenedor de fotografía */
.team-img {
  position: relative;
  width: 100%;
  height: 340px;
  padding: 18px 18px 0;
  background: linear-gradient(180deg, #edf6fb 0%, #f8fafc 100%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
}

/* Fotografía vertical completa */
.team-img img {
  width: auto;
  max-width: 72%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center top;
  border-radius: 14px 14px 0 0;
  transition: transform 0.45s ease;
}

.team-card:hover .team-img img {
  transform: scale(1.02);
}

/* Contenido */
.team-body {
  padding: 30px 32px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.team-body h4 {
  color: #003c97;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 8px;
}

.team-body span {
  display: block;
  min-height: 45px;
  color: #749559;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
}

.team-body p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .team-card {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-img {
    height: 380px;
  }

  .team-img img {
    max-width: 64%;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .team-card {
    border-radius: 14px;
  }

  .team-img {
    height: 310px;
    padding: 14px 14px 0;
  }

  .team-img img {
    max-width: 82%;
    border-radius: 10px 10px 0 0;
  }

  .team-body {
    padding: 24px;
  }

  .team-body h4 {
    font-size: 22px;
  }

  .team-body span {
    min-height: auto;
    font-size: 14px;
  }

  .team-body p {
    font-size: 14.5px;
    line-height: 1.65;
  }
} /* ==============================
EQUIPO INTEX
============================== */

.team-section {
  background: #f8fafc;
}

.team-card {
  height: 100%;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 40px rgba(0, 7, 18, 0.08);
  border: 1px solid rgba(0, 60, 151, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0, 7, 18, 0.14);
}

/* Contenedor de fotografía */
.team-img {
  position: relative;
  width: 100%;
  height: 340px;
  padding: 18px 18px 0;
  background: linear-gradient(180deg, #edf6fb 0%, #f8fafc 100%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
}

/* Fotografía vertical completa */
.team-img img {
  width: auto;
  max-width: 72%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center top;
  border-radius: 14px 14px 0 0;
  transition: transform 0.45s ease;
}

.team-card:hover .team-img img {
  transform: scale(1.02);
}

/* Contenido */
.team-body {
  padding: 30px 32px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.team-body h4 {
  color: #003c97;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 8px;
}

.team-body span {
  display: block;
  min-height: 45px;
  color: #749559;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
}

.team-body p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .team-card {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-img {
    height: 380px;
  }

  .team-img img {
    max-width: 64%;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .team-card {
    border-radius: 14px;
  }

  .team-img {
    height: 310px;
    padding: 14px 14px 0;
  }

  .team-img img {
    max-width: 82%;
    border-radius: 10px 10px 0 0;
  }

  .team-body {
    padding: 24px;
  }

  .team-body h4 {
    font-size: 22px;
  }

  .team-body span {
    min-height: auto;
    font-size: 14px;
  }

  .team-body p {
    font-size: 14.5px;
    line-height: 1.65;
  }
}
/* =====================================================================
PAGINA COBERTURA
===================================================================== */
.mapa-wrapper {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.mapa-info {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 320px;
  background: #003c97;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.mapa-img {
  width: 100%;
  height: auto;
  display: block;
}

.mapa-info h4 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.mapa-info p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

.mapa-info ul {
  padding-left: 18px;
  margin: 0;
  text-align: left;
}

.mapa-info ul li {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}

@media (max-width: 991px) {
  .mapa-info {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.map-point.active {
  opacity: 1;
}

.clientes-carrusel img {
  max-height: 60px;
  opacity: 0.6;
  transition: 0.3s;
}

.clientes-carrusel img:hover {
  opacity: 1;
}

.clientesSwiper {
  padding: 20px 0;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  width: auto;
  max-height: 60px;
}

.map-point {
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  font-size: 24px;
  color: #a6cc46;
  z-index: 2;
  pointer-events: auto;
}

.map-point.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.map-point i {
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.25));
}

/* Animación pulse */
.map-point.active i {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.mapa-wrapper.guia::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 10% 10%;
  pointer-events: none;
}
/* ===============DIFERENCIADOR=============== */
/* DIFERENCIADOR */

.diferenciador-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 15px 45px rgba(0, 7, 18, 0.06);
  border: 1px solid rgba(0, 60, 151, 0.06);
}

.diferenciador-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #eef2f7;
}

.diferenciador-item:last-child {
  border-bottom: none;
}

.diferenciador-item i {
  width: 55px;
  height: 55px;
  min-width: 55px;
  background: linear-gradient(135deg, #003c97, #749559);
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.diferenciador-item span {
  font-size: 17px;
  font-weight: 600;
  color: #000712;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .diferenciador-box {
    padding: 30px 20px;
  }

  .diferenciador-item span {
    font-size: 15px;
  }
}
/* ==================COMO AYUDAMOS================ */
/* CÓMO AYUDAMOS SEGÚN EL SECTOR */

.metodologia-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 30px;
  text-align: center;
  border: 1px solid rgba(0, 60, 151, 0.06);
  box-shadow: 0 12px 35px rgba(0, 7, 18, 0.05);
  transition: all 0.35s ease;
}

.metodologia-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 7, 18, 0.08);
}

.metodologia-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 25px;
  border-radius: 18px;
  background: linear-gradient(135deg, #003c97, #749559);
  display: flex;
  align-items: center;
  justify-content: center;
}

.metodologia-icon i {
  font-size: 28px;
  color: #ffffff;
}

.metodologia-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #000712;
  margin-bottom: 15px;
}

.metodologia-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #5f6b7a;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .metodologia-card {
    padding: 30px 20px;
  }

  .metodologia-card h4 {
    font-size: 20px;
  }
}

/* =====================================================================
PÁGINA GEODATA - CSS AISLADO
===================================================================== */

.page-geodata {
  --geo-blue: #003c97;
  --geo-dark: #000712;
  --geo-green: #a6cc46;
  --geo-green-dark: #749559;
  --geo-light: #f8fafc;
  --geo-text: #4b5563;
}

.page-geodata .geo-hero {
  margin-top: 100px;
  margin-bottom: 0;
  min-height: 250px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(0, 7, 18, 0.85), rgba(0, 60, 151, 0.78)),
    url("../img/bg-geodata-header.webp") center center / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.page-geodata .geo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(166, 204, 70, 0.18),
      transparent 32%
    ),
    radial-gradient(
      circle at 85% 70%,
      rgba(255, 255, 255, 0.08),
      transparent 35%
    );
  pointer-events: none;
}

.page-geodata .geo-hero .container {
  position: relative;
  z-index: 2;
}

.page-geodata .geo-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  font-weight: 800;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

.page-geodata .geo-intro-section {
  border-bottom: 1px solid rgba(0, 60, 151, 0.1);
}

.page-geodata .geo-intro-section-alt {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.page-geodata .geo-image-box {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 22px 55px rgba(0, 7, 18, 0.14);
}

.page-geodata .geo-image-box img {
  width: 100%;
  display: block;
  transition: 0.4s ease;
}

.page-geodata .geo-image-box:hover img {
  transform: scale(1.04);
}

.page-geodata .geo-service-heading {
  display: flex;
  align-items: center;
  gap: 22px;
}

.page-geodata .geo-service-icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  background: linear-gradient(135deg, var(--geo-blue), #001f54);
  color: var(--geo-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  border-radius: 8px;
  box-shadow: 0 18px 35px rgba(0, 60, 151, 0.25);
}

.page-geodata .geo-service-heading span {
  display: inline-block;
  color: var(--geo-green-dark);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  margin-bottom: 6px;
}

.page-geodata .geo-service-heading h2 {
  color: var(--geo-blue);
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.page-geodata .geo-intro-title {
  color: #1f2a44;
  font-weight: 700;
  line-height: 1.35;
}

.page-geodata .geo-intro-text {
  color: var(--geo-text);
  line-height: 1.8;
  font-size: 16px;
}

.page-geodata .geo-whatsapp-btn {
  background: linear-gradient(135deg, #43c554, #2fa741);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgba(47, 167, 65, 0.28);
}

.page-geodata .geo-whatsapp-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(47, 167, 65, 0.38);
}

.page-geodata .geodata-platform-section {
  background:
    linear-gradient(135deg, rgba(0, 7, 18, 0.95), rgba(0, 60, 151, 0.9)),
    url("../img/geo-data/bg-geodata-platform.webp") center center / cover
      no-repeat;
  position: relative;
  overflow: hidden;
}

.page-geodata .geodata-platform-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(166, 204, 70, 0.16),
      transparent 32%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(0, 60, 151, 0.32),
      transparent 35%
    );
  pointer-events: none;
}

.page-geodata .geodata-platform-section .container {
  position: relative;
  z-index: 2;
}

.page-geodata .geo-eyebrow {
  display: inline-block;
  color: var(--geo-green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  margin-bottom: 12px;
}

.page-geodata .geo-section-title,
.page-geodata .geo-section-title-dark {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 900;
}

.page-geodata .geo-section-title-dark {
  color: var(--geo-blue);
}

.page-geodata .geo-section-description {
  max-width: 790px;
  margin: 18px auto 0;
  opacity: 0.88;
  line-height: 1.7;
}

.page-geodata .geodata-flip-grid {
  perspective: 1200px;
}

.page-geodata .geodata-flip-card {
  height: 340px;
  perspective: 1200px;
}

.page-geodata .geodata-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.75s ease;
  transform-style: preserve-3d;
}

.page-geodata .geodata-flip-card:hover .geodata-flip-inner,
.page-geodata .geodata-flip-card:focus-within .geodata-flip-inner {
  transform: rotateY(180deg);
}

.page-geodata .geodata-flip-front,
.page-geodata .geodata-flip-back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 34px 26px;
  border-radius: 16px;
  backface-visibility: hidden;
  overflow: hidden;
}

.page-geodata .geodata-flip-front {
  background: #ffffff;
  border: 1px solid rgba(166, 204, 70, 0.28);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.page-geodata .geodata-flip-front::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: rgba(166, 204, 70, 0.1);
}

.page-geodata .geodata-flip-back {
  background: linear-gradient(135deg, #001c49, var(--geo-blue));
  color: #ffffff;
  transform: rotateY(180deg);
  border: 1px solid rgba(166, 204, 70, 0.4);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 18px 45px rgba(0, 0, 0, 0.22);
}

.page-geodata .geodata-flip-icon {
  width: 86px;
  height: 86px;
  border-radius: 18px;
  background: rgba(166, 204, 70, 0.16);
  color: var(--geo-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.page-geodata .geodata-flip-front h4 {
  color: var(--geo-blue);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0;
  position: relative;
  z-index: 2;
}

.page-geodata .geodata-flip-back p {
  margin: 0;
  color: #ffffff;
  line-height: 1.68;
  font-size: 14.5px;
}

.page-geodata .ventaja-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  display: flex;
  gap: 20px;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 7, 18, 0.06);
  transition: 0.3s ease;
}

.page-geodata .ventaja-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 7, 18, 0.1);
}

.page-geodata .ventaja-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 18px;
  background: linear-gradient(135deg, #003c97, #003c97);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-geodata .ventaja-icon span {
  font-size: 28px;
  font-weight: 900;
}

.page-geodata .ventaja-content h4 {
  color: var(--geo-blue);
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
}

.page-geodata .ventaja-content p {
  color: var(--geo-text);
  line-height: 1.7;
  margin: 0;
}

.page-geodata .geo-impact-section {
  background:
    linear-gradient(rgba(0, 7, 18, 0.78), rgba(0, 7, 18, 0.86)),
    url("../img/geo-data/informacion-que-impacta.png") center center / cover
      no-repeat;
}

.page-geodata .card-hover {
  background: #ffffff;
  border: 1px solid rgba(0, 60, 151, 0.08);
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 7, 18, 0.05);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.page-geodata .card-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--geo-blue),
    var(--geo-green-dark),
    var(--geo-green)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.page-geodata .card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 7, 18, 0.12);
  border-color: rgba(116, 149, 89, 0.25);
}

.page-geodata .card-hover:hover::before {
  transform: scaleX(1);
}

.page-geodata .card-hover h5 {
  color: var(--geo-blue) !important;
  font-weight: 800;
  transition: 0.35s ease;
}

.page-geodata .card-hover:hover h5,
.page-geodata .card-hover:hover i {
  color: var(--geo-green-dark) !important;
}

.page-geodata .benefit-card {
  background: #ffffff;
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 7, 18, 0.06);
  border: 1px solid rgba(0, 60, 151, 0.07);
}

.page-geodata .benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 42px rgba(0, 7, 18, 0.1);
}

.page-geodata .icon-check {
  width: 60px;
  height: 60px;
  background: var(--geo-green);
  color: var(--geo-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 22px;
}

.page-geodata .benefit-card h5 {
  color: var(--geo-blue);
  font-weight: 800;
}

.page-geodata .geo-audience-section {
  background: var(--geo-light);
}

.page-geodata .geo-audience-section h2 {
  color: var(--geo-blue);
  font-weight: 900;
}

.page-geodata .geo-audience-item {
  background: #ffffff;
  padding: 18px 12px;
  border-radius: 12px;
  font-weight: 800;
  color: var(--geo-dark);
  box-shadow: 0 8px 24px rgba(0, 7, 18, 0.05);
  border: 1px solid rgba(0, 60, 151, 0.06);
}

.page-geodata .geo-final-cta {
  background: linear-gradient(135deg, var(--geo-dark), var(--geo-blue));
  position: relative;
  overflow: hidden;
}

.page-geodata .geo-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(166, 204, 70, 0.22),
    transparent 38%
  );
}

.page-geodata .geo-final-cta .container {
  position: relative;
  z-index: 2;
}

.page-geodata .geo-final-cta h2 {
  font-weight: 900;
}

.page-geodata .geo-whatsapp-btn-lg {
  padding: 16px 36px;
}

@media (max-width: 991px) {
  .page-geodata .geo-hero {
    margin-top: 0;
  }

  .page-geodata .geo-service-heading {
    align-items: flex-start;
  }

  .page-geodata .geo-service-heading h2 {
    font-size: 22px;
  }

  .page-geodata .geo-section-title,
  .page-geodata .geo-section-title-dark {
    font-size: 30px;
  }

  .page-geodata .geodata-flip-card {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .page-geodata .geo-hero h1 {
    font-size: 32px;
  }

  .page-geodata .geo-service-heading {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .page-geodata .geo-intro-title,
  .page-geodata .geo-intro-text {
    text-align: center;
  }

  .page-geodata .geo-whatsapp-btn {
    width: 100%;
    text-align: center;
  }

  .page-geodata .geodata-flip-card {
    height: auto;
    min-height: 340px;
  }

  .page-geodata .ventaja-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

@media (hover: none) {
  .page-geodata .geodata-flip-inner {
    transform: none !important;
  }

  .page-geodata .geodata-flip-card {
    height: auto;
  }

  .page-geodata .geodata-flip-front,
  .page-geodata .geodata-flip-back {
    position: relative;
    transform: none;
    backface-visibility: visible;
  }

  .page-geodata .geodata-flip-front {
    border-radius: 16px 16px 0 0;
  }

  .page-geodata .geodata-flip-back {
    border-radius: 0 0 16px 16px;
  }
}

/* ================================
GEODATA - PANTALLAS DE PLATAFORMA
================================ */

.page-geodata .geodata-screens-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
}

.page-geodata .geodata-screens-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  top: 80px;
  background: rgba(0, 60, 151, 0.08);
  border-radius: 50%;
}

.page-geodata .geodata-screen-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 18px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0, 7, 18, 0.1);
  border: 1px solid rgba(0, 60, 151, 0.08);
  transition: all 0.35s ease;
}

.page-geodata .geodata-screen-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(0, 7, 18, 0.16);
}

.page-geodata .screen-badge {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 3;
  background: #a6cc46;
  color: #000712;
  font-weight: 800;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-geodata .screen-image {
  border-radius: 18px;
  overflow: hidden;
  background: #000712;
  border: 1px solid rgba(0, 60, 151, 0.1);
}

.page-geodata .screen-image img {
  width: 100%;
  display: block;
  transition: transform 0.45s ease;
}

.page-geodata .geodata-screen-card:hover .screen-image img {
  transform: scale(1.035);
}

.page-geodata .screen-content {
  padding: 28px 10px 8px;
}

.page-geodata .screen-content h3 {
  color: #003c97;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 14px;
}

.page-geodata .screen-content p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 991px) {
  .page-geodata .screen-content h3 {
    font-size: 22px;
  }
}

/* =====================================================================
PÁGINA LOCALIZACIÓN - CSS AISLADO
Todos los estilos se limitan a .page-localizacion para no afectar otras páginas.
===================================================================== */

.page-localizacion {
  --intex-blue: #003991;
  --intex-blue-dark: #000b1b;
  --intex-green: #a5cb46;
  --intex-green-dark: #88ac51;
  --intex-light: #f8fafc;
  --intex-text: #444;
}

.page-localizacion .colores {
  color: #003991;
  color: #000b1b;
  color: #a5cb46;
  color: #88ac51;
}

/* ============================================
BANNER
============================================ */
.page-header-localizacion {
  margin-top: 100px;
  position: relative;
  min-height: 350px;

  background-image: url("../img/banner-localizacion.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  overflow: hidden;
}

.page-header-localizacion .header-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    135deg,
    rgba(0, 7, 18, 0.78) 0%,
    rgba(0, 60, 151, 0.58) 30%,
    rgba(0, 7, 18, 0.72) 100%
  );

  z-index: 1;
}

.page-header-localizacion .header-content {
  min-height: 350px;
  position: relative;
  z-index: 2;
}

.page-header-localizacion h1 {
  font-weight: 800;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

.page-header-localizacion p {
  max-width: 720px;
  margin: auto;
  opacity: 0.95;
  font-size: 1.2rem;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.4);
}

/*==================================================
LOCALIZACIÓN - PROCESO
==================================================*/

.page-localizacion .ventaja-card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 28px;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eef2f5;
  transition: 0.35s;
}

.page-localizacion .ventaja-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.page-localizacion .ventaja-icon {
  width: 82px;
  height: 82px;
  min-width: 82px;
  border-radius: 18px;
  background: #edf7d8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-localizacion .ventaja-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;

  /* Convierte los iconos azules a verde */
  filter: brightness(0) saturate(100%) invert(76%) sepia(38%) saturate(727%)
    hue-rotate(33deg) brightness(95%) contrast(92%);
}

.page-localizacion .ventaja-content h4 {
  color: #003c97;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-localizacion .ventaja-content p {
  color: #5f6775;
  margin-bottom: 0;
  line-height: 1.7;
}

.footer-email,
.topbar-whatsapp {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-email:hover,
.topbar-whatsapp:hover {
  color: #a6cc46 !important;
}

#como_trabajamos {
  scroll-margin-top: 120px; /* Ajusta según la altura de tu menú */
}
#casos_exito {
  scroll-margin-top: 80px; /* Ajusta según la altura de tu menú */
}
#nuestro_equipo {
  scroll-margin-top: 80px; /* Ajusta según la altura de tu menú */
}
#ecc_servicios {
  scroll-margin-top: 250px; /* Ajusta según la altura de tu menú */
}
