@font-face {
    font-family: 'square721_cn_btroman';
    src: url('../font/tt0248m_-webfont.eot');
    src: url('../font/tt0248m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/tt0248m_-webfont.woff') format('woff'),
         url('../font/tt0248m_-webfont.ttf') format('truetype'),
         url('../font/tt0248m_-webfont.svg#square721_cn_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'square721_cn_btbold';
    src: url('tt0249m_-webfont.eot');
    src: url('../font/tt0249m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/tt0249m_-webfont.woff') format('woff'),
         url('../font/tt0249m_-webfont.ttf') format('truetype'),
         url('../font/tt0249m_-webfont.svg#square721_cn_btbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{
    height: 100%;
}

body {
	overflow-x:hidden;
	background: #003b43 url(../img/back_verde.jpg) fixed repeat-y bottom;
	
}

h1, h2, h3, h4, h5{
    font-size: 1.4em;
    color: #FFF;
    font-family: 'square721_cn_btroman';
}

h2{
	font-size: 40px;
	font-weight: lighter;
}

.titulo{
	border-bottom:1px solid #fff;
	width:300px;
	margin:0 0 20px 0;
}

p, a, li, strong, span, address, td,  input, textarea, select, option, label, dt, dd{
    color: #FFF;
    font-family: 'square721_cn_btroman', 'Verdana', sans-serif;
    text-align: justify;
    margin-bottom: 10px;
}

strong{
	font-weight:normal;
}

.placeholder{
    color:#004e57;
}
::-webkit-input-placeholder {
   color:#004e57;
}

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

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

:-ms-input-placeholder {  
   color:#004e57;  
}

textarea{
	width: 340px;
	border: 1px solid #fff;
	background: #fff;
	font-size: 16px;
	padding: 2px 15px;
	resize:none;
	height: 115px;
	color: #004e57;
}

input{
	width: 340px;	
	border: 1px solid #fff;
	background: #fff;
	font-size: 16px;
	padding: 1px 15px;
	height: 30px;
	margin-top: 0px;
	color: #004e57;
}

a{
	text-decoration:none;
}

*{margin: 0; border: 0; padding: 0; 
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.campo_off{
	display:none;
}

#msgContato{
	text-align:left;
	width: 180px;
	float: left;
}


header{
	background:url("../img/back_header.jpg") no-repeat center top;
	height:276px;
}

header .cont_header{
	width: 960px;
	margin:0 auto;
	padding-top: 38px;
	height: 275px;
}

header .cont_header h1{
	width: 162px;
	margin:0 auto 6px;
}

header .cont_header nav{
	width: 695px;
	height: 83px;
	margin: 0 auto;
	z-index: 30;
	position: relative;
}

header .cont_header nav ul{
	list-style:none;
}

header .cont_header nav ul li{
	display:inline-block;
	height: 64px;
	font-size: 22px;
	padding: 20px 16px 0;
	margin: 39px 3px 0;
}

header .cont_header nav ul li:hover, header .cont_header nav ul li.ativo{
	background:#ed1c24;
	border-bottom:4px solid #fff;
}

h1 a{
	background: url('../img/logo.png') no-repeat 0 0;
	display: block;
	text-align: center;
	text-indent: -9999px;
	overflow: hidden;
	background-size: contain;
	width: 162px;
	height: 130px;
	margin-bottom: 0px;
}

.conteudo{
	width:100%;
	min-height:528px;
	margin-top: -63px;
}

.conteudo_inter{
	width: 309px;
	font-size: 40px;
	color:#fff;
	margin: 137px 27%;
	z-index: 150;
	position: absolute;
}

.conteudo_inter h2.frase_index{
	font-size: 40px;
	color:#fff;
}

.cont{
	width:920px;
	margin: 50px auto 20px;
	display: table;
}

.cont ul{
	list-style:none;
}

.cont ul li{
	display:inline-block;
	width: 304px;
	height: 230px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align:center;
}

.cont ul li:first-child{
	border-left:none;
}

.cont ul li img{
	border: 8px #fff solid;
}

#produtos li img{
	width: 240px;
	height: 170px;
}

.cont ul li a p{
	text-align:center;
	margin-top: 5px;
}



.foto_emp{
	margin: 0 12px;
}


.cont figure{
	margin: 60px 0 10px;
}

#produto figure{
	margin-bottom: 60px;
}

.cont figure img{
	/* margin: 12px; */
	border: 5px solid #fff;
}

.cont_dir, .cont_esq {
	display: inline-table;
	float: left;
}

.cont_esq{
	width: 500px;
	border-right: 1px solid #fff;
}

.cont_dir{
	width: 343px;
	text-align: right;
	margin-top: 23px;
	margin-left: 60px;
}

.cont_dir a{
	font-size:20px;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    min-height: 528px;
}



.links_empresa{
	margin-top: 40px;
	padding-top: 40px;
	border-top: solid 1px #fff;
}
.links_empresa > *{
	font-size: 20px;
}
.links_empresa p{
	display: block;
	clear: both;
}
.links_empresa a{
	background: #1D5658;
	border-bottom: solid 7px #023638;
	padding: 20px 40px;
	margin: 10px;
	display: inline-block;
	float: left;

	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.links_empresa a:hover{
	background: #397A7C;
}

.cont.servicos ul li {
	width: auto;
	height: auto;
	display: list-item;
	text-align: left;
	margin: 0 0 10px 38px;
	list-style-type: disc;
}
.cont.servicos h3{
	font-weight: lighter;
	margin: 40px 0 20px;
}
.cont.servicos dl{
	margin-left: 20px;
}
.cont.servicos dt{
	margin: 0 15px 5px 0;
	color: rgb(154, 201, 207);
	display: inline;
	float: left;
}
.cont.servicos dt a{
	color: rgb(154, 201, 207);
}
.cont.servicos dt a:hover{
	text-decoration: underline;
}


.produtos{
	width:100%;
	height:196px;
	background-color:rgba(0,0,0,0.6);
	border-top:1px solid #f00;	
	border-bottom:1px solid #f00;
	margin-top: 255px;
	z-index: 100;
	position: absolute;
}

.produtos ul.list_prod{
	list-style:none;
	width: 921px;
	margin: 0 auto;
	opacity:1;
}

.produtos ul.list_prod li{
	display:inline-block;
	margin: 15px 25px 0;
	width: 131px;
}

.produtos ul.list_prod li h3{
	text-align:center;
	font-size: 16px;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}

.produtos ul.list_prod li p{
	text-align:center;
	font-size: 14px;
	margin: 0;
}

.produtos ul.list_prod li img{
	border:1px #000 solid;
	margin:5px 0;
	width: 129px;
	height: 96px;
}

.produtos ul.list_prod li img:hover{
	border:1px #ed1c24 solid;
}

.descricao_prod{
	margin: 40px 0;
	display: table;
	padding-right: 60px;
}

.formcontato{
	width: 340px;
	height: 290px;
	float: left;
	margin: 40px 0 40px 0;
}

#produto h3, #produtos h3{
	font-family: 'square721_cn_btroman', 'Verdana', sans-serif;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
}
#produtos h3{
	text-align: center;
	margin: 5px 0;
}



.clientes ul{
	list-style:none;
}

.clientes ul li{
	display: inline-block;
	margin: 10px 7px;
	width: 96px;
	height: 96px;
}

.depoimentos{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin:30px 0;
	padding: 30px 0;
}

.depoimentos h3.nome_cliente{
	font-size: 24px;
	font-weight: normal;
}

.espa_dep{
	margin-top:30px;
}

.espa_dep img{
	margin:0 10px;
}

a.link_cliente{
	color:#00d7f0;
}

.cont_esq address{
	margin: 40px 0 10px;
	font-style:normal;
}

.cont_esq a.fone{
	font-size:25px;
	margin-bottom: 30px;
	display: block;
}

.cont_esq a.face{
	font-size: 30px;
	margin-bottom: 30px;
	display: block;
	background: url('../img/facebook.png') no-repeat 0 3px;
	padding-left: 40px;
	width: 290px;

	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	transition: all 150ms ease;
}
.cont_esq a.face:hover{
	background-position: 0 -30px;
}

.form_contato{
	width: 340px;
	text-align: right;
}

.bt_contato{
	width: 160px;
	-webkit-transition: background 150ms ease-out, text-indent 400ms ease-out;
	-moz-transition: background 150ms ease-out, text-indent 400ms ease-out;
	-ms-transition: background 150ms ease-out, text-indent 400ms ease-out;
	-o-transition: background 150ms ease-out, text-indent 400ms ease-out;
	transition: background 150ms ease-out, text-indent 400ms ease-out;
}

.bt_contato:hover{
	background:#ed1c24;
	color: #fff;
	cursor: pointer;
	border: none;
	text-indent: 46px;
}

.bt_voltar{
	color:#fff;
}
.bt_voltar:hover{
	color:#ed1c24;
}

footer{
	width:100%;
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;
	height: 32px;
}

.cont_footer{
	width:920px;
	margin:0 auto;
}

.copyright {
	clear: both;
	float: left;
	margin-top: 5px;
	font-size: 13px;
}

.h2k{
	height: 19px;
	float:right;
	margin-top: 6px;
	opacity: 0.7;
	margin-right: 25px;
}

.h2k:hover{
	opacity:1;
}
