.background-color-demon{
    background-color: var(--negro-demon) !important;
}
.border-color-demon-white{
    border-color: var(--blanco-demon) !important;
}
.text-color-demon-white{
    color: var(--blanco-demon) !important;
}

.video-section {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    color: white;
}

.video-bg-container {
    padding: 0;
}
.fs-fluid {
    font-size: clamp(1rem, 3vw + 0.5rem, 2.5rem);
}
.img-shadow {
    filter: drop-shadow(0 0 10px rgba(0,0,0, 0.9));
}
.text-shadow {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
}        