.Header-nav, .Menu-Submenu {
	background-color: black;
}
.Header-item, .Header-bandera {
    font-size: 0.9em;
    border-radius: 20px;
	border: 1px solid transparent;
	transition: .5s ease;
}
.Header-item:hover {
    border: 1px solid #C1272D;
	transition: .5s ease;
}
.Menu-Submenu > .dropdown-item, .Menu-Submenu > .dropdown-item:focus{
	color: white;
	font-size: 0.9em;
	transition: .2s ease;
	border: 1px solid transparent;
	background-color: black;
}
.dropdown-item:hover{
	background-color: inherit;
	transition: .4s ease;
	border: 1px solid #C1272D;
}
.header-fix {
	height: 76px;
}
.navbar-toggler-icon, .navbar-toggler:focus {
	outline: none;
}
@media (max-width: 320px) {
  .navbar-brand {
  	width: 50%;
  }
  .navbar-brand img{
  	width: 100%;
  }
  .header-fix {
  	height: 59px;
  }
}