
.login-body{
  width: 100%;
  height: 100%;
  /* background: linear-gradient(10deg,#695f4b 0%,#141414 30%,#0b0b0b 40%,#000000); */
  /* background: linear-gradient(10deg,#695f4b 0%,#282727 30%,#181616 40%,#000000); */
  background-image: url(../../assets/newfondos/login.png);
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
  flex-direction: column;
}
.login-header{
  width: 100%;
  height: 40px;
  display: flex;
}
.login-whatsapp{
  position: fixed;
  width: 45px;
  bottom: 80px;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-whatsapp:hover{
  width: 50px;
}
.login-whatsapp a{
  width: 100%;
}
.login-whatsapp a img{
  width: 100%;
}
.bitdance{
  position: fixed;
  opacity: 0.1;
  width: 300px;
  height: 150px;
  bottom: 0px;
  left: calc(20% - 200px);
  z-index: -1;
}
.bitdance0{
  position: relative;
  width: 100%;
  height: 100%;
}
.bitdance img{
  position: absolute;
  height: 100%;
  bottom: 0;
  filter: blur(1px);
  -webkit-transition: all 4.2s ease;
  -moz-transition: all 4.2s ease;
  -ms-transition: all 4.2s ease;
  -o-transition: all 4.2s ease;
  transition: all 4.2s ease;
}
.logo-header{
  min-width: 150px;
}
.logo-header a{
  width: 100%;
  text-decoration: none;
}
.logo-header img{
  height: 90%;
  margin: auto;
  margin-left: 10px;
  display: block;
}
.botonmovil{
  width: calc(100% - 150px);
  display: none;
}
.menucabe{
  width: calc(100% - 150px);
  display: flex;
  justify-content: flex-end;
}
.menuli{
  width: 120px;
  margin: 0;
  display: flex;
}
.menuli a{
  margin: auto 10px;
  width: calc(100% - 20px);
  display: block;
  text-decoration: none;
  color:#fff;
  text-align: right;
  text-shadow: 0 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menuli a:hover{
  color: var(--main-green);
  text-shadow: 0 0 6px #393939;
}
.menucabemovil0{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: none;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  z-index: 101;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cerradamovil0{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 0;
}
.menucabemovil{
  position: relative;
  width: 200px;
  height: 100%;
  background: rgba(240, 240, 240, 1);
  display: flex;
  flex-direction: column;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menucabemovil ul{
  list-style: none;
  margin: 5px;
  padding: 0;
}
.menucabemovil ul li{
  text-align: left;
}
.menucabemovil ul li a{
  text-decoration: none;
  color: #454242;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  margin: 5px;
  width: calc(100% - 18px);
  padding: 4px;
  border-radius: 6px;
  background: rgba(69, 66, 66, 0.1);
}
.menucabemovil ul li a i{
  width: 30px;
  text-align: center;
}
.menucabemovil ul li a p{
  margin: 0;
  font-size: 15px;
}
.botonmovil2{
  margin: 0;
  width: 100%;
}
.botonmovil2 button{
  display: block;
  margin: 5px 10px;
  margin-left: auto;
  width: 30px;
  height: 30px;
  border-style: none;
  border-radius: 4px;
  color: #454242;
  font-size: 20px;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.botonmovil2 button:hover{
  background: #454242;
  color: #fff;
  cursor: pointer;
}
.dataemp{
  margin-left: 5px;
  width: calc(100% - 10px);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  opacity: 0.6;
  color: #454242;
}
.dataemp img{
  width: 100%;
  filter: grayscale(100%) opacity(60%) drop-shadow(0 0 0px black);
  margin: auto;
  margin-right: 0;
}
.dataemp h2{
  font-size: 14px;
  margin: 2px 5px;
}
.dataemp h3{
  font-size: 14px;
  margin: 2px 5px;
}
.dataemp h4{
  font-size: 14px;
  margin: 10px 5px 50px;
}
.login-content{
  width: 90%;
  max-width: 500px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
}
.botonmovil button{
  display: none;
  margin: 5px 10px;
  margin-left: auto;
  width: 30px;
  height: 30px;
  border-style: none;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.botonmovil button:hover{
  background: #fff;
  color: #454242;
  cursor: pointer;
}
.login-box{
  width: 100%;
  /* background: #fff; */
  border-radius: 0px;
  margin: 250px auto 0;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #535252;
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
}
.loginavatar{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  top: -140px;
  left: calc(50% - 100px);
}
.login-box h1{
  margin: 60px 5px 5px;
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
}
.login-box p{
  margin: 2px 5px;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
}
.login-box p a{
  text-decoration: none;
  color: #0B75BB;
  font-weight: bold;
}
.loginform{
  margin: 2px 5px 5px;
  width: calc(100% - 10px);
  display: flex;
  flex-direction: column;
}
.loginform label{
  margin: 4px 5px 1px;
  font-size: 14px;
}
.loginform input{
  margin: 0px 5px 5px;
  border-radius: 4px;
  border-style: none;
  /* border-radius: 2px;
  background: #454242;
  color: #fff; */
  background: #454242;
  color: #fff;
  /* border-bottom: 2px solid #b0aeae; */
  padding: 1px 5px;
  width: calc(100% - 20px);
  font-size: 14px;
}
.loginform button{
  width: calc(60% - 0px);
  border: 0px solid var(--main-yellow);
  background: linear-gradient(90deg,#1C3F7D,#0B75BB,#1C3F7D);
  border-radius: 10px;
  padding: 10px 0;
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.loginform button:hover{
  color: var(--main-orange);
  background: #fff;
}
.formreg0{
  width: 100%;
  display: flex;
}
.formreg1{
  width: 50%;
}
.formreg1 select{
  margin: 0px 5px 5px;
  border-style: none;
  border-radius: 4px;
  /* border-radius: 2px;
  background: #454242;
  color: #fff; */
  background: #454242;
  color: #fff;
  /* border-bottom: 2px solid #b0aeae; */
  padding: 1px 5px;
  width: calc(100% - 10px);
  font-size: 14px;
}
@media(max-width: 600px){
  .menucabe{
    display: none;
  }
  .botonmovil{
    display: block;
  }
  .botonmovil button{
    display: block;
  }
  .login-box{
    margin: 150px auto 0;
  }
}
