.container-principal-instalacion-deportiva{
    width: 100%;
    height: 100%;
    padding-top: 150px;
}
.container-instalacion-deportiva{
    padding: 20px 25px 30px 25px;
    border-radius: 25px;
    max-width: 1200px;    
    max-height: 1700px;
    margin: auto;
}
.container-instalacion-deportiva .contenido-instalacion-deportiva{
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}
.container-instalacion-deportiva .container-instalacion-deportiva_item{
    width: 265px;
    height: 300px;
    /* background-color: #ffffff;
    background-image: linear-gradient(333deg, #ffffff 35%, #314E60 100%); */
    background: #fff;


    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
}
.container-instalacion-deportiva div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-instalacion-deportiva div div .nombre-campo-deportivo a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold !important;
    text-align: center;
} 

.container-instalacion-deportiva .container-instalacion-deportiva_item > .nombre-campo-deportivo {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    transition: height 0.3s ease;
    overflow: hidden;
}

.container-instalacion-deportiva .container-instalacion-deportiva_item:hover > .nombre-campo-deportivo {
    height: 100%;
}

.calendario-reserva-desabilitado{
    cursor: pointer;
}
.continaer-boton-ver-mas{
    text-align: center;
    margin-top: 5px;
}


.container-precio{
    background: #247EAB;
    color: #fff;
    width: 100%;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
}
.container-precio span{
    text-shadow: 1px 1px 2px rgba(0,0,0.5);

    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.container-imga-campo-deportivo{
    height: 165px;
}
.contenido-card{
    padding: 10px;
}
.contenido-card .deporte{
    font-weight: bold;
    color: #2793C7;
    
}
.texto-reserva-online{
    color: #999;
    font-weight: bold;
}