.logo-header{
	max-width: 250px;
	width: 100%;
	object-fit: cover;
}

.nav-pills li a{
	color: #929292;
	transition: 500ms;
	font-weight: 600;
	cursor: no-drop !important;
}

.nav-pills li a:hover,
.nav-pills li a:active,
.nav-pills li a:focus{
	color: #333333;
}

.login-container{
	box-shadow: -1px 2px 5px 2px rgb(0 0 0 / 15%);
	padding: 30px 25px;
}

.logo-login{
	width: 100%;
	padding-bottom: 12px;
}

.text-right{
	text-align: right;
}

input{
	border-radius: 0 !important;
}

input.form-control{
	border-top: none;
	border-left: none;
	border-right: none;
	height: 45px;
}

.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #333; }
  .btn-primary:hover {
    color: #fff;
    background-color: #222;
    border-color: #222; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 139, 235, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #222;
    border-color: #2746e0; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 139, 235, 0.5); }

button[type="submit"]{
	border-radius: 0px !important;
	padding: 8px 20px;
}

.difuminado{
	position: relative;
	filter: blur(2px);
}

@media (max-width: 575.98px) {
	.nav-pills li a{
		padding: 7px 10px;
	}
}