/*********************************** Rodapé *****************************************/


.footer{
	width: 100%;
	
 /*	background: -webkit-linear-gradient(#333333, black); /* For Safari 5.1 to 6.0 */
 /* background: -o-linear-gradient(#333333, black); /* For Opera 11.1 to 12.0 */
 /* background: -moz-linear-gradient(#333333, black); /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(#333333, black); /* Standard syntax */
	background:transparent;
	border-bottom: 1px solid #fff;
       font-size:16px;
    float:left;
}

.footer ul {
	list-style: none;
	margin-top: 0;
}

.col1 {
	position: relative;
	width: 100%;
	float: left;
	color: black;
	padding: 10px;

}

.col2 {
	position: relative;
	width: 0%;
	float: left;
	color: black;
	/*padding: 10px;*/
}

.col3 {
	position: relative;
	width: 100%;
	float: left;
	color: black;
	padding: 10px;
}

.col2 a {
	text-decoration: none;
	color: black;
}

.col1 a {
	text-decoration: none;
	color: black;
}

.col3 a {
	text-decoration: none;
	color: black;
}

.col1 h4,
.col2 h4,
.col3 h4 {
	margin: 0;
	font-weight: 300;
    text-transform:uppercase;
    font-size:19px;
    line-height:30px;
	/*background: url(../img/small_bullet.png) no-repeat;*/
	padding-left: 0px;
}

.col1 p,
.col3 p {
	margin: 0;
	font-weight: 300;
    /*text-transform:uppercase;*/
    font-size:16px;
    line-height:25px;
   /* letter-spacing:1.5px;*/
	/*background: url(../img/small_bullet.png) no-repeat;*/
	padding-left: 20px;
}
/* css para tablets */
@media (min-width: 1000px) {
  .col1
  {
     width: 50%;
  }

  .col3
  {
     width: 50%;
  }
}