@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css?family=ABC Monument Grotesk Unlicensed Trial:400,100,100italic,300,300italic,400italic,500italic,500,700,700italic,900,900italic"); */
@import url(abcmonumentgrotesk-black/abcmonumentgrotesk-black.css);
@import url(estilos.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.clear {
  clear: both;
}

img {
  border: none;
}

.dt {
  display: table;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: "Noto Sans", sans-serif;
  margin: 0px;
  margin-top: 132px;
  padding: 0px;
}

.menuFijo {
  position: fixed;
  /* Hace que el div esté fijo en relación con la ventana del navegador */
  top: 0;
  /* Lo pega a la parte superior */
  left: 0;
  /* Lo pega a la parte izquierda */
  width: 100%;
  background: #FFF;
  z-index: 99999999;
}

.wow:first-child {
  visibility: hidden;
}

.fcRojo {
  color: #FF1E18;
}

.fcGuinda {
  color: #2D2D2D;
}

.bgRojo {
  background-color: #FF1E18;
}

.bgGuinda {
  background-color: #2D2D2D;
}

.bgOstion {
  background-color: #F5F5F7;
}

.bgGrisOscuro {
  background-color: #2D2D2D;
}

.logo {
  margin: 30px 0px;
  width: 180px;
}

.trampa {
  height: 60px;
  display: none;
}

.sepFooterM {
  display: none;
}

.sepFooter {
  display: block;
}

@media (max-width: 768px) {
  .trampa {
    display: block;
  }
  .sepFooterM {
    display: block;
  }
  .sepFooter {
    display: none;
  }
}

.topHome {
  background-color: #000000;
  color: #FFFFFF;
}

.pImgTxt {
  padding-top: 60px;
  padding-bottom: 70px;
}

.galHome {
  padding-top: 70px;
  padding-bottom: 80px;
}

.owl-carousel {
  padding-top: 70px;
  padding-bottom: 80px;
}

.ligaIdioma {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 14px;
  margin: 7px 0px;
  padding: 0px 10px;
  display: block;
  float: left;
  position: relative;
  border-radius: 20px;
}

.ligaIdioma .svg {
  margin-top: -2px;
}

.ligaIdioma .svg path {
  fill: #FFFFFF !important;
}

.ligaIdioma .svg polygon {
  fill: #FFFFFF !important;
}

.ligaIdioma .svg rect {
  fill: #FFFFFF !important;
}

.ligaIdioma:hover, .ligaIdioma.active {
  background-color: #FFFFFF;
  color: #000000;
}

.ligaIdioma:hover .svg
path, .ligaIdioma.active .svg
path {
  fill: #000000 !important;
}

.ligaIdioma:hover polygon, .ligaIdioma.active polygon {
  fill: #000000 !important;
}

.ligaIdioma:hover rect, .ligaIdioma.active rect {
  fill: #000000 !important;
}

/* MENU */
.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  gap: 40px;
}

.main-nav li {
  position: relative;
}

.main-nav .nav-link {
  /* color: $primary-text-color;
        text-decoration: none;
        font-size: $font-size; */
  padding-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.main-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #FF1E18;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: transform 0.3s ease-out, height 0.3s ease-out;
  z-index: 0;
  border-radius: 8px;
}

.main-nav .nav-link:hover {
  color: #141414;
}

.main-nav .nav-link:hover::after {
  transform: scaleY(0.8);
  height: 5px;
}

.main-nav .nav-link.active::after {
  transform: scaleY(1);
  height: 3px;
}

/* END MENU */
.icoCel {
  margin-top: 4px;
}

.icoCel span {
  color: #FFFFFF;
  font-size: 14px;
  margin: 5px 0px;
  position: relative;
  margin-left: 10px;
  /* &::after {
      content: "";
      position: absolute;
      width: 0%;
      height: 4px;
      bottom: -8px;
      border-radius: 8px;
      left: 0px;
      background-color: $gris_hielo;
      transition: all .3s ease-in;
    }

    &:hover::after {
      width: 100%;
    } */
}

.bgMenu {
  border-bottom: solid 1px #FF1E18;
}

#mainMenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
  margin-top: 20px;
}

#mainMenu li {
  float: left;
  position: relative;
  padding: 0px;
  padding-left: 35px;
}

#mainMenu li a {
  position: relative;
  font-size: 18px;
  color: #2D2D2D;
}

/* @media screen and (max-width: 767px) {
  #mainMenu{
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: $blanco;
    padding: 20px;
    z-index: 1000;
  }
} */
.arrowDown {
  width: 14px;
  margin-left: 6px;
}

.nuevo {
  font-weight: 400;
  font-size: 14px;
  padding: 0px 10px;
  display: block;
  float: left;
  position: absolute;
  right: 0px;
  top: -22px;
  border-radius: 20px;
}

.nuevoUno {
  background-color: #bad0cc;
  color: #FF1E18;
}

.nuevoDos {
  background-color: #9146ff;
  color: #f0f0ff;
}

.titRL {
  font-family: 'abc_monument_grotesk_unlicBlk';
  color: #2D2D2D;
  width: 100%;
}

.subRL {
  color: #2D2D2D;
  width: 100%;
}

.btnVerMasRL {
  color: #FF1E18;
  border: solid 1px #FF1E18;
  background-color: #FFFFFF;
  border-radius: 5px;
  display: table;
}

.btnVerMasRL:hover {
  background-color: #FF1E18;
  color: #FFFFFF;
}

.btnVerMasRL2 {
  color: #2D2D2D;
  border: solid 1px #2D2D2D;
  background-color: #FFFFFF;
  border-radius: 5px;
  display: table;
}

.btnVerMasRL2:hover {
  background-color: #2D2D2D;
  color: #FFFFFF;
}

.contBanner {
  position: absolute;
  width: 50%;
  left: 50%;
  margin-left: -40%;
  bottom: 36%;
}

.contBanner .tituloBanner {
  width: 100%;
  color: #FFFFFF;
  font-size: 60px;
  line-height: 62px;
  margin-bottom: 35px;
}

.contBanner .subtituloBanner {
  width: 100%;
  color: #FFFFFF;
  font-size: 22px;
  margin-bottom: 62px;
  margin-top: -22px;
  font-family: "Noto Sans", sans-serif;
}

.contBanner .btnVerMas {
  padding: 8px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.contBanner .tac {
  width: 100%;
  text-align: center;
}

.contEquipos {
  position: absolute;
  width: 80%;
  left: 50%;
  margin-left: -40%;
  bottom: 25%;
  z-index: 100;
}

.contEquipos .tituloEquipos {
  width: 60%;
  color: #2D2D2D;
  font-size: 60px;
  margin-bottom: 35px;
  text-shadow: -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, 0px -1px 0 #fff, 0px 1px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff;
}

.contEquipos .subtituloEquipos {
  width: 60%;
  color: #FFFFFF;
  font-size: 19px;
  margin-bottom: 62px;
  margin-top: -35px;
  font-family: "Noto Sans", sans-serif;
}

.contEquipos .btnVerMas {
  padding: 8px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

#equipos2 {
  width: 100%;
  /* Scroll horizontal para móvil */
}

#equipos2 .itemThumb {
  border: solid 1px #A0A0A1;
  border-radius: 8px;
  background: #F5F5F7;
  padding: 20px 5px;
  flex-grow: 0.15;
  /* Permite que el elemento crezca para llenar el espacio disponible */
  flex-shrink: 1;
  /* Permite que el elemento se encoja si es necesario */
  flex-basis: 0%;
  /* Establece la base del tamaño en 0%, ignorando el contenido inicial */
  transition: all 0.3s;
}

#equipos2 .itemThumb:hover {
  border: solid 1px #2D2D2D;
}

@media (max-width: 768px) {
  #equipos2 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
    padding: 0 10px;
    gap: 10px;
  }
  #equipos2::-webkit-scrollbar {
    height: 6px;
  }
  #equipos2::-webkit-scrollbar-track {
    background: transparent;
  }
  #equipos2::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }
  #equipos2::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #equipos2 .itemThumb {
    flex: 0 0 auto;
    min-width: 120px;
    max-width: 150px;
    margin: 0;
    padding: 15px 5px;
  }
}

@media (max-width: 480px) {
  #equipos2 {
    padding: 0 8px;
    gap: 8px;
  }
  #equipos2 .itemThumb {
    min-width: 100px;
    max-width: 130px;
    padding: 12px 5px;
  }
}

.itemTitulo {
  width: 100%;
  position: relative;
  padding: 90px 0px;
}

.itemTitulo .titulo {
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 20px;
}

.itemTitulo .subtitulo {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.itemTituloTC {
  width: 100%;
  position: relative;
  padding: 40px 0px;
}

.itemTituloTC h2 {
  font-size: 24px;
  margin: 22px 0px;
}

.itemTituloTC .titulo {
  font-size: 40px;
  line-height: 42px;
  text-align: left;
  margin-bottom: 20px;
}

.itemTituloTC .subtitulo {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}

.titFooter {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

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

.ligasFootHome li a {
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.ligasFootHome li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.sepFooter {
  float: left;
  padding: 0px 20px;
  color: #FFF;
}

.linkFooter {
  float: left;
  display: block;
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.linkFooter:hover {
  color: rgba(255, 255, 255, 0.6);
}

.contenedor-principal {
  display: flex;
  width: 100%;
  height: 119px;
}

.div-fijo {
  width: 94px;
}

.div-fijo img {
  width: 100%;
}

.div-restante {
  flex-grow: 1;
}

.div-restante img {
  height: 100%;
  width: -webkit-fill-available;
}

.imgRedLogistica {
  width: 100%;
  border-radius: 8px;
}

.itemRedLogistica {
  color: #2D2D2D;
  padding: 0px 50px;
}

.itemRedLogistica .titulo {
  font-size: 32px;
  line-height: 34px;
  text-align: left;
  margin-bottom: 30px;
}

.itemRedLogistica .subtitulo {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.itemRedLogistica .btnVerMas {
  padding: 8px 30px;
  font-size: 16px;
  margin: initial;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .itemRedLogistica {
    padding: 0px 0px;
  }
}

.itemTitulo2Cols {
  width: 100%;
  position: relative;
  padding: 60px 0px;
}

.itemTitulo2Cols .titulo {
  font-size: 40px;
  line-height: 42px;
  text-align: left;
}

.itemTitulo2Cols .subtitulo {
  font-size: 14px;
  line-height: 26px;
}

.slick-slide {
  height: auto;
}

.itemSlide {
  position: relative;
  width: 100%;
  padding: 0px 10px;
  transition: all 0.3s;
}

.itemSlide img {
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s;
}

.itemSlide .titulo {
  font-size: 24px;
  line-height: 26px;
  text-align: left;
  margin: 20px 0px;
}

.itemSlide .subtitulo {
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}

.itemSlide .btnVerMas {
  padding: 8px 30px;
  font-size: 16px;
  margin: initial;
  margin-top: 20px;
}

.itemSlide:hover img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .itemSlide .subtitulo {
    font-size: 13px;
  }
}

.itemIcono {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: none;
  border-radius: 8px;
  padding: 15px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
}

.itemIcono .icono {
  margin-bottom: auto;
  transition: all 0.5s;
  margin-bottom: 30px;
  height: 70px;
}

.itemIcono .icono path {
  fill: #2D2D2D !important;
}

.itemIcono .icono polygon {
  fill: #2D2D2D !important;
}

.itemIcono .icono rect {
  fill: #2D2D2D !important;
}

.itemIcono .texto {
  margin-top: 0;
  color: #2D2D2D;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.itemIcono .texto .titulo {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  transition: all 0.5s;
}

.itemIcono .texto .subtitulo {
  font-size: 16px;
  line-height: 28px;
  transition: all 0.5s;
}

.mh300 {
  height: auto;
  min-height: 318px;
  display: flex;
  flex-direction: column;
}

.itemIconoPieLavanda .icono path {
  fill: #9146FF !important;
}

.itemIconoPieLavanda .icono polygon {
  fill: #9146FF !important;
}

.itemIconoPieLavanda .icono rect {
  fill: #9146FF !important;
}

.itemIconoPieLavanda .titulo {
  color: #9146FF;
}

.itemIconoPieLavanda .subtitulo span {
  font-weight: 600;
  color: #9146FF;
}

.itemIconoPieRojo .icono path {
  fill: #FF5C58 !important;
}

.itemIconoPieRojo .icono polygon {
  fill: #FF5C58 !important;
}

.itemIconoPieRojo .icono rect {
  fill: #FF5C58 !important;
}

.itemIconoPieRojo .titulo {
  color: #FF5C58;
}

.itemIconoPieRojo .subtitulo span {
  font-weight: 600;
  color: #FF5C58;
}

.itemIconoPieVerde .icono path {
  fill: #66D072 !important;
}

.itemIconoPieVerde .icono polygon {
  fill: #66D072 !important;
}

.itemIconoPieVerde .icono rect {
  fill: #66D072 !important;
}

.itemIconoPieVerde .titulo {
  color: #66D072;
}

.itemIconoPieVerde .subtitulo span {
  font-weight: 600;
  color: #66D072;
}

.itemIconoCH {
  min-height: 250px;
}

.itemIconoLavanda {
  background-color: #D3B5FF;
  border: solid 1px #D3B5FF;
}

.itemIconoLavanda .icono path {
  fill: #5C18BF !important;
}

.itemIconoLavanda .icono polygon {
  fill: #5C18BF !important;
}

.itemIconoLavanda .icono rect {
  fill: #5C18BF !important;
}

.itemIconoLavanda .texto .titulo {
  color: #5C18BF;
}

.itemIconoLavanda .texto .subtitulo {
  color: #5C18BF;
}

.itemIconoHoverLavanda:hover {
  background-color: #D3B5FF;
  border: solid 1px #D3B5FF;
}

.itemIconoHoverLavanda:hover .icono path {
  fill: #5C18BF !important;
}

.itemIconoHoverLavanda:hover .icono polygon {
  fill: #5C18BF !important;
}

.itemIconoHoverLavanda:hover .icono rect {
  fill: #5C18BF !important;
}

.itemIconoHoverLavanda:hover .texto .titulo {
  color: #5C18BF;
}

.itemIconoHoverLavanda:hover .texto .subtitulo {
  color: #5C18BF;
}

.itemIconoHoverVerde:hover {
  background-color: #c4edb2;
  border: solid 1px #c4edb2;
}

.itemIconoHoverVerde:hover .icono path {
  fill: #567747 !important;
}

.itemIconoHoverVerde:hover .icono polygon {
  fill: #567747 !important;
}

.itemIconoHoverVerde:hover .icono rect {
  fill: #567747 !important;
}

.itemIconoHoverVerde:hover .texto .titulo {
  color: #567747;
}

.itemIconoHoverVerde:hover .texto .subtitulo {
  color: #567747;
}

.itemIconoHoverAzulAsfalto:hover {
  background-color: #C3DFEF;
  border: solid 1px #C3DFEF;
}

.itemIconoHoverAzulAsfalto:hover .icono path {
  fill: #001E43 !important;
}

.itemIconoHoverAzulAsfalto:hover .icono polygon {
  fill: #001E43 !important;
}

.itemIconoHoverAzulAsfalto:hover .icono rect {
  fill: #001E43 !important;
}

.itemIconoHoverAzulAsfalto:hover .texto .titulo {
  color: #001E43;
}

.itemIconoHoverAzulAsfalto:hover .texto .subtitulo {
  color: #001E43;
}

.itemIconoHoverSalmon:hover {
  background-color: #E38B66;
  border: solid 1px #E38B66;
}

.itemIconoHoverSalmon:hover .icono path {
  fill: #5C000D !important;
}

.itemIconoHoverSalmon:hover .icono polygon {
  fill: #5C000D !important;
}

.itemIconoHoverSalmon:hover .icono rect {
  fill: #5C000D !important;
}

.itemIconoHoverSalmon:hover .texto .titulo {
  color: #5C000D;
}

.itemIconoHoverSalmon:hover .texto .subtitulo {
  color: #5C000D;
}

.itemIconoHoverCielo:hover {
  background-color: #BAD0CC;
  border: solid 1px #BAD0CC;
}

.itemIconoHoverCielo:hover .icono path {
  fill: #1E1E1E !important;
}

.itemIconoHoverCielo:hover .icono polygon {
  fill: #1E1E1E !important;
}

.itemIconoHoverCielo:hover .icono rect {
  fill: #1E1E1E !important;
}

.itemIconoHoverCielo:hover .texto .titulo {
  color: #1E1E1E;
}

.itemIconoHoverCielo:hover .texto .subtitulo {
  color: #1E1E1E;
}

.itemIconoHoverSalmonBco:hover {
  background-color: #FF5C58;
  border: solid 1px #FF5C58;
}

.itemIconoHoverSalmonBco:hover .icono path {
  fill: #FFFFFF !important;
}

.itemIconoHoverSalmonBco:hover .icono polygon {
  fill: #FFFFFF !important;
}

.itemIconoHoverSalmonBco:hover .icono rect {
  fill: #FFFFFF !important;
}

.itemIconoHoverSalmonBco:hover .texto .titulo {
  color: #FFFFFF;
}

.itemIconoHoverSalmonBco:hover .texto .subtitulo {
  color: #FFFFFF;
}

.itemIconoHoverAsfaltoBco:hover {
  background-color: #6B788F;
  border: solid 1px #6B788F;
}

.itemIconoHoverAsfaltoBco:hover .icono path {
  fill: #FFFFFF !important;
}

.itemIconoHoverAsfaltoBco:hover .icono polygon {
  fill: #FFFFFF !important;
}

.itemIconoHoverAsfaltoBco:hover .icono rect {
  fill: #FFFFFF !important;
}

.itemIconoHoverAsfaltoBco:hover .texto .titulo {
  color: #FFFFFF;
}

.itemIconoHoverAsfaltoBco:hover .texto .subtitulo {
  color: #FFFFFF;
}

.itemIconoHoverVinoBco:hover {
  background-color: #9D666E;
  border: solid 1px #9D666E;
}

.itemIconoHoverVinoBco:hover .icono path {
  fill: #FFFFFF !important;
}

.itemIconoHoverVinoBco:hover .icono polygon {
  fill: #FFFFFF !important;
}

.itemIconoHoverVinoBco:hover .icono rect {
  fill: #FFFFFF !important;
}

.itemIconoHoverVinoBco:hover .texto .titulo {
  color: #FFFFFF;
}

.itemIconoHoverVinoBco:hover .texto .subtitulo {
  color: #FFFFFF;
}

.itemIconoHoverScale:hover {
  border: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
  float: left;
}

.owl-carousel .owl-nav .owl-next {
  float: right;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  background-color: #FFFFFF;
  color: #FF1E18;
  font-size: 28px;
  padding: 2px 20px 10px 20px;
  border-radius: 50%;
  border: solid 1px #FF1E18;
}

.owl-carousel .owl-nav .owl-prev span:hover,
.owl-carousel .owl-nav .owl-next span:hover {
  background-color: #2D2D2D;
  color: #FF1E18;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.itemCamion {
  flex: 1 1 0;
  /* Distribución uniforme, permitir que se reduzcan */
  min-width: 130px;
  /* Ancho mínimo más pequeño para que quepan todos */
  max-width: none;
  /* Sin límite máximo para que se ajusten */
  width: auto;
  height: 180px;
  border-radius: 8px;
  border: solid 1px #A0A0A1;
  text-align: center;
  padding: 20px 5px;
  margin: 0 8px;
  /* Separación horizontal explícita de 16px total (8px cada lado) */
  background-color: #FFFFFF;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  flex-shrink: 1;
  /* Permitir que se encojan si es necesario */
}

.itemCamion .titulo {
  color: #A0A0A1;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  transition: all 0.3s;
}

.itemCamion .subtitulo {
  color: #A0A0A1;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  transition: all 0.3s;
}

.itemCamion .icono {
  width: 50%;
  height: 45px;
}

.itemCamion .icono path {
  fill: #A0A0A1 !important;
  transition: all 0.3s;
}

.itemCamion .icono polygon {
  fill: #A0A0A1 !important;
  transition: all 0.3s;
}

.itemCamion .icono rect {
  fill: #A0A0A1 !important;
  transition: all 0.3s;
}

.itemCamion:hover {
  border: solid 1px #2D2D2D;
  cursor: pointer;
}

.itemCamion:hover .titulo {
  color: #2D2D2D;
}

.itemCamion:hover .subtitulo {
  color: #2D2D2D;
}

.itemCamion:hover .icono {
  transition: all 0.3s;
}

.itemCamion:hover .icono path {
  fill: #2D2D2D !important;
}

.itemCamion:hover .icono polygon {
  fill: #2D2D2D !important;
}

.itemCamion:hover .icono rect {
  fill: #2D2D2D !important;
}

.itemCamion.active {
  border: solid 1px #FF1E18;
}

.itemCamion.active .titulo {
  color: #FF1E18;
}

.itemCamion.active .subtitulo {
  color: #FF1E18;
}

.itemCamion.active .icono {
  transition: all 0.3s;
}

.itemCamion.active .icono path {
  fill: #FF1E18 !important;
}

.itemCamion.active .icono polygon {
  fill: #FF1E18 !important;
}

.itemCamion.active .icono rect {
  fill: #FF1E18 !important;
}

.itemCamionRefrigerado:hover {
  border: solid 1px #9146ff;
  background-color: #f0f0ff;
}

.itemCamionRefrigerado:hover .titulo {
  color: #9146ff;
}

.itemCamionRefrigerado:hover .subtitulo {
  color: #9146ff;
}

.itemCamionRefrigerado:hover .icono {
  margin-bottom: auto;
  transition: all 0.3s;
}

.itemCamionRefrigerado:hover .icono path {
  fill: #9146ff !important;
}

.itemCamionRefrigerado:hover .icono polygon {
  fill: #9146ff !important;
}

.itemCamionRefrigerado:hover .icono rect {
  fill: #9146ff !important;
}

/* Galería de equipos */
.equipos-galeria {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* height: 300px; */
  /* .equipos-arrow {
    position: absolute;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid $gris1;
    background: $blanco;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: box-shadow 0.2s, border 0.2s;
    font-size: 1.2rem;
    padding: 0;
    outline: none;
    
    &:hover {
      box-shadow: 0 4px 16px rgba(0,0,0,0.18);
      border: 1.5px solid #000;
    }
    
    &:before {
      content: '';
      width: 20px;
      height: 20px;
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: filter 0.3s ease;
      filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0.6) contrast(1);
    }
    
    &:hover:before {
      filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0) contrast(1);
    }
  }
  
  .equipos-arrow-left {
    right: 70px;
    
    &:before {
      background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3e%3cpolyline points="15,18 9,12 15,6"%3e%3c/polyline%3e%3c/svg%3e');
    }
  }
  
  .equipos-arrow-right {
    right: 10px;
    
    &:before {
      background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3e%3cpolyline points="9,18 15,12 9,6"%3e%3c/polyline%3e%3c/svg%3e');
    }
  } */
}

.equipos-galeria .equipos-container {
  display: flex;
  justify-content: center;
  transition: transform 0.3s ease;
  gap: 0;
}

.inputFrm {
  font-size: 16px;
  padding: 15px 15px;
  margin: 10px 0px;
  background: #FFFFFF;
  border: solid 1px #2D2D2D;
  border-radius: 4px;
  width: 100%;
  color: #2D2D2D;
}

.inputFrm::placeholder {
  color: #2D2D2D;
}

.inputFrm option {
  color: #000;
}

.inputFrm:focus {
  border-color: #FF1E18;
  outline: none;
}

.btnFrmContacto {
  color: #FFF;
  border: solid 1px #FF1E18;
  background-color: #FF1E18;
  border-radius: 5px;
  display: table;
  padding: 8px 55px;
  font-size: 20px;
}

.btnFrmContacto:hover {
  background-color: #FFFFFF;
  border: solid 1px #FF1E18;
  color: #FF1E18;
}

.selectFrm {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: calc(100% - 12px) center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  padding-right: 40px;
  border-radius: 4px;
  border: 1px solid #000;
  outline: none;
}

.selectFrm:focus {
  border-color: #FF1E18;
  box-shadow: 0 0 0 2px rgba(255, 30, 24, 0.1);
}

.selectFrm:hover {
  border-color: #999;
}

/* #equipos2{
  width: 40%;
  right: 0;
} */
/* CHECKBOX */
.checkbox-container {
  display: block;
  align-items: flex-start;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  user-select: none;
  color: #2D2D2D;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #FF1E18;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #FF1E18;
  border: 2px solid #FF1E18;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container input:checked ~ span {
  color: white;
}

/* END CHECKBOX */
/* WhatsApp */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 36px;
  z-index: 100;
}

.float:hover {
  text-decoration: none;
  background-color: #94DE9C;
}

.my-float {
  margin-top: 12px;
}

/* END WhatsApp */
/* =========================================== */
/* RESPONSIVE STYLES */
/* =========================================== */
/* =========================================== */
/* RESPONSIVE STYLES FOR CONTBANNER */
/* =========================================== */
/* Tablet and smaller desktop */
@media (max-width: 1024px) {
  .contBanner {
    position: absolute;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    bottom: 30%;
  }
  .contBanner .tituloBanner {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .contBanner .btnVerMas {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/* Tablet portrait */
@media (max-width: 768px) {
  .contBanner {
    position: absolute;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    bottom: 25%;
  }
  .contBanner .tituloBanner {
    font-size: 36px;
    margin-bottom: 35px;
    line-height: 38px;
  }
  .contBanner .btnVerMas {
    padding: 12px 30px;
    font-size: 16px;
  }
}

/* Mobile landscape */
@media (max-width: 576px) {
  .contBanner {
    position: absolute;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    bottom: 20%;
    /* .tituloBanner {
      font-size: 28px;
      margin-bottom: 15px;
      line-height: 30px;
    } */
  }
  .contBanner .btnVerMas {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Mobile portrait */
@media (max-width: 480px) {
  .contBanner {
    position: absolute;
    width: 95%;
    left: 50%;
    margin-left: -47.5%;
    bottom: 15%;
    /* .tituloBanner {
      font-size: 24px;
      margin-bottom: 12px;
      line-height: 26px;
    } */
  }
  .contBanner .btnVerMas {
    padding: 8px 18px;
    font-size: 13px;
  }
}

/* Extra small mobile */
@media (max-width: 360px) {
  .contBanner {
    position: absolute;
    width: 98%;
    left: 50%;
    margin-left: -49%;
    bottom: 10%;
  }
  .contBanner .tituloBanner {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .contBanner .btnVerMas {
    padding: 6px 15px;
    font-size: 12px;
  }
}

/* =========================================== */
/* RESPONSIVE STYLES FOR ITEMTITULO2COLS */
/* =========================================== */
/* Tablet and smaller desktop */
@media (max-width: 1024px) {
  .itemTitulo {
    padding: 50px 0px;
  }
  .itemTitulo2Cols {
    padding: 60px 0px;
  }
  .itemTitulo2Cols .titulo {
    font-size: 36px;
    line-height: 38px;
  }
  .itemTitulo2Cols .subtitulo {
    font-size: 14px;
    line-height: 28px;
  }
}

/* Devices smaller than 992px */
@media (max-width: 991px) {
  .itemTitulo2Cols .titulo {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* Tablet portrait */
@media (max-width: 768px) {
  .itemTitulo2Cols {
    padding: 40px 0px;
  }
  .itemTitulo2Cols .titulo {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .itemTitulo2Cols .subtitulo {
    line-height: 20px;
    text-align: center;
  }
}

/* Mobile landscape */
@media (max-width: 576px) {
  .itemTitulo2Cols {
    padding: 30px 0px;
  }
  .itemTitulo2Cols .titulo {
    font-size: 28px;
    line-height: 30px;
  }
}

/* Mobile portrait */
@media (max-width: 480px) {
  .itemTitulo2Cols {
    padding: 25px 0px;
  }
  .itemTitulo2Cols .titulo {
    font-size: 24px;
    line-height: 26px;
    word-wrap: break-word;
  }
}

/* Extra small mobile */
@media (max-width: 360px) {
  .itemTitulo2Cols {
    padding: 20px 0px;
  }
  .itemTitulo2Cols .titulo {
    font-size: 20px;
    line-height: 22px;
    word-wrap: break-word;
  }
}

/* =========================================== */
/* RESPONSIVE STYLES FOR ITEMCAMION */
/* =========================================== */
/* Mobile and tablet - Force wrap to multiple rows */
@media (max-width: 768px) {
  .container-fluid .d-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .itemCamion {
    flex: 0 0 calc(35% - 10px);
    /* 2 items per row on mobile */
    /* min-width: 140px;
    max-width: 200px; */
    padding: 15px 5px;
    margin: 0;
  }
  .itemCamion .titulo {
    font-size: 16px;
    line-height: 22px;
  }
  .itemCamion .subtitulo {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Extra small mobile */
@media (max-width: 480px) {
  .itemCamion {
    flex: 0 0 calc(35% - 8px);
    /* min-width: 120px;
    max-width: 160px; */
    padding: 12px 3px;
  }
  .itemCamion .titulo {
    font-size: 14px;
    line-height: 20px;
  }
  .itemCamion .subtitulo {
    font-size: 12px;
    line-height: 18px;
  }
}

/* Very small mobile */
@media (max-width: 360px) {
  .itemCamion {
    flex: 0 0 calc(35% - 5px);
    /* min-width: 100px;
    max-width: 140px; */
    padding: 10px 2px;
  }
  .itemCamion .titulo {
    font-size: 12px;
    line-height: 18px;
  }
  .itemCamion .subtitulo {
    font-size: 10px;
    line-height: 16px;
  }
}

/* LOGIN */
#login {
  background-image: url("../img/bg-login.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}

#login .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#login .container .col-12 {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
}

/* =========================================== */
/* ESTILOS DE GALERÍA DE EQUIPOS */
/* =========================================== */
.equipos-container {
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
  /* Forzar una sola fila */
  gap: 0;
  /* Usar márgenes en lugar de gap para mejor compatibilidad */
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  overflow-x: auto;
  /* Permitir scroll horizontal si es necesario en pantallas muy pequeñas */
  /* Asegurar que el primer y último elemento no tengan margen exterior */
}

.equipos-container .itemCamion:first-child {
  margin-left: 0;
}

.equipos-container .itemCamion:last-child {
  margin-right: 0;
}

/* Asegurar que todos los elementos quepan en desktop */
@media (min-width: 769px) {
  .equipos-container {
    flex-wrap: nowrap;
    /* Forzar una sola fila en desktop */
    gap: 0;
    overflow-x: visible;
    /* Sin scroll en desktop */
  }
  .equipos-container .itemCamion {
    flex: 1 1 0;
    /* Distribución uniforme */
    min-width: 100px;
    max-width: 180px;
    /* Limitar máximo en desktop para mejor apariencia */
    margin: 0 8px;
    /* Separación horizontal de 16px total */
  }
  .equipos-container .itemCamion:first-child {
    margin-left: 0;
  }
  .equipos-container .itemCamion:last-child {
    margin-right: 0;
  }
}

/* Estilos para scroll horizontal en móvil */
.equipos-slider-mobile {
  width: 100%;
  overflow: hidden;
}

.equipos-scroll-container {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  gap: 10px;
  padding: 10px 15px;
  scroll-snap-type: x proximity;
}

.equipos-scroll-container::-webkit-scrollbar {
  height: 6px;
}

.equipos-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.equipos-scroll-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.equipos-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.galeria-imagenes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  min-height: 0;
  position: relative;
  transition: height 0.3s;
}

/* Prevenir reflow durante transiciones - solo en desktop */
@media (min-width: 769px) {
  .galeria-imagenes::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio por defecto */
  }
}

.galeria-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #A0A0A1;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: box-shadow 0.2s, border 0.2s;
  font-size: 1.5rem;
  padding: 0;
  outline: none;
}

.galeria-arrow:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  border: 1.5px solid #000;
}

.galeria-arrow span {
  display: none;
}

.galeria-arrow:before {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 2px;
  transition: filter 0.3s ease;
  filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0.6) contrast(1);
}

.galeria-arrow-left {
  left: 10px;
}

.galeria-arrow-left:before {
  background-image: url("slick/left-arrow.svg");
  transition: filter 0.3s ease;
  filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0.6) contrast(1);
}

.galeria-arrow-right {
  right: 10px;
}

.galeria-arrow-right:before {
  background-image: url("slick/right-arrow.svg");
  transition: filter 0.3s ease;
  filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0.6) contrast(1);
}

.galeria-arrow-left:hover:before,
.galeria-arrow-right:hover:before {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0) contrast(1);
}

.galeria-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.3s ease;
  z-index: 1;
  object-fit: contain;
  will-change: opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.galeria-img.enter-left {
  display: block;
  opacity: 1;
  transform: translateX(-100%);
  z-index: 3;
}

.galeria-img.animate-in-left {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.galeria-img.animate-out-right {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.galeria-img.group-hidden {
  display: none !important;
}

.galeria-img.group-visible {
  display: block;
}

.galeria-img.active {
  display: block;
  position: absolute;
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.galeria-img.enter-right {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  z-index: 3;
}

.galeria-img.animate-in {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.galeria-img.animate-out {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.galeria-thumb {
  width: 80px;
  height: auto;
  margin: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.2s;
  flex-shrink: 0;
}

/* Responsive styles para móviles */
@media (max-width: 768px) {
  .equipos-container {
    flex-wrap: nowrap;
    /* Mantener una sola fila también en tablet */
    gap: 0;
    padding: 0 10px;
    overflow-x: auto;
    /* Permitir scroll horizontal en tablet si es necesario */
    -webkit-overflow-scrolling: touch;
  }
  .equipos-container .itemCamion {
    flex: 1 1 0;
    /* Distribución uniforme */
    min-width: 100px;
    max-width: none;
    flex-shrink: 1;
    /* Permitir que se encojan */
    margin: 0 6px;
    /* Separación horizontal de 12px total */
  }
  .equipos-container .itemCamion:first-child {
    margin-left: 0;
  }
  .equipos-container .itemCamion:last-child {
    margin-right: 0;
  }
  .galeria-imagenes {
    min-height: 300px;
    height: 300px;
    max-height: 300px;
    padding: 0 50px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .galeria-imagenes::before {
    display: none;
  }
  .galeria-img {
    width: 200% !important;
    max-width: 200% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 300px !important;
    object-fit: contain;
    object-position: center;
    transition: opacity 0.3s ease !important;
    left: -50% !important;
    right: auto !important;
    top: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: translateY(-50%) !important;
  }
  .galeria-img.active {
    width: 200% !important;
    max-width: 200% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 300px !important;
    object-fit: contain;
    object-position: center;
    left: -50% !important;
    right: auto !important;
    top: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: translateY(-50%) !important;
  }
  .galeria-img:not(.active) {
    left: -50% !important;
    right: auto !important;
    top: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: translateY(-50%) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 300px !important;
  }
  .galeria-img.enter-left, .galeria-img.animate-in-left, .galeria-img.animate-out-right, .galeria-img.enter-right, .galeria-img.animate-in, .galeria-img.animate-out {
    transform: translateY(-50%) !important;
  }
  .galeria-img.enter-left {
    transform: translate(-100%, -50%) !important;
  }
  .galeria-img.animate-in-left {
    transform: translateY(-50%) !important;
  }
  .galeria-img.animate-out-right {
    transform: translate(100%, -50%) !important;
  }
  .galeria-img.enter-right {
    transform: translate(100%, -50%) !important;
  }
  .galeria-img.animate-in {
    transform: translateY(-50%) !important;
  }
  .galeria-img.animate-out {
    transform: translate(-100%, -50%) !important;
  }
  .galeria-arrow {
    width: 45px;
    height: 45px;
  }
  .galeria-arrow:before {
    width: 20px;
    height: 20px;
  }
  .galeria-arrow-left {
    left: 5px;
  }
  .galeria-arrow-right {
    right: 5px;
  }
  .galeria-thumb {
    width: 60px;
    margin: 3px;
  }
  #equipos2 {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding: 10px 0;
  }
  #equipos2::-webkit-scrollbar {
    height: 6px;
  }
  #equipos2::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  #equipos2::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }
  #equipos2::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .contEquipos {
    width: 90%;
    margin-left: -45%;
    bottom: 15%;
  }
  .contEquipos .tituloEquipos {
    width: 100%;
    font-size: 36px;
    margin-bottom: 20px;
  }
  .row.d-flex.justify-content-end .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .equipos-container {
    flex-wrap: nowrap;
    /* Mantener una sola fila también en móvil */
    gap: 0;
    padding: 0 5px;
    overflow-x: auto;
    /* Permitir scroll horizontal en móvil */
    -webkit-overflow-scrolling: touch;
  }
  .equipos-container .itemCamion {
    flex: 1 1 0;
    /* Distribución uniforme */
    min-width: 130px;
    /* Ancho mínimo más pequeño en móvil */
    max-width: none;
    flex-shrink: 1;
    /* Permitir que se encojan */
    margin: 0 5px;
    /* Separación horizontal de 10px total */
  }
  .equipos-container .itemCamion:first-child {
    margin-left: 0;
  }
  .equipos-container .itemCamion:last-child {
    margin-right: 0;
  }
  .galeria-imagenes {
    min-height: 200px;
    padding: 0 40px;
  }
  .galeria-arrow {
    width: 40px;
    height: 40px;
  }
  .galeria-arrow:before {
    width: 18px;
    height: 18px;
  }
  .galeria-arrow-left {
    left: 3px;
  }
  .galeria-arrow-right {
    right: 3px;
  }
  .galeria-thumb {
    width: 50px;
    margin: 2px;
  }
  .contEquipos {
    width: 95%;
    margin-left: -47.5%;
    bottom: 10%;
  }
  .contEquipos .tituloEquipos {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

@media (max-width: 360px) {
  .galeria-imagenes {
    min-height: 180px;
    padding: 0 35px;
  }
  .galeria-arrow {
    width: 35px;
    height: 35px;
  }
  .galeria-arrow:before {
    width: 16px;
    height: 16px;
  }
  .galeria-thumb {
    width: 45px;
    margin: 2px;
  }
  .contEquipos .tituloEquipos {
    font-size: 24px;
  }
}
