@media (min-width: 48rem) {
	.site-logo {
		width: 16em;
		height: 16em;
		margin: 0;
	}
}

.cabecalho-info {
	background: rgb(211 211 211 / 85%);
	padding: 0 1em;
	border-radius: 1em;
}

.site-cabecalho {
	min-height: 16em;
}

.site-cabecalho-fora {
	background: black url('https://d1dvp3ormk1ndu.cloudfront.net/475/leciaimagem.jpg') repeat-x center top;
}

.site-logo {
	/*background: rgb(211 211 211 / 85%);*/
	padding: 1em;
	border-radius: 1em;
}

.site-rodape-fora {
    background: linear-gradient(#343030, #d3cdcd);
}
@media only screen and (max-width: 40em) {
.menu-principal {
    position: fixed;
    top: 0;
    left: -400px;
    color: #787676;
    width: 15em;
    min-height: 100%;
    z-index: 30000;
    box-shadow: 5px 0 5px rgb(0 0 0 / 50%);
    background: #d3cfcf;
}

.cabecalho-info__icone {
    background: transparent;
    color: #7c0505;
}
}
.cabecalho-info__icone {
    background: transparent;
    color: #7c0505;
}
