.dark-background {
    background: #212529;
}

.section-white {
    background: #ffffff !important;
    border-top: 5px solid #ffffff !important;
}

.carousel {
    background: #ffffff !important;
}

.contacto {
    position: relative;
    background: transparent;
    overflow: hidden;
}

.contacto::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/portafolio/cumbres-de-maltrata/cumbres-de-maltrata-fachada.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(2px);
}

#header .header-nav-main nav > ul > li > a {
    color: #ffffff !important;
    font-weight: 600;
}
#header .header-nav-main nav > ul > li > a:hover {
    opacity: 1 !important;
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body .header-container .header-row .header-column .header-row .header-logo a img {
    display: block !important;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev {
	background-color: #8e4220 !important;
	border-color: #ccc !important;
	color: #FFF !important;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next:hover, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev:hover {
	background-color: #8e4220 !important;
	border-color: #8e4220 !important;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #8e4220;
}

.porto-big-title {
	letter-spacing: 1px;
	font-size: 48px;
	font-size: 3rem;
	line-height: 0.8;
    text-transform: uppercase;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 1;
}

.overlay:before {
    background: rgba(0,0,0,0.1);
    opacity: 0;
}

.socios-icon {
    filter: grayscale(100%);
}

.align-center {
    text-align: center;
}

.footer-menu {
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 1em 0;
    width: 100%;
    text-align: center;
}

.footer-nav {
    text-align: center;
    display: inline-block !important;
}

.footer-menu-a {
    padding: 0 2em !important;
}

html .btn-primary {
    color: #ffffff !important;
}