@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 8px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #3e509e;
}

.facebook i{
	font-size: 60px !important;
	float: left;
	padding-right: 20px;
}

.facebook a{
	color: #fff;
}

.ws_controls {display: none;}

html, body {
	width: 100%;
	height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

#home {
	min-height: 100%;
	padding: 0;
}

.detail-footer-home{
	position: absolute;
	bottom: 0;
	z-index: 0;
	width: 100%
}

.detail-footer-home img {
	width: 100%;
}

.prod-orcamento-page {
	display: inline-table;
	width: 160px;
	margin-bottom: 20px;
}

.prod-orcamento-page .link-orcamento {
	text-decoration: none;
	color: #fff;
	background: #314fa2;
	padding: 5px;
}

.box-home-txt {
	font-size: 3em;
	font-weight: 900;
	position: absolute;
	color: #fff;
	bottom: 5%;
	left: 100px;
	z-index: 1;
	text-transform: uppercase;
	/*border-bottom: 5px solid #ffff00;*/
	padding: 0px 50px 20px 0px;
}

.box-home-txt span{
	font-size: 25px;
}
.box-home-txt span a{
    text-decoration: none;
    color: white;
}
.box-home-txt i{
	font-size: 30px;
}

.box-home-date {
	font-size: 2.5em;
	font-weight: 900;
	position: absolute;
	color: #fff;
	bottom: 10%;
	right: 100px;
	text-transform: uppercase;
	border: 10px solid #fff;
	padding: 0px 50px 20px 0px;
	width: 180px;
	height: 150px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	z-index: 1;
}

.box-home-date p {
	margin-top: -8px;
	font-size: 1.5em;
}

#empresa {
	padding: 0px;
}

.empresa-left {
	width: 50%;
	min-height: 750px;
	background: #314fa2;
	box-sizing: border-box;
	padding-top: 150px;
	padding-right: 50px;
	padding-left: 150px;
	float: left;
	position: relative;
	z-index: 3;
	
}

.empresa-left h2 {
	color: #ffff00;
	font-weight: 900;
	font-size: 4em;
	text-align: right;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.empresa-left p {
	text-align: left;
	color: #fff;
	margin: 25px 0px;
	font-weight: 300;
}

.empresa-right {
	width: 50%;
	min-height: 750px;
	float: right;
	background: url(../images/detail-empresa.jpg);
	background-size: cover;
	position: relative;
	z-index: 1;
}

.box-detail {
	width: 50%;
	height: 500px;
	/*border: 10px solid #ffff00;*/
	position: absolute;
	z-index: 3;
	margin-top: 101px;
	margin-left: 5%;
}

.detail-pag {
    min-height: 550px;
    background: transparent;
}

.detail-pag p {
	font-size: 3em;
	color: #fff;
	position: absolute;
	z-index: 2;
	padding-left: 50px;
	text-transform: uppercase;
	font-weight: 900;
	border-left: 10px solid #ffff00;
	margin-top: 300px;
	margin-left: 50px;
}

#produtos {
	background: #fff;
	padding-bottom: 50px;
}

.tittle-prod {
	color: #314fa2;
	font-weight: 900;
	font-size: 3em;
	margin-left: 100px;
	margin-bottom: 100px;
}

.tittle-prod:before {
	content: "";
	display: block;
	width: 30%;
	height: 40px;
	background: #314fa2;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: -300px;
}

.tittle-clientes {
	color: #fff;
	font-weight: 900;
	font-size: 3em;
	margin-left: 100px;
	margin-bottom: 100px;
}

.tittle-clientes:before {
	content: "";
	display: block;
	width: 30%;
	height: 40px;
	background: #fff;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: -300px;
}

.produtos-all {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0px;
}

.box-prod {
	width: 33.33333%;
	background: #ebebeb;
	float: left;
	color: #314fa2;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.box-prod p {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.4em;
	margin: 10px 0px 0px 10px;
	height: 80px;
}

.bt-prod-plus {
	width: 50px;
	height: 50px;
	background: #314fa2;
	color: #fff;
	float: right;
	text-align: center;
	font-size: 2.5em;
	margin-top: 123px;
	font-weight: bold;
}

.box-prod-img {
	width: 50%;
	float: left;
	font-size: 0;
	overflow: hidden;
	margin-right: 15px;
}

.box-prod-img img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.box-prod:hover .box-prod-img img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
}

.box-prod:hover {
	background: #314fa2;
	color: #fff;
}

#contato {
	background: #fff;
	padding: 0px;
	overflow: hidden;
}

.maps {
	width: 100%;
	height: 300px;
}

.content-container {
    margin-top: 10px;
    
    width: 100%; height: 100px;   
    
    background: #ffffff;
    
    text-align: center;
}
.maps iframe{
    pointer-events: none;
}

.contato-end {
	font-weight: 300;
	color: #777777;
	font-size: 1.5em;
	margin: 50px 0px;
}
.contato-end a{
    color: #777777;
    text-decoration: none;
}

.contato-end p {
	text-indent: 47px;
}

.contato-end i {
	margin-right: 10px;
	color: #314fa2;
	border: 2px solid #314fa2;
	width: 30px;
	height: 30px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 3px;
	font-size: .8em;
	border-radius: 50%;
}

.header2 {
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

.logo2 {
	max-width: 100px;
	padding: 10px;
	float: left;
	font-size: 0;
	margin-left: 100px;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menu2 li a {
	color: #3e509e;
}


.prod-top {
	width: 100%;
	height: 2px;
	background: #fff;
	
}

#cont-prod {
	background: #fff;
	padding-top: 110px;
	overflow: hidden;
	padding-bottom: 100px;
}

.box-tittle {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	background: #314fa2;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.5em;
	font-weight: 900;
	letter-spacing: 5px;
	padding: 18px 10px 10px 10px;
}

.box-tittle span {
	margin-right: 100px;
}

.menu-prod {
	width: 100%;
	border-right: 1px solid #ccc;
	margin-top: 100px;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menu-prod h2 {
	font-weight: 900;
	color: #314fa2;
	font-size: 1.5em;
	margin-top: 50px;
}

.prod-itens a {
	text-decoration: none;
	color: #646464;
	font-weight: 500;
	font-size: 1.2em;
}

.prod-itens i {
	color: #3e509e;
	font-size: .9em;
}

.prod-itens li {
	margin: 20px 0px;
}

.prod-itens li a {
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.prod-itens li a:hover {
	color: #3e509e;
}

.prod-itens li ul li {
	font-size: .8em;
	font-weight: 300;
	margin-left: 50px;
}

.prod-itens li ul li a {
	padding: 10px;
}

.prod-itens li ul li a:hover {
	background: #3e509e;
	color: #fff;
}

.conteudo-prod {
	width: 100%;
	margin-top: 100px;
	color: #646464;
}

.conteudo-prod p {
	margin: 20px 0px;
	text-align: justify;
}

.orcar {
	float: left;
}

.voltar {
	text-align: right;
	text-transform: uppercase;
	margin: 100px 0px;
}

.voltar a {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 900;
	color: #3e509e;
	letter-spacing: 5px;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.voltar a:hover {
	opacity: .5;
}

.btn-responsiv-menu {
	display: none;
	font-size: 30px;
	margin-top: 0px;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#clientes {
	background: #314fa2;
	overflow: hidden;
	padding-bottom: 50px;
}

/* ESTILO RODAPÉ*/
#footer {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #314fa2;
  font-size: 18px;
  overflow: hidden;
}

.rw-footer-developer {
  font-size: 10px;
  font-weight: bold;
  max-width: 100px;
  text-align: center;
  margin: -10px auto 0;
}
.rw-footer-developer img {
    margin-top: 10px;
}

.rw-footer-developer img {
  opacity: 1;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;  
}

.rw-footer-developer img:hover {
  opacity: 0.6;
}

.consulte {
	text-align: center;
	margin: 50px 0px 0px 0px;
	font-size: 1.5em;
	font-weight: 300;
}

.consulte span {
	font-weight: 500;
}

/* FIM ESTILO RODAPÉ*/

/*
#############################################################################
################################ ESTILO FORM ################################
#############################################################################
*/


*:focus {
  outline: 0;
}

.rw-style-form {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.rw-style-form h2 {
	color: #777777;
	font-weight: 300;
	margin-left: 10px;
	font-size: 2em;
}

.rw-style-form input[type=text], 
.rw-style-form input[type=tel],
.rw-style-form input[type=email],
.rw-style-form input[type=date],
.rw-style-form input[type=time] {
  box-sizing: border-box;
  width: 100%;
  margin: 3px;
  padding: 10px;
  border: 0px;
  border-bottom: 2px solid #000;
  font: 500 14px 'Lato', sans-serif;
  background: #f7f7f7;
}

.rw-style-form select {
  box-sizing: border-box;
  width: 100%;
  margin: 3px;
  padding: 10px;
  border: 0px;
  border-bottom: 2px solid #000;
  font: 500 14px 'Lato', sans-serif;
  background: #f7f7f7;
  color: #a8a8a8;
}

.rw-style-form textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 3px;
  padding: 10px;
  border: 0px;
  border-bottom: 2px solid #000;
  height: 80px;
  background: #f7f7f7;
}

.rw-style-form button {
  background: #000;
  color: #fff;
  padding: 10px;
  border: 0;
  font: 300 22px 'Lato', sans-serif;
  float: right;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;  
}

.rw-style-form button i { 
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-khtml-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear; 
	color: #fff;
	border: 0px;
}

.rw-style-form button:hover i { 
  transform: scale(1.2);
}

.rw-style-form button:hover {
  opacity: 0.6;
  cursor: pointer;
}

::-webkit-input-placeholder {
  font: 300 14px 'Lato', sans-serif;
}

:-moz-placeholder {
  font: 300 14px 'Lato', sans-serif;
}

::-moz-placeholder {  
  font: 300 14px 'Lato', sans-serif;
}

:-ms-input-placeholder {    
  font: 300 14px 'Lato', sans-serif;
}

@media screen and (max-width: 68em) { 
      
}

@media screen and (max-width: 37em) { 
  .rw-style-form button { width: 100%;}
}

/*###################### MENSAGEM ENVIADA ######################*/
.msg-send {
  max-width: 500px;
  background: #f2f2f2;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 20px;
  font: 300 26px 'Lato', sans-serif;
  text-align: center;
  margin: 10% auto 0;
}

.msg-send i {
  font-size: 65px;
  margin: 15px 0;
}
/*###################### FIM MENSAGEM ENVIADA ######################*/
/*
#################################################################################
################################ FIM ESTILO FORM ORÇAMENTO#######################
#################################################################################
*/



*:focus {
  outline: 0;
}

.rw-style-form-orca {
  width: 70%;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  font-size: 1.3em;
  margin-top: 50px;
  text-align: left;
}

.rw-style-form-orca h2 {
	color: #777777;
	font-weight: 300;
	margin-left: 10px;
	margin-bottom: 50px;
	font-size: 2em;
	text-align: left;
}


.rw-style-form-orca input[type=text], 
.rw-style-form-orca input[type=tel],
.rw-style-form-orca input[type=email],
.rw-style-form-orca input[type=date],
.rw-style-form-orca input[type=time] {
  box-sizing: border-box;
  width: 100%;
  margin: 3px;
  padding: 10px;
  border: 0px;
  font: 500 14px 'Lato', sans-serif;
  background: #e1e1e1; 
  margin-bottom: 20px;	

}

.rw-style-form-orca select {
	box-sizing: border-box;
	width: 100%;
	margin: 3px;
	padding: 10px;
	border: 0px;
	font: 300 .8em 'Lato', sans-serif;
	background: #e1e1e1;
	margin-bottom: 20px;	
	color: #6b6a6a;
}

.rw-style-form-orca textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 3px;
  padding: 10px;
  border: 0px;
  height: 80px;
  background: #e1e1e1;
}

.rw-style-form-orca button {
  background: #000;
  color: #fff;
  padding: 10px;
  border: 0;
  font: 300 22px 'Lato', sans-serif;
  float: right;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;  
}

.rw-style-form-orca button i { 
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-khtml-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear; 
	color: #fff;
	border: 0px;
}

.rw-style-form-orca button:hover i { 
  transform: scale(1.2);
}

.rw-style-form-orca button:hover {
  opacity: 0.6;
  cursor: pointer;
}

::-webkit-input-placeholder {
  font: 300 14px 'Lato', sans-serif;
}

:-moz-placeholder {
  font: 300 14px 'Lato', sans-serif;
}

::-moz-placeholder {  
  font: 300 14px 'Lato', sans-serif;
}

:-ms-input-placeholder {    
  font: 300 14px 'Lato', sans-serif;
}

@media screen and (max-width: 68em) { 
      
}

@media screen and (max-width: 37em) { 
  .rw-style-form-orca button { width: 100%;}
}

/*###################### MENSAGEM ENVIADA ######################*/
.msg-send {
  max-width: 500px;
  background: #f2f2f2;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 20px;
  font: 300 26px 'Lato', sans-serif;
  text-align: center;
  margin: 10% auto 0;
}

.msg-send i {
  font-size: 65px;
  margin: 15px 0;
}
/*###################### FIM MENSAGEM ENVIADA ######################*/
/*
#################################################################################
################################ FIM ESTILO FORM ORÇAMENTO#######################
#################################################################################

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body, html { height: 100%; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font-family: 'Lato', sans-serif;
}

section {
  padding: 100px 0 0;
  min-height: 700px;
  width: 100%;
  position: relative;
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

.header {
	position: fixed;
	z-index: 10;
	width: 100%;
	left: 0;
	top: 0;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.f-header {
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

.f-rede-social a{
	color: #3b5998;
}

.logo {
	max-width: 250px;
	padding: 20px;
	float: left;
	font-size: 0;
	margin-left: 100px;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.f-logo {
	max-width: 100px;
	padding: 10px;
}

#wrapper{
    width: 100%;
    height: 100%;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
    position:relative;
}



/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
	list-style: none;
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-right: 50px;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
	font-size: 1.1em;
}

.nav-collapse li:after {
	content: "•";
	float: right;
	font-size: 1.5em;
	margin-top: -47px;
	color: #ffff00;
}

.nav-collapse li:last-child:after {
	content: "";
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-top: 1px solid white;
	text-decoration: none;
	padding: 0.7em 1em;
	color: #fff;
	width: 100%;
	float: left;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.f-nav-collapse a {
	color: #314fa2;
}

.f-nav-collapse ul {
	margin-top: 0px;
}

.nav-collapse a:active,
.nav-collapse .active a {
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


.rede-social{
	font-size: 45px;
	float: left;
	padding: 0 5px;
}

.rede-social a{
	color: #white;
	padding: 0;
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #314fa2; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

/* *********************************************************************************************************************
  One% CSS Grid - 12 Columns Fluid CSS Grid System

  Why One% ? Let’s count ...
    we have 12 columns (magic number divided by 2, 3, 4, 6)

    for 12 columns we need 11 margins

    so if we count margin 3%, then 3% * 11 margins = 33%

    and if we count width of 1 column 5.5%, than 5.5% * 12 columns = 66%

    in the end we have 33% + 66% = 99% aaand ???

    1% is still here so that's the name - One%

  2 starting options ? Let’s count a bit more ...
    1200px - perfectly fits 1280 screens
      12 columns
      margin 3% / 36px (full-width)
      col1 5.5% / 66px (full-width)

    1000px - perfectly fits 1024 screens
      12 columns
      margin 3% / 30px (full-width)
      col1 5.5% / 55px (full-width)
*/

/* *********************************************************************************************************************
 * Main container for all
 */
.onepcssgrid-1000, .onepcssgrid-1200 {
  margin: 0 auto;
  padding: 0 0 0 1%; /* THAT'S THE NAME ;) */
}

.onepcssgrid-1200 {
  max-width: 1220px;
}

.onepcssgrid-1000 {
  max-width: 1020px;
}

.onerow {
  clear: both;
  padding: 0 10px;
}

/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
  margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
  width: 100%;
  height: auto;
  display: block;
}

/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
  .onepcssgrid-1000 {
    max-width: 1000px;
  }

  .onepcssgrid-1000 .onerow {
    padding: 0;
  }
}

/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
  .onerow {
  }

  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
    float: none;
    width: 99%;
  }
    .box-home-txt {
        top: 80% !important;
        width: 90%;
        padding: 0px;
    }
    .box-home-date{
        top: 140px !important;
    }
    .facebook i {
        font-size: 36px !important;
    }
    .col10 {
        font-size: 12px;
        text-align: center;
    }
    .nav-collapse a{
       padding: 15px 5px; 
    }
    .btn-whatsapp{
        bottom:10px !important;
        right:10px !important;
    }
        
}

@media (max-width: 320px){
    .box-home-txt span {
        font-size: 18px;
    }
    .empresa-left h2, .tittle-clientes, .tittle-prod{
        font-size: 2em;
    }
    .box-prod p {
        font-size: .8em !Important;
    }
    .contato-end{
        font-size: 1em;
    }
}

.btn-responsiv-menu {
  display: none;
  font-size: 30px;
  margin-top: 0px;
}

.menu-expand, .menu-expand-main {
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;  
}

@media screen and (max-width: 84em) {
	.box-prod p { font-size: 1em; height: 20px; }
	.bt-prod-plus { margin-top: 84px;}
}

@media screen and (max-width: 64em) { 
     .nav-collapse ul { margin-right: 0px; } 
}

@media screen and (max-width: 50em) { 
	.logo { margin: 0px; max-width: 100px; padding: 10px;}
	.logo2 { margin: 0px; max-width: 100px; padding: 10px;}
	.box-home-txt { font-size: .8em; bottom: inherit; top: 350px; left: 20px;}
	.box-home-date { bottom: inherit; top: 350px; right: 20px; border: 5px solid #fff; font-size: 1.3em; width: 100px; height: 100px; padding-top: 15px;}
	.nav-collapse ul { margin-top: 0px; }
	.nav-collapse li:after { display: none;}
	.nav-collapse a { color: #314fa2;}
	.empresa-left { width: 100%; float: none; padding: 20px;}
	.empresa-left h2 { padding-top: 50px; margin-bottom: 30px;}
	.header { background: #fff;}
	.box-detail { display: none;}
	.empresa-right { display: none;}
	.detail-pag p { margin-top: 250px; font-size: 1.5em;}
	.tittle-prod { margin: 0px 0px 20px 70px;}
	.tittle-prod:before { margin-left: -100px}
	.tittle-clientes { margin: 0px 0px 20px 70px;}
	.tittle-clientes:before { margin-left: -100px}
	.box-prod { width: 70%; margin: 10px 0px 10px 60px;}
	.box-prod-img { width: 100%; margin-bottom: 10px;}
	.box-prod p { font-size: 1em; }
	.bt-prod-plus { margin-top: -10px;}
	.produtos-all { margin: 0px;}
	.maps { height: 250px;}
	.contato-end i { margin-left: 15px;}
	.rw-footer-developer { margin-top: 20px;}
	.btn-responsiv-menu { display: initial; float: right; }
	.menu-prod .menu-expand { height: 0px; opacity: 0; }
	.menu-expand.menu-expand-main { height: 650px; opacity: 1;}
	.menu-prod { margin: 0; width: 100%; box-sizing: border-box; border: 0px;}
	.prod-itens { padding-left: 20px; padding-top: 20px;}
	.box-tittle { font-size: .8em; padding-top: 22px; text-align: left;}
	.box-tittle span { margin: 0px;}
}
