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

#inicio {
	height: 100%;
}

a{
	text-decoration: none;
}

.box-mensagem-moveis {
	position: relative;
}

.texto-servicos {	
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 2em;
}

.box-chama-contato {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	text-align: center;		
	font-weight: 500;
	font-size: 2.5em;	
	max-width: 150px;	
	padding: 42px;
	margin: 30px auto;
	border: 3px solid #000;
	border-radius: 15px;
}

.chama-contato-cor{
	color: #000;
}

.box-chama-contato:hover {
	background: #000;
}


.box-chama-contato:hover .chama-contato-cor {
	color: #fff;
}

.subtitulo-moveis-planejados p{
	color: #000;		
	font-size: 1.5em;
	font-weight: 500;	
	text-align: center;
}

.mensagem {
	display: none;
	position: absolute;
	margin-top: -195px;
	margin-left: 170px;
	
}

.box-mensagem-moveis:hover .mensagem{
	display: inherit;
}

#empresa {
	height: 850px;
	padding-top: 150px;
}

.menu-lateral {
	width: 30%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	box-sizing: border-box;
	border-right: 60px solid rgba(0, 0, 0, .8);
}

.menu-lateral-cont {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 60px;
	padding-top: 100px;
}

.logo-lateral {
	max-width: 300px;
	margin: 0px auto 30px auto;
}

.menu-lateral-cont h2 {
	text-align: right;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 500;
	font-size: 2em;
	margin-right: 10px;
	border-bottom: 4px solid #fee600;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.menu-lateral-cont ul {
	list-style: none;
	text-align: right;
	margin-right: 40px;
}


.menu-lateral-cont ul li {
	padding: 5px 0px;
}

.menu-lateral-cont ul li:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fee600;
	position: absolute;
	margin-top: 16px;
	margin-left: 20px;
}

.menu-lateral-cont ul li a {
	color: #fff;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	-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-lateral-cont ul li a:hover {
	color: #fee600;
}

.bg-empresa {
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0px;
	-ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
	overflow: hidden;
	margin-left: -30%;
	background-color: rgba(0, 0, 0, 1);
}

.bg-empresa-img {
	width: 115%;
	height: 100%;
	background-image: url(../images/bg-empresa.jpg);
	background-size: cover;
	-ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg);
	position: relative;
}

.bg-empresa-img:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(254, 230, 0, .6);
}

.line-yellow {
	width: 250px;
	height: 100%;
	background: rgba(254, 230, 0, 1);
	position: absolute;
	top: 0px;
	-ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
	margin-left: 25%;
}

.cont-empresa {
	
}

.box-missao {
	width: 33.3%;
	float: left;
	text-align: center;
	font-size: 1.2em;
	box-sizing: border-box;
	padding: 10px;
}

.cont-empresa h2 {
	font-weight: 500;
	font-size: 4em;
	border-bottom: 2px solid rgba(254, 230, 0, 1);
	width: 150%;
	box-sizing: border-box;
	margin-left: -50%;
	padding-left: 50%;
	padding-bottom: 20px;
}

.cont-empresa p {
	font-size: 1.3em;
	margin: 30px auto;
}

.line-ver-produtos {
	width: 120%;
	height: 100px;
	background: rgba(254, 230, 0, 1);
	margin-left: -60%;
	margin-top: 270px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 30px 0px;
}

.line-ver-produtos:after {
	content: ' ';
	position: absolute;
	width: 150px;
	height: 100px;
	background: url(../images/detail-line-produtos.png);
	background-size: 100% 100%;
	margin-top: -30px;
	margin-left: 120px;
}

.line-ver-produtos a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	font-size: 2em;
	margin-left: 150px;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-khtml-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.line-ver-produtos a i {
	margin-left: 30px;
}

.line-ver-produtos a:hover {
	color: #fff;
}

.detail-page {
	width: 100%;
	height: 400px;
	background: url(../images/bg-detail-page.png);
	position: relative;
}

.triangle-logo {
	max-width: 350px;
	position: absolute;
	right: 5%;
	bottom: -90px;
	z-index: 2;
}

.triangle-logo-left {
	max-width: 350px;
	position: absolute;
	left: 5%;
	bottom: -90px;
	z-index: 2;
}

.detail-page h2 {
	color: #fff;
	font-weight: 100;
	font-size: 4em;
	position: absolute;
	margin-top: 8%;
	margin-left: 15%;
}

.detail-page h3 {
	color: #fff;
	font-weight: 100;
	font-size: 4em;
	position: absolute;
	margin-top: 8%;
	right: 15%;
	text-align: right;
}

.bt-clique-detail {
	position: absolute;
	margin-top: 15%;
	margin-left: 28%;
}

.bt-clique-detail a {
	font-weight: 100;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 1.2em;
	border: 2px solid rgba(254, 230, 0, 1);
	padding: 5px 10px;
	-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;
}

.bt-clique-detail a:hover {
	background: rgba(254, 230, 0, 1);
}

#moveis-planejados {
	min-height: 650px;
	background: rgba(254, 230, 0, 1);
	overflow: hidden;
	padding-bottom: 50px;
}

#servicos {
	min-height: 650px;
	background: rgba(254, 230, 0, 1);
	overflow: hidden;
	padding-bottom: 50px;
}

.tittle-moveis-planejados {
	width: 100%;
	padding-top: 120px;
	padding-bottom: 10px;
	background: #000;
	color: #fff;
	font-size: 3em;
	font-weight: 100;
	letter-spacing: 2px;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.tittle-projetos {
	width: 100%;
	padding-top: 120px;
	padding-bottom: 10px;
	background: rgba(254, 230, 0, 1);
	color: #000;
	font-size: 3em;
	font-weight: 100;
	letter-spacing: 2px;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.tittle-dicas {
	width: 100%;
	padding-top: 140px;
	padding-bottom: 10px;
	background: #292929;
	color: #fff;
	font-size: 1.5em;
	font-weight: 100;
	letter-spacing: 2px;
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 50px;
	padding-left: 100px;
}

.box-moveis-planejados {
	width: 90%;
	height: 250px;
	background: #fff;
	margin: 30px auto;
	position: relative;
	overflow:  hidden;
}

.text-moveis-planejados {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 10;
	background: #000;
	bottom: 0px;
	color: #fff;
	font-size: 1.8em;
	font-weight: 300;
	box-sizing: border-box;
	padding: 10px;
	-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;
}

.text-moveis-planejados i {
	float: right;
}

.bg-cozinhas {
	background: url(../images/moveis-planejados/cozinhas.jpg);
	background-size: cover;
}

.bg-area-de-servicos {
	background: url(../images/moveis-planejados/area-de-servicos.jpg);
	background-size: cover;
}

.bg-area-gourmet {
	background: url(../images/moveis-planejados/area-gourmet.jpg);
	background-size: cover;
}

.bg-home-salas {
	background: url(../images/moveis-planejados/home-e-salas.jpg);
	background-size: cover;
}

.bg-pecas-especiais {
	background: url(../images/moveis-planejados/pecas-especiais.jpg);
	background-size: cover;
}

.bg-closet {
	background: url(../images/moveis-planejados/closet.jpg);
	background-size: cover;
}

.bg-dormitorios {
	background: url(../images/moveis-planejados/dormitorios.jpg);
	background-size: cover;
}

.bg-dormitorios-solteiros {
	background: url(../images/moveis-planejados/dormitorios-solteiro.jpg);
	background-size: cover;
}

.bg-ambientes-infantil {
	background: url(../images/moveis-planejados/ambientes-infantil.jpg);
	background-size: cover;
}

.bg-banheiros-lavabos {
	background: url(../images/moveis-planejados/banheiros-lavabos.jpg);
	background-size: cover;
}

.bg-comerciais-corporativos {
	background: url(../images/moveis-planejados/comerciais-corporativos.jpg);
	background-size: cover;
}

.bg-pisos-laminados-vinilicos {
	background: url(../images/moveis-planejados/pisos-laminados-vinilicos.jpg);
	background-size: cover;
}

.bg-cortinas-persianas {
	background: url(../images/moveis-planejados/cortinas-persianas.jpg);
	background-size: cover;
}

.bg-vidros-para-box {
	background: url(../images/moveis-planejados/vidros-para-box.jpg);
	background-size: cover;
}


.box-moveis-planejados:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(254, 230, 0, .8);
	opacity: 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;
}


.box-moveis-planejados:hover:before {
	opacity: 1;
}

.box-moveis-planejados:hover .text-moveis-planejados {
	color: rgba(254, 230, 0, 1);
}

#projetos {
	background: #fff;
	min-height: 650px;
	overflow: hidden;
	padding-bottom: 50px;
}

#projetos p {
	text-align: center;
	font-size: 1.5em;
	font-weight: 300;
}

#dicas {
	min-height: 650px;
	overflow: hidden;
	padding-bottom: 50px;
	background: #000000;
}

.box-dicas {
	background: #393939;
	width: 100%;
	min-height: 200px;
	position: relative;
	overflow: hidden;
	margin: 30px 0px;
}

.img-dicas {
	width: 50%;
	float: left;
}

.txt-dicas {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding: 25px;
	color: #fff;
}

.txt-dicas h3 {
	font-size: 2.5em;
	line-height: 40px;
}

.txt-dicas p {
	font-weight: 100;
	font-size: 1.3em;
	margin: 20px 0px;
}

.bt-confira {
	position: absolute;
	bottom: 25px;
	right: 30px;
	background: rgba(254, 230, 0, 1);
	color: #000;
	font-size: 1.5em;
	padding: 5px 20px;
	letter-spacing: 2px;
	-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;
}

.bt-confira:hover {
	opacity: .6;
}

.triangle-black {
	margin: 80px auto 0px auto;
	max-width: 250px;
}

#contato {
	padding-top: 150px;
	min-height: 550px;
	overflow: hidden;
}

.contato-end {
	width: 100%;
	margin-bottom: 50px;
	font-size: 1.3em;
	font-weight: 100;
}

.contato-end h2 { 
	font-size: 4em;
	font-weight: 100;
}

.contato-end i {
	color: rgba(254, 230, 0, 1);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid rgba(254, 230, 0, 1);
	text-align: center;
	box-sizing: border-box;
	padding-top: 6px;
	font-size: .9em;
	margin-right: 10px;
}

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

.maps {
	width: 100%;
	height: 250px;
	margin-top: 50px;
}


#conteudo {
	overflow: hidden;
	min-height: 650px;
	padding-bottom: 50px;
}

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #181818;
}

.voltar {
	text-align: right;
	margin: 50px 0px;
}

.voltar a { 
	font-size: 4em;
	text-decoration: none;
	color: #000;
	letter-spacing: 2px;
	-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 span { color: rgba(254, 230, 0, 1);}

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

/* ESTILO RODAPÉ*/
#footer {
  padding: 20px 0;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #181818;
  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 {
  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;
}
/* FIM ESTILO RODAPÉ*/

/*
#############################################################################
################################ ESTILO FORM ################################
#############################################################################
*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,900);

*: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 { font-weight: 300;}

.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: 20px;
  border: 0px;
  background: #f7f7f7;
  border-bottom: 2px solid #f7e536;
  font: 500 14px 'Lato', sans-serif;
}

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

.rw-style-form button {
  background: #000;
  color: #fff;
  padding: 10px;
  border: 0;
  font: 300 22px 'Lato', sans-serif;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  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;  
}

.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 ################################
#################################################################################
*/

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: 50em) {
  .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: #000;
  background: #fff;
  font-family: 'Yanone Kaffeesatz', sans-serif;;
}

section {
  width: 100%;
  position: relative;
}


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

.header {
	background: rgba(0, 0, 0, .9);
	position: fixed;
	z-index: 30;
	width: 100%;
	left: 0;
	top: -300px;
	-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 {
	top: 0px;
}

.logo {
  padding: 5px 20px;
  float: left;
  font-size: 0;
  max-width: 305px;
}

#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: 50em) {
  .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;
}

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

.nav-collapse li {
  float: left;
  width: 100%;
}

.nav-collapse li:after {
	content: ' ';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fee600;
	position: absolute;
	margin-top: 57px;
	margin-left: -2px;
}

.nav-collapse li:last-child:after {
	display: none;
}

@media screen and (min-width: 50em) {
  .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;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	-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;
}

.nav-collapse a:hover,
.nav-collapse .hover a {
  color: #fee600;
}

@media screen and (min-width: 50em) {
  .nav-collapse a {
    padding: 2.1em 1em;
    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: 50em) {
  .nav-collapse ul ul a {
    display: none;
  }
}

/* ------------------------------------------
  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: #fff; /* 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%;
  }

  .texto-servicos {
	position: absolute;
	margin-top: -55px;
	margin-left: -100px;
}
}

@media screen and (max-width: 88em) { 
	.line-yellow { width: 150px; margin-left: 24%;}
	.line-ver-produtos { margin-left: -70%;}
}

@media screen and (max-width: 66em) {
	.logo { max-width: 250px; padding: 20px;}
	.line-ver-produtos:after { margin-left: 85px;}
	.line-ver-produtos a { margin-left: 50px;}
	.line-yellow { margin-left: 20%;}
}

@media screen and (max-width: 50em) { 
	.menu-lateral { display: none;}
	.header { top: 0px;}
	.logo { max-width: 150px;}
	.nav-collapse li:after { display: none;}
	#empresa { height: auto; overflow: hidden; padding-top: 70px;}
	.bg-empresa { position: relative; width: 100%;  height: 300px; margin: 50px 0px 0px 0px; -ms-transform: skewX(0deg); /* IE 9 */-webkit-transform: skewX(0deg); /* Safari */transform: skewX(0deg); }
	.bg-empresa-img { width: 100%;margin: 0px; -ms-transform: skewX(0deg); /* IE 9 */-webkit-transform: skewX(0deg); /* Safari */transform: skewX(0deg);}
	.box-missao { width: 100%; float: none;}
	.line-yellow { display: none; }
	.line-ver-produtos { width: 100%; height: auto; margin: 20px 0px 0px 0px; padding: 20px 10px; position: relative;}
	.line-ver-produtos:after { display: none; margin: 0px;}
	.line-ver-produtos a { margin: 0px; padding: 0px; font-size: 1.5em; text-align: center;}
	.line-ver-produtos a i { margin: 0px;}
	.triangle-logo { width: 150px; bottom: -48px;}
	.triangle-logo-left { width: 150px; bottom: -48px;}
	.detail-page h2 { font-size: 2em; margin-top: 40%;}
	.detail-page h3 { font-size: 2em; margin-top: 30%; }
	.bt-clique-detail { margin-top: 55%; margin-left: 35%;	}
	.tittle-moveis-planejados { font-size: 1.5em;}
	.tittle-projetos { font-size: 1.5em;}
	#projetos p { margin: 20px 0px;}
	.tittle-dicas { font-size: 1.5em; text-align: center; margin: 0px; padding-left: 0px; padding-top: 120px;}
	.img-dicas { width: 100%; float: none;}
	.txt-dicas { width: 100%; float: none; padding-bottom: 80px;}
	.triangle-black { max-width: 150px; margin-bottom: 100px;}
	.triangle-black-none { display: none;}
	#contato { padding-top: 90px;}
	.contato-end h2 { font-size: 3em; margin-bottom: 30px; text-align: center;}
	#footer { text-align: center;}
	.rw-footer-developer { margin: 10px auto;}
}
