@charset "UTF-8";
/* ────────────────────────────────────────────────
   FUENTES
───────────────────────────────────────────────── */
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.ttf") format("truetype");
  font-weight: 400; /* normal */
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Bold.ttf") format("truetype");
  font-weight: 700; /* bold */
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Medium.ttf") format("truetype");
  font-weight: 600; /* bold */
  font-style: medium;
}
/* Fuentes secundarias (opcional) */
@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* ────────────────────────────────────────────────
   VARIABLES GLOBALES
───────────────────────────────────────────────── */
:root {
  /* Colores */
  --azul_texto: #14143a;
  --azul_clasico: #5e96ce;
  --gris_azulado: #5b6578;
  --gris_claro: #b5b4b4;
  --gris_oscuro: #646363;
  --negro: #000000;
  --negro_html: #292f33;
  --blanco: #ffffff;
  --azul_oscuro: #14143a;
  --gris_cloud: #f1f2f4;
  /* Títulos responsivos con clamp(min, ideal, max) */
  --fs-h1: clamp(2.5rem, 6vw + 1rem, 5.625rem); /* 40–90px */
  --fs-h2: clamp(2.25rem, 5vw + 0.8rem, 4.5rem); /* 36–72px */
  --fs-h3: clamp(2rem, 4vw + 0.5rem, 3.625rem); /* 32–58px */
  --fs-h4: clamp(1.75rem, 3vw + 0.5rem, 2.875rem); /* 28–46px */
  --fs-h5: clamp(1.5rem, 2.5vw + 0.3rem, 2.313rem); /* 24–37px */
  --fs-h6: clamp(1.25rem, 2vw + 0.3rem, 1.875rem); /* 20–30px */
  --fs-p: clamp(0.938rem, 1vw + 0.5rem, 1rem); /* 15–18px */
  --fs-7: clamp(0.813rem, 0.9vw, 0.875rem); /* 13–14px */
}

/* ────────────────────────────────────────────────
   TIPOGRAFÍA GLOBAL
───────────────────────────────────────────────── */
html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--azul_texto);
}

/* Títulos */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: var(--fs-h1);
}

h2 {
  font-size: var(--fs-h2);
}

h3 {
  font-size: var(--fs-h3);
}

h4 {
  font-size: var(--fs-h4);
}

h5 {
  font-size: var(--fs-h5);
}

h6 {
  font-size: var(--fs-h6);
}

.fs-7 {
  font-size: var(--fs-7);
}

/* Párrafos y enlaces */
p,
a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: var(--fs-p);
}

a {
  text-decoration: none;
  color: inherit;
}

.text-azul_oscuro {
  color: var(--azul_oscuro);
}

.text-azul_clasico {
  color: var(--azul_clasico);
}

/* .fw-bold de Bootstrap usará automáticamente
   font-weight:700 y cargará la variante bold */
.fw-semi {
  font-weight: 600;
}

.bg-gris_cloud {
  background-color: var(--gris_cloud);
}

.bg-gris_oscuro {
  background-color: var(--gris_oscuro);
}

.bg-azul_clasico {
  background-color: var(--azul_clasico);
}

.bg-negro_body {
  background-color: var(--negro_html);
}

.py-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-20 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

/* Botón “Saber más” con subrayado rellenable  */
.btn-contacto {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 0.5rem;
  /* flecha */
  /* línea base: 100 % de ancho, tono opaco (50 %) */
  /* línea de relleno: arranca en 0 % y se anima hasta 100 % */
  /* hover → flecha se desplaza y línea se “llena” */
}
.btn-contacto i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
  color: var(--azul_clasico);
}
.btn-contacto::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.2); /* negro al 50 % */
}
.btn-contacto::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #000; /* negro 100 % */
  transition: width 0.3s ease;
}
.btn-contacto:hover i {
  transform: translateX(10px);
}
.btn-contacto:hover::after {
  width: 100%;
}

.btn-contacto_blanco {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-bottom: 0.2rem;
  width: fit-content;
  cursor: pointer;
  /* flecha */
  /* línea base: 100 % de ancho, tono opaco (50 %) */
  /* línea de relleno: arranca en 0 % y se anima hasta 100 % */
  /* hover → flecha se desplaza y línea se “llena” */
}
.btn-contacto_blanco i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
  color: var(--azul_clasico);
}
.btn-contacto_blanco::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2); /* negro al 50 % */
}
.btn-contacto_blanco::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #ffffff; /* negro 100 % */
  transition: width 0.3s ease;
}
.btn-contacto_blanco:hover i {
  transform: translateX(10px);
}
.btn-contacto_blanco:hover::after {
  width: 100%;
}

.slider_wrapper {
  overflow: hidden;
}

.slider_track {
  display: flex;
  gap: 24px;
  animation: scroll-x 20s linear infinite;
}
.slider_track:hover {
  animation-play-state: paused;
}

@keyframes scroll-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.slide_content {
  max-width: 500px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: end;
}
.slide_content img {
  width: 100%;
  border-radius: 8px;
}
.slide_content .slide_content_text {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  padding-bottom: 1rem;
  font-weight: 900;
}

:root {
  --nav-height: 114.41px;
}

#slider_logistica {
  position: relative;
  overflow: hidden;
  height: 720px;
  border-radius: 0 0 30px 30px;
}

.slide_logistica {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
}
.slide_logistica > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.overlay_header,
.overlay_header-others {
  position: absolute;
  inset: 0;
  background: rgba(1, 34, 87, 0.44);
  pointer-events: none;
  z-index: 1;
}

.overlay_header-others {
  border-bottom-right-radius: 116px;
}

.contenedor_header {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.contenedor_header .layer_normal {
  position: relative;
  color: #fff;
  opacity: 1;
  will-change: transform, opacity;
}

.nav_slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
  transition: background 0.3s;
  z-index: 15;
}
.nav_slide:hover {
  background: rgba(255, 255, 255, 0.45);
}
.nav_slide.nav_prev {
  left: 16px;
}
.nav_slide.nav_next {
  right: 16px;
}

@media (min-width: 768px) {
  .sticky-block {
    position: sticky;
    top: calc(var(--nav-height) + 1rem);
    align-self: flex-start;
  }
}
.ubicacion_card {
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ubicacion_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.ubicacion_card .card-body {
  padding: 1rem;
}
.ubicacion_card i {
  color: #0d6efd;
}
.ubicacion_card span {
  line-height: 1.2;
}

@keyframes flotar_ligero {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.flotando-ligero {
  animation: flotar_ligero 4s ease-in-out infinite;
}

.pantalla-completa {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#cabecera {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.menu-navegacion {
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

#paneles {
  overflow-x: hidden;
}

#contenedor-paneles {
  display: flex;
  /* Se ajusta al número de paneles */
  height: 100vh;
  overflow: hidden;
}

.sections-3 {
  width: 300%;
}

.sections-9 {
  width: 900%;
}

.panel {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fondo-naranja {
  background-color: #f4a261;
}

.fondo-verde {
  background-color: #2a9d8f;
}

.fondo-azul {
  background-color: #264653;
}

.panel-contenido {
  width: 80%;
}

.pantalla-completa {
  /* =========================
     MEDIA QUERY PARA MÓVILES
  ========================== */
}
.pantalla-completa .contenedor-servicio-scrollx-gsap {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.pantalla-completa .contenedor-servicio-scrollx-gsap h1 {
  font-size: 84px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
  z-index: 99;
}
.pantalla-completa .type-1 {
  padding: 4rem 0 0 4rem;
  text-align: start;
  justify-content: start;
  align-items: start;
}
.pantalla-completa .type-2 {
  padding: 0 4rem 4rem 4rem;
  text-align: end;
  justify-content: end;
  align-items: end;
}
.pantalla-completa .img-line {
  max-width: 1000px;
}
@media (max-width: 768px) {
  .pantalla-completa .contenedor-servicio-scrollx-gsap h1 {
    font-size: 44px;
  }
  .pantalla-completa .type-1 {
    padding: 1rem;
  }
  .pantalla-completa .type-2 {
    padding: 1rem;
  }
}

#hamburgerBtn {
  z-index: 98;
}

.option-burger {
  color: #fff;
  font-size: 80px;
  font-family: "Bebas";
  text-align: center;
  width: fit-content;
  margin: auto;
  display: flex;
}
.option-burger:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.3), 0 0 3px rgba(255, 255, 255, 0.3);
}

#serviciosDropBurger {
  color: #fff;
  text-align: start;
}

.radio-contact-form {
  background-color: var(--color-gray-100);
  text-align: center;
  border-radius: 30px;
  padding: 10px 5px;
  cursor: pointer;
  transition: 0.3s ease all;
  display: block; /* Asegura que el label cubra el input */
  text-align: center;
}

/* Hover */
.radio-contact-form:hover {
  background-color: #8433ff;
  color: #fff;
  transition: 0.3s ease all;
}

/* Checked (cuando el radio está seleccionado) */
.peer:checked + .radio-contact-form {
  background-color: #8433ff;
  color: #fff;
  transition: 0.3s ease all;
}

#owl {
  /* tamaño mayor en escritorio */
}
#owl .nav_wrapper {
  bottom: 2.5rem;
  display: flex;
  gap: 1rem;
  z-index: 15;
  /* --- RESETEA estilos antiguos --- */
  /* orden explícito – prev izquierda, next derecha */
}
#owl .nav_wrapper .nav_slide {
  /* anula la antigua posición absoluta */
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(213, 213, 213, 0.25);
  color: #565656;
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition: background 0.3s ease;
}
#owl .nav_wrapper .nav_slide:hover {
  background: rgba(156, 156, 156, 0.45);
}
#owl .nav_wrapper .nav_slide i {
  font-size: 1.25rem;
  line-height: 1;
}
#owl .nav_wrapper .nav_prev {
  order: 0;
}
#owl .nav_wrapper .nav_next {
  order: 1;
}
@media (min-width: 992px) {
  #owl .nav_wrapper .nav_slide {
    width: 64px;
    height: 64px;
  }
}

.lang-code {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.dropdown-item.active {
  font-weight: 600;
}

/* Encapsulado 100% dentro de #servicios */
#servicios h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
#servicios .sb-card {
  --pos-x: 100%;
  --pos-y: 100%;
  --start: circle(8rem at var(--pos-x) var(--pos-y));
  --end: circle(140% at var(--pos-x) var(--pos-y));
  transition: box-shadow 0.3s;
  position: relative;
}
#servicios .sb-card::before, #servicios .sb-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: var(--start);
  transition: clip-path 0.6s;
}
#servicios .sb-card::before {
  background: #4f46e5;
  opacity: 0.9;
}
#servicios .sb-card::after {
  background: var(--sb-img) center/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.75;
}
#servicios .sb-card:hover::before, #servicios .sb-card:hover::after {
  clip-path: var(--end);
}
#servicios .sb-card:hover .sb-text {
  color: #fff !important;
  transition: color 0.6s;
}
#servicios .sb-card[data-pos=br] {
  --pos-x: 100%;
  --pos-y: 100%;
}
#servicios .sb-card[data-pos=bl] {
  --pos-x: 0%;
  --pos-y: 100%;
}
#servicios .sb-card[data-pos=tr] {
  --pos-x: 100%;
  --pos-y: 0%;
}
#servicios .sb-card[data-pos=tl] {
  --pos-x: 0%;
  --pos-y: 0%;
}

.input-form {
  text-align: left;
  background-color: #f4f6fc;
  border: 1px solid #f4f6fc;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 17px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

#anim-titulo span,
#anim-span span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  white-space: pre;
  /* ← respeta espacios tal cual */
}

.cursor-pointer {
  cursor: pointer;
}

#support-options #btn_ventas {
  background-color: var(--azul_clasico);
  color: #fff;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  padding: 2rem;
  border-radius: 10px;
  cursor: pointer;
}
#support-options #btn_ventas i {
  font-size: 30px;
}
#support-options #btn_ventas:hover {
  opacity: 0.9;
  transition: 0.3s ease all;
}
#support-options #btn_operaciones {
  background-color: var(--azul_oscuro);
  color: #fff;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  padding: 2rem;
  border-radius: 10px;
  cursor: pointer;
}
#support-options #btn_operaciones i {
  font-size: 30px;
}
#support-options #btn_operaciones:hover {
  opacity: 0.9;
  transition: 0.3s ease all;
}

#form_soporte {
  font-size: 0.8rem;
  text-align: start;
}

/* ============================================================================
   Cookie-banner – versión sin utilidades de Bootstrap
   ========================================================================== */
#cookie-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 1rem;
  z-index: 1060;
  /* Animación de aparición */
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  /* Contenedor principal ---------------------------------------------- */
}
#cookie-banner.show {
  opacity: 1;
  transform: translateY(0);
}
#cookie-banner .cookie-banner {
  background-color: var(--negro_html);
  color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  /* Icono ------------------------------------------------------------ */
  /* Texto ------------------------------------------------------------ */
  /* Botón ------------------------------------------------------------ */
}
@media (min-width: 576px) {
  #cookie-banner .cookie-banner {
    /* ≥ sm: fila */
    flex-direction: row;
  }
}
#cookie-banner .cookie-banner__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  display: none; /* oculto en xs */
}
@media (min-width: 576px) {
  #cookie-banner .cookie-banner__icon {
    display: block;
  }
}
#cookie-banner .cookie-banner__texto {
  font-size: 0.875rem; /* equivalente a <small> */
  flex-grow: 1;
}
#cookie-banner .cookie-banner__boton {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--azul_clasico);
  border-radius: 1rem;
  background-color: transparent;
  color: var(--azul_clasico);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#cookie-banner .cookie-banner__boton:hover, #cookie-banner .cookie-banner__boton:focus {
  background-color: var(--azul_clasico);
  color: #fff;
}

/* ────────────────────────────────────────────────
   CARRUSEL OVERLAY – solo en ≥ md
───────────────────────────────────────────────── */
@media (min-width: 768px) {
  .soluciones .owl-carousel {
    position: absolute;
    inset-block-start: 0; /* top:0 */
    inset-inline-end: 0; /* right:0 */
    inset-inline-start: calc(25% + var(--bs-gutter-x));
    /* 25 % = col-md-3   |   var(--bs-gutter-x) =  g-3 separación  */
    width: auto; /* ocupa resto del ancho */
    z-index: 1; /* por encima del flujo */
  }
}
/* Ajuste visual (opcional) */
.soluciones .owl-carousel .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  background: var(--negro_html);
  border-radius: 0.5rem;
  padding: 1rem;
  height: 215px;
}
.soluciones .owl-carousel .item img {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  width: 50%;
  margin: 0 auto;
}
.soluciones .owl-carousel .item h6 {
  color: #fff;
  margin-top: 1rem;
}

/* Contenedor de la imagen */
.image-container {
  overflow: hidden;
  border-radius: 0.5rem; /* opcional, para que no se vea desbordado */
}

/* Imagen con zoom interno */
.hover_image {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

.hover_image:hover {
  transform: scale(1.1);
}

#mapa_mundial {
  width: 100%;
  height: 650px;
  background: #292f33;
}

/* ===== PIN ================================================== */
:root {
  --pin-color: #6199d0;
}

.pin-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--pin-color);
  box-shadow: 0 0 0 2px rgba(97, 153, 208, 0.35);
  transition: transform 0.2s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pin-label {
  display: none;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.9rem;
  white-space: nowrap;
  text-shadow: 0 0 3px #000;
}

.pin-wave {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid var(--pin-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: pulse 3s infinite;
}

.wave2 {
  animation-delay: 1.5s;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.leaflet-marker-icon:hover .pin-dot {
  transform: scale(1.35);
}

.leaflet-marker-icon:hover .pin-label {
  display: block;
}

/* ——— Layout base ——— */
.contenedor_mapa {
  position: relative; /* referencia para los hijos absolutos */
}

#mapa_mundial {
  width: 100%;
  height: 650px; /* o la que ya uses */
}

/* ——— Texto overlay ——— */
.texto_mapa {
  position: absolute;
  top: 0; /* pegado al borde superior  */
  left: 0; /* pegado al lado derecho    */
  width: 50%; /* ocupa la mitad de la pantalla */
  height: 100%;
  z-index: 20; /* por encima del mapa        */
  display: flex; /* centramos verticalmente   */
  align-items: center;
  padding: 2rem 3rem;
  /* estética */
  background: rgba(41, 47, 51, 0.3); /* velo sutil para legibilidad */
  backdrop-filter: blur(2px);
  color: #fff;
  /* animación suave al mover el mouse */
  transition: transform 0.12s ease-out;
}
@media (max-width: 767.98px) {
  .texto_mapa {
    width: 100%;
    align-items: end;
  }
}

/* textos internos — opcional */
.texto_mapa h2 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.texto_mapa h4 {
  font-weight: 400;
  line-height: 1.4;
}

/* Ajusta el top según la altura de tu header/navbar */
.mapa_sticky {
  position: sticky;
  top: 80px;
  height: calc(100vh - 100px);
  min-height: 480px;
}

#mapa_mundial {
  width: 100%;
  height: 100%;
}

/* botón activo de filtro (solo aquí) */
.filtro-cat {
  padding: 0.5rem 0.7rem;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.3s ease all;
}
.filtro-cat:hover {
  background-color: var(--gris_cloud);
  transition: 0.3s ease all;
}

.filtro-activo {
  color: #fff;
  background-color: var(--azul_clasico);
}

/* ===== MAPA OFICINAS ======================================= */
#mapa_oficinas,
#mapa_mundial_mob {
  width: 100%;
  height: 650px;
  background: #292f33;
}

/* ===== PIN ================================================== */
:root {
  --pin-color: #6199d0;
}

.pin-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--pin-color);
  box-shadow: 0 0 0 2px rgba(97, 153, 208, 0.35);
  transition: transform 0.2s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pin-label {
  display: none;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.9rem;
  white-space: nowrap;
  text-shadow: 0 0 3px #000;
}

.pin-wave {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid var(--pin-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: pulse 3s infinite;
}

.wave2 {
  animation-delay: 1.5s;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.leaflet-marker-icon:hover .pin-dot {
  transform: scale(1.35);
}

.leaflet-marker-icon:hover .pin-label {
  display: block;
}

/* ——— Contenedor Sticky ——— */
.mapa_sticky {
  position: sticky;
  top: 80px;
  height: calc(100vh - 100px);
  min-height: 480px;
}

#mapa_oficinas {
  width: 100%;
  height: 100%;
}

/* ——— Overlay opcional de texto (si decides usarlo) ——— */
.texto_mapa {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  background: rgba(41, 47, 51, 0.3);
  backdrop-filter: blur(2px);
  color: #fff;
  transition: transform 0.12s ease-out;
}
@media (max-width: 767.98px) {
  .texto_mapa {
    width: 100%;
    align-items: flex-end;
  }
}

.texto_mapa h2 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.texto_mapa h4 {
  font-weight: 400;
  line-height: 1.4;
}

/* =========================================================
   FX BUTTONS + ARROW CONTROLS
   (versión base + variante overlay para sliders)
   ========================================================= */
/* ==== 1. BASE ======================================== */
.fx-btn {
  --accent: #fefbe0; /* texto / borde por defecto  */
  --primary: #0e100f; /* fondo por defecto          */
  position: relative;
  display: grid;
  place-items: center;
  padding: 0.5rem 1.5rem;
  border: 2px solid var(--accent);
  border-radius: 2.5rem;
  background: var(--primary);
  overflow: hidden;
  cursor: pointer;
  transition: color 0.15s;
}

.fx-label,
.fx-btn i {
  position: relative;
  color: var(--accent);
  font-size: 16px;
  font-weight: 600;
  user-select: none;
  transition: color 0.15s;
}

/* Ripple ---------------------------------------------- */
.fx-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  padding-top: 120%; /* cuadrado → círculo */
  background: var(--accent);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.35s ease-in-out;
  pointer-events: none;
}

.fx-btn:hover .fx-circle {
  transform: translate(-50%, -50%) scale(3);
}

.fx-btn:hover .fx-label,
.fx-btn:hover i {
  color: var(--primary);
}

/* ==== 2. VARIANTES RÁPIDAS ============================ */
.fx-btn--light {
  --accent: #0e100f;
  --primary: #ffffff;
}

.fx-btn--blue {
  --accent: #ffffff;
  --primary: #5e96ce;
}

.fx-btn--dark {
  --accent: #fefbe0;
  --primary: #0e100f;
}

/* ==== 3. ARROW CONTROLS =============================== */
.arrow-nav {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.arrow-btn {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  padding: 0;
  display: grid;
  place-items: center;
}

.arrow-btn i {
  font-size: 1.1rem;
}

/* --- 3.1 Variante overlay (flotante para carruseles) -- */
.arrow-nav--overlay {
  position: absolute;
  top: 70%;
  right: 0;
  width: auto;
  transform: translateY(-30%);
  display: flex;
  justify-content: end;
  pointer-events: none;
  z-index: 2;
}

.arrow-nav--overlay .arrow-btn {
  pointer-events: auto;
} /* re-habilita clics */
#parallax_slider {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
  cursor: grab;
  /* ─── slide ─────────────────────────────────────────────────── */
}
#parallax_slider.grabbing {
  cursor: grabbing;
}
#parallax_slider .slider_wrapper {
  display: flex;
  height: 100%;
  will-change: transform;
}
#parallax_slider .slide {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  /* fondo */
  /* overlay oscuro */
  /* bloque de texto (centrado vertical) */
  /* textos con profundidad */
}
#parallax_slider .slide.incoming {
  z-index: 25;
  transform: scale(1.02);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}
#parallax_slider .slide.outgoing {
  z-index: 20;
  transform: scale(0.95);
}
#parallax_slider .slide .bg {
  position: absolute;
  inset: 0;
  width: 110%;
  height: 100%;
  left: -5%;
  object-fit: cover;
}
#parallax_slider .slide .overlay {
  position: absolute;
  inset: 0;
  background: rgba(1, 34, 87, 0.44);
  pointer-events: none;
  z-index: 1;
}
#parallax_slider .slide .slide_content {
  position: absolute;
  inset: 0;
  z-index: 2; /* encima del overlay */
}
#parallax_slider .slide .layer {
  position: relative; /* ya NO absolute; respeta el grid */
  color: #fff;
  will-change: transform, opacity;
  opacity: 0;
  transform: translateY(30px);
}

/* ─── controles ─────────────────────────────────────────────── */
/* ==== Flechas de navegación (SCSS) ==== */
/* === Flechas de navegación centradas – versión final === */
#slider_logistica {
  /* tamaño mayor en escritorio */
}
#slider_logistica .nav_wrapper {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 15;
  /* --- RESETEA estilos antiguos --- */
  /* orden explícito – prev izquierda, next derecha */
}
#slider_logistica .nav_wrapper .nav_slide {
  /* anula la antigua posición absoluta */
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition: background 0.3s ease;
}
#slider_logistica .nav_wrapper .nav_slide:hover {
  background: rgba(255, 255, 255, 0.45);
}
#slider_logistica .nav_wrapper .nav_slide i {
  font-size: 1.25rem;
  line-height: 1;
}
#slider_logistica .nav_wrapper .nav_prev {
  order: 0;
}
#slider_logistica .nav_wrapper .nav_next {
  order: 1;
}
@media (min-width: 992px) {
  #slider_logistica .nav_wrapper .nav_slide {
    width: 64px;
    height: 64px;
  }
}

/* === Ajustes exclusivos para el slide #1 === */
.slide_logistica[data-index="0"] .contenedor_header {
  display: flex;
  flex-flow: column;
  justify-content: end;
  height: 100%;
}
@media (max-width: 992px) {
  .slide_logistica[data-index="0"] .contenedor_header {
    justify-content: center;
  }
}

/* === Ajustes exclusivos para el slide #2 === */
.slide_logistica[data-index="1"] .contenedor_header {
  display: flex;
  flex-flow: column;
  justify-content: end;
  height: 100%;
}
.slide_logistica[data-index="1"] .ship_zone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
}
.slide_logistica[data-index="1"] .ship_front {
  position: relative;
  z-index: 2;
  width: 450px;
}
.slide_logistica[data-index="1"] .arrow,
.slide_logistica[data-index="1"] .ship_front {
  opacity: 0;
  transform: translateY(20px);
}
.slide_logistica[data-index="1"] .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.slide_logistica[data-index="1"] .arrow_back {
  z-index: 1;
  top: -12%;
  opacity: 0.8;
  width: 50%;
}
.slide_logistica[data-index="1"] .arrow_front {
  z-index: 3;
  bottom: 0;
  opacity: 0.4;
  width: 65%;
}
@media (max-width: 767.98px) {
  .slide_logistica[data-index="1"] .ship_zone {
    width: 100%;
  }
  .slide_logistica[data-index="1"] .ship_front {
    width: 80%;
  }
  .slide_logistica[data-index="1"] .arrow_back {
    top: -5%;
  }
  .slide_logistica[data-index="1"] .arrow_front {
    bottom: 20%;
    width: 80%;
  }
}

/* ────────────────────────────────────────────────
   VISIBILIDAD RESPONSIVA – Clases utilitarias
───────────────────────────────────────────────── */
/* Ocultar en mobile (hasta 575px) */
@media (max-width: 575.98px) {
  .nv-m {
    display: none !important;
  }
}

/* Ocultar en tablet (576px a 991px) */
@media (min-width: 576px) and (max-width: 991.98px) {
  .nv-t {
    display: none !important;
  }
}

/* Ocultar en laptop (992px a 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nv-lap {
    display: none !important;
  }
}

/* Ocultar en desktop (1200px en adelante) */
@media (min-width: 1200px) {
  .nv-desk {
    display: none !important;
  }
}

/* Ocultar en mobile + tablet (hasta 991px) */
@media (max-width: 991.98px) {
  .nv-mt {
    display: none !important;
  }
}

/* Ocultar en tablet + laptop (576px a 1199px) */
@media (min-width: 576px) and (max-width: 1199.98px) {
  .nv-tlap {
    display: none !important;
  }
}

/* Ocultar en todo excepto mobile */
@media (min-width: 576px) {
  .nv-notm {
    display: none !important;
  }
}

.card_valores > div:nth-child(odd) .card_valores_item {
  background-color: var(--negro_html);
}
.card_valores > div:nth-child(even) .card_valores_item {
  background-color: var(--azul_clasico);
}
.card_valores .card_valores_item {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  padding: 1rem;
  height: 100%;
}

/* ── Tabla limpia (sin bordes/hover) ─────────────────────────────── */
#jobs_table th,
#jobs_table td {
  border: none !important;
}
#jobs_table tbody tr:hover {
  background: transparent !important;
}

/* ── Paginación ligera ───────────────────────────────────────────── */
#jobs_table_paginate .page-link {
  padding: 0.25rem 0.6rem;
  border: 0;
  color: #6c757d;
  background: transparent;
}
#jobs_table_paginate .page-link:hover, #jobs_table_paginate .page-link:focus {
  background: #f8f9fa;
  color: #000;
}
#jobs_table_paginate .page-item.active .page-link {
  background: var(--bs-primary);
  color: #fff;
  font-weight: 600;
}
#jobs_table_paginate .page-item.disabled .page-link {
  opacity: 0.4;
  cursor: not-allowed;
}/*# sourceMappingURL=base.css.map */