#header-brand img.logo {
	max-height: 60px !important;
	min-width: 60px !important;
}
.fases .view-content {
	display: none;
}
#header-brand {
    background-color: #fff !important;
}

#header-menu > nav.navbar {
    background-color: #FCFCFC !important;
}

.navbar-dark .navbar-nav .nav-link {
	color: #027BC1 !important;
}

#menu-add button a::before, #menu-add ul:not(.contextual-links) a::before {
	background-color: #027BC1 !important;
}

#page-footer {
	display: none;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 480px) { 
	.navbar-dark .navbar-toggler {
		background-color: #027BC1 !important;
	}
	a.navbar-brand span {
		display: none;
	}
}
