html, body{
	padding: 0;
	margin: 0;
	height:100%;
	font-family: arial;
	font-size: 14px;
	font-family: 'Calibri' !important;
	color: #333 !important;
}

.img-conteudo-horizontal iframe{
	width: 192px;
	height: 152px;
}

.img-conteudo-horizontal img{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

a{
	text-decoration: none;
}

a:hover{
	opacity: 0.6;
	transition: 0.6s;
}

.row-item{
	width: 100%;
	height: 165px;
	margin-left: 7px;
}

.tudo{
	width: 100%;
	height: auto;
	min-height:100%;
  	position:relative;
	margin: 0 auto;
	background: #e0e9f4;
}

.clear{
	clear:both;
}
/*------TOPO-------*/
.topo{
	width: 100%;
	min-height: 155px;
	background-image: url(../img/metal.png);
}

.menuFixo {
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: 0.15s ease-in;
}

.ajustaMenu{
	min-height: 133px !important;
	transition: 0.15s ease-in;
}

.ajustaMenuConteudo{
	min-height: 90px !important;
	transition: 0.15s ease-in;
}

.ajustaMenulogo{
	width: 155px !important;
    height: 70px !important;
    background-size: contain !important;
    top: 10px;
    transition: 0.15s ease-in;
}

.ajustaMenuTopo{
	height: 40px !important;
	transition: 0.15s ease-in;
}

.ajustaMenuBtn{
	line-height: 40px !important;
	transition: 0.15s ease-in;
}

.telefone-topo{
	font-size: 20px;
    color: #20267B;
    float: right;
    font-weight: bold;
    padding: 5px;
    margin-top: 40px;
}

.topo-conteudo{
	min-height: 103px;
	width: 1065px;
	margin: 0 auto;
}

.titulo-topo{
	text-align: center;
    height: 100%;
    font-size: 26px;
    padding-top: 40px;
    font-weight: bold;
    color: #000080;
    float: left;
}

.logo{
	width: 280px; 
	height: 90px;
	position: relative;
	float: left;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
    top: 10px;
}

.logo:hover{
	opacity: 0.6;
	transition: 0.8s;
}

.area-cliente{
	height: 50px; 
	width: 380px;
	/*background: #ccc;*/
	float: right;
	position: relative;
	top: 6px;
}

.area-cliente-text{
	width: 65px; 
	height: 38px;
	background: #fff;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #006637;
	position: relative;
	top: 6px;
}

.area-cliente-box{
	height: 50px; 
	width: 300px;
	float: right;
	background: #EFF1F4;
}

.area-cliente-campo{
	width: 286px;
	height: 28px; 
	margin: 0px auto;
	/*background: black;*/
	position: relative;
	top: 12px;
}

.area-cliente-input {
    width: 115px;
    height: 26px;
    float: left;
    border: 0;
    padding-left: 10px;
}

.area-cliente-input.right{
	margin-left: 3px;
}

/* Chrome/Opera/Safari */
::-webkit-input-placeholder{ 
  font-size: 11px;
  color: #777777;
}

/* Firefox 19+ */
::-moz-placeholder{ 
  font-size: 11px;
  color: #777777;
}

/* IE 10+ */
:-ms-input-placeholder{ 
  font-size: 11px;
  color: #777777;
}

/* Firefox 18- */
:-moz-placeholder{ 
  font-size: 11px;
  color: #777777;
}

.area-cliente-button{
	width: 30px;
	height: 28px;
	background: #006737;
	float: right;
	border: 0;
	color: #fff;
	font-size: 11px;
}

.area-cliente-button:hover{
	opacity: 0.6;
	transition: 0.8s;
	cursor:pointer;
}

.topo-menu{
	height: 50px;
	width: 100%;
	background: #006699;
	border-top: 2px solid #FFFFFF;
}

.menu-conteudo{
	width: 1065px; 
	height: 100%;
	margin: 0 auto;
}

.menu-botao{
	height: 100%;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
	border-right: 1px solid #fff;
}

.menu-botao:hover{
	background: #FFFFFF;
	color: #006699 !important;
	transition: 0.4s;
}

.menu-botao a:hover{
	color: #fff;
}

.posicao-dropdown a:hover, .posicao-dropdown2 a:hover{
	color: #006837 !important;
	opacity: 0.7;
}

.menu-botao.home{
	width: 175px;
}

.menu-botao.sobre{
	width: 175px;
}

.menu-botao.produtos{
	width: 175px;
}

.menu-botao.estamparia{
	width: 175px;
}

.menu-botao.repuxacao{
	width: 175px;
}

.menu-botao.contato{
	width: 185px;
	border-right: none;
}

.posicao-dropdown, .posicao-dropdown2 {
    min-width: 400px;
    min-height: 40px;
    background: #eee;
    position: relative;
    z-index: 9999;
    text-align: left !important;
    padding: 10px;
    padding-top: 10px;
    border: 2px solid #fff;
    border-top: none;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14), 0 2px 2px 0 rgba(0,0,0,.098), 0 1px 5px 0 rgba(0,0,0,.084);
    font-size: 14px;
    line-height: 25px !important;
}

.posicao-dropdown hr, .posicao-dropdown2 hr{
	width: 100%;
	height: 1px; 
	background: #fff;
	border: 0;
}
/*----FIM TOPO-----*/

/*------MEIO-------*/
.conteudo{
	height: : auto; 
	padding-bottom:  155px; /*Mesmo valor da altura do rodape*/
	width: 100%;
	margin: 0 auto;
	background: #E0E9F4;
}

.conteudo-dentro{
	width: 1035px;
	height: auto;
	background: #FFF;
	margin: 0 auto;	
	text-align: center;
	top: 5px;
    position: relative;
}

.conteudo-dentro-texto{
	text-align: left;
	font-size: 16px !important;
	line-height: 25px;
	color: #888;
	height: auto;
	/*box-shadow: 0 3px 1px -2px rgba(0,0,0,.14), 0 2px 2px 0 rgba(0,0,0,.098), 0 1px 5px 0 rgba(0,0,0,.084);*/
	box-shadow: 0 -2px 10px -2px rgba(0,0,0,0.14), 0 2px 2px 0 rgba(0,0,0,.098), 0 3px 9px 0 rgba(0,0,0,.084);
	padding: 15px;
	margin-bottom: 20px;
}

.conteudo-frase1{
	width: 100%; 
	height: 36px; 
	margin: 0px auto;
	margin-top: 25px;
	font-size: 27px;
	text-align: left;
	color: #20267B;
}

.img-conteudo{
	position: absolute;
}
.img-conteudo-horizontal{
	width: 190px;
    height: 150px;
    float: left;
	margin-right: 15px;
	border:1px solid #000;
	margin-top: 15px;
	border-radius: 10px;
}

.horizontal-last{
	margin-right: 0px;
	margin-top: 0px;
}

.conteudo-container::-webkit-scrollbar {
    width: 8px;
}

.conteudo-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

.conteudo-container::-webkit-scrollbar-thumb {

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

/*BANNER*/
.container-banner{
	width: 1065px; 
	height: 450px;
	margin: 0 auto;
}

#tudo_banner{
	width: 1065px;
	height: 450px;
	float:left;
	position: relative;
	top: 5px;
}

#banner{
	width: 1065px;
	height: 450px;
	margin:0 auto;
	float: left;
	box-shadow: 0 -2px 10px -2px rgba(0,0,0,0.14), 0 2px 2px 0 rgba(0,0,0,.098), 0 3px 9px 0 rgba(0,0,0,.084);
}

#prev:hover, #next:hover{
	opacity: 0.7;
	transition: 0.6s;
}

#canto_banner_prev{
	width: 28px;
	height: 300px;
	cursor: pointer;
	position: absolute;
	z-index: 999;
	left: 20px;
}
#canto_banner_prev img{
	position: relative;
	top: 200px;
}
#canto_banner_next{
	width: 28px;
	height: 300px;
	cursor: pointer;
	position: absolute;
	z-index: 999;
	right: 30px;
}
#canto_banner_next img{
	position: relative;
	top: 200px;
}
/*FIM BANNER*/

.titulo-home{
	text-align: center;
	font-size: 25px;
	color: #333;
}

.titulo-home span{
	color: #006637;
}

.container-home-itens{
	width: 100%;
	min-height: 200px;
}

.home-itens{
	width: 1065px; 
	min-height: 200px;
	margin: 0 auto;
	position: relative;
	padding-left: 30px;
}

.home-item{
	width: 328px;
	height: 151px;
	float: left;
	font-size: 21px;
	text-align: center;
	color: #000080;
	border: 1px solid #999;
	border-radius: 10px;
	background-color: #FFFFFF;
}

.home-item img{
	margin-top: 10px;
	margin-bottom: 10px;	
}

.home-item2{
	margin-left: 22px;
}

.home-item3{
	margin-left: 22px;	
}

.item-leia-mais{
	border: 0; 
	background: #006737;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	border-radius: 20px;
	width: 80px;
	float: right;
	margin-top: 10px;
}

.item-leia-mais:hover{
	cursor: pointer;
	opacity: 0.7; 
	transition: 0.6s;
}

.container-duvidas{
	width: 100%;
	height: 82px;
	background: #777777;
	margin-top: 5px;
	border-bottom: 3px solid #999999;
}

.duvidas-centro{
	width: 890px; 
	height: 100%;
	margin: 0 auto;
/*	background: #333*/
}

.duvidas-centro1{
	width: 190px; 
	height: 100%;
	float: left;
	font-size:29px;
	line-height: 80px;
	color: #fff;
	text-shadow: #333 2px 2px 6px;
}

.duvidas-centro2{
	width: 408px; 
	height: 100%;
	float: left;
	font-size:20px;
	text-align: center;
	color: #fff; 
	line-height: 80px;
}

.duvidas-centro3{
	width: 290px; 
	height: 100%;
	float: left;
}

.botao-duvidas {
    border-radius: 30px;
    padding: 2px 20px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.5);
    background: none;
    height: 30px; 
    width: 140px;
    font-size: 17px;
    float: right;
    position: relative;
    top: 25px;
}

.botao-duvidas:hover{
	background: #fff;
	color: #777;
	cursor: pointer;
}

.container-sobre{
	width: 100%;
	height: 240px;
	margin-top: 5px;
	background-image: url(../img/banner2.png);
}

.sobre-centro{
	width: 1065px;
	height: 180px;
	position: relative;
	top: 30px;
	margin: 0 auto;
}

.sobre-logo{
	width: 200px;
	height: 160px;
	float: left;
}

.sobre-texto{
	width: 770px;
	height: 180px;
	float: right;
}

.sobre-titulo{
	width: 100%;
	height: 30px;
	font-size: 25px;
}

.sobre-texto-conteudo{
	width: 100%;
	height: 110px;
	font-size: 17px;
	color: #777;
	text-align: justify;
}

.sobre-mais-informacoes{
	text-align: right;
	font-size: 15px;
	color: #006737;
}


.input-field{
	width: 100%;
	margin-bottom: 10px;
}

.input-field input, .input-field textarea{
	float: right;
	width: 95%;
	padding: 8px;
	border: 1px solid #999;
	border-radius: 2px;
}

.enviar{
	width: 90px; 
	height: 35px;
	border: 1px solid #333333;
	line-height: 32px;
	font-size: 17px;
	float: left;
	margin-left: 8px;
	position: relative;
	top: 10px;
	background: #f5f5f5;
}

.enviar:hover{
	background: #333333;
	cursor: pointer;
	transition: 0.5s;
	color: #ffffff;
	border: 1px solid #333333;
}

.mensagem-contato{
	font-size: 16px;
	margin-top: -35px;
}

.pergunta{
	width: 95%;
	border:1px solid #ccc;
	padding: 10px;
	color: #006837;
	font-size: 17px;
}

.pergunta:hover{
	cursor: pointer;
	background: #e9e9e9
}

.resposta{
	margin-top: 10px;
	color: #777;
	font-size: 14px;
	display: none
}
/*----FIM MEIO----*/

/*----BAIXO-------*/
.rodape{
	position: relative;
	margin-top: -165px; /*Tamanho da Altura do rodape*/
	min-height: 165px;
	clear: #FFFFFF;
	background-image: url(../img/metal.png);
	border-top:1px solid #999999;
	color: #FFFFFF;
	font-family: Calibri;
}

.rodape-alto-divisao{
	height: 35px;
	width: 100%;
	background-color: #006699;
	color: #FFFFFF;
}

.rodape-alto-text{
	color:#fff;
	margin: 0px auto; 
	width: 1065px;
	position: relative;
	top: 8px;
	font-family: Calibri;
	font-size: 19px;
}

.rodape-centro{
	width: 1065px; 
	min-height: 100px;
	margin: 0 auto;
}

.rodape-parte1{
	width: 50%; 
	height: 88px;
	float: left;
	position: relative;
	top:10px;
	color: #21277C;
	font-size: 16px;
	font-family: Calibri;
}

.rodape-parte1-linha{
	width: 100%;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
}

.rodape-parte1-icon{
	width: 40px;
	height: 100%;
	float: left;
}

.rodape-parte2{
	width: 333px; 
	height: 110px;
	float: left;
	position: relative;
	top:50px;
}

.rodape-parte3{
	width: 50%; 
	height: 95px;
	float: right;
	position: relative;
	top:10px;
	/*background-color: #a548a8;*/
}
.rodape-parceiros{
	width: 82px;
	height: 72px;
	float: right;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	position: relative;
	margin-left: 10px;
}
.rodape-mapa{
	width: 45%;
	height: 268px;
	border: 2px solid #e9e9e9;
	padding: 2px;
	float: right;
}

.rodape-baixo{
	width: 100%; 
	height: 29px;
	background: #666666;
}

.rodape-baixo-divisao{
	height: 2px;
	width: 100%;
	background-color: #FFFFFF;
}

.rodape-baixo-text{
	color:#fff;
	margin: 0px auto; 
	width: 1065px;
	text-align: center;
	position: relative;
	top: 5px;
	font-family: 'Myriad Pro Regular';
	font-size: 13px;
}

.mapa{
	width: 100%;
	height: 268px;
}

form{
	width: 50%;
	float: left;
}

/*--FIM BAIXO----*/