/* GR Mantenimiento Industrial y Construcción */
.custom-header-logo img.logo,
.custom-header-logo img.logo-sticky,
#footer img.logo {
	width: auto;
	height: 72px;
	max-width: 90px;
}

.custom-header-logo a {
	display: inline-flex;
	align-items: center;
}

/* Home hero mascot / logo overlay */
.owl-item .position-absolute.left-100pct img[src*="slide-1-engineer"] {
	max-height: 420px;
	width: auto;
}

@media (max-width: 991px) {
	.owl-item .position-absolute.left-100pct img[src*="slide-1-engineer"] {
		max-height: 280px;
	}
}

/* Footer - solid black with white text */
#footer {
	background: #000 !important;
	background-image: none !important;
	color: #fff;
}

#footer h4,
#footer p,
#footer .text-color-dark,
#footer .text-color-grey,
#footer .list a,
#footer .list-inline a,
#footer a {
	color: #fff !important;
}

#footer .list a:hover,
#footer .list-inline a:hover,
#footer a.text-color-hover-primary:hover {
	color: var(--primary) !important;
}

#footer hr {
	border-color: rgba(255, 255, 255, 0.2);
	opacity: 1;
}

#footer .svg-fill-color-dark {
	fill: #fff !important;
}

#footer .footer-social-icons.social-icons-clean a {
	background: transparent !important;
}

#footer .footer-social-icons a,
#footer .footer-social-icons a i {
	color: #fff !important;
}

#footer .fab.fa-whatsapp,
#footer .text-color-primary {
	color: var(--primary) !important;
}

#footer > .position-absolute {
	display: none;
}
