.galeria-banner-home { margin-bottom: 26px; }
.galeria-banner-home .carousel { overflow: hidden; border: 1px solid rgba(229,9,20,.35); border-radius: 14px; background: #0b0b0b; box-shadow: 0 14px 30px rgba(0,0,0,.22); }
.galeria-banner-home .carousel-item { height: clamp(190px, 23vw, 280px); background: #0b0b0b; }
.galeria-banner-home .carousel-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.galeria-banner-home .carousel-indicators { margin-bottom: 10px; }
.galeria-banner-home .carousel-indicators [data-bs-target] { width: 26px; height: 4px; border: 0; border-radius: 999px; background-color: #fff; }
.galeria-banner-home .carousel-indicators .active { background-color: #e50914; }
.galeria-banner-home .carousel-control-prev,
.galeria-banner-home .carousel-control-next { width: 8%; opacity: .82; }
.galeria-banner-home .carousel-control-prev-icon,
.galeria-banner-home .carousel-control-next-icon { width: 38px; height: 38px; padding: 8px; border-radius: 50%; background-color: rgba(229,9,20,.85); background-size: 48% 48%; }
@media(max-width:575px){
    .galeria-banner-home { margin-bottom: 20px; }
    .galeria-banner-home .carousel-item { height: 180px; }
    .galeria-banner-home .carousel-control-prev,
    .galeria-banner-home .carousel-control-next { width: 12%; }
    .galeria-banner-home .carousel-control-prev-icon,
    .galeria-banner-home .carousel-control-next-icon { width: 30px; height: 30px; }
}
