@charset "utf-8";


.col-lg-12 {
	clear: both;
	transition: scale .7s ease-in-out;
}

.frota-carros-executivos {
	clear: both;
	float: left;
	margin-bottom: 25px;
}



.autos-executivos {
	width: auto;
	float: left;
	margin-right: 5px;
}
.autos-executivos:hover  {
	transform: scale(1.5);
}
