@charset "UTF-8";
/* CSS Document */
body{
	background:#fff;
	margin: 0px;
	font-size: 0;
	overflow-x: hidden;
	max-width: 100%;
	top:0px;
	right:0px;
	left:0px;
}
img,
picture,
video,
embed {
	max-width: 100%;
}
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:10px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
}

.my-float{
	margin-top:11px;
}
.menu ul {
	display:inline-block;
	margin:0px;
	padding:0px;
}
.menu li {
	margin:15px 40px 15px 0px;
	float:left;
	list-style:none;
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	font-weight:600;
}
.menu li:last-child {
	margin-right:0px;
}
.menu a {
	color:#fff;
	transition:color linear 0.15s;
	text-decoration:none;
}
.menu a:hover, .menu .current-item a {
	text-decoration:none;
	color:#0ea54b;
}
.title{
	font-family: 'Open Sans', sans-serif;
	font-size:43px;
	color:#3e7755;
	font-weight:700;
}
.title2{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#465e54;
	line-height: 25px;	
	font-weight:700;
}
.title3{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	color:#4a6358;
	line-height: 33px;	
	font-weight:700;
	text-decoration:none;
}
.text-index1{
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-weight:400;
	font-size:16px;
	line-height: 24px;
	text-decoration:none;
}
.texto-interno {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	font-weight:normal;
}
.texto-interno2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	font-weight:normal;
}
.link {
	font-family: 'Open Sans', sans-serif;
	color: #3E7755;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
}
.link2 {
	font-family: 'Open Sans', sans-serif;
	color: #5382b5;
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	text-decoration: none;
}
.data {
	font-family: 'Open Sans', sans-serif;
	color: #80a193;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
.text-index2{
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-weight:400;
	font-size:15px;
	line-height: 22px;	
}
.text-index3{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight:600;
	font-size:15px;
	line-height: 22px;
	text-decoration:none;
}
.text-index4{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight:400;
	font-size:18px;
	line-height: 33px;	
	text-decoration:none;
}
.text-index5{
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-weight:700;
	font-size:17px;
	line-height: 27px;	
	text-decoration:none;
}
.text-index5:hover{
	color:#b8883c;
}
.text-index6{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight:400;
	font-size:11px;
	text-decoration:none;
}
.botao-index{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight:600;
	font-size:18px;
	background-color:#000;
	padding:15px;
	text-decoration:none;
}
.botao-index2{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight:600;
	font-size:18px;
	background-color:#535353;
	padding:15px;
	text-decoration:none;
}
.input-int{
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	border: 1px solid #0D361F;
	width: 75%;
}
.botao{
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	border: 1px solid #3E7755;
	width: 100px;
	height: 30px;
	background-color: #3E7755;
	font-weight: bold;
}
.toggle-nav {
	display:none;
}
#subtop{
	width:100%;
	margin:auto;
	height:53px;
}
#top{
	width:100%;
	background-color:#104425;
	margin:auto;
	display:inline-block;
	position:fixed;
	z-index:10000;
}
#top-menu{
	max-width:1000px;
	margin:auto;
}
#top-menu2{
	width:85%;
	float:left;
}
#top-idiomas{
	width:10%;
	float:right;
	margin-top:15px;
	text-align:right;
}
#content-home{
	width:100%;
	height:451px;
	background-image:url(image/banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;	
}
#content-home2{
	width:100%;
	height:233px;
	background-image:url(image/banner_interno.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;	
}
#home-conteudo{
	max-width:1000px;
	margin:auto;
}
#home-logo{
	width:100%;
	float:left;
	margin-top:22px;
}
#separa{
	width:100%;
	height:1px;
	background-color:#b1decd;
}
#content-quemsomos{
	width:100%;
	display:inline-block;
}
#quemsomos{
	max-width:1000px;
	margin:auto;
}
#quemsomos-texto{
	width:100%;
	float:left;
	text-align:justify;
	margin-bottom:100px;
}
#quemsomos-titulo{
	width:100%;
	margin-top:80px;
	margin-bottom:60px;
	float:left;
	text-align:center;
}
#content-areas{
	width:100%;
	display:inline-block;
}
#areas{
	max-width:1000px;
	margin:auto;
}
#areas-texto{
	width:100%;
	float:left;
	text-align:justify;
	margin-bottom:100px;
}
#areas-titulo{
	width:100%;
	margin-top:80px;
	margin-bottom:60px;
	float:left;
	text-align:center;
}
#areas-box{
	width:20%;
	float:left;
	background-color:#FFF;
	display:inline-block;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	padding:1.5%;
	margin:1%;
}
#areas-box-icon{
	width:100%;
	float:left;
	margin-bottom:30px;
	margin-top:10px;
	text-align:center;
}
#areas-box-titulo{
	width:100%;
	float:left;
	margin-bottom:20px;
	text-align:center;
}
#areas-box-texto{
	width:96%;
	float:left;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:30px;
	text-align:center;
}
#areas-box-botao{
	width:94%;
	padding:3%;
	background-color:#3e7755;
	float:left;
	text-align:center;
}
#content-blog{
	width:100%;
	display:inline-block;
}
#blog{
	max-width:1000px;
	margin:auto;
}
#blog-texto{
	width:100%;
	float:left;
	text-align:justify;
	margin-bottom:100px;
	display:inline-block;
}
#blog-titulo{
	width:100%;
	margin-top:80px;
	margin-bottom:60px;
	float:left;
	text-align:center;
}
#blog-post-foto{
	width:27.1%;
	float:left;
	display:inline-block;
}
#blog-post-texto{
	width:68.3%;
	float:right;
	display:inline-block;
}
#blog-post-separa{
	width:100%;
	height:100px;
	display:inline-block;
}
#content-rodape{
	width:100%;
	display:inline-block;
	background-color:#0d361e;
}
#rodape{
	max-width:1000px;
	margin:auto;
}
#rodape1{
	width:50%;
	float:left;
	margin-top:60px;
	margin-bottom:60px;
}
#rodape2{
	width:20%;
	float:right;
	text-align:right;
	margin-top:60px;
	margin-bottom:60px;
}
#rodape3{
	width:100%;
	background-color:#062312;
	float:left;
	padding:5px;
	text-align:center;
}
#solucoes{
	width:94%;
	padding:3%;
	background-color:#29343e;
	display:inline-block;
}
#solucoes-space{
	width:100%;
	float:left;
	height:30px;
}
@media screen and (max-width: 860px) {
#content-home{
	width:100%;
	height:451px;
	background-image:url(image/banner2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;	
}
#top-menu2{
	width:60%;
	float:left;
}
#top-idiomas{
	width:25%;
	margin-right:2%;
	float:right;
	margin-top:17px;
	text-align:right;
}
#home-logo{
	width:98%;
	margin-left:2%;
	margin-top:20px;
	float:left;
}
#quemsomos-texto{
	width:96%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	text-align:justify;
	margin-bottom:100px;
}
.menu {
	position:relative;
	display:inline-block;
}
.menu ul.active {
	display:none;
}
.menu ul {
	width:200px;
	position:absolute;
	top:117%;
	left:0px;
	padding:10px 18px;
	background:#0f371f;
}
.menu ul:after {
	width:0px;
	height:0px;
	position:absolute;
	top:0%;
	left:17px;
	content:'';
	transform:translate(0%, -100%);
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #0f371f;
}
.menu li {
	margin:5px 0px 15px 0px;
	float:none;
	display:block;
}
.menu a {
	display:block;
}
.toggle-nav {
	padding:10px;
	float:left;
	display:inline-block;
	background:#0f371f;
	color:#fff;
	font-size:30px;
	transition:color linear 0.15s;
}
.toggle-nav:hover, .toggle-nav.active {
	text-decoration:none;
	color:#218448;
}
#areas-box{
	width:44%;
	float:left;
	background-color:#FFF;
	display:inline-block;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	padding:1%;
	margin:2%;
}
#rodape1{
	width:50%;
	margin-left:2%;
	float:left;
	margin-top:60px;
	margin-bottom:60px;
}
#rodape2{
	width:20%;
	margin-right:2%;
	float:right;
	text-align:right;
	margin-top:60px;
	margin-bottom:60px;
}
#quemsomos-titulo{
	width:98%;
	margin-left:2%;
	margin-top:60px;
	margin-bottom:60px;
	float:left;
}
#blog-texto{
	width:96%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	text-align:justify;
	margin-bottom:100px;
	display:inline-block;
}
}
@media all and (max-width:480px)
{
#blog-texto{
	text-align:left;
}
#quemsomos-texto{
	text-align:left;
}
#content-home{
	width:100%;
	height:600px;
	background-image:url(image/banner3.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;	
}
#top-idiomas{
	width:25%;
	margin-right:2%;
	float:right;
	margin-top:17px;
	text-align:right;
}
#areas-box{
	width:88%;
	float:left;
	background-color:#FFF;
	display:inline-block;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	padding:1%;
	margin:5%;
}
#home-logo{
	width:70%;
	margin-left:15%;
	margin-right:15%;
	float:left;
	margin-top:20px;
	text-align:center;
}
#blog-post-foto{
	width:94%;
	float:left;
	display:inline-block;
	margin-left:2%;
	margin-right:2%;
	text-align:center;
	margin-bottom:30px;
}
#blog-post-texto{
	width:94%;
	float:left;
	display:inline-block;
	margin-left:2%;
	margin-right:2%;
}
#rodape1{
	width:96%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	margin-top:60px;
	margin-bottom:0px;
	text-align:center;
}
#rodape2{
	width:96%;
	margin-left:2%;
	margin-right:2%;
	float:right;
	text-align:right;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
}
