.menu-principal {
    background: #ff8005;
}

.menu-principal a {
   color: #fff;
}

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

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

@media screen and (max-width: 480px) {
	.site-cabecalho {
		z-index: 99;
	}
	
	.site-logo {
		height: 7em;
	}	
	
	.site-cabecalho-fora {
		height: 21em;
	}
	
	.site-logo {
		height: 100%;
		margin: 0 auto;
		width: 100%;
	}
	
	.menu-principal>ul>li ul a {
		background: #fff!important;
	}
	
	.menu-principal {
		background: #ff8005;
		box-shadow: none;
		font-weight: 700;
		color: #fff!important;
	}
	
	.cabecalho-info {
		font-size: 100%;	
	}
}

.cor-texto {
    color: #ffffff!important;
    background: #fe6807;
    padding: 13px;
    border-radius: 15px 0 15px 0px;
}

.menu-principal li a {
        color: #ffffff !important;
}

.menu-principal li ul a {
        font-size: 100%;
        color: #656565 !important;
}