/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "FutLetra";
  src: local("Futura"),
    url("../fonts/Futura\ Book\ font.ttf") format("truetype");
}

@font-face {
  font-family: "FutTitulo";
  src: local("Futura"),
    url("../fonts/Futura\ Heavy\ font.ttf") format("truetype");
}

/* ==========================================================================
   						Author's custom styles
   ========================================================================== */

/* =============================================================
	   	    EDITANDO LOS ESTILOS DE LA PAGINA DE Login
================================================================ */

#destacada {
  filter: brightness(50%);
}

.login {
  display: block;
  position: relative;
}

.login {
  top: 10%;
  width: 100%;
  position: absolute;
}

.login .cuadro {
  background-color: #fcfcfd;
  border-left: 0px rgba(0, 0, 0, 0.3) solid;
  border-top: 0px rgba(0, 0, 0, 0.3) solid;
  -webkit-box-shadow: 5px 5px 35px 35px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 35px 35px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 35px 35px rgba(0, 0, 0, 0.3);
}

.login .botones img {
  width: 100%;
}

.login .botones .mensaje {
  font-family: FutLetras;
  color: #000000;
  font-size: 1.4rem;
}

.pw {
  background: rgba(240, 243, 244);
  font-family: FutLetras;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 0.2rem solid rgba(255, 102, 1);
  width: 14rem;
}

.user {
  background: rgba(240, 243, 244);
  font-family: FutLetras;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 0.2rem solid rgba(255, 102, 1);
  width: 14rem;
}

.ingresar {
  color: #fcfcfd;
  background: linear-gradient(
    to right,
    rgb(255, 154, 7) 0%,
    rgba(255, 102, 1) 100%
  );
  font-family: FutLetras;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  width: 10rem;
  height: 2.2rem;
  box-shadow: 0px 17px 12px -13px #111;
  border: 0px solid #000000;
}

.ingresar:hover {
  box-shadow: inset 340px 0 0 0 rgb(70, 70, 70);
  color: #fcfcfd;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

/* =============================================================
	   	    EDITANDO LOS ESTILOS DE ELECCION SISTEMA
================================================================ */

.sistema {
  display: block;
  position: relative;
}

.sistema {
  top: 15%;
  width: 100%;
  position: absolute;
}

#logo {
  background-color: #fcfcfd;
  width: 100%;
  box-shadow: 0px 17px 40px -6px rgba(0, 0, 0, 0.5);
}

#logo:hover {
  opacity: 0.3;
  filter: alpha(opacity=50);
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
