@charset "UTF-8";
#header{
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.container-xl{
	padding: 0;
}
.navbar{
	padding: 1rem 1rem;
	background-color: #fff;
}
.navbar-brand{
	width: 190px;
	height: 75px;
}
a.nav-link,
a.dropdown-item{
	color: #151515 !important;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
a.nav-link:hover{
	color: #00a5dc !important;
}
li.langmenu{
	margin-left: 40px;
}
li.acceso{
	background: url(/mb/wp-content/uploads/2020/11/ico-login.png) no-repeat;
	background-size: 16px 17px;
	background-position: right;
	padding-right: 12px;
	cursor: pointer;
	margin-left: 20px;
}
#loginModal .modal-content{
	background-color: rgb(249,249,249);
}
#loginModal .modal-header{
	border-bottom: none;
}
#loginModal .login-logo{
	font-size: 22px;
	font-weight: 800;
}
#loginModal .login-logo .title{
	margin: 20px 0;
}