
body{
  font-family: Roboto;
  font-weight: 300;
}

.sombraBox{
  box-shadow: 0px 0px 16px 0px rgb(32 33 36 / 15%);
}

.sombraText{
  text-shadow: 0px 0px 10px #000000;
}

.floatLeft{
  float: left !important;
}

.floatRight{
  float: right !important;
}

.rad5{
  border-radius: 5px !important;
}

.rad10{
  border-radius: 10px !important;
}

.rad20{
  border-radius: 20px !important;
}

.wid48{
  width: 48% !important;
}

.wid50{
  width: 50% !important;
}

.wid100{
  width: 100% !important;
}

.wid120{
  width: 120px !important;
}

.widMaxCont{
  width: max-content !important;
}

.mTop5{
  margin-top: 5px !important;
}

.mTop10{
  margin-top: 10px !important;
}

.mTop20{
  margin-top: 20px !important;
}

.mTop30{
  margin-top: 30px !important;
}

.mBottom10{
  margin-bottom: 10px !important;
}

.mLeft5{
  margin-left: 5px !important;
}

.mLeft10{
  margin-left: 10px !important;
}

.Font12{
  font-size: 12px !important;
}

.Font15{
  font-size: 15px !important;
}

.Font20{
  font-size: 20px !important;
}

.Font25{
  font-size: 25px !important;
}

.Font30{
  font-size: 30px !important;
}

.txtVerde{
  color: #4caf50 !important;
}

.txtVerdeClaro{
  color: #55df5a !important;
}

.txtGris{
  color: #999 !important;
}

.txtRojo{
  color: #F44336 !important;
}

.txtNaranja{
  color: #FF9800 !important;
}

.txtBlueCool{
  color: #607d8b !important;
}

.txtBlanco{
  color: white !important;
}

.txtGrisOscuro{
  color: #555 !important;
}

.txtLightBlue{
  color: #2196f3 !important;
}

.center{
  text-align: center !important;
}

.left{
  text-align: left !important;
}

.marginAuto{
  margin: auto !important;
}

.padd5{
  padding: 5px !important;
}

.padd8{
  padding: 8px !important;
}

.padd10{
  padding: 10px !important;
}

.padd15{
  padding: 15px !important;
}

.padd20{
  padding: 20px !important;
}

.padd30{
  padding: 30px !important;
}

.bold{
  font-weight: bold !important;
}

.pointer{
  cursor: pointer;
}

.label{
  background-color: grey;
  color: white;
  padding: 5px;
  border-radius: 5px;
  width: max-content;
}

.labelGris{
  background-color: #eee;
  color: 000;
  padding: 5px;
  border-radius: 5px;
  width: max-content;
}

/* ESTILOS MENSAJES NUEVOS */
.bgColorVerde{
  border-color: #4CAF50 !important;
  background-color: #4CAF50 !important;
}

.bgColorVerde:hover{
  border-color: #3d8c40 !important;
  background-color: #3d8c40 !important;
}

.bgColorVerdeClaro{
  border-color: #55df5a  !important;
  background-color: #55df5a  !important;
}

.bgColorVerdeClaro:hover{
  border-color: #55df5a  !important;
  background-color: #55df5a  !important;
}

.bgColorRojo{
  border-color: #f44336 !important;
  background-color: #f44336 !important;
}

.bgColorRojo:hover{
  border-color: #bd3126 !important;
  background-color: #bd3126 !important;
}

.bgColorNaranja{
  border-color: #ff9800 !important;
  background-color: #ff9800 !important;
}

.bgColorNaranja:hover{
  border-color: #de8502 !important;
  background-color: #de8502 !important;
}

.bgColorBlueCool{
  border-color: #607d8b !important;
  background-color: #607d8b !important;
}

.bgColorBlueCool:hover{
  border-color: #546e7a !important;
  background-color: #546e7a !important;
}

#msjConsole{
  position: fixed;
  bottom: 10px;
  left: 10px;
  min-width: 30%;
  max-width: 90%;
  z-index: 9999999999;
}

.msjConsoleItem{
  width: max-content;
  padding: 15px;
  border-radius: 5px;
  color: white;
  width: 100%;
  margin: 5px;
  text-align: left;
}

.msjConsoleIcon{
  font-size: 16px;
  margin-right: 10px;
}

.msjConsoleClose{
  float: right;
  margin-top: 5px;
  font-size: 12px;
}

.msjConsoleClose:hover{
  color: #fafafa;
}

#headerBar{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 80px;
  /*
  background-color: #0000003b;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); */
}

#headerBarLogo{
  position: fixed;
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 500px;
  padding: 5px;
  left: 50px;
  top: 10px;
  background-color: white;
  border: solid 5px #fff;
}

#headerBarMenuContainer{
  float: right;
  font-size: 25px;
  margin: 20px;
}

#headerBarMenuBtn{
  color: white;
  cursor: pointer;
}

#bodyImage{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

#bodyMainContainer{
  text-align: center;
  font-size: 15px;
  background-color: white;
  width: max-content;
  max-width: 95%;
  min-width: 20%;
  margin: auto;
  margin-top: 200px;
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 200px 0px rgb(40 41 38 / 65%);
  
  .formTitle {
    text-align: left;
    font-size: 20px;
  }
  
  .formSubtitle {
    text-align: left;
    margin-top: 5px;
    color: #71717a;
    font-weight: 500;
    letter-spacing: .28px;
    font-size: 14px;
  }
}

#modalLibreFloat{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  background-color: #00000094;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  overflow-y: auto;
}

#modalLibreFloatMain{
  background-color: white;
  width: max-content;
  min-width: 500px;
  margin: auto;
  padding: 30px;
  border-radius: 20px;
  margin-top: 80px;
  margin-bottom: 50px;
}

.btnMenu{
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  border: none;
  background-color: #fafafa;
}

.btnMenu:hover{
  background-color: #eee;
}

.btnPrimary{
  background-color: #000;
  color: white;
}

.btnPrimary:hover{
  background-color: #3b3b3b;
  color: white;
}

.btnPrimary:focus{
  background-color: #3b3b3b;
  color: white;
}

.btnDanger{
  background-color: #ffd7d4;
  color: #F44336;
}

.btnDanger:hover{
  background-color: #facecb;
  color: #F44336;
}

.btnDanger:focus{
  background-color: #facecb;
  color: #F44336;
}

.btnSuccess{
  background-color: #d7f7d8;
  color: #3c9940;
}

.btnSuccess:hover{
  background-color: #c7eec8;
  color: #3c9940;
}

.btnSuccess:focus{
  background-color: #c7eec8;
  color: #3c9940;
}

.divMenulogoTop{
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin: auto;
  margin-top: -55px;
  background-color: white;
  background-repeat: no-repeat;
}

.inputNew{
  border: none;
  border-bottom: solid 1px;
  border-radius: 0px;
  border-color: #ccc;
}

.inputNew:focus{
  border-color: #3f51b5;
}

.inputTitle{
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #9E9E9E;
}

#buttonsHomeContainer{
  margin-top: 30px;
  text-align: center;
}

.buttonHome{
  background-color: #000;
  color: white;
}

.listaLocalesItem{
  background-color: #fafafa;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: left;
  padding: 10px;
}

.listaLocalesItem:hover{
  background-color: #eee;
}

.listaDirItem{
  background-color: #fafafa;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: left;
  padding: 10px;
}

.listaDirItem:hover{
  background-color: #eee;
}

#modalIframe{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.divWarning{
  background-color: #ffeed4;
  color: #FF5722;
  margin: auto;
  width: max-content;
  padding: 5px;
  border-radius: 5px;
}

.inputValidCode{
  width: max-content;
  font-size: 30px;
  text-align: center;
  margin: auto;
}

.borderNewPass{
  padding: 20px;
  border: solid 1px #eeeeee;
  border-radius: 20px;
}

.divPassStatus{
  float: right;
  margin-top: -30px;
  margin-right: 10px;
}

#dirMap{
  height: 300px;
  background-color: #fafafa;
  border-radius: 20px;
}

#mapMarker{
  position: absolute;
  z-index: 999;
  text-align: center;
  width: max-content;
  margin-top: 100px;
  margin-left: -15px;
  font-size: 45px;
  color: #ff0013;
  display: none;
}

.divMsjOverMapMain{
  width: 100%;
  height: 20px;
  position: absolute;
  margin-top: 40px;
  left: 0px;
  z-index: 999;
}

.divMsjOverMapTxt{
  border-radius: 5px;
  background-color: #3f51b5c9;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: white;
  width: max-content;
  padding: 5px;
  margin: auto;
}

#divInfoPedido{
  width: max-content;
  min-width: 40%;
  margin: auto;
}

.indexPedidoMain{
  width: 100%;
  height: 50px;
  background: rgb(0,181,136);
  background: linear-gradient(180deg, rgba(0,181,136,1) 0%, rgba(0,204,153,1) 100%);
  color: white;
  border-radius: 5px;
}

.indexPedidoMainRechazado{
  background: rgb(198,40,40);
  background: linear-gradient(180deg, rgba(198,40,40,1) 0%, rgba(203,61,61,1) 100%);
}

.indexPedidoMainPendiente{
  background: #FF9800;
  background: linear-gradient(180deg, #e68900 0%, #FF9800 100%);
  height: 60px;
}

.indexPedidoMainListo{
  background: #0061b5;
  background: linear-gradient(180deg, #0061b5 0%, #006ecc 100%);
}

.indexPedidoImagen{
  height: 60px;
  width: 60px;
  border-radius: 500px;
  background-position: center;
  background-size: contain;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding: 0px;
  background-color: white;
  position: absolute;
  margin-left: 15px;
  margin-top: -5px;
  border: solid 4px;
}

.indexPedidoImagenMedium{
  height: 70px;
  width: 70px;
}

.indexPedidoTitle{
  position: absolute;
  margin-left: 90px;
  margin-top: 6px;
  font-weight: bold;
  font-size: 15px;
}

.indexPedidoEstado{
  margin-left: 90px;
  margin-top: 26px;
  position: absolute;
  font-size: 12px;
}

.indexPedidoVer{
  position: absolute;
  right: 10%;
  margin-top: 19px;
  font-size: 10px;
}

#divInfoTePidoMain{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

#divInfoTePido{
  text-align: center;
  margin: auto;
  background-color: #ffffff9e;
  border-radius: 10px 10px 0px 0px;
  padding: 8px;
  font-size: 12px;
  width: fit-content;
}

@media only screen and (max-width: 765px) {
  
  #modalLibreFloatMain{
    width: 90%;
    min-width: 90%;
  }
  
  .buttonHome{
    width: 80%;
    margin-top: 20px;
  }
  
  #bodyMainContainer{
    width: 90%;
  }
  
  #divInfoPedido{
    width: 90%;
  }
  
  #headerBarLogo{
    left: 10px;
    width: 100px;
    height: 100px;
  }

}

#cntPlaces {
  background: #fff;
  position: absolute;
  width: 100%;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  top: 60px;
  overflow-y: auto;
  padding: 10px 10px 0px 10px;
  display: none;
  z-index: 9;
  border-left: 1px solid #86b7fe;
  border-right: 1px solid #86b7fe;
  border-bottom: 1px solid #86b7fe;
  box-shadow: 0 4px 0 .25rem rgba(13,110,253,.25);
  
  > div {
    color: #5b5b5b;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
  }
}

#cntPlaces > div:hover {
  background-color: #fafafa;
}

.addressFormCnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 25px 0;
    gap: 10px;
    
    label {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      font-size: 15px;
      gap: 8px;
      width: 100%;
      
      span {
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1;
        color: #333;
      }
      
      input {
        border-radius: 6px;
        border: 1px solid #e4e4e7;
        width: 100%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }
    }
    
    .streetNumberCnt{
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      gap: 15px;
    }
}

.geoLocationBtn {
    background: none;
    border: none;
    color: #0000EE;
    letter-spacing: .28px;
    margin: 10px auto;
    font-size: 14px;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
}






















