.slider{
    /*border: solid red;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75vh;
    padding: 0;
}
.slider .carousel{
    height: 75vh;
    width: 100%;
    /*border: solid red;*/
}
.slider .carousel-item{
    height: 75vh;
    /*border: solid green;*/
}
.slider .carousel-item video{
    width: 100%;
    height: 100%;
    background-color: black;
}

/*MENU CANCHAS*/
.menu-canchas-top{
    /*border: solid red;*/
    height: 75vh;
    width: 100%;
    margin-top: -75vh;
    z-index: 20;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu-canchas-f{
    display: flex;
    width: 40%;
    height: 100%;
    flex-direction: column;
    /*border: solid green;*/
    align-items: flex-start;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
}
.menu-canchas-f a{
    color: white;
    text-decoration: none;
    font-family: "capture";
    background-color: black;
    font-size: 3.5vh;
    padding: 1% 2%;
    border-radius: 25px;
    margin-left: 2%;
    width: 50%;
    margin-bottom: 2.5%;
    text-align: center;
}
.menu-canchas-f a:hover{
    color: var(--verde);
}
/*eventos*/
.eventos-front{
    height: 75vh;
    margin-top: -75vh;
    z-index: 20;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: solid red;*/
}
.eventos-front h2{
    font-family: "capture";
    color: white;
    font-size: 6.2vh;
}
@media (max-width: 1080px){
    .menu-canchas-f a{
        width: 96%;
    }
    .menu-canchas-f{
        height: 75%;
    }
    .alquiler-front{
        height: 48vh;
        margin-top: -48vh;
    }
    .alquiler-front h1{
        font-size: 4.5vh;
    }
    .alquiler-front p{
        font-size: 3.5vh;
    }
    .alquiler-front .items-alquiler{
        padding: 2% 20%;
    }
    .alquiler-front .items-alquiler img{
        width: 75%;
    }


}