@charset "utf-8";

*{
	margin:0;
	padding:0;
	text-decoration:none;

}

body{
  font-family: 'Roboto', 'sans-serif';
}



h5{
  font-size:14px;
  color:#454545;

}

h1{
  font-size:24px;
  color:#FFF;
  font-weight:inherit;
}

h3{
  font-size:14px;
  font-weight:inherit;
  color:#666666;
  line-height:180%;
}

a.btn_form{
  border:2px solid #009ae1;
    text-decoration:none;
    font-family:helvetica;
    color:#353535;
    padding:10px 20px;
    border-radius:8px;
    background-color:#f4f4f4;

}

a.btn_form:hover{
  background-color:#d0d0d0;
}

input[type="submit"]
{


    border:2px solid #9a9a9a;
    text-decoration:none;
    font-family:helvetica;
    color:#353535;
    padding:10px 20px;
    border-radius:8px;
    background-color:#f4f4f4;
}

input[type="submit"]:hover
{
    border:2px solid #9a9a9a;
    text-decoration:none;
    font-family:helvetica;
    color:#353535;
    padding:10px 20px;
    border-radius:8px;
    background-color:#d0d0d0;
}

#form input{
     
   }

/** CABEÇALHO **/
#header {
	width:100%;
	height:130px;
	margin:0 auto;
	position:fixed;
	background-color:#FFF;
	z-index:1;
}

.topo{
	width:1000px;
	height:80px;
	margin:0 auto;

}

.topo img {
	margin-top:15px;
	float:left;
}

.dados_topo{
	float:right;
	font-weight:inherit;
	text-transform:uppercase;
	font-size:11px;
	color:#595959;
}

/** FIM CABEÇALHO **/

#branco{
	width:100%;
	height:130px;
	z-index:2;
}

#banner{
	width:100%;
	height:520px;
	z-index:2;
}


.welcome {
  width:1000px;
  height:100px;
  margin:0 auto;

}
.welcome h3{
  color:#4c9ae3;
  margin-top:40px;
  font-size:45px;
  text-align:center;
  line-height:120%;
}

.welcome p{
  font-size:17px;
  text-align:center;
  font-weight:lighter;
  color:#878885;
  font-family:Arial;
  font-style:italic;
}

.lado_contato p{
  color:#656565;
}
#section{
	width:1000px;

	margin:0 auto 100px;
	z-index:2;
}

#titulo{
  width:100%;
  height:130px;
  background:url(../images/fundo-titulo.jpg) center center repeat-x;
}

.titulo_texto{
  width:1000px;
  margin:0 auto;
}

.div-3{
  width:300px;
  margin-left:25px;
  float:left;

}

.div-3 h3{
  color:#000;
}

.div-3 a{
  color:#000;
  font-weight:lighter;
  margin:0 auto;
}
#footer{
	width:100%;
	height:360px;
	background-color:#f4f4f4;
	z-index:2;
}

.dados_footer{
	width:1000px;
	height:300px;
	margin:0 auto;
}

.divisao_dados{
	width:250px;
	height:260px;
	float:left;
	margin-right:50px;
  margin-top:40px;

}

.divisao_dados p{
  font-size:14px;
  line-height:150%;
  color:#747474;

}

.divisao_dados ul{
  list-style-type: none;
  line-height:180%;

}

.divisao_dados ul li a{
  color:#747474;
  font-size:14px;
}

.divisao_dados ul li a:hover{
  color:#9f9f9f;
}

.lado_contato{
  width:500px;
   float:left;

}

.clear{clear:both;}



.desenvolvimento{
	width:1000px;
	height:60px;
	margin:0 auto;
  font-size:10px;
  color:#454545;
}

.desenvolvimento a{
  font-size:10px;
  color:#747474;
}

.desenvolvimento a:hover{
  font-size:10px;
  color:#9f9f9f;
}





/** MENU **/

.nav{
	width:100%;
	height:50px;
	margin:0 auto;
	background-color:#f4f4f4;
  font-family: Tahoma;
  font-weight: lighter;
  font-style:normal;

}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
    font-family: Tahoma;
  font-weight: lighter;
  font-style:normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu {
  width: 1000px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  margin:0 auto;
}

#cssmenu > ul > li {
  float: left;
}

#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

/** FIM MENU **/

/** GALERIA  **/

.grupo_images{
  width:1000px;
  margin:0 auto;
}

.grupo_images ul li{
  text-decoration:none;
  list-style-type:none;
}

.image{
  float:left;
  margin-left:40px;
  margin-top:50px;
  width:200px;
  height:199px;
  border-radius:12px;
  background:url(../images/zoom.jpg);
}

.image img{
  width:200px;
  border-radius:10px;
}



/** FIM GALERIA **/
