*{
    font-family: roboto;
    font-size: 16px;
    margin: 0;
    padding: 0;
}


.logowiz-header{
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: 10px;
    width: 17vh;
}

.backwiz-landing-img2{
    width: 100vw;
}


.titulos{
    margin-left: 5%;
    margin-top: 7%;
    position: absolute;
    color: white;
    top: 3em;
    font-size: 2.7vw;
}

.titulos2{
    margin-left: 5%;
    margin-top: 3.5%;
    position: absolute;
    color: white;
    top: 3em;
    font-size: 4vw;
    font-weight: bold;
}

.msgproducto2 {
  position: absolute;
  top: 30em;
  left: 5em;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 1vw;
  font-weight: bold;
  /*color: #0F87C9;*/
  color: white;
}

.msgOlvido2 {
  position: absolute;
  top: 18em;
  left: 2.5em;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 2vw;
  font-weight: bold;
  color: white;
  text-shadow: 5px 5px 10px #151414;
}

.msgHogar2 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 2vw;
  font-weight: bold;
}

.ingresoEmail{
    position: absolute;
    top: 18em;
    left: 3.2em;
    height: 2.2em;
    width: 22em;
    border-color: white;
    border-width: 1px;
    border: solid;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 1.6vw;
    padding: 0 10px 0 10px;
}

.btnQuiero{
    position: absolute;
    top: 23em;
    left: 11em;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.0);
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
    color: white;
    font-size: 1.5vw;
    padding: 10px;
    cursor: pointer;
}

.btnTiendaWiz:hover {
  background-color: #0F87C9;
  color: white;
}

.btnTiendaWiz{
    position: absolute;
    top: 18em;
    left: 6em;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.0);
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
    color: white;
    font-size: 1.5vw;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
    text-decoration: none;
}

.btnTiendaWiz2:hover {
  background-color: #0F87C9;
  color: white;
}

.btnTiendaWiz2{
    border: 2px solid #0F87C9;
    background-color: rgba(255, 255, 255, 0.0);
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
    color: #0F87C9;
    font-size: 1.5vw;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
    text-decoration: none;
}

.btnQuiero:hover {
  background-color: #0F87C9;
  color: white;
}

.msgBases{
  font-size: 1.1vw;
/*font-size: 18px;*/
  text-decoration: none;
  color: white;
}

.divBases2{
  text-align: center;
  background-color: #0F87C9;
  width: 10vw;
  transform: rotate(270deg);
  border-radius: 15px 15px 0 0;
  color: white;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 35%;
  right: -3.7%;
  padding: 0.5vw;
  cursor: pointer;
}

.div-acepTer{
text-align: center;
}

.lblTerminos{
    font-size: 1vw;
    text-align: center;
}

.politicas {
  font-family: "Roboto", sans-serif;
  font-size: 1vw;
  color: #0F87C9;
  }

.politicas: link {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
  }

.footer{
text-align: center;
bottom: 0;
width: 100%;
}
