@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
	margin:0px;
	padding:0px;
	font-family: 'Montserrat', sans-serif;
}

#header {
	width:90%;
	max-width:980px;
	margin:0 auto;
	overflow:auto;
	padding:30px 0;
	background-color:#fff;
}

#header #img {
	float:left;
}

#header #number {
	float:right;
	font-size:36px;
	color:#000;
	font-weight:700;
}

#header #number a {
	font-size:21px;
	color:#000;
	font-weight:400;
	text-decoration:none;
}

#header #number a:hover {
	opacity:.5
}

#header #lingua {
	float:right;
	min-height:60px;
	margin-top:10px;
	margin-left:20px;
	font-size:12px;
	
}

#header #lingua a {
	display:block;
	padding:6px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:2px;
	background-color:#000;
}

#header #lingua a:hover {
	background-color:#c5df00;
}

#header #lingua .lin {
	display:block;
	padding:6px;
	background:#dcdcdc;
	color:#000;
	text-decoration:none;
	font-weight:bold;	
	margin-bottom:2px;
}


#lingua_mb {
	display: none;
	
}

#conteudo {
	width:90%;
	max-width:980px;
	overflow:auto;
	margin:70px auto 0 auto;
}

.conteudos_cont {
	width:49%;
	float:left;
	border-right:1px dotted #999999;
	text-align:center;
	font-weight:18px;
	margin-bottom:40px;
}

.conteudos_cont_2 {
	width:100%;
	float:left;
	border-bottom:1px dotted #999999;
	text-align:center;
	font-weight:18px;
	margin-top:40px;
	padding-bottom:40px;
}

#conteudo p {
	text-align:justify;
	font-size:18px;
}

#conteudo h2 {
	font-weight:400;
	color:#9dca00;
	text-transform:uppercase;
	text-align:center;
	font-size:32px;
	font-weight: normal;
	margin:0 0 20px 0;
	padding:0;
	display:block;
}

#conteudo strong {
	font-weight:400;
	color:#9dca00;
	text-transform:uppercase;
	font-size:18px;
	margin:0 0 4px 0;
	padding:0;
	display:block;
}

#conteudo a {
	color: #333;
	text-decoration:none;
}

#conteudo a:hover {
	color: #000;
	text-decoration: underline;
}

.caixas_home {
	width:27%;
	padding:0 3%;
	border-right:1px dotted #999999;
	border-left:1px dotted #999999;
	float:left;
	text-align: center;
}

.caixas_home h1 {
	font-weight:400;
	color:#9dca00;
	text-transform:uppercase;
	font-size:18px;
	margin:0 0 20px 0;
	padding:0;
}

.caixas_home a {
	color: #999;
	text-decoration:none;
}

.caixas_home a:hover {
	color: #9dca00;
	text-decoration:none;
}

#footer {
	width:100%;
	height:216px;
	background:url(../img/logotipofooter.jpg) no-repeat center center;
	margin:70px auto 50px auto;
	
}



@media all and (max-width: 725px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.full-width {
	display:none;
}



.conteudos_cont {
	width:100%;
	float:left;
	border-right: none;
	border-bottom:1px dotted #999999;
	padding-bottom:40px;
	margin-bottom:20px;
}
#lingua_mb {
	display: block;
	width:100%;
	font-size:12px;
	overflow:auto;
	
}

#lingua_mb a {
	width:50%;
	text-align:center;
	display:block;
	float:right;
	padding:8px 0;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-color:#000;
}

#lingua_mb a:hover {
	background-color:#c5df00;
}

#lingua_mb .lin_mb {
	width:50%;
	text-align:center;
	display:block;
	float:left;
	padding:8px 0;
	background:#dcdcdc;
	color:#000;
	text-decoration:none;
	font-weight:bold;	
}

#header #lingua {
	display:none;
	
}

#header #img {
	float:left;
	width:100%;
	text-align:center;
}

#header #number {
	margin-top:30px;
	float:right;
	width:100%;
	text-align:center;
	font-size:24px;
	color:#000;
	font-weight:700;
}

#header #number a {
	font-size:18px;
	color:#000;
	font-weight:400;
	text-decoration:none;
}

#header #number a:hover {
	opacity:.5
}

.caixas_home {
	width:100%;
	padding:0;
	border:none;
	float:left;
	text-align: center;
	margin-bottom:40px;
}