.video-section {
    position: relative;
    height: 400px; /* Ajusta esta altura según lo que necesites */
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.video-section .container {
    position: relative;
    z-index: 1;
}

.text-white {
    color: white;
}

.breadcrumb {
    background: transparent;
}

.main-content {
    padding: 20px;
}

.footer {
    background-color: #001e57;
}
