.cabecalho{
	background-image: url("/img/fundo-hero.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.logo svg{
	max-width: 8.3125rem;
	max-height: 6.4375rem;
}

.menu svg{
	max-width: 28.5625rem;
	max-height: 6.4375rem;
}

/* 650px - logo e menu */
@media ( max-width: 40.625rem ) {
	
	.logo, .menu {
		width: 100%;
		text-align: center;
	}
}

.hero {
	width:66.269%;
}

.espaco_hero {
	width:7.667%;
	height: 2rem;
}

.coluna_menu_hero {
	width:26.064%
}

/* 770px - hero e menu_hero */
@media ( max-width: 48.125rem ) {
	
	.hero, .espaco_hero, .coluna_menu_hero {
		width: 100%;
		text-align: center;
	}
}

.hero svg{
	max-width: 48.625rem;
	max-height: 30rem;
}	

.menu_hero {
	margin-bottom: 6.3%;
}

.menu_hero:last-child {
	margin-bottom: 0;
}

.menu_hero svg{
	max-width: 19.125rem;
	max-height: 9.0625rem;
	-webkit-filter: drop-shadow( 0 0 0.625rem rgba(0,0,0,0.15) ); 
	filter: drop-shadow( 0 0 0.625rem rgba(0,0,0,0.15) );
}

.texto_depoimento svg{
	max-width: 73.25rem;
	max-height: 32.5625rem;
}

.servico {
	margin-bottom: 3%;
	width: 29.601%;
}

.espaco_servico {
	width: 5.598%;
}

/* 770px - hero e menu_hero */
@media ( max-width: 48.125rem ) {
	
	.servico {
		width: 100%;
		text-align: center;
	}

	.espaco_servico {
		width: 0;
		height: 0;
	}

	.motivo {
		width: 100%;
		text-align: center;
	}
	
}

.servico svg{
	max-height: 24rem;
	max-width: 23.25rem;
	-webkit-filter: drop-shadow( 0 0 0.625rem rgba(0,0,0,0.15) ); 
	filter: drop-shadow( 0 0 0.625rem rgba(0,0,0,0.15) );
}

.texto_motivos svg{
	max-height: 12.5rem;
	max-width: 31.25rem;	
}

.motivo svg{
	max-width: 36.625rem;
	max-height: 27.3125rem;
}

.contato{
	background: 
		/* top, transparent red */
		linear-gradient(
			rgba(121, 59, 48, 0.77), 
			rgba(121, 59, 48, 0.77)
			),
		/* your image */
		url("/img/pisa.jpg");

	background-size: 100%, cover;
	background-position: top right;
}

.dados svg{
	max-width: 59.3125rem;
	max-height: 22.375rem;
}

.final svg{
	max-height: 11.625rem;
}