.footer-distributed{
	
	bottom:0;
	background-color:#B1ADAD;
	max-width: 100%;
	text-align: left;
	font: 1.0em sans-serif;
	padding: 0.4em 0.0em 0.2em 0.0em;
	margin-top: 0.0em;
	margin-bottom:0.0em;
	
	
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
	
}

/* Footer left */

.footer-distributed .footer-left{
	width: 20%;
	padding-left:1.0em;
	/*border:solid thin; */ 
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 3.6em 'Cookie', cursive;
	margin: 0;
}

.footer-distributed span{
	color:  #ffffff;
	font-weight:bold;
	
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 2.0em 0 1.2em;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: #ffffff;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	text-align:center;
	margin-top:1.0em;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 50%;
	/*border:solid thin; */
}

.footer-distributed .footer-center i{
	
	color: #ffffff;
	text-align: center;
	margin: 0.5em 0.5em;
	vertical-align: middle;
    
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 1.1em;
	
	
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align:top;
	margin-bottom:0.5em;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:1.4em;
	
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 25%;
	color:#ffffff;
	padding-left:1.0em;
	/*border:solid thin; */
}

.footer-distributed .footer-company-about{
	color:  #ffffff;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1.0em;
}

.footer-distributed .footer-company-name{
	color:  #ffffff;
	font-size: 0.8em;
	font-weight: normal;
	margin-top:0.5em;
}

#redes {
	float:left;
	width:47%;
	/*border:solid thin; */
}

#formas {
	float:left;
	width:47%;
	margin-left:1.0em;
	/*border:solid thin; */
}
	


/* If you don't want the footer to be responsive, remove these media queries */



/* define a fixed width for the entire menu */
.navigation {
  width: 80%;
  text-align:left; 
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  text-decoration: none;
  padding: 0.5em;
  color: #fff;
}

/* add hover behaviour */
.mainmenu a:hover {
    background-color: #C5C5C5;
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 350px;
}


@media (max-width: 880px) {


	.footer-distributed{
	bottom:0;
	text-align:center;
	font: 0.9em sans-serif;
	padding: 0.0em 0.3em 0.0em 0.3em;
	
	
		
}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		min-width:96%;
		margin-bottom: 1.0em;
		/*border:solid thin; */
	}
	
	.footer-distributed .footer-left span {
		text-align:left;
	}
		

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	
	.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align:top;
	margin-bottom:0.5em;
	text-align:center;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:1.4em;
	text-align:center;
}

#redes {
	width:100%;
	margin-bottom:2.0em;
	/*border:solid thin; */
}

#formas {
	width:100%;
	margin-left:0.0em;
	margin-bottom:2.0em;
	/*border:solid thin; */
	
}


}

