#contInicioSesionFijo {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.negroBkg80 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#divMensajeInicio {
  position: fixed;
  width: 36%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 3;
  margin-top: 64px;
  background-color: transparent;
  border-radius: 5px;
}

#cerrarDivInicioSesion {
  position: absolute;
  right: -10px;
  width: 22px;
  height: 22px;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  border-radius: 29px;
  z-index: 1;
  margin-top: 1% !important;
}

#cerrarDivInicioSesion:hover {
  opacity: 0.9;
}

.tituloInicioSesion {
  display: block;
  position: relative;
  color: #4b4b4b;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 14px;
  margin-top: 30px;
  margin-bottom: 23px;
  text-align: center;
  font-size: 23pt;
}

.entradaInicioSesion {
  position: relative;
  display: block;
  /* width: calc(66% - 15px); */
  height: 30px;
  border: 1px solid #9f9f9f;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
  text-indent: 2mm;
  color: #8f9194;
  border-radius: 0px;
  font-size: 13px;
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
  padding-right: 15px;
  border-radius: 5px;
}

.entradaInicioSesion::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
  opacity: 0.8;
}

.entradaInicioSesion:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 0.8;
}

.entradaInicioSesion::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 0.8;
}

.entradaInicioSesion:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  opacity: 0.8;
}

.entradaInicioSesion::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  opacity: 0.8;
}

#signInHalf {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-left: 3%;
  margin-top: 25px;
}

#firstSignInHalf {
  position: relative;
  height: auto;
}

#secondSignInHalf {
  position: relative;
  height: auto;
}

#registerHalf {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-top: 25px;
}

.signInButton {
  position: relative;
  width: 14%;
  float: left;
  height: 27px;
  line-height: 35px;
  text-align: center;
  background-color: black;
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  border: 1px solid black;
}

.signInArrow {
  height: 14px;
  width: auto;
  margin-bottom: 2px;
}

.casillaVerificacionInicioSesion {
  width: 15px;
  height: 15px;
  float: left;
  position: relative;
  border-radius: 0;
  margin-top: 10px;
  border: 1px solid #c4c4c4;
}

.casillaVerificacionInicioSesion:checked {
  background-image: url(../../files/tick.png);
  background-color: white;
  border: black 1px solid;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

.checkboxText {
  float: left;
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
}

#forgotPassword {
  position: relative;
  float: right;
  margin-top: 11px;
  text-align: right;
  font-size: 12px;
  margin-right: 16%;
  color: #4b4b4b;
  cursor: pointer;
}

#forgotPassword:hover {
  text-decoration: underline;
}

#signInHalvesDivider {
  position: relative;
  float: left;
  width: 2px;
  height: 450px;
  margin-top: 32px;
  margin-left: 7%;
  margin-right: 7%;
  background-color: #942020;
  border-radius: 10px;
}

#divContInicioSesion {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#terms {
  font-size: 11px;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  color: #4b4b4b;
}

#textoDescuentos {
  position: relative;
  float: left;
  width: 210px;
  margin-left: 10px;
  margin-top: 8px;
  color: #4b4b4b;
  font-size: 11px;
}

#filaDescuentos {
  position: relative;
  width: 70%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
}

#reciboDescuento {
  margin-top: 10px;
}

#signGuest {
  width: 100%;
  height: 128px;
  position: relative;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

#inicioSesionUsuario {
  margin-top: 1%;
  height: auto;
  position: relative;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  font-family: "TodaySHOP";
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.btnGrandeInicioSesion {
  position: relative;
  padding: 0px 20px;
  margin: 0 auto;
  height: 40px;
  text-align: center;
  background-color: black;
  color: white;
  margin-top: 20px;
  letter-spacing: 0;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  border: 2px solid black;
  font-size: 15pt;
  line-height: 40px;
  line-height: 40px;
  font-weight: 500;
  text-transform: lowercase;
}

.infoSpan {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 8px;
  margin-top: 10px;
  color: #4b4b4b;
}

.ocultarContenedorRegistro {
  display: none;
}

.btnGrandeInicioSesion:not(.facebookConnect):hover {
  background-color: white;
  color: black;
}

.facebookInitial {
  height: 16px;
  width: auto;
  margin-top: 9px;
  margin-left: 4%;
  float: left;
}

.facebookConnect {
  background-color: #3c5a98;
  display: block;
  border: 2px solid #3c5a98;
  margin-bottom: 0px;
  text-transform: uppercase;
  height: 35px;
  font-size: 19pt;
  line-height: 35px;
  display: none;
}

.facebookText {
  float: left;
  margin-left: 14px;
  color: white;
  line-height: 27px;
  font-size: 12pt;
  letter-spacing: 0px;
  line-height: 36px;
  text-transform: lowercase;
  font-family: "TodaySHOP";
}

#cambiarBtnRegistro,
#cambiarBtnInicioSecion {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  background-color: black;
  color: white;
  margin-top: 20px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  border: 2px solid black;
  margin-top: 12px;
  float: left;
  border-radius: 5px;
  font-weight: 800;
  font-size: 18px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0;
  font-size: 18pt;
}

#cambiarBtnRegistro:hover {
  opacity: 0.8;
}

#cambiarBtnInicioSecion:hover {
  opacity: 0.8;
}

.textoTitulos {
  color: black;
  font-size: 14px;
  width: 48%;
  margin: 0 auto;
  font-weight: bold;
}

#registrarUsuario {
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: auto;
  overflow-y: scroll;
  padding-bottom: 11px;
}

.facebookSecond {
  margin-left: 5%;
}

.separadorTitulos {
  position: relative;
  width: 67%;
  border-bottom: 1px solid #942020;
  height: 1px;
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
}

#guestInputContainer {
  width: 70%;
  margin: 0px auto;
  height: 37px;
}

#signInEmailGuest {
  width: 83%;
  margin-left: 0px;
  float: left;
  margin-top: 0px;
  padding: 0;
  text-indent: 10px;
  height: 27px;
  text-transform: none;
  font-weight: normal;
  font-size: 11px;
  line-height: 11px;
  color: black;
  letter-spacing: 0px;
}

placeholder {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 9px;
  line-height: 11px;
  color: black;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #divMensajeInicio {
    width: 85%;
    height: 85%;
    overflow: visible;
    margin-top: 10px;
    height: 500px;
  }
  .contRegistro #cerrarDivInicioSesion {
    background-color: #c94633;
    color: white;
    margin-top: 55px !important;
  }
  #signInHalf {
    width: 100%;
    margin-left: 0px;
    float: none;
    margin-top: 25px;
    height: auto;
    transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
  }
  #signInHalvesDivider {
    position: relative;
    float: none;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: #942020;
  }
  #registerHalf {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
    height: auto;
    /*
        transition: height .3s;
        -moz-transition: height .3s;
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        */
  }
  #cerrarDivInicioSesion {
    top: 27px;
    right: -8px;
    border-radius: 18px;
  }
  .close {
    display: none !important;
  }
  .signInLinkTitle {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    color: #942020;
    letter-spacing: 1px;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 10px;
  }
  .facebookConnect {
    margin-bottom: 10px;
  }
  .tituloInicioSesion {
    margin-top: 53px;
    margin-bottom: 20px;
  }
  #terms,
  #forgotPassword,
  .checkboxText {
    margin-top: 10px;
  }
  #signInHalvesDivider {
    display: none;
  }
  #divisorInicioSesionposition {
    position: relative;
    float: none;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: #942020;
  }
  .facebookText {
    margin-left: 10px;
    font-size: 12px;
  }
  #cambiarBtnRegistro {
    width: 99%;
  }
  #textoDescuentos {
    width: 79%;
  }
  #inicioSesionUsuario {
    /* height: 340px; */
    margin-top: 35%;
  }
  .entradaInicioSesion {
    height: 30px;
  }
  #registrarUsuario {
    height: 62vh;
    margin-top: 13%;
    padding-bottom: 30px;
    overflow: scroll;
  }
  .btnGrandeInicioSesion {
    margin-top: 15px;
  }
}
