body {
  font-family: 'Rubik', sans-serif;
  background-color: white;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  padding-top: 50px;
}

/* ----------------------------------------------SECCIÓN BARRA DE NAVEGACIÓN */
.nav-link {
  font-weight: 500;
  color: #003366;
  transition: transform 0.3s ease, color 0.3s ease;
}

.nav-link.active {
  border-bottom: 2px solid #003366;
}

.nav-link:hover {
  transform: translateY(-2px);
  color: #0635c9 !important; /* azul más vivo al pasar el mouse */
}

.navbar-brand img {
  max-height: 50px;
}

.navbar .nav-link {
  color: #0A2578 !important;
  font-weight: 500;
}

.navbar .nav-link:hover,

.navbar .nav-link.active {
  color: #0A2578 !important; /* opcionalmente un azul más vivo al pasar el mouse */
}

.navbar {
  border-bottom: 1px solid #e0e0e0; /* gris claro */
}

.navbar .bi {
  transition: transform 0.3s ease, color 0.3s ease;
}

.navbar .bi:hover {
  transform: scale(1.2);
  color: #0A2578 !important;
}



/* ----------------------------------------------SECCIÓN DE QUIENES SOMOS */

.quienes-somos {
  padding-top: 6rem;
  padding-bottom: 2rem;
  margin-top: 120px; /* o 120px según la altura de tu navbar */
}

.quienes-somos .img-container {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}

.quienes-somos h2 {
  font-weight: 900;
  margin-bottom: 1rem;
}

.quienes-somos p {
  font-size: 1.50rem;
  line-height: 1.7;
}

/* ----------------------------------------------SECCIÓN DE ÍTEMS */

.icon-banner {
  background-color: #f8f9fa;
}

.icon-box {
  cursor: pointer;
  transition: transform 0.3s;
}

.icon-box:hover {
  transform: translateY(-10px);
}

.icon-circle {
  background-color: #d9d9d9;
  border: 2px solid #0A2578;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #0A2578;
  transition: background-color 0.3s, transform 0.3s;
}

.icon-box:hover .icon-circle {
  background-color: #0A2578;
  color: #fff;
  transform: scale(1.1);
}

.tooltip-box {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  width: 200px;
  z-index: 10;
}

.icon-box:hover .tooltip-box {
  opacity: 1;
}


/* ----------------------------------------------SECCIÓN BANNER AZUL CAMIONES */


.servicios-banner {
  background: linear-gradient(to right, #081C52, #0A2578);
}

.servicio-item {
  width: 120px;
  transition: transform 0.3s ease;
}

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

.servicio-icon {
  width: 60px;
  height: auto;
  filter: brightness(0) invert(1); /* blanco sobre fondo oscuro */
}

.camion-img {
  max-height: 280px;
  object-fit: contain;
}
.servicio-icon-wrap {
  width: 80px;
  height: 80px;
  background-color: #ffffff22;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 2.2rem;
  color: white;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.servicio-item:hover .servicio-icon-wrap {
  transform: scale(1.1);
  background-color: #ffffff44;
}

/* ----------------------------------------------BLOG */

.blog-card {
  height: 280px;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(83, 128, 241, 0.15);
}

.blog-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 25px rgba(7, 35, 159, 0.555);
}

.blog-content {
  background: #0A2578;
  width: 100%;
  padding: 1.2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  text-align: center;
}

.blog-content h5 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.blog-content .btn {
  font-size: 0.85rem;
  padding: 0.4rem 1rem;
}


/* ----------------------------------------------BANNER CIFRAS */


/* Ajustes generales */
.indicadores-banner {
  background: linear-gradient(to right, #0A2578, #003366);
  border-radius: 1rem;
  width: 100%;
}

.indicador-item {
  padding: 0.5rem;
  color: white;
}

.icono-indicador {
  font-size: 2.2rem;
  margin-bottom: 0.3rem;
}

.contador {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

.indicador-item p {
  font-size: 1rem;
  margin: 0;
}

/* ✅ Adaptar todo en móviles */
@media (max-width: 768px) {
  .icono-indicador {
    font-size: 1.6rem;
  }

  .contador {
    font-size: 1.3rem;
  }

  .indicador-item p {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .icono-indicador {
    font-size: 1.3rem;
  }

  .contador {
    font-size: 1.1rem;
  }

  .indicador-item p {
    font-size: 0.75rem;
  }
}

/* ----------------------------------------------CERTIFICACIONES */

.certificaciones-section h2 {
  font-size: 1.8rem;
}

.cert-card {
  background-color: #ffffff;
  border: 2px solid #0A2578;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.cert-icon {
  font-size: 1.8rem;
  color: #0A2578;
  margin-bottom: 1rem;
}

.cert-logo {
  max-height: 50px;
  margin-bottom: 1rem;
}

.cert-card p {
  font-size: 0.95rem;
  color: #333;
  margin: 0;
}

/* ---------------------------------------------- SECCIÓN TESTIMONIOS */

.testimonios-section {
  background-color: #f8f9fa;
  border-radius: 1rem;
  padding: 2rem 0;
}

.testimonial {
  max-width: 700px;
  margin: 0 auto;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.testimonial p {
  font-size: 1rem;
  color: #333;
}

.testimonial h6 {
  color: #0A2578;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #0A2578;
  border-radius: 50%;
  padding: 10px;
}




/* ---------------------------------------------- SECCIÓN FOOTER */


.footer-full {
  width: 100vw;
  background-color: #0A2578;
  margin-left: calc(-1 * (100vw - 100%) / 2); /* fuerza a alinear al borde */
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  color: #ffcc00;
}

.social-icons a {
  color: #ffffff;
  font-size: 1.3rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  color: #ffcc00;
  transform: scale(1.2);
}

.footer-section {
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
}

/* ---------------------------------------------- SECCIÓN FEED TIKTOK */

.tiktok-feed .swiper-slide {
  display: flex;
  justify-content: center;
}


/* ---------------------------------------------- SECCIÓN FEED INSTAGRAM */

