section.h-100 {
	min-height:100vh;
}

header, header .row {
	min-height:calc(100vh - 56px);
}
header a {
	padding-top:5em;
} 
header a i {
	transform:translateY(-1em);
	transition:transform 0.6s ease-in-out;
}
header a:hover i {
	transform:translateY(0em);
}

#serviciosList .active {
	background:#000 !important;
}

body > div.banner-oculto {
	bottom:-30px !important;
}

.grid-filter .btn.btn-secondary {
	margin-left: 0px;
}





