#main{
    position: relative;
    background-color: var(--color3);
    margin: 0;
    padding: 0;
}

#section1{
    position: relative;
}
    #video1{
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#section2,#section6{
    position: relative;
    background: url("../pictures/fondo2.jpg") var(--color3) center center no-repeat;
    background-size: cover;
}

#section7,#section3,#section5{
    position: relative;
}

#section4{
    position: relative;
    min-height: 30vh;
    background: url("../pictures/banner.png") var(--color3) center center no-repeat;
    background-size: cover;
}