/*@media (min-width: 48rem) {
	.slideshow-fora::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 200;
		background: url(https://d1dvp3ormk1ndu.cloudfront.net/1518/bg.png) no-repeat left bottom / contain;
		width: 100%;
		height: 100%;
	}
}*/

.menu-principal-fora {
    background: #3a3a3a;
}

.menu-principal a.ativo {
    background: #a09292;
}

.menu-principal li ul {
        background: #3a3a3a;
}

.site-rodape {
	padding-bottom: 7em;
}

@media (min-width:76rem) {
	.site-rodape {
		padding-bottom: 5em;
	}
}

@media screen and (max-width: 480px) {
	.site-cabecalho-fora::after {
		content: "";
		background: green;
	}	
	
	.menu-principal .menu__trigger-label {
		cursor: pointer;
		display: block;
		font-size: 1.25em;
		padding: .5em;
		color: #fff !important;
	}
}