#formularioZoom{
  display: none;
}
.buttonZ{
  cursor: pointer;
   color:blue !important;
}
.buttonP{
  cursor: pointer;
  color:blue !important;
}
header .icons{
  display: flex;
}
header .icons span{
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  color: #878787;
  text-align: center;
  line-height: 38px;
  font-size: 1.9rem;
  user-select: none;
  border-radius: 50%;
}
.icons span:last-child{
  margin-right: -10px;
}
header .icons span:hover{
  background: #f2f2f2;
}
header .current-date{
  font-size: 1.45rem;
  font-weight: 500;
}
.calendar{
  padding: 20px;
}
.calendar ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}
.calendar .days{
  margin-bottom: 20px;
}
.calendar li{
  color: #333;
  width: calc(100% / 7);
  font-size: 1.07rem;
}
.calendar .weeks li{
  font-weight: 500;
  cursor: default;
}
.calendar .days li{
  z-index: 1;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}
.days li.inactive{
  color: #aaa;
}
.days li.active{
  color: #fff;
}
.days li::before{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.days li.active::before{
  background: #9B59B6;
}
.days li:not(.active):hover::before{
  background: #f2f2f2;
}

#Alerta, #Alerta2, #Alerta22, #Alerta222{
   display: none;
  color: rgb(255 255 255);
  text-align: center;
  border: 1px solid #00000000;
  background: #d80606;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}


.PReserva{
    margin-bottom: 30px;
}

.fechaSelect{
    display: flex;
    justify-content: center;
}
.pDia{
    margin-left: 5px;
    margin-right: 5px;
}
.pDiaN{
    margin-left: 5px;
    margin-right: 5px;
}

.days li.activo1::before {
    background: rgb(188, 7, 7) !important;
    
}
.days li.activo1{
    color: #fff !important;
}
.activo2{
    color: rgb(255, 255, 255);
}

.horarioSe{
    display: flex;
    justify-content: center;
}
#horario{
    padding: 10px;
    border: 2px solid #00000000;
    cursor: pointer;
    background: #114370;
    color: white;
    margin-right: 5px;
}

.botonReserva{
    padding: 10px;
    border: none;
    background: #7e7eff;
    color: white;
    display: none;
}
.calendario{
    display: none;
}
.Horario,.horarios{
  text-align: center;
}
.DatosCapturados{
  color: #df2f0a;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    
}
.inactive{
  cursor: none;
}

.formulario{
    /*padding: 50px;
    border: 1px solid #00000047;
    border-radius: 20px;
    width: 60%;*/
    padding: 10px;
    border: 1px solid #00000029;
    border-radius: 20px;
    width: 80%;
}
.imagenF{
    height: 500px;
    /* width: 500px; */
    width: 500px;
}
.centrado{
  display: flex;
  justify-content: center;
}

.TituloLabel{
  margin-bottom: 5px;
}
.campos{
  margin-bottom: 20px;
}
.TituloRegistrarse{
  margin-bottom: 30px;
  font-size: 25px;
  text-align: center;
  position: relative;
  top: 25px;
}
.resumen{
  display: flex;
  justify-content: center;
}
.DispoZ, .Dispo{
  margin-right: 10%;
}
#centrar{
  text-align: center;
}

@media(max-width: 768px){
  .DispoZ, .Dispo{
    margin-right: 55%;
    text-align: center;
    margin-bottom: 20px;
  }
  .formulario{
    width: 100%;
  }
  .wrapper{
    width: 400px;
    right: 13px;
    margin-bottom: 30px;
  }
  #horario{
    border: 2px solid #00000000;
  }
} 