.texto-centro {
    text-align: center;
}

@font-face {
  font-family: 'password';
  font-style: normal;
  font-weight: 400;
  src:url("../fonts/password.ttf");
}

@font-face {
  font-family: 'FeFCit2';
  font-style: normal;
  font-weight: 400;
  src:url("../fonts/FeFCit2.ttf");
}

input.key {
  font-family: 'password'; 
}

.custom-cursor {cursor: pointer;}

.font-espacada {
	/* letter-spacing: 0.5em; */	
	font-family: 'FeFCit2';
}

/* .modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #0480be;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 } */