/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

/*------------------*/
/*	FOOTER
/*------------------------------------------------------*/
.footer {
	float: left;
	width: 100%;
	background-color: #3B3B3B;
	color: #999;
	font-size:14px;
}
.footer_graph {
	float: left;
	width: 100%;
	height: 82px;
	background: url(../images/footer-graph.png) no-repeat center top;
}
.footer .one_fourth{
	float: left;
	width: 22%;
	margin-right: 4%;
}

.footer h2 {
	font-size: 23px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
	padding-bottom: 16px;
	background: url(../images/arrow-01.png) no-repeat right bottom;
}
.footer h2 i {
	font-weight: normal;
	font-style: normal;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #fff;
}
.footer ul.list {
	padding: 0px;
	margin: 0px;
}
.footer .list li {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}

.footer ul.contact_address {
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 100%;
}
.footer .contact_address li {
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}
.footer .footer_logo {
	float: left;
	padding: 0px;
	margin: 0px;
}


/* copyrights */
.copyright_info {
	float: left;
	padding: 25px 0px 22px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	color: #727272;
	background-color: #1c1f21;
	border-top: 1px solid #2e3132;
}
.copyright_info .one_half{
	float: left;
}
.copyright_info b {
	font-size: 12px;
	color: #727272;
	font-style: normal;
	font-weight: normal;
}
.copyright_info span {
	float: right;
}
.copyright_info a {
	margin-top: 10px;
	font-size: 12px;
	color: #727272;
	text-align: right;
}
.copyright_info a:hover {
	color: #999;
}

/*------------------*/
/*	CONTENT
/*------------------------------------------------------*/

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 50px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 50px 0px 0px 0px;
}

.logo_botton {
     max-width: 190px;
     width: 100%;
     height: auto;
	 float:right;
 }
.logo_botton img{
     max-width: 190px;   /* Máximo da largura da imagem */
     width: 100%;
     max-height: 30px;  /* Máximo da altura da imagem */
     min-height: auto;      /* Mínimo da altura, por padrão “auto” */
 }
 
.anatel {
           max-width: 200px;
           width: 100%;
           height: auto;
		   margin-top:10px;
  }
.anatel  img{
          max-width: 200px;   /* Máximo da largura da imagem */
          width: 100%;
          max-height: 26px;  /* Máximo da altura da imagem */
          min-height: auto;      /* Mínimo da altura, por padrão “auto” */
  }
  