.formalquiler {
    width: 320px;
    border: 1px solid black;
    border-radius: .5em;
    padding: 10px 15px 10px 15px;
    margin: 0 10px 0 10px;
    text-align: center;
    background-color: white;
    margin: 0 auto;
}

.contenedorcalendario {
    width: 100px;
    heigth: 100px;
    background-color: blue;
}

.video-xglover {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;

}

.video-video {
    width: 95%;
}

.video-video video {
    width: 95%;
    border-radius: 20px;
}

@media (min-width: 250px) {
    .video-video {
        width: 95%;
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 400px) {
    .video-video {
        width: 95%;
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 576px) {
    .video-video {
        width: 95%;
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .video-video {
        width: 95%;
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .video-video {
        width: 95%;
        text-align: center;
        justify-content: center;
    }
}

.rojo {
    color: blue;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.blanco {
    color: lightgray;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.flex2 {
    display: flex;
    justify-content: space-around;

}

.flex3 {
    display: flex;
    justify-content: space-between;

}