

.municipio-info {
	height: 80px;
}

.brasao__background {
	background: #FFFFFF;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	padding: 4px;
	align-items: center;
	overflow: hidden;
}

.brasao__box {
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

.brasao__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.municipio-info__nome {
	font-family: Inter;
	font-size: 1rem;
}

