html, body{
    overflow: hidden;
    height: 100%;
}

/* =======================Video Background=========================== */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*========================FIN VIDEO BACKGROUND==========================*/

.main-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 88%;
    overflow: hidden;
}

.main-content .cursiva {
    color: #ccd742;
    position: relative;
    font-family: 'Pacifico';
    font-weight: 500;
    font-size:100px;
}

.main-content .aguacates {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 120px;
    margin-top: -80px;
    color: #ffffff;   


}

.main-content h2 {
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 60px;
    margin-top: -100px;
    color: #ffffff;   


}


.hoja1{
    position: absolute;
    top: 93%; left: 50%;
    width: 40vh;
    height: auto;
    transform: rotate(300deg);
    
    filter: blur(1px);
    
}

.aguacate1{
    position: absolute;
    top: -10%; left: -18%;
    width: 50vh;
    transform: rotate(20deg);
    height: auto;
    filter: blur(1px);
    
}

.hoja3{
    position: absolute;
    top: 30%; left: 90%;
    width: 20vh;
    height: auto;
    transform: rotate(75deg);
    filter: blur(1px);
    
}

.aguacate2{
    position: absolute;
    top: 80%; left: 82%;
    width: 60vh;
    transform: rotate(65deg);
    height: auto;
    filter: blur(1px);
    
}

.hoja4{
    position: absolute;
    top: 2%; left: 2%;
    width: 40vh;
    height: auto;
    filter: blur(1px);
    z-index: -1;
    
}

.hoja2{
    position: absolute;
    top: 80%; left: 5%;
    width: 20vh;
    height: auto;
    filter: blur(1px);
    z-index: -1;
    transform: scaleX(-1);
}