#header {
    color: var(--color1)!important;
    
}
/*
#bgFoto {
    background-image: url('../uploads/02.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
*/

#video01 {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

#base_negra {
    background-color: #000;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
}
