.carousel {
    padding-bottom: 50px; /* Espacio para los indicadores */
}

.carousel-indicators {
    bottom: -40px;
}


.carousel-indicators [data-bs-target] {
  background-color: #000 !important; /* Color gris oscuro para que contraste con fondos claros */
}

.footer {
    color: #fff;
    background-color: #000 !important;
  background-image: linear-gradient(135deg, #000 0%, #000 100%);
    margin-top: 1em;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

a {
    text-decoration: none !important;
}

.footer {
    display: block !important;
}

.container-header {
    z-index: 10;  
    background-color: var(--cassiopeia-color-primary);
    background-image: linear-gradient(135deg, #f1f1f1 0%,  #f1f1f1 100%) !important;
    position: relative;
    box-shadow: inset 0 5px 5px #00000008;
}