* {
    box-sizing: border-box;
    margin: auto;
    font-family: monospace;
    font-size: 18px;
    font-weight: bold;
}
input[type=button]{
    padding: 8px;
    cursor: pointer;
    box-shadow: 0 0px 5px 5px rgba(126, 122, 122, 0.315);
    border: 0px solid #ccc;
}
input[type=button]:disabled {
    color: black;
    box-shadow:none;
}
.video_directo {    
    width: 31.5%;
}
.video_directo  video {
    box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5px;
}
.centrar{
    float: left;
    width: 20%;
    margin-left: 50px;
}
.centrar button{
    display: block;
    color: rgb(51, 60, 68);
    padding: 10px;
    width: 100%;
    border: none;
    outline: 1px solid #ccc;
    cursor: pointer;  
}

button:hover {background-color: #ddd;}

.caja {
    float: left;
    margin: 20px 35px 0px 35px;
    box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.2);
  }
.caja input[type=button]{
    width: 94%;
    margin: 10px 10px 10px 10px;
}
input[type=button]:active ,button:active{
    box-shadow: 0 3px #82888b;
    transform: translateY(5px);
}
.video_directo button{
    padding: 8px;
    width: auto;
    text-align: center;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}
i{font-size: 25px;}
.active {
    box-shadow: 0 3px #374249;
    background-color: rgb(131 160 177 / 70%);
}
#opciones_video{
    margin-top: 20px;
    text-align: center;
}