/* Controles Básicos por defecto */
*
{ margin: 0;
  padding: 0;
  font-family: 'Roboto';
  text-align: left;
  color: #363636;
  font-size: 14px;
}

html
{ width: 100%;
  height:100%;
  float: left;
}

body
{ width: 100%;
  height: 100%;
  float: left;
}

.Contenedor
{ width: 100%;
  height: 100%;
  float: left;
}

div
{ width: 100%;
  float: left;
}

label
{ background: #fff;
  padding: 0.25rem;
  font-size: 0.75rem;
  color: #363636;
  width: auto;
  float: left;
  position: absolute;
  top: -0.2rem;
  left: 1.5rem;
}

img
{ width: 100%;
  float: left;
}

button
{ cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 0;
  font-weight: 400;
  font-size: 0.75rem;
  float: left;
  text-align: center;
}

input
{ float: left;
  border: none;
  font-size: 1.15rem;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  font-weight: 300;
  margin: 0.5rem 1rem 1.5rem 1rem;
  width: calc(100% - 4rem - 2px);
}

.LoginIngreso .LoginUsuario span
{font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  margin: 0 0 2rem 0;
  float: left;
  text-align: center;
  width: 100%;

}

input:focus-visible
{ outline: solid 2px #363636;

}
.Contenedor
{ background-size: cover;
  background-image: url("./Imgs/background.png");
  position: relative;
}

.LoginUsuario input
{ width: calc(100% - 2rem); 
  margin:0 0 5% 0;
}

.LoginUsuario div
{ position: relative;
}

.LoginUsuario img
{ position: absolute;
  top: 0.9rem;
  right: 1rem;
  width: 1.5rem;
}

.LoginUsuario div:nth-of-type(2) img{cursor: pointer;}

.LoginUsuario
{ padding: 2%;
  background: transparent;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
  position: absolute;
  width: 20%;
  border-radius: 15px;
  right: 5%;
  bottom: 5rem;
}

.LoginUsuario a
{ color: #fff;
}

.LoginUsuario button {
  width: 100%;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
	background: linear-gradient(rgba(106, 101, 105, .3), rgba(106, 101, 105, .3), rgb(106, 101, 105,.3));
	margin: 10% 0 0 0 ;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}

.LoginUsuario button:hover
{ /*background: linear-gradient(#656565,#7f7f7f,#9b9b9b);*/
  background:linear-gradient(rgba(106, 101, 105, .8), rgba(106, 101, 105, .5), rgb(106, 101, 105,.5));
  transition-duration: 0.5s;
}

.Recupera
{ font-size: 0.75rem;
  color: #1a85db;
  text-decoration: underline;
  text-align: right;
  display: inline;
  cursor: pointer;
  width: 50%;
  float: left;
  margin: 0 0 0 50%;
} 

#Recupera
{ position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.39);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
}

.mRecupera 
{ background: white;
  border-radius: 10px;
  padding: 1rem 1%;
  width: 20%;
  margin: 10% 40%; 
  display: none;
}

.mRecupera div
{ position: relative;

}

.mRecupera span
{  margin-bottom: 2%;
  margin-left: 2%;
}


.mRecupera .mCambia
{ display: none;
}

.mRecupera .mCambia .mcMens span
{ width: 100%;
  float: left;
  text-align: center;
  margin: 0;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
  color: #777;
}

.mRecupera .mCambia .mcDiv span
{ background: #fff;
  padding: 0.25rem;
  font-size: 0.85rem;
  color: #363636;
  width: auto;
  float: left;
  position: absolute;
  top: -0.3rem;
  left: 1rem;
}

.mRecupera .mCambia .mcDiv input
{ float: left;
  border: solid 1px;
  font-size: 1.15rem;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  font-weight: 300;
  margin: 0.5rem 1rem 1.5rem 1rem;
  width: calc(100% - 4rem - 2px);
}

.mRecupera .mCambia .mcDiv img
{ position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
}

.mRecupera .mcError
{ display: none;
  width: calc(100% - 1rem);
  float: left;
  font-size: 0.85rem;
  text-align: center;
  padding-top: 0.5rem;
  color: #ff00008f;
}


#Recupera img
{ width: 1rem;
  cursor: pointer;
  float: right;
}

#Recupera h1
{ width: calc(100% - 1rem);
  text-align: left;
  font-size: 1.25rem;
}

#Recupera button
{ width: 96%;
  margin: 0 2% 0 2%;
  font-size: 1rem;
  color: #fff;
  background: #008FE1;
}

#Recupera input
{ border: solid 1px;
}

.LoginFirma
{ display: flex;
  align-items: center;
}

.mRecuperaTit
{ display: flex;
  align-items: center;
  margin: 0 0 5% 0;
}

.TitVirbac
{ color: #fff;
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
  margin: 5rem 0;
  display: none;
}

.Empresa
{ position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  bottom: 2rem;
  display: none;
}

.Empresa span
{ font-size: 1rem;
  color: #fff;
  margin: 1rem 0;
  text-align: center;
}

.Empresa img
{ width: 30%;
  

}

/* Responsive para portatil */
@media (max-width:1300px)
{ *
  { font-size: 14px;

  }
}

/* Responsive para tablet */
@media (max-width:1000px)
{ *
  { font-size: 14px;

  }
}

/* Responsive para celular cuando la rotación sea horizontal */
@media (max-width:750px) and (min-width:400px)
{ *
  { font-size: 18px;

  }
  .LoginImgIzq
  { display:none;
  }

  .LoginIngreso
  { width: 100%;
  }
  .mRecupera
  { width: 70%;
    margin: 35% 10%;
    padding: 5%;
  }

  #Recupera button 
  { width: 88%;
    margin: 5% 2% 0 6%;
    }

  #Recupera h1
  { width: 100%;
    text-align: center;
    margin-bottom: 5%;
    font-size: 1.2rem;
    margin-top: 2%;
  }

  #Recupera img
  { width: 5%;
  }

  .mRecupera span
  { margin-bottom: 2%;
    margin-left: 6%;
    font-size: 0.75rem;
  }




}

/* Responsive para celular */
@media (max-width:800px)
{ *
  { font-size: 14px;

  }


  .Contenedor
  { background-repeat: no-repeat;
    background-position: 78%;
  }

  .LoginImgIzq
  { display:none;
  }

  .LoginIngreso
  { width: 100%;

  }
  .mRecupera {
    background: white;
    border-radius: 10px;
    padding: 2%;
    width: 80%;
    margin: 25% 8%;
    display: none;
  }
  #Recupera h1
  { font-size: 1rem;
    width: 93%;
  }

  #Recupera img {
    width: 5%;
    cursor: pointer;
    float: right;

  }

  .Recupera
  { font-size: 0.75rem;

  }

  .LoginUsuario
  { padding: 5%;
    background: transparent;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    width: 80%;
    border-radius: 15px;
    margin: 0rem 5%;
    position: relative;
    right: 0;
    bottom: 0;
  }

  .TitVirbac, .Empresa
  { display: flex;

  }
}