:root {
  --charcoal-grey: #353d47;
  --grapefruit: #75a2c5;
  --dusty-red: #2c3e50;
}
@font-face {
  font-family: SFUIDisplay;
  src: url("fonts/SF-UI-Display-Thin.otf") format("opentype");
}
 
@font-face {
  font-family: SFUIDisplay;
  font-weight: bold;
  src: url("fonts/SF-UI-Display-Bold.otf") format("opentype");
}
html, body {
  height: 100%;
}
body {
   margin: 0;
   padding: 0;
}

.message-info, .message-success, .message-warning, .message-error{
  border: 1px solid;
  padding:15px 10px 15px 50px;
  border-radius: 10px;
  margin: 15px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.message-info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('/img/info.png');
}
.message-success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('/img/success.png');
}
.message-warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('/img/warning.png');
}
.message-error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('/img/error.png');
}
.header {
  max-width: 1280px;
  height: 100px;
  background-image: url('/img/logo_transparente.png');
  background-repeat:no-repeat;
  background-color: #2c3e50;
  background-position: 50px 5px;
  background-size: auto 90px;
  margin: auto;
  text-align: right;
  color: #ffffff;
  font-family: SFUIDisplay;
  font-size: 14px;
}
.header a:link,.header a:visited{
  color: #ffffff;
  text-decoration: none;
}
.header a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.contenido {
  max-width: 1280px;
  margin: 20px auto;
}
.login-box{
  margin: 100px auto;
  padding: 50px;
  width: 582px;
  height: auto;
  -webkit-backdrop-filter: blur(27.5px);
  backdrop-filter: blur(27.5px);
  background-color: rgba(252, 252, 252, 0.7);
  box-shadow: 2px 2px 18px 0 rgba(0, 0, 0, 0.14);
}
.login-bienvenido{
  margin: auto;
  padding-top: 50px;
  font-family: SFUIDisplay;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-align: center;
  color: #2c3e50;
}
.login-input{
  width: 320px;
  height: 60px;
  border-radius: 80px;
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 0.8px #979797;
    font-family: SFUIDisplay;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-align: left;
  padding-left: 20px;
}
.login-input-container{
  margin:auto;
  margin-top:25px;
  width: 320px;
}
.login-span{
  font-family: SFUIDisplay;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.2px;
  text-align: center;
  color: #3d3c3c;
}
.login-submit{
  width: 305px;
  height: 55px;
  border-radius: 80px;
  background-color: var(--grapefruit);
  font-family: SFUIDisplay;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
}
.login-olvide{
  margin:auto;
  margin-top:25px;
  width: 320px;
  text-align:center;
}
.login-olvide a:link, .login-olvide a:visited {
  font-family: SFUIDisplay;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.2px;
  color: #4b4b4b;
  text-decoration: none;
}

.login-olvide a:hover{
    text-decoration: underline;
}
#home-mapas{
  width:280px;
  float: left;
  margin-right: 5px;
}
#home-personas{
  width: 710px;
  float: left;
  margin-right: 5px;
}
#home-vehiculos{
  width: 280px;
  float: left;
}
.home-titulo{
  font-family: SFUIDisplay;
  font-size: 16px;
  font-weight: normal;
  color: #848484;
  border-bottom: solid 1px #979797;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.home-mapa-contenedor{
  margin-top: 15px;
  position: relative;
  width: 280px;
  height: 170px;
  border-radius: 3.9px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.home-mapa-tipo{
  position: absolute;
  right:8px;
  bottom: 10px;
  height: auto;
  padding: 5px 10px 5px 10px;
  border-radius: 48.1px;
  background-color: var(--grapefruit);
  font-family: SFUIDisplay;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.96;
  text-align: center;
}
.home-mapa-fecha{
  position: absolute;
  left: 14px;
  bottom: 10px;
  height: auto;
  font-family: SFUIDisplay;
  font-size: 16px;
  font-weight: normal;
  color: #bbbbbb;
}
.home-mapa-vehiculo-contenedor{
  margin-left:5px;
  position: absolute;
  bottom: 40px;
}

.home-mapa-vehiculo{
  float:left;
  margin-left:5px;
  padding: 5px 10px 5px 10px;
  border-radius: 47.3px;
  background-color: #3e83de;

  font-family: SFUIDisplay;
  font-size: 15px;
  font-weight: 600;
  line-height: 0.96;
  text-align: center;
  color: #ffffff;
}
.home-mapa{
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: 115px;
}
.home-mapa:-moz-full-screen {
  height: 100%;
  width: 100%;
}
.home-mapa:-webkit-full-screen {
  height: 100%;
  width: 100%;
}
.home-mapa:-ms-fullscreen {
  height: 100%;
  width: 100%;
}
.home-mapa:fullscreen {
  height: 100%;
  width: 100%;
}
