section.servicios {
	background-color: #eee;
}
.slogan {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	width: 100%;
}
.mgb-20 { margin-bottom: 20px; }

@media (max-width: 576px) {
	.header-top {
		display: none;
	}
	header#header.header-layout-type-header-2rows .menuzord-brand {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	header#header .menuzord-brand img {
		max-height: 80px !important;
	}	
	section > .container, section > .container-fluid {
		padding-top: 30px;
		padding-bottom: 100px;
	}	
	.icon-box.iconbox-centered-in-responsive {
		text-align: center !important;
	}	
	header#header .menuzord-brand {
		margin-right: 20px;
		padding: 0px 0;
	}	
}