/* Configuração das Fontes */
@font-face {
  font-family: 'crossten_black';
  src: url('../font/crossten/crossten_black.otf');
}
@font-face {
  font-family: 'crossten_book';
  src: url('../font/crossten/crossten_book.otf');
}
@font-face {
  font-family: 'crossten_med';
  src: url('../font/crossten/crossten_med.otf');
}
@font-face {
  font-family: 'crossten_extralight';
  src: url('../font/crossten/crossten_extralight.otf');
}
@font-face {
  font-family: 'crossten_light';
  src: url('../font/crossten/crossten_light.otf');
}


*{
  font-family: 'crossten_extralight';
}

.btn:focus {
    box-shadow: 0 0 0 0 !important;
    border: 0 none !important;
    outline: 0 !important;
}

.btn-outline-info:active{
	background-color: #3c5680 !important;
}

.dropdown-item:active{
	background-color: #3c5680 !important;
}

/* Configurações de Boões menu */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #3c5680 !important;
  background-color: #7faadb !important;
}

.botoes a:focus{
  color: #3c5680 !important;
  background-color: #7faadb !important;
  border-radius: 8px;
}

.botoes a:hover{
  color: white;
}
/* Fim Configurações de Boões menu */

.btn-primary.disabled, .btn-primary:disabled{
  color: #fff !important;
  background-color: #7faadb !important;
  border-color: #7faadb !important;
}