.bce-carousel-wrapper {
  width: 100%;
}

.bce-swiper {
  width: 100%;
}

.bce-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bce-slide-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.bce-nav .bce-button-prev,
.bce-nav .bce-button-next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  background: rgba(0,0,0,0.3);
  border-radius: 999px;
}

.bce-nav .bce-button-prev { left: 8px; }
.bce-nav .bce-button-next { right: 8px; }

/* Indicadores por defecto de Swiper (Elementor ya trae estilos base),
   pero reservamos un contenedor por si quieres personalizar. */
.bce-pagination {
  position: relative;
  margin-top: 12px;
  text-align: center;
}

/* CSS básico para el carrusel - sin interferir con Porto */
.bce-carousel-wrapper {
  width: 100%;
}

.bce-swiper {
  width: 100%;
}

.bce-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bce-slide-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.bce-nav .bce-button-prev,
.bce-nav .bce-button-next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  background: rgba(0,0,0,0.3);
  border-radius: 999px;
}

.bce-nav .bce-button-prev { left: 8px; }
.bce-nav .bce-button-next { right: 8px; }

/* Indicadores por defecto de Swiper (Elementor ya trae estilos base),
   pero reservamos un contenedor por si quieres personalizar. */
.bce-pagination {
  position: relative;
  text-align: center;
  margin-top: 15px;
}

/* Centrado vertical específico para imágenes de diferentes alturas */
.porto-gallery.owl-carousel .owl-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.porto-gallery.owl-carousel .owl-item figure {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
  margin: 0;
}

.porto-gallery.owl-carousel .owl-item a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
}
