@font-face {
    font-family: 'casperbold';
    src: url('../fonts/casper-webfont.woff2') format('woff2'),
         url('../fonts/casper-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.logo{
    position: relative;
    z-index: 10;
}

.logo{
	position: relative;
	top: -10px;
}

header{
  padding-top: 0 !important;
  background-color: #fff;
}

p{
	font-size: 13px;
	color: #000;
	font-family: arial;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ececec !important;
}
section {
  height: 100%;
  width: 100%;
}

section:nth-child(2) {
  background: lightgreen;
  margin-top: 30%;
}
section:nth-child(3) {
  background: purple;
}
section:nth-child(4) {
  background: #e8370e;
}
section:nth-child(5) {
  background: yellow;
}


.cbp-bicontrols ul {
	padding-top: 14px;
    padding-left: 15%;
}
.cbp-bicontrols ul li{
float: left;
list-style: none;
text-align: center;
margin-right: 40px;
}


#custum-um{
	    padding-left: 435px;
    margin-top: -270px;
    position: relative;
    z-index: 20;
}
#custum-um img{
    margin-bottom: 10px;
}

.top{
	width: 100%;
	height: 159px;
	padding-top: 20px;
	background: url(../images/top.png);
	background-position: center top;
	background-repeat: no-repeat;
}


.tel{
	position: relative;
	top: 10px;
	float: right;
	width: 200px;
	height: 60px;
}

.tel spam{
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 27px;
	font-family: 'casperbold';
}

.tel i{
	color: #fff;
	font-size: 30px;
	float: left;
	margin-right: 15px;
}


/**** Menu ****/

.menu-top{
	box-shadow: none !important;
	position: relative;
	top: 19px;
	float: right;
	width: 750px;
}

.menu{
  position:relative;
  margin:0 auto;
  width:100%;
}


.menu ul{
    position: relative;
    padding-left: 14px;
	background: #fff;
  }

.menu>ul>li{
  float:left;
  list-style:none;
  display: inline-block;
  position: relative;
}

ul.submenu{
  display: none;
  position: absolute;
  left: -20px;
  top:40px;
  width:180px;
  z-index: 1000;
}

.menu>ul>li>a{
	font-family: 'casperbold';
	text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
    height: 41px;
    float: left;
    list-style: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
    display: inline-block;
    color: #002450;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

div.menu>ul>li>a:hover{
    color: #fff;
	background: url(../images/bg-menu.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}


li.lisubmenu{
  white-space: nowrap;
  list-style: none;
  padding: 8px 30px 8px 10px;
  background-color: #00254b;
	width: 100%;
}

li.lisubmenu:hover{
    background: #e1330b;
    color: #000;
}

li.lisubmenu>a{
  color: #fff;
  text-decoration:none;
  font-size: 13px;
  line-height: 30px;
}

.temsubmenu:hover ul{
  display: block;
  width:200px;
  z-index: 3000;
  
  background: #014b64;
  background: -moz-linear-gradient(-45deg,  #014b64 0%, #166681 100%);
  background: -webkit-linear-gradient(-45deg,  #014b64 0%,#166681 100%); 
  background: linear-gradient(135deg,  #014b64 0%,#166681 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014b64', endColorstr='#166681',GradientType=1 );
  
}

/**** Fim Menu ****/

/* Footer */


footer{	
	height: auto;
	width: 100%;
	padding-top: 30px;	
	background: url(../images/rodape.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #e1330b;
}

.gn-icon i{	
	font-size: 16px;
	height: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.gn-submenu i{
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}

.icone-footer{
	width: 50px;
	height: 50px;
	float: left;
	background: #ececec;
	padding: 15px;
	margin-right: 15px;	
	margin-bottom: 30px;
}

.icone-footer i{
	font-size: 20px;
	color: #00254b;
}

.txt-footer{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.txt-footer a{
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', Arial, sans-serif;
}

.txt-footer p{
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', Arial, sans-serif;
}

.mapa-site a{
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Lato', Arial, sans-serif;
	
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mapa-site a:hover{
	padding-left: 10px;
}

.firstHeading{
	font-size: 20px;
	color: #295b5a;
	font-family: 'casperbold';
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Fim Footer*/


/* Formulario de Contato*/

.formContato {
   width: 100%;  
}  
.formContato input {  
   width: 90%;  
   margin-left: 10px;  
   margin-right: 10px;  
}  
.formContato textarea {  
   width: 90%;  
   margin-left: 10px;  
   margin-right: 10px;  
}  
.botaoContato {  
   margin-left: 10px;  
   margin-right: 10px;  
   margin-top: 1px;  
}  
.pgContato input {  
	font-family: 'Lato', Arial, sans-serif !important;
   color: #292929;  
   font-size: 14px;  
   background-color: #fefefe !important;  
   border: 1px solid #eee !important;  
   -moz-border-radius: 2px !important;  
   -webkit-border-radius: 2px !important;  
   border-radius: 2px;  
   height: 40px;  
   margin-bottom: 20px; 
	padding-left: 10px !important;
}  
.pgContato textarea {  
	font-family: 'Lato', Arial, sans-serif !important;
   padding-left: 10px;  
   color: #292929;  
   font-size: 14px;
	width: 100%;
   background-color: #fefefe;  
   border: 1px solid #E9E9E9;  
   -moz-border-radius: 2px;  
   -webkit-border-radius: 2px;  
   border-radius: 2px;  
   height: 200px;  
   margin-bottom: 20px;  
   border-bottom: 1px solid #ccc;  
   border-left: 1px solid #ccc;  
	margin-left: 0;
	margin-right: 0;
}  
.botaoContato {  
	width: 100%;
   border-radius: 2px;  
   color: #fff;  
   padding: 2px 40px;  
   height: 60px;  
   margin-top: 18px;  
   opacity: 0.9;  
   margin-bottom: 20px;  
   cursor: pointer;  
   display: inline-block;  
   border: none;  
   border: 1px solid #eee;  
	margin-left: 0;
	margin-right: 0;
	
	background: #002b4f; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #002b4f 0%, #197472 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #002b4f 0%,#197472 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #002b4f 0%,#197472 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b4f', endColorstr='#197472',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}  
.botaoContato:hover {  
   opacity: 1.0;  
   transition: 1s; 
   background: #e1330b; 
}

/* Fim formulario de contato*/

.slider.fullscreen{
	margin-top: 30px;
	margin-bottom: 30px;
}

.menu-lateral{
	width: 100%;
	min-height: 700px;	
}

.menu-lateral spam{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: 'casperbold';
	text-transform: uppercase;
	display: block;
	
	width: 100%;
	height: 60px;
	padding-top: 20px;
	background: #d52903; /* Old browsers */
	background: -moz-linear-gradient(left, #d52903 0%, #f64118 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #d52903 0%,#f64118 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #d52903 0%,#f64118 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52903', endColorstr='#f64118',GradientType=1 ); /* IE6-9 */	
}

.menu-lateral p{
	background: #ececec;
	width: 100%;
	padding-left: 30px;
	line-height: 50px;
	font-size: 15px;
	margin-bottom: 0;
	color: #000;
	font-weight: bold;
	font-family: 'casperbold';
}

.menu-lateral a{
	width: 100%;
	height: 50px;
	padding-top: 13px;
	padding-left: 30px;
	display: block;
	position: relative;
	border-bottom: 1px solid #fff;
	text-shadow: none!important;
	font-size: 13px;
	color: #00254b;
	background: #cfcfcf;
}

.menu-lateral a:hover{
	background: #00254b;
}

.menu-lateral i{
	margin-right: 5px;
}

.produtos{
	width: 100%;
	height: 335px;
	background: #fff;
	display: block;
	padding: 20px;
	margin-bottom: 30px; 
	position: relative;
}

.produtos spam{
	text-align: center;
	color: #000;
	display: block;
	font-size: 13px;
	height: 30px;
}

.produtos a{	
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-family: 'casperbold';
	text-transform: uppercase;
	display: block;	
	background: #00254b;
	height: 35px;
	padding-top: 7px;
	margin-top: 15px;
}

.produtos a:hover{
	background: #f33f16;
}

.bloco-index-1{
	width: 100%;
	height: 110px;
	padding-left: 130px;
	padding-top: 17px;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	background: url(../images/bloco-index-1.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.bloco-index-1 p{
	color: #fff;
	font-size: 20px;
	font-family: 'casperbold';
	text-transform: uppercase;
}

.bloco-index-1 spam{
	font-size: 30px;
}

.bloco-index-2{
	width: 100%;
	height: 110px;
	padding-right: 130px;
	padding-top: 17px;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	background: url(../images/bloco-index-2.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.bloco-index-2 p{
	color: #fff;
	font-size: 20px;
	text-align: right;
	font-family: 'casperbold';	
}

.bloco-index-2 spam{
	text-transform: uppercase;
}

h1 {
	font-family: 'casperbold';
	font-size: 30px !important;
	text-transform: uppercase;
	float: left;
	color: #002b4f;
}

.icon-tit{	
	height: 50px;
	float: left;
	margin-left: 30px;
	margin-top: 33px;
	background: url(../images/icon-tit.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.icon-tit#empresa{
	width: 950px;
}

.icon-tit#missao{
	width: 720px;
}

.icon-tit#qualidade{
	width: 750px;
}

.icon-tit#contato{
	width: 880px;
}

.icon-tit#fornecedores{
	width: 870px;
}

.icon-tit#novidades{
	width: 760px;
}

.icon-tit#produtos{
	width: 810px;
}

.icon-tit#mapa{
	width: 790px;
}

.destaque{
	padding: 20px 20px 5px 20px; 
	background: #e1330b;
	margin-bottom: 20px;
}

.destaque p{
	color: #fff;
	font-size: 14px;
	font-family: 'casperbold';
}

.missao{
	width: 33.33%;
	min-height: 300px;
	float: left;
	padding: 30px;	
	margin-bottom: 50px;

	background: #002b4f; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #002b4f 0%, #197472 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #002b4f 0%,#197472 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #002b4f 0%,#197472 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b4f', endColorstr='#197472',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.missao h3 {
	font-family: 'casperbold';
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-top: 0;
}

.missao p{
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.missao2{
	width: 33.33%;
	min-height: 300px;
	float: left;
	padding: 30px;
	background: #e1330b;
	margin-bottom: 50px;
}

.missao2 h3 {
	font-family: 'casperbold';
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-top: 0;
}

.missao2 p{
	color: #fff;
	text-align: center;
	font-size: 14px;
}


.direitos {
    width: 45%;
    color: #fff;
    float: left;
    text-align: left;
    margin-top: 15px;
}

.area-res {
    width: 100%;
    color: #fff;
    float: left;
    text-align: right;
    margin-top: -40px;
}

.area-res a {
    color: #fff;
    text-decoration: none;
}

.area-res p {
    position: relative;
    margin-right: 134px;
    color: #fff;
}

a.logo-w {
    width: 12%;
    height: 54px;
    float: right;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    background: url(../images/w-mark.png) center 20px no-repeat;
    margin-top: -47px;
}


section.t{
	   background-color: #005472;
    height: 55px;
}


.produtos-index{
	width: 100%;
	min-height: 90px;
	background-image: url(../images/bg-produtos.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.produtos-index h3{
	font-size: 22px;
	color: #00264b;
	font-family: 'casperbold';
	text-align: center;
	text-transform: uppercase;
	
}

.bg-titulo{
	width: 100%;
	min-height: 90px;
	margin-bottom: 50px;
	background-image: url(../images/bg-titulo.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.produto-index{
	background-color: #fff;
	border: 2px solid #ddd;
	width: 100%;
	min-height: 350px;
	padding: 30px 15px;
	text-align: center;
	    position: relative;
    float: left;
	margin-bottom: 30px;
	
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.produto-index:hover{
	    border: 2px solid #295b5a;
}

.produto-index img{
	margin: 0 auto;
	display: block;
}

.produto-index spam{
	font-size: 20px;
	color: #295b5a;
	font-family: 'casperbold';
	text-align: center;
	display: block;
}

.produto-index a{
	width: 100%;
	height: 40px;
	display: block;
	background: #295b5a;
	text-align: center;
	padding-top: 5px;
	color: #fff;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.produto-index a:hover{
 	background: #366969; 
}

section.content {
      width: 100%;
    min-height: 200px;
    background-image: url(../images/bg-produtos.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 40px;
    margin-top: -30px;
    height: auto;
}

a.produto {
	    background-color: #fff;
   
    width: 100%;
    min-height: 350px;
    padding: 30px 15px;
    text-align: center;
    position: relative;
    float: left;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.produto div.mold {
	
}

a.produto div.mold img {
	margin: 0 auto;
    display: block;
        height: 150px;
}

a.produto h2 {
      font-size: 20px;
    color: #00274c;
    font-family: 'casperbold';
    text-align: center;
    display: block;
}

div.menulateral {
	float: left;
}

div.menulateral > ul > li {
	float: left;
	padding: 20px 0 10px;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

div.menulateral > ul > li > a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 100%;
	color: #333;
}

div.menulateral ul li {
	list-style-type: none;
}

div.menulateral > ul > li > ul {
	float: left;
	width: 100%;
	padding-top: 10px;
}

div.menulateral > ul > li > ul li a {
	font-size: 14px;
	font-family: Arial;
	color: #333;
	float: left;
	width: 100%;
	padding: 2px 0;
}

div.produto-image {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border: 1px solid #ccc;
	background: #fff;
}

div.produto-image img {
	width: 100%;
}

div.desc {
	width: 100% !important;
	max-width: 100% !important;
	float: left !important;
}

div.desc, div.desc * {
	color: #333 !important;
	font-size: 14px !important;
	line-height: 22px !important;
	font-family: Arial !important;
	letter-spacing: 0 !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
	background: transparent !important;
}

a.obra{
	float: left;
	margin: 15px 0;
	width: 100%;
}

a.obra:hover div.bg-obra{
	opacity: 0.9
}

a.obra div.bg-obra{
	height: 170px;
	width: 100%;
	overflow: hidden;
	float: left;
	background-position: center;
	background-size: cover;
}

a.obra h3{
    font-size: 16px;
    /* font-family: 'impactreg'; */
    /* text-align: center; */
    width: 100%;
    margin: 0 auto;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    color: #00274c;
    font-weight: bold;
    padding-bottom: 17px;
    /* padding: 15px; */
    float: left;
    padding-top: 30px;
    text-transform: uppercase;
}

div.news p{
	font-size: 12px;
	color: #888;
}

div.news h3{
	text-align: left;
	width: 100%;
	padding: 10px 0;
}

div.desc{
	margin-top: 30px;
}

form.newsletter.trabalhe-conosco input {
	background: #f2f2f2;
}

form.newsletter.trabalhe-conosco label {
	font-size: 14px;
	margin-top: 0;
	color: #333;
}

form.newsletter.trabalhe-conosco button {
    height: 40px;
    width: 100%;
    float: left;
    padding: 0;
    background: #86b835;
    background: -moz-linear-gradient(top, #3f3f3f 0%, #000000 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#000000)); */
    /* background: -webkit-linear-gradient(top, #3f3f3f 0%,#000000 100%); */
    background: -o-linear-gradient(top, #3f3f3f 0%,#000000 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#000000 100%);
    /* background: linear-gradient(to bottom, #3f3f3f 0%,#000000 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#000000',GradientType=0 );
    font-size: 14px;
    margin-top: 5px;
    color: #fff;
}

a.produto.mostra {

	display: flex;
	justify-content: center;
	align-items: center;
}


.voltar{
	color: #FFF !important;
    display: block;
    float: right;
    padding: 10px 40px;
    font-size: 13px;
    margin-top: 40px;
    /* margin-bottom: 0px; */
    font-weight: bold;
    border-radius: 45px;
    position: relative;
    z-index: 5;
    /* background: #ba0000; */
    background: -moz-linear-gradient(45deg, #ba0000 0%, #e50000 100%);
    /* background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ba0000), color-stop(100%,#e50000)); */
    /* background: -webkit-linear-gradient(45deg, #ba0000 0%,#e50000 100%); */
    background: -o-linear-gradient(45deg, #ba0000 0%,#e50000 100%);
    background: -ms-linear-gradient(45deg, #ba0000 0%,#e50000 100%);
    /* background: linear-gradient(45deg, #ba0000 0%,#e50000 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0000', endColorstr='#e50000',GradientType=1 );
    background-color: #f64119;
}

.voltar:hover{
	    background: #f64119;
}

a.obra{
	float: left;
	margin: 15px 0;
	width: 100%;
}

a.obra:hover div.bg-obra{
	opacity: 0.9
}

a.obra div.bg-obra{
	height: 170px;
	width: 100%;
	overflow: hidden;
	float: left;
	background-position: center;
	background-size: cover;
}

a.obra h3{
	font-size: 16px;

	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	float: left;
	text-transform: uppercase;
}

ul.clearing-thumbs {
	margin: 0;
}

ul.clearing-thumbs li {
	float: left;
    margin: 0px;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

ul.clearing-thumbs li a {
	margin: 0;
	height: 160px;
	float: left;
	width: 100%;
	overflow: hidden;
	display: inline-block;
}


ul.clearing-thumbs li a img {
	max-width: none;
	max-height: 100%;
}

form.newsletter.trabalhe-conosco input {
	    background: #f2f2f2;
    border: solid 1px #d2d1d1;
}

form.newsletter.trabalhe-conosco label {
	font-size: 14px;
	margin-top: 0;
	color: #333;
}

form.newsletter.trabalhe-conosco button {
    height: 40px;
    width: 100%;
    float: left;
    padding: 0;
    background: #00274c;
    background: -moz-linear-gradient(top, #3f3f3f 0%, #000000 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#000000)); */
    /* background: -webkit-linear-gradient(top, #3f3f3f 0%,#000000 100%); */
    background: -o-linear-gradient(top, #3f3f3f 0%,#000000 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#000000 100%);
    /* background: linear-gradient(to bottom, #3f3f3f 0%,#000000 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#000000',GradientType=0 );
    font-size: 14px;
    margin-top: 5px;
    color: #fff;
}