#contenedor_citas_sala{
  text-align: center;
}
.digi_box_title{
  background-color: #5d7592;
  padding: 5px;
  display: inline-flex;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-size: 2.1rem;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  margin: 4px;
  height: 50px;
  width: 95%;
  justify-content: center;
  align-items: center;
}
.digi_box{
  background-color: #788daa;
  padding: 15px 25px 15px 25px;
  display: inline-flex;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  margin: 1px;
  height: 65px;
  width: 95%;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
.digi_box_calling{
  background-color: #67785d;
  padding: 20px 30px 20px 30px;
  display: block;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 2rem;
  opacity: 0.9;
  box-shadow: 4px 4px 5px darkslategray;
  margin:10px;
  width: 85%;
}
.gradiente {
  background: linear-gradient(to right, #ffffff, #788daa);
  height: auto;
}
#gradiente_1 {
  background: linear-gradient(to right, #ffffff, #788daa);
  height: auto;
}
#contenedor_llamadas_2{
  margin-top: 20px;
}
.contenedor_videos_max {
position:relative;
top:28%;
z-index:2;
margin:0 auto;
max-width:640px;
text-align:center;
}

.video_sala_max {
  position:fixed;
  top:50%;
  left:50%;
  z-index:1;
  min-width:100%;
  min-height:100%;
  width:auto;
  height:auto;
  -webkit-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  -o-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
}


.mensaje_alerta{
  display: none;
  background-color: darksalmon;
  padding: 5px;
  border-radius: 5px;
  text-align: center !important;
  color: darkred;
  font-weight: bold;
}

.cnt{
  width:450px;
  background-color:#DDAADD;
  margin:0px;
  padding:15px;
  font-weight:bold
}
.trans{
  background-color: #fff;
  position: absolute;
  text-align: center;
  font-weight: bold;
  width: 98%;
  z-index:1;
  filter:alpha(opacity=97);
  float:left;
  -moz-opacity:.97;
  opacity:.97;
  border-radius: 10px;
  display: none;
}
