@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");


.body {
	    
	    background-image: url("../imagens/estores13.jpg");
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		text-align: center;
		cursor: default;
		color: white;
	    text-decoration: none;

	}


.image{
	margin-top: 30px ;
	margin-bottom: 30px;
	border-radius: 50% ;
	width: 38%;
	height: 44%;
}



.label{
	
	padding:8px;
	font-size: 20px;
	
}
.decor{text-decoration: none;
color: white}



.section{
	border-radius: 25px;
	background-color: rgba(0,0,0,0.35);
	width: 60%;
	align-content: center;
	margin-left: 20%;
	
}

.table{
	
	border-radius: 25px;
	background-color: rgba(0,0,0,0.35);
	width: 60%;
	align-content: center;
	margin-left: 20%;
	
}

.icon{
	width: 30px;
	height: 30px;
	margin-top: 3px;

}


.animationCar{transition: transform .5s;	}

.animationCar:hover {

  transform: scale(1.30); 
  color: #D26B05;
}



