body {
  font-size: 12px;
  font-family:  "Calibri","sans-serif","Arial";
  margin:0px;
}

textarea, select, input, button:focus { 
    outline-color: transparent; 
    outline-style: none;
}
/* Elemento Checkbox, cuando está marcado */
input[type="checkbox"]:checked {
 
}
.divLogo{
  text-align: center;
  background: -prefix-linear-gradient(top, #e9e9e9, white); 
  background: linear-gradient(to bottom, #e9e9e9, white);
  position: relative;
  z-index: 5;
  width: 100%;
}
.logoHome{
  display: inline-block;
  margin: 30px 0%;
}
.logIn{
  display: inline-block;
  background: #303030;
  padding: 15px 2%;
  text-align: center;
  width: 50%;  
  margin-top: -50px;
  position: relative;
  z-index: 30;
}
.ppIngresar{
  text-align: center;
  font-size: 1.4em;
  margin: 0px;
  color: white;
}

.ppIngresar1{
  font-size: 0.9em;
  color: white;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  margin: 10px 1%;
  float: right;
}
.ppIngresar2{
  font-size: 1.2em;
  color: rgba(0,0,0,0.8);
  cursor: pointer;
  display: inline-block;
  color:#f68634;
}

.entradaLogin{
  display: inline-block;
  color: rgb(91,91,91);
  font-size: 1.2em;
  text-align: left;
  background: rgb(245,245,245);
  vertical-align: middle;
  border: none;
  width: 40%;
  padding: 5px 1%;
  margin: 10px 1%;
}
.divHome1{
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  background: -prefix-linear-gradient(bottom, #f9ab60, #fbdaaf); 
  background: linear-gradient(to top, #f9ab60, #fbdaaf);
}
.divHome{
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.ppHome{
  text-align: center;
  font-size: 1.4em;
  font-weight: bold
}
.ppHome1{
  font-size: 1.2em;
  font-weight: 300;
  margin: 0px;
}
.divTotalHome{
  min-height: 90vh;
}
.pie{
  margin-top: 20px;
}
.ppPie{
  margin:0px;
}

.nombre{
  position: relative;
  top: -115px;
  margin-right: 25px;
  color: black;
  font-size: 1.6em;
  width: 222px;
  text-align: right;
  display: inline-block;
  font-family:serif;
}
.nombre1{
  position: absolute;
  top: 14px;
  color: black;
  font-size: 1.2em;
  width: 100px;
  text-align: right;
  font-family: serif;
  left: 10px;
}
.containerFlex{
  display: flex;
  justify-content: center;
}
.subcontainer{
  width: 31%;
  vertical-align: top;
  margin: 20px 2.5%;
  background: white;
}


.toast{
  animation: toast 2s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes toast {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes toast {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
.toastReverse{
  animation: toastReverse 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes toastReverse {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes toastReverse {
  from {opacity: 0;}
  to {opacity: 1;}
}
.mensajeConfirmar {
  position: fixed;
  z-index: 30;
  top: 10vh;
  left: 10%;
  max-height: 80vh;
  background: rgba(0,0,0);
  padding: 3vh 1%;
  width: 80%;
  text-align: center;
  display: none;
  overflow-y: auto;
  }
.mensaje {
  position: fixed;
  z-index: 30;
  top: 300px;
  left: 30%;
  background: rgba(0,0,0);
  padding:1%; 
  width: 40%;
  text-align: center;
  display: none;
  }
  .ppmensaje{
  font-size: 1.6em;
  margin-left: 2.5%;
  display: block;
  color: white;
  text-align: center;
  font-weight: normal;
  }
  .ppmensaje1{
  font-size: 1.1em;
  margin-left: 2.5%;
  display: inline-block;
  color: white;
  text-align: center;
  font-weight: normal;
  }
  .okmensaje {
  width: 10%; 
  display: block;
  margin: 2% 45%;
  padding: 1.5%;
  font-size: 1.4em;
  color: black;
  border: none;
  background: white;
  font-weight: normal;
  cursor: pointer;
}

.okmensajeReserva {
  display: inline-block;
  margin: 40px 5%;
  padding: 20px 1.5%;
  font-size: 1.4em;
  color: black;
  border: none;
  background: white;
  font-weight: bold;
  width: 20%;
  cursor: pointer;
}
.mensajeOpciones{
  position: fixed;
  z-index: 30;
  top: 15vh;
  left: 10%;
  background: rgba(0,0,0);
  padding: 1%;
  width: 78%;
  text-align: left;
  display: none;
  max-height: 80vh;
  overflow-y: scroll;
}
.divOpciones{
  text-align: left;
  margin-bottom: 30px;
  padding: 0px 5%;
}




.logo {
  width: auto;
  display: inline-block;
  margin: 15px 2% 12px 1%;
  vertical-align: middle;
}
.logoPedidos {
  width: 100px;
  display: inline-block;
  margin: 8px 2% 12px 12px;
  vertical-align: middle;
}

.encabezado{
  position: fixed;
  width: 100%;
  margin-top: -10px;
  background: rgb(245,245,245);
  height: 60px;
  z-index: 12;
}
.ulMenu{
  margin: 15px 0px 0px 0px;
  padding: 0px;
  width: 85%;
  display: inline-block;
  vertical-align: top;
}

.ulMenu li{
  display: inline-block;
  text-decoration: none;
  width: 24%;
  padding-bottom: 16px;
  padding: 10px 0%;
  background: rgba(0,0,0,0.8);
  color: white;
  text-align: center;
  font-size: 1.6em;
  height: 15px;
  line-height: 15px;
  font-family: 'Catamaran', sans-serif;
  cursor: pointer;
}

.barrasuperior{
  padding-left: 1%;
  width: 100%; 
  background: white; 
  position: fixed;
}
.Usuario{
  font-size: 1.5em; 
  color: rgba(0,0,0,0.8); 
  margin: 20px 0% 0px 0%; 
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.panelcentral{
  margin-top: 50px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-family: 'Catamaran', sans-serif;
}
.tituloDatos{
  font-size: 2em; 
  text-align: left; 
  margin: 0px;
  margin-left: 11%;
  letter-spacing: 3px;
  color: rgba(0,0,0,0.8);
}
.Datos{
  display: none; 
  width: 100%; 
  padding: 0px 0% 20px 0%;
  margin-bottom: 30px;
}
.Edicion{
  display: none; 
  width: 100%; 
  padding: 0px 0% 20px 0%;
  margin-bottom: 30px;
}
.underline{
  width: 80px;
  margin-left: 11%;
  height: 1px;
  background-color: rgba(0,0,0,0.8);
  margin-bottom: 40px;
}
.bloque{
  padding: 40px 0px;
  background-color: rgb(245,245,245);
}
.BotonDatosC{
  width: 10%;
  background: rgba(0,0,0,0.8);
  color: white;
  display: inline-block;
  margin:0px 0% 0px 72.5%;
  padding: 10px 0px;
  border: none;
  cursor: pointer;
}
.BotonDatosG{
  width: 10%;
  background: rgba(0,0,0,0.8);
  color: white;
  display: inline-block;
  margin:0px 0% 0px 1%;
  padding: 10px 0px;
  border: none;
  cursor: pointer;

}
.BotonCancelar{
  width: 10%;
  background: rgb(245,245,245);
  color: rgb(91,91,91);
  display: inline-block;
  margin:0px 0% 0px 65%;
  padding: 10px 0px;
  cursor: pointer;
  border: solid 1px rgb(11,11,11);
}
.BotonGuardar{
  width: 10%;
  background: rgb(245,245,245);
  color: #a66b07;
  display: inline-block;
  margin:0px 0% 0px 1%;
  padding: 10px 0px;
  border: solid 1px rgb(11,11,11);
  cursor: pointer;

}
.entrada1{
  display: inline-block;
  color: rgba(0,0,0,0.8);
  font-size: 1.2em;
  text-align: left;
  background: transparent;
  vertical-align: middle;
  border: solid 2px transparent;
  width: 32%;
  padding: 5px 0.5%;
  margin: 10px 0.5%;
  box-shadow: 0px 1px 0px 0px;
}
.entradaEdicion{
  display: block;
  color: white;
  font-size: 1.2em;
  text-align: left;
  background: rgba(0,0,0,0.8);
  width: 100%;
  padding: 5px;
}
.entradaColor{
  display: inline-block;
  width: 10%;
  background:transparent;
  margin: 0px;
  padding: 0px;
  border:none;
}
.ppInput{
  display: inline-block;
  width: 15%;
  font-size: 1.2em;
  color: rgba(0,0,0,0.8);
}
.ppEdicion{
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
  color: white;
  margin: 15px 0px 5px 0px;
}
.ppEdicionColor{
  display: inline-block;
  width: 80%;
  font-size: 1.2em;
  color: white;
  margin: 0px;
}
.ppInputEdicion{
  display: inline-block;
  margin-left: 11%;
  font-size: 2em;
  color: rgba(0,0,0,0.8);
}
.checkOption{
  width: 15px;
  height: 15px;
  border-radius: 2px;
  vertical-align: middle;
  margin: 5px;
}
.ppOption{
  font-size: 1.2em;
  display: inline-block;
  color: white;
  margin: 0px 5px;
  width: 80%;
  vertical-align: top;
}

.divBotones{
  float: right;
  width: 100%;
  margin-top: -50px;
  position:fixed;
  z-index: 11;
  padding: 10px 0%;
  background: white;
}
.botonagregar{
  background: rgba(0,0,0,0.8);;
  color: white;
  font-size: 1.2em;
  padding: 5px;
  display: inline-block; 
  width: 40px;
  height: 40px;
  border-radius: 50%; 
  margin: 0px 1% 20px 5%; 
  font-weight: bold; 
  cursor: pointer;
  border: none;
}
.divSeccionElemento{
  padding: 10px 10%;
  width: 80%;
}
.menuEstilos{
  width: 11%;
  position: fixed;
  z-index: 20;
  background: rgba(83,89,90,0.5);
  padding: 20px 1%;
  margin-top: 50px;
  transition: 1.5s;
}
.MenuEstilosCompacto{
  margin-left: -12%;
  transition: 1.5s;
}
.divEstilos{
  width: 100%;
  text-align: left;
  z-index: 21;
}

.IntegrarContainer{
  margin: 30px 5% 30px 11%;
  width: 82%;
  padding: 10px 1%;
  background: rgba(0,0,0,0.8);
  cursor:pointer;
}
.ppIntegrar{
  font-size: 2em;
  color: white;
  margin: 0px;
}
.ppSubIntegrar{
  font-size: 1em;
  color: white;
  margin: 0px;  
}

.IconoTrash{
  cursor: pointer;
  margin-bottom: 15px;
  color: rgba(0,0,0,0.8);
  float: none!important;
}
.powerOn{
  vertical-align: middle;
  margin-left: 5px;
  width: 30px;
  height: 18px;
  border-radius: 10px;
  display: inline-block;
  border: solid 1px white;
  background-color: #61b138;
  cursor: pointer;
  color: transparent;
}
.powerOn:before{
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  background-color: white;
  margin: 2px 0px 0px 14px;
}
.powerOff{
  vertical-align: middle;
  margin-left: 5px;
  width: 30px;
  height: 18px;
  border-radius: 10px;
  display: inline-block;
  border: solid 1px white;
  background-color: #ce2727;
  cursor: pointer;
  color: transparent;
}
.powerOff:before{
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  background-color: white;
  margin: 2px 0px 0px 2px;
}

.IconoImg{
  cursor: pointer;
  font-size: 2em;
  vertical-align: middle;
  color: rgba(0,0,0,0.8);
}
.formulario{
  margin-left:5%;
}
.divImagenes{
  padding-top: 80px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 28;
  display: none;
  background: rgb(245,245,245);
  min-height: 100vh;
}
.divImgMini{
  display: block;
  width: 90%;
  margin: 10px 5%; 
}
.imgMini{
  height: 120px;
  display: inline-block;
  vertical-align: middle;
}
.IconoTrashIMG{
  vertical-align: middle;
  padding: 10px;
  font-size: 2em;
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
.codigoText{
  width: 95%;
  border: none;
  overflow: auto;
}

.ventanaIntegrar{
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 28;
  display: none;
  background: white;
  min-height: 100vh;
  padding-bottom: 50vh;
  padding-top: 30px;
}

.BotonVolver{
  background: rgba(0,0,0,0.8);
  color: white;
  position: fixed;
  z-index: 90;
  margin:5px 0% 0px 95%;
  padding: 5px;
  cursor: pointer;
}

.tituloReserva{
  font-size: 2.5em;
  text-align: center;
  margin: 0px;
  letter-spacing: 3px;
  color: rgba(0,0,0,0.8);
}
.ppReserva1{
  text-align: center;
}
.ppReserva{
  margin: 20px 20px;
  width: 12%;
  display: inline-block;
}
.ppReservaPlato{
  margin: 5px;
  display: inline-block;
  width: 38%;
}
.inputReserva{
  margin: 5px;
}
.inputNumber{
  width: 5%;
  text-align: center;
  display: inline-block;
}
.divReserva{
  vertical-align: top;
  width: 48%;
  display: inline-block;
  margin-top: 2vh;
}
.zonaPlatos{
  max-height: 34vh;
  overflow-y: auto;
  margin-top: 10px; 
}
.reservaTotal{
  font-size: 1.2em;
  font-weight: bold;
  width: 95%;
  text-align:right;
}
.botonReserva{
  padding: 10px;
  color: white;
  background-color: rgba(0,0,0,0.8);
  border:none;
  margin: 1vh 5% 1vh 0%;
}
.DivBotonesReserva{
  text-align: right;
  position: absolute;
  top: 70vh;
  width: 100%;
}


.ppLink{
  margin-left: 5%;
  font-style: italic;
}
.ppLinkA{
  padding: 30px; 
  display: inline-block; 
  text-decoration: 
  none;color: white
}
.zonaIntegrar{
  padding: 20px 5%;
}

.divAdminReserva{
  margin: 10px 0.4%;
  width: 99%;
  border: solid 1px rgba(0,0,0,0.8);
  cursor: pointer;
}
.divAdminReserva:hover{
  border: solid 1px #f68634;
}
.ppAdminReserva{
  display: inline-block;
  padding: 10px 0.3%;
  font-size: 1.4em;
  vertical-align: top;
  margin:0px;
}

.ppAdminReserva1{
 display: inline-block;
  vertical-align: top;
  margin: 0px;
  font-size: 1.4em;
  min-width: 50px;
}
.ppAdminReserva2{
 display: inline-block;
  vertical-align: top;
  margin: 0px;
  font-size: 1.1em
}

.inputReservaAgregado{
  background: transparent;
  border: none;
  border-bottom: solid 1px white;
  color: white;
  padding: 5px;
  margin-top: 10px;
  min-width: 50px;
}
.AdminDivDetalle{
  width: 88%;
  display: inline-block;
  padding: 10px 1%;
  margin: 0px 5% 20px 5%;
  display: none;
}

.IconoReserva{
  vertical-align: top;
  font-size: 1.8em;
  margin: 15px 0.2%;
  cursor: default;
}

.divIconosSuperiores{
  position: fixed;right: 1.2%; width: 51%;text-align: right;
  cursor:pointer;
  background: white;
}












.panellateral{
  position: fixed;
  display: none;
  vertical-align: top;
  width: 86%;
  margin: 120px 8% 0px 8%;
  text-align: center;
}
.ul1{
  width: 100%;
  padding: 0px;
}
.li1{
  display: inline-block;
  text-decoration: none;
  width: 94%;
  margin: 10px 0% 0px 0%;
  padding: 5px 3%;
  background: rgb(91,91,91);
  color: white;
  text-align: left;
  font-size: 1.2em;
  vertical-align: top;
}
.listadoMenu{
  display: inline-block;
  vertical-align: top;
  margin: 10px 5%;
  width: 18%;
}
.imagenLi{
  width: 70%;
  height: 55vh;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 20px 0%;
  display: inline-block;
  vertical-align: top;
}
.TextoLi{
  color: white;
  font-size: 1em;
  line-height: 40px;
  width: 99%;
  background: rgb(71,71,71);
  padding: 10px;
  cursor: pointer;
}
.ppTitle{
  font-size: 1.6em; 
  display: block;
  text-align: left;
  margin: 30px 0px 0px 0px;
}
.ppSubTitle{
  font-size: 1em; 
  display: block;
  text-align: left;
  font-weight: lighter;
  margin: 0px;
}



.listock{
  display: inline-block;
  text-decoration: none;
  width: 20%;
  padding: 10px 0%;
  background: rgb(91,91,91);
  color: rgb(237,125,53);
  text-align: center;
  font-size: 1.2em;
  border: solid 2px transparent;
  cursor: pointer;
}
.listock:hover{
  border: solid 2px rgb(0,213,0);
  cursor: pointer;
}
.lihome{
  height: auto;
  display: inline-block;
  text-decoration: none;
  width: 15.8%;
  padding: 10px 0%;
  background: rgb(91,91,91);
  color: rgb(237,125,53);
  text-align: center;
  font-size: 1.2em;
  border: solid 2px transparent;
  margin: 5px 0px;
  vertical-align: top;
}
.lihome:hover{
  border: solid 2px rgb(237,125,53);
  cursor: default;
}
@media screen and (max-width: 1024px) {
    .lihome {
      width: 48%;
      font-size: 1.4em;
   }
}

.admin{
  width: 48%;
  padding: 2px 0%;
  background: transparent;
  text-decoration: none;
  color: rgb(237,125,53);
  text-align: center;
  font-size: 1.2em;
}
.admin:hover{
  border: solid 2px transparent;
}

.textoli:hover{
    text-decoration: underline;
    cursor: default;
}

h1{
  font-size: 4em;
  display: block;
  font-weight: normal;
  color: rgb(237,125,53);
  letter-spacing: -2px;
  vertical-align: middle;
  text-align: center;
  margin: 0px 0px 0px 14%;
  margin-left: -5%;
}

.boton{
  display: block;
  background: rgb(91,91,91);
  color: #999;
  margin: 30px 0%;
  border: solid 2px transparent;
  font-size: 1.2em;
  padding: 10px 5px;
  width: 100%;
}
.boton:hover{;
  color: rgb(237,125,53);
  border: solid 2px rgb(237,125,53);
}
h2{
font-size: 2em;
text-align: left;
display: inline-block;
font-weight: normal;
color: rgb(115,115,115);
margin: 10px 2% 20px 20%;
letter-spacing: -1px;
vertical-align: middle;
}
h5{
font-size: 1.8em;
text-align: center;
display: block;
font-weight: normal;
color: rgb(237,125,53);
margin: 30px 0px 0px 10px;
letter-spacing: -1px;
text-align: center;
}
.boton1{
  display: inline-block;
  background: white;
  width: 40px;
  height: 40px;
  font-size: 1.2em;
  vertical-align: middle;
  margin-bottom: 0px;
  text-align: center;
  margin-left: 0%;
  cursor: pointer;
}
.boton1:hover{;
  background: rgb(237,125,53);
}
.boton1g{
  display: inline-block;
  background: white;
  width: 40px;
  height: 40px;
  font-size: 1.2em;
  vertical-align: middle;
  margin-bottom: 0px;
  text-align: center;
  margin-left: 0%;
  cursor: pointer;
}
.boton1g:hover{;
  background: rgb(237,125,53);
}
.boton1v{
  display: inline-block;
  background: white;
  width: 40px;
  height: 40px;
  font-size: 1em;
  vertical-align: middle;
  margin-bottom: 0px;
  text-align: center;
  margin-left: 18%;
  cursor: pointer;
}
.boton1v:hover{;
  background: rgb(0,213,0);
}
.boton1r{
  display: inline-block;
  background: white;
  width: 40px;
  height: 40px;
  font-size: 1em;
  vertical-align: middle;
  margin-bottom: 0px;
  text-align: center;
  margin-left: -40px;
  cursor: pointer;
}
.boton1r:hover{;
  background: rgb(202,0,0);
}

.entrada{
  display: inline-block;
  border-radius: 10px;
  color: rgb(115,115,115);
  font-size: 2em;
  text-align: center;
}
h3{
font-size: 1.4em;
text-align: left;
display: inline-block;
font-weight: normal;
margin: 2px 2%;
width: 10%;
color: white;
letter-spacing: -1px;
vertical-align: middle;
}
.tituloListado{
  display: inline-block;
  color: white;
  font-size: 1.6em;
  margin: 10px 2%;
}
.ppListado{
  display: inline-block;
  color: rgb(91,91,91);
  font-size: 1em;
  margin: 20px 2% 5px 2%;
}
.DivListado{
  width: 100%;
  border-bottom: solid 2px rgb(91,91,91);
  background: white;
}

.entrada2{
  display: block;
  border-radius: 10px;
  color: rgb(140,140,140);
  font-size: 1.2em;
  text-align: left;
  background: transparent;
  border: solid 2px #CCC;
  width: 50%;
  padding-left: 5px;
}
.entrada3{
  display: block;
  border-radius: 10px;
  color: rgb(140,140,140);
  font-size: 1.2em;
  text-align: left;
  background: transparent;
  border: solid 2px #CCC;
  width: 50%;
  padding-left: 5px;
  margin: 10px 0% 0px 25%;
}
h4{
font-size: 1.4em;
text-align: left;
display: inline-block;
font-weight: normal;
color: rgb(115,115,115);
margin: 2px 1%;
letter-spacing: -1px;
vertical-align: middle;
font-style: italic;
}




.botonagregar1{
  background: rgb(237,125,53);
  color: white;
  margin: 10px 0% 10px 70%;
  border-radius: 10px;
  font-size: 1.2em;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
}
.botonagregar1:hover{;
  color: rgb(237,125,53);
  background: rgb(91,91,91);
}
@media screen and (max-width: 1024px) {
    .botonagregar1 {
      margin: 80px 0% 0px 80%;
      font-size: 1.6em;
      padding: 15px;
   }
}
.loginAnterior{
  display: inline-block;
  border-radius: 30px;
  background: rgb(237,125,53);
  color: white;
  width: 70%;
  height: 150px;
  margin: 120px 0px 0px 8%;
}

select:disabled::-ms-expand {
    display: none;
}
select:disabled{
  appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
}

.dato{
  font-size: 1.4em;
  color: rgb(237,125,53);
  background: rgb(91,91,91);
  padding: 5px;
  text-align: center;
  display: inline-block;
  margin: 5px 0.2%;
  width: 16%;
  border: solid 2px transparent;
  letter-spacing: normal;
  font-family: "Calibri";
}
.dato:hover{
  border: solid 2px rgb(237,125,53);
}

::-webkit-input-placeholder { /* Chrome */
  color: rgb(180,180,180);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgb(180,180,180);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgb(180,180,180);
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgb(180,180,180);
  opacity: 1;
}
.tilderedondo {
  width: 25px; 
  height: 25px; 
  background: rgb(237,125,53);
  border-radius: 50%; 
  margin: 10px 3% 0px 30%;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
    .tilderedondo {
       margin: 10px 3% 0px 20%;
    }
  }
.menu{
  display: none;
}
@media screen and (max-width: 1100px) {
    .menu {
      display: inline-block;
      width: 10%;
      margin: -60px 5% 20px 10%;
      vertical-align: top;
    }
}
.usuariosfoto{
  width: 60%;
  margin-left: 20%;
}
@media screen and (max-width: 1100px) {
    .usuariosfoto {
    width: 98%;
    margin-left: 1%;
    }
  }
.comofunciona{
  width: 25%;
  margin-left: 37%;
}
@media screen and (max-width: 1100px) {
    .comofunciona {
    width: 70%;
    margin-left: 15%;
    }
  }
.divlogin {
  position: fixed;
  z-index: 2;
  display: none;
  width: 20%;
  background: white;
  top: 120px;
  left: 78%;
  border: solid 2px rgb(237,125,53);
}
svg:hover #svg1{
  fill: #fff;
}

.IconoSubir{
  text-align: center;
  color: rgb(237,125,53);
  font-size: 2em;
  cursor: pointer;
}
.VentanaArchivo{
  width: 100%; 
  top: 0px; 
  left: 0px; 
  text-align: center; 
  transform: scale(0);
  transition: 1s ease;
  position: fixed;
  background: white;
  height: 100vh;
  overflow-y: scroll;
  z-index: 10;
}
.IconoCerrar{
  display: block; 
  float: right; 
  margin: 20px;
  font-size: 2em;
}
.ppComprobante{
  width: 90%;
  color: rgb(91,91,91);
  font-size: 2em;
}

.alerta{
  -webkit-animation: Alerta infinite 0.5s;
  -webkit-animation-timing-function:ease-in-out;
  animation: Alerta infinite 0.5s;
  animation-timing-function: ease-in-out;
}
@keyframes Alerta {
  0%{background-color: black;}
  50%{background-color: red;}
  100%{background-color: black;}
}
@-webkit-keyframes Alerta {
    0%{background-color: black;}
  50%{background-color: red;}
  100%{background-color: black;}
}



@media screen and (max-width: 1100px) {
  .divHome{
    width: 80%!important;
    margin-bottom: 60px;
    display: inline-block;
    font-size: 1.4em;
  }
  .divHome1{
    display: block;
    padding: 50px 0% 0px 0%;
  }
  .divHomeImg{
    width: 100%!important;
    margin-bottom: -2px;
  }
  .ppHome{
    font-size: 1em;
  }
  .ppHome1{
  font-size: 1em;
  }
  .barrasuperior{
    display: none;
  }
  .logIn{
    width: 80%;
  }
  .entradaLogin{
    width: 90%;
    padding: 15px 3%;
  }
  .pie{
  }
   .ppAdminReserva{
    width: auto !important;
    margin:0px 3px;
  }
  .IconoReserva{
    margin:10px 3.5% !important;
  }
  .divAdminReserva{
    text-align: center;
  }
  .blockResponsive{
    display: block !important;
  }
  .noneResponsive{
    display: none;
  }
  .widthResponsive{
    width: 50%;
  }
  .size1{
    font-size: 1em; 
  }
  .checkOption{
    margin-top: 0px;
  }
  .AdminDivDetalle{
    text-align: left;
  }
  .minWResponsive{
    width: 15%!important;
  }
  .ppAdminReserva2{
    margin-left: 5%;
    width:90%!important;
  }
  .mensaje {
  left: 10%;
  width: 80%;
  }
  .mensajeConfirmar {
  top: 10vh;
  left: 5%;
  width: 88%;
  }
  .displayResponsive{
    display: block;
  }
  .anchoResponsive90{
    width: 90% !important;
  }
  .divIconosSuperiores{
    right: 0%; width: 100%;text-align: center;
  }
 }