/*********************************** Rodapé *****************************************/


.footer{
	width: 100%;

 	background: -webkit-linear-gradient(#FFF, #FFF); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FFF, #FFF); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FFF, #FFF); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#FFF, #FFF); /* Standard syntax */
	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: #000;
	padding: 10px;

}

.col2 {
	position: relative;
	width: 0%;
	float: left;
	color: #000;
	/*padding: 10px;*/
}

.col3 {
	position: relative;
	width: 100%;
	float: left;
	color: #000;
	padding: 10px;
}

.col2 a {
	text-decoration: none;
	color: #000;
}

.col1 a {
	text-decoration: none;
	color: #000;
}
.col3 a {
	text-decoration: none;
	color: #000;
}

.col1 h4,
.col2 h4,
.col3 h4 {
	margin: 0;
	font-weight: 700;
    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;
}

.footerformulario{
	width: 100%;

 	background: -webkit-linear-gradient(#333, #333); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#333, #333); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#333, #333); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#333, #333); /* Standard syntax */
	border-bottom: 1px solid #fff;
       font-size:16px;
    float:left;
 color: #fff;
     padding-bottom: 30px;
}

.footerformulario ul {
	list-style: none;
	margin-top: 0;
}

.fcol1 {
	position: relative;
	width: 100%;
	float: left;
	color: #FFF;
	padding: 10px;

}

.fcol2 {
	position: relative;
	width: 0%;
	float: left;
	color: #FFF;
	/*padding: 10px;*/
}

.fcol3 {
	position: relative;
	width: 100%;
	float: left;
	color: #FFF;
	padding: 10px;
}

.fcol2 a {
	text-decoration: none;
	color: #FFF;
}

.fcol1 a {
	text-decoration: none;
	color: #FFF;
}
.fcol3 a {
	text-decoration: none;
	color: #FFF;
}

.fcol1 h4,
.fcol2 h4,
.fcol3 h4 {
	margin: 0;
	font-weight: 700;
    text-transform:uppercase;
    font-size:19px;
    line-height:30px;
		color: #fff;
	/*background: url(../img/small_bullet.png) no-repeat;*/
	padding-left: 0px;
}

.fcol1 p,
.fcol3 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: 44em) {
  .col1
  {
     width: 50%;
  }

  .col3
  {
     width: 50%;
  }
}
