/* Slider de Owners - Solo estilos específicos que no cubre Bootstrap/Main.css */

/* Configuración de Splide */
.owners-slider-section .splide {
  overflow: visible;
}

.owners-slider-section .splide__track {
  overflow: visible;
}

.owners-slider-section .splide__slide {
  width: 100% !important;
  flex-shrink: 0;
  height: 650px;
}


/* Logo max-width */
.owners-logo img {
  max-width: 160px;
}

/* Texto max-width */
.owners-text {
  max-width: 90%;
}

/* Contador styling */
.owners-counter {
  font-size: 1rem;
}

/* Botones */
.owners-btn {
  width: 45px;
  height: 45px;
}

.owners-btn i {
  font-size: 1.5rem;
  font-weight: 700;
}

.owners-btn:hover {
  background-color: var(--black) !important;
  color: var(--white) !important;
}

.owners-slide-content {
  height: 100%;
}

.owners-slide-image{
    height: 100%;
}

/* Responsive */
@media (max-width: 991px) {
  .owners-text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .owners-slider-section .splide__slide {
    height: 100%;
  }

  .owners-logo img {
    max-width: 70px;
  }

  .owners-btn {
    width: 40px;
    height: 40px;
  }

  .owners-slide-image {
    height: 300px;
  }

  .owners-slide-content{
      height: 50%;
  }
}
