@charset "utf-8";

* {
  box-sizing: border-box;
}  

body {
  font-size: 24px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
  margin: 0px; 
  padding:0px;
  text-align:center;
  align:center;
}
.top{
	font-size: 19px;
	padding-top: 20px;
	font-weight: 700; 
	text-align: center;
	width: 100%; 
}

.headertop {
  background-color: #FFFEFC;
  padding: 17px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  height: 240px;
}	

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

img.logo {	
	/* border: 1px solid #766C6C;
	 border-radius: 3%;*/
	 float: left;
	 width: 300px;
	 height: auto;
	 /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/	    
	}

#address{
	margin-top: 50px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.row { 
  width: 100%; 
  clear:both;
  padding-bottom: 20px;
  float:none;
}

	
	.parte1 {
	padding-top: 0px;	
	float: left;
	width: 33%;
	text-align: center;}

	.parte2 {
	padding-top: 0px;
	float: left;
	width: 33%;
	text-align: center;}

	.parte3 {
	padding-top: 0px;
	float: left;
	width: 33%;
	text-align: center;}

		
    .imagface{
	width: 18.5%;
           }
    .imaginst{	
	width: 19%;
           }
    .imagolx{
	width: 31%;
           }

	
.footer{
	width: 100%;
	background-color:#1B1B1A;
	height: 450px;
	align-content: center;
	margin-top: 0px;
		
}

.container{
	width: 100%;
	margin: auto;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) { 


.row{	
	width: 100%;
	margin-top: 0px;
	}
	
.container{
	 width: 100%;
	 margin-top: 0px;
	}

.footer{
	width: 100%;
	background-color:#1B1B1A;
	height: 450px;
	align-content: center;
	align-text:center;
	margin-top: 0px;
		
}
	.parte1 {
	padding-top: 0px;	
	float: left;
	width: 100%;
	text-align: center;}

	.parte2 {
	padding-top: 15px;
	float: left;
	width: 100%;
	text-align: center;}

	.parte3 {
	padding-top: 15px;
	float: left;
	width: 100%;
	text-align: center;}
	 
		
#address{
	display: none;  
}	
	
}





























