/* Grupo Tecnocom | Los estilos estan encapsulados para no modificar otros elementos. */
.gt-banner-carrusel {
  display: none;
  box-sizing: border-box;
}
.gt-banner-carrusel, .gt-banner-carrusel * { box-sizing: border-box; }

@media (max-width: 767px) {
  .gt-banner-origen.gt-banner-activo { display: none !important; }
  .gt-banner-carrusel.gt-banner-activo {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }
  .gt-banner-carrusel .gt-banner-ventana {
    display: block;
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
  }
  .gt-banner-carrusel .gt-banner-pista {
    display: flex;
    width: 100%;
    align-items: center;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    transition: transform 550ms ease-in-out;
  }
  .gt-banner-carrusel .gt-banner-placa {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .gt-banner-carrusel .gt-banner-placa > a,
  .gt-banner-carrusel .gt-banner-placa > span {
    display: block;
    width: 100%;
    height: 100%;
  }
  .gt-banner-carrusel .gt-banner-placa img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 5 / 2;
    object-fit: contain;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .gt-banner-carrusel .gt-banner-puntos {
    position: absolute;
    z-index: 2;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 7px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .38);
  }
  .gt-banner-carrusel .gt-banner-punto {
    display: block;
    width: 7px;
    height: 7px;
    min-width: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
    cursor: pointer;
  }
  .gt-banner-carrusel .gt-banner-punto[aria-current="true"] {
    background: #fff;
    transform: scale(1.18);
  }
}
