* {
margin:0;
padding:0;
}

html, body {
  margin: 0;
  padding: 0;
}

body
{
    font-family:'lato', Arial, Verdana, Sans-serif;
	font-weight:400;
    font-size:20px;
    text-align:center;
    color:#555;
    margin:auto;
	background-color:#fff;
	padding:0;

}

#msg{
	margin-top:150px !important;
	z-index:9999999 !important;
}


h1{
	text-align:center;
	margin:auto;
}

a{
	color:#4e4a42;
	text-decoration:none;
	outline:none;
}

a img
{
	outline:none; 
	border:none;
	padding:0;
	margin:0;
}

a:hover{
	color:red;
	text-decoration:underline;
}

p{
	margin-top:25px;
	margin-bottom:25px;
}

.titulos{
	font-size:40px;
	font-weight:300;
	color:#333333;
	font-family:lato;
	margin-bottom:25px;
	font-family:'lato' , serif;
	font-weight:bold;
}

.subtitulos{
	font-size:18px;
	color:#333333;
	font-family:lato;
	margin-bottom:25px;
}

.topo_geral{
	width:100%;
	min-width:1250px;
	height:auto;
	text-align:center;
	top:0;
	background-color:#fff;
	border-top:10px solid red;
	font-weight:400;
	position:fixed;
	top:0;
	z-index:9999;
	background-color:#fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.topo2{
	margin:auto;
	text-align:left;
	width:1250px;
	height:95px;

}

.logo{
	width:220px;
	height:61px;
	padding-top:10px;
	float:left;
}

.menu{
	float:left;
	width:1030px;
	height:40px;
	padding-top:35px;
	font-size:16px;
}

.menu li{
	float:right;
	list-style:none;
	padding-left:28px;
}

.menu a{
	color:#ccc;
}

.menu a:hover{
	color:#ff0000;
	text-decoration:none;
}

.fixar {position:fixed; top:0; z-index:99999; clear:both;}


.menu_mobile{
	display:none;
}



/*-- Início Banners página inicial-------------------------------------------------------------------*/

.banners_geral{
	width:100%;
	min-width:1250px;
	height:654px;
	margin:auto;
	padding:0;
	text-align:center;
	padding-bottom:0;
	vertical-align:middle;
	color:#fff;
	position:relative;
	overflow:hidden;
	margin-top:100px;
}


.banner_slider{
	width:100%;
	min-width:1250px;
	margin:auto;
	height:560px;
}

.banner1{
	width:100%;
	min-width:1250px;
	margin:auto;
	height:630px;
	background-image:url(images/banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}



/*-- Fim Banners página inicial----------------------------------------------------------------------*/

/*-- Início bem-vindo página inicial-----------------------------------------------------------------*/
.bem_vindo{
	padding-top:20px;
	width:900px;
	height:850px;
	margin:auto;
	padding-bottom:60px;
}



/*-- Início serviços página inicial------------------------------------------------------------------*/

.linha_produtos_home{
	width:900px;
	height:auto;
	margin:auto;
	padding-top:30px;
}


/*-- Início contato ---------------------------------------------------------------------------------*/

.contato_bg{
	width:100%;
	background-color:#1f9aad;
	background-image:url(images/fundo_contato.jpg);
	position:relative;
	height:550px;

}

.contato_geral{
	width:100%;
	background-image:url(images/bg_depoimentos.png);
	position:absolute;
	top:0;
	left:0;
	height:550px;
}



.contatos{
	width:1000px;
	height:auto;
	padding-top:10px;
	margin:auto;
	padding-top:70px;
	padding-bottom:60px;
}

.contatos h2{
	font-size:36px;
	color:#fff;
}

.contatos h3{
	color:#fff;
	font-weight:400;
}

::-webkit-input-placeholder {
   color:#fff;
}

:-moz-placeholder { /* Firefox 18- */
   color:#fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color:#fff;  
}

.contatos input{
	width:465px;
	height:44px !important;
	border:none;
	font-family:lato;
	font-size:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:2px solid #fff;
	padding:5px !important;
	margin:10px !important;
	color:#fff;
	background-color:rgba(255, 255, 255, 30%);
	float:left;
	margin-top:20px;
}

.contatos input[type=submit]{
	width:330px;
	border:none;
	font-family:lato;
	font-size:20px;
	border-radius:0;
	border:6px solid #fff;
	height:50px !important;
	padding:15px;
	color:#fff;
	background-color:#15a303;
	cursor:pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.contatos input[type=submit]:hover{
	background-color:#2bc818;
}

/*-- Fim contato ------------------------------------------------------------------------------------*/

.rodape{
	width:100%;
	height:100px;
	background-color:#3c3c3c;
}

.rodape img{
	margin:15px;
