#linha {
	width:100%;
	height:auto;
	margin: 0 auto;
}

.folder{
	width:100%;
	height:auto;
	display: flex;
	justify-content: center; /* Centraliza na horizontal */
	align-items: center;     /* Centraliza na vertical */
}

.tamanho_slider {
	width:100%;
	height:550px;
}

.margin_top_negativo {
	margin-top: -350px;
}

#menus_mobile_ajuste {
	width:100%;
	height:85px;
	margin-top: -30px;
}

.margin_esquerda {
	margin-left: 12px;
}

.alinhar_esquerda {
	float: left;
}

.txt_centralizado {
	text-align: center;
}

#telefones{
	width:150px;
	height:52px;
	float:left;
	margin-left: 7px;
}

#box_contato{
	width:320px;
	height:auto;
	float:left;
}


#unidades_box{
	width:400px;
	height:400px;
	float:left;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}

#unidades_box_foto{
	width:100%;
	height:auto;
}

#unidades_box_txt{
	padding: 5px;
	text-align: center;
	font-size: 13px;
}

#unidades_fotos_internas{
	width:300px;
	height:auto;
	float:left;
	margin-left: 7px;
	margin-right: 7px;
}

.whatsapp-button { position: fixed; width: 60px; height: 60px; bottom: 50px; right: 50px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 2px 2px 3px #999; z-index: 100; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } .whatsapp-button:hover { background-color: #128C7E; } .whatsapp-button img { width: 50px; height: 50px; }