@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;

}

@font-face {
    font-family: 'futuralight';
    src: url('../fonts/futura_light_bt-webfont.woff2') format('woff2'),
         url('../fonts/futura_light_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.logo{
    position: relative;
    z-index: 10;
}

.logo{
	position: relative;
	top: -10px;
	margin-bottom: 20px;
}

.logo img{
	display:block;
	margin: 0 auto;
}

header{
  padding-top: 0 !important;
  background-color: #fff;
}

p{
	font-size: 15px;
	color: #333;
	font-family: 'open_sansregular';
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
	
  background: #e7e7e7 !important;
  background: -moz-linear-gradient(left, #e7e7e7 0%, #ffffff 49%, #e7e7e7 100%)!important;
  background: -webkit-linear-gradient(left, #e7e7e7 0%,#ffffff 49%,#e7e7e7 100%)!important;
  background: linear-gradient(to right, #e7e7e7 0%,#ffffff 49%,#e7e7e7 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e7e7e7',GradientType=1 )!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: red;
}
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%;
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
	z-index: 100;
	border-top: 3px solid #1062b1;

	background: #e7e7e7; /* Old browsers */
	background: -moz-linear-gradient(left, #e7e7e7 0%, #ffffff 49%, #e7e7e7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e7e7e7 0%,#ffffff 49%,#e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e7e7e7 0%,#ffffff 49%,#e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e7e7e7',GradientType=1 ); /* IE6-9 */
}



.tel{
	position: relative;
	top: -25px;
	float: right;
	width: 150px;
	height: 60px;
	text-align: center
}

.tel spam{
	width: 150px;
	float: left;
}

.tel a{
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	line-height: 27px;
	font-family: 'open_sansregular';
	margin-right: 15px;
}

.tel a:hover{
	border-bottom: 1px solid #fff;
}


li.ajuste{
	width: 50%;
	text-align: center;	
}

.float-none{
	float: none !important;	
}

/**** Menu ****/

.menu-top{
	box-shadow: none !important;
	position: relative;
}

.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: 'open_sansregular';
	text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 60px;
    height: 60px;
    float: left;
    list-style: none;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 0px;
    display: inline-block;
    color: #fff;
    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{
   border-bottom: 3px solid #eee;

}


li.lisubmenu{
  white-space: nowrap;
  list-style: none;
  padding: 8px 30px 8px 10px;
  background-color: #653200;
	width: 100%;
}

li.lisubmenu:hover{
    background: #006500;
    color: #fff;
}

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.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

footer h3{
	font-family: 'open_sansregular';
	font-size: 20px;
	color: #fff;
	margin-bottom: 50px;
	margin-top: 20px;
}

.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;
	border: 1px solid #fff;
	padding: 15px;
	margin: 0 auto !important;
	display: block !important;
}

.icone-footer i{
	font-size: 20px;
	color: #fff;	
}

.txt-footer{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.txt-footer a{
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', Arial, sans-serif;
}

footer p{
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', Arial, sans-serif;
}

/*****/


.icon-map {
	list-style-image: url(../images/icone.png);
}

.firstHeading{
	font-size: 20px;
	color: #0e66b1;
	font-family: 'open_sansregular';
	text-align: center;
	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: #aaa;  
   font-size: 14px;  
   background-color: #fefefe !important;  
   border: 1px solid #aaa !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: #333;  
   font-size: 16px;
	width: 100%;
   background-color: #fefefe;  
   border: 1px solid #E9E9E9;  
   -moz-border-radius: 2px;  
   -webkit-border-radius: 2px;  
   border-radius: 2px;  
   min-height: 50px;  
   margin-bottom: 20px;  
   border: 1px solid #aaa;  
	margin-left: 0;
	margin-right: 0;
	padding-top: 15px;
}  
.botaoContato {  
	width: 100%;
   border-radius: 2px;  
   color: #fff;  
   padding: 2px 40px;  
   height: 60px;  
   margin-top: 18px;  
   margin-bottom: 20px;  
   cursor: pointer;  
   display: inline-block;  
   border: none;  
   border: 1px solid #eee;  
	margin-left: 0;
	margin-right: 0;
	
	background: #b90000;
}  
.botaoContato:hover {  
   opacity: 1.0;  
   transition: 1s; 
   background: #0e66b1; 
}

/* Fim formulario de contato*/

.slider.fullscreen{
	position: relative;
	z-index: 0;
	margin-top: -60px !important;	
}


/******* Menu Lateral *******/
.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;
}

.mold{
	height: 220px;
}

.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;
}

/******* Fim Menu Lateral *******/

.bg-menu{
	width: 100%;
	height: 60px;
	background: url(../images/bg-menu.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000;
	top: -20px;
}

.bg-inter{
	width: 100%;
	height: 300px;
	margin-top: -60px;
	margin-bottom: 30px;
	padding-top: 70px;
}

.bg-inter#inter1{
	background: url(../images/inter1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.bg-inter#inter2{
	background: url(../images/inter2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.bg-inter#inter3{
	background: url(../images/inter3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.bg-inter#inter4{
	background: url(../images/inter4.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.bg-inter#inter5{
	background: url(../images/inter5.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.bg-inter#inter6{
	background: url(../images/inter6.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.bg-inter#inter7{
	background: url(../images/inter7.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.bg-inter h1{
	font-family: 'open_sansregular';
	font-size: 40px;
	color: #665d4c;
	margin-bottom: 20px;
}

.bg-inter h2{
	font-family: 'open_sansregular';
	font-size: 20px;
	color: #665d4c;
	margin-top: 0;
}

h1{
	font-family: 'open_sansregular';
	font-size: 35px !important;
	color: #0e66b1;
	font-weight: bold;
	margin-top: 0;
}

h3{
	font-family: 'open_sansregular';
	font-size: 20px !important;
	color: #0e66b1;
	margin-top: 0;
}

ul li{
	margin-bottom: 15px;	
}

.img-internas{
	width: 100%;
	height: 100%;
	margin: 20px auto;
	position: relative;
	
}

.img-internas:before, .img-internas:after{
	content:'';
	position: absolute;
	z-index: -1;
}

.img-internas:before{
	width: 50%;
	height: 25%;
	left: 10px;
	bottom: 15px;
	box-shadow: 0px 16px 10px #555;
	transform: rotate(-2deg);
}

.img-internas:after{
	width: 50%;
	height: 25%;
	right: 10px;
	bottom: 15px;
	box-shadow: 0px 16px 10px #555;
	transform: rotate(2deg);
}

.banner-wpp{
	width: 100%;
	height: 180px;
	border: 1px solid #62b1c1;
	border-radius: 180px;
	text-align: center;
	margin-bottom: 30px;
}

.banner-wpp h1{
	font-family: 'open_sansregular';
	font-size: 35px;
	color: #0e66b1;
}

.blocos-index{
	width: 220px;
	height: 220px;
	display: block;
	margin: 0 auto;
	padding-top: 40px;
	border-radius: 220px;
	margin-bottom: 30px;
	
	background: #2264d5; 
	
	-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;
}

.blocos-index:hover{
	background: #cba4c9;
}

.blocos-index img{
	width: auto;
	height: 70px;
	display: block;
	margin: 0 auto;
}

.blocos-index spam{
	font-size: 16px;
	font-family: 'open_sansregular';
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 20px;
}



.destaque-index{
	width: 100%;
	height: auto;	
	    padding: 250px 0px;
	
	background-image: url(../images/destaque-index.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.destaque-index h1{
	color: #fff;
}

.destaque-index h3{
	color: #fff;
}

.mapa-index{
	width: 100%;
	height: 55px;
	position: relative;
	z-index: 100;
	background: url(../images/shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
}