@charset "utf-8";
/*!
 * CSS3
 * FRAMEBASE v1 (http://www.dudacaletti.com.br)
 * Copyright 2014
 * No Licensed
 * Developer: Eduardo Petry Caletti
 * E-mail: contato@dudacaletti.com.br
 */

/* ==========================================================================
   //// OBSERVAÇÕES GERAIS
   
   - OBS 1: #000 será a cor padrão para todos os seletores.
   - OBS 2: O posicionamento padrão dos objetos será left.
   - OBS 3: Esse CSS será derivado para templates.
   
   
   //// OBSERVAÇÕES HTML 5 E CSS3
      
   - HEADER: define o cabeçalho.
   
   - NAV: define o menu ou a navegação do site.
   
   - ARTICLE: define uma parte da página que tem uma composição de formulários, 
   textos etc. Por exemplo, pode ser um post de forum, blog, comentários etc.
   
   - SECTION: define uma seção do layout em um determinado element. Ele pode
   conter um header e também um footer se preciso.
   
   - ASIDE: consiste em envolver informações que tem algo a ver com o conteúdo
   principal do site. Pode ser um menu lateral, um sidebar padrão com menu, 
   banner, busca etc.
   
   - FOOTER: define o rodapé do elemento ou do layout.
   ========================================================================== */

/* ==========================================================================
   *
   ========================================================================== */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ==========================================================================
   end *
   ========================================================================== */

ul.lista1,
.lista2 {
  list-style: none;
  text-align: center;
  padding: 0;
}

/* ==========================================================================
   HTML
   ========================================================================== */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* ==========================================================================
   end HTML
   ========================================================================== */

/* ==========================================================================
   BODY
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  font: Arial;
}
html,
body {
  height: 100%;
}
/* ==========================================================================
   end BODY
   ========================================================================== */

/* ==========================================================================
   SELETORES
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* === CABEÇALHO H1 === */
h1 {
  color: #000;
}
h1.amarelo {
  color: #fc0;
}
h1.azul {
  color: #09c;
}
h1.branco {
  color: #fff;
}
h1.laranja {
  color: #f90;
}
h1.roxo {
  color: #936;
}
h1.verde {
  color: #690;
}
h1.vermelho {
  color: #c00;
}
/* === end CABEÇALHO H1 === */

/* === CABEÇALHO H2 === */
h2 {
  color: #000;
}
h2.amarelo {
  color: #fc0;
}
h2.azul {
  color: #09c;
}
h2.branco {
  color: #fff;
}
h2.laranja {
  color: #f90;
}
h2.roxo {
  color: #936;
}
h2.verde {
  color: #690;
}
h2.vermelho {
  color: #c00;
}
/* === end CABEÇALHO H2 === */

/* === CABEÇALHO H3 === */
h3 {
  color: #000;
}
h3.amarelo {
  color: #fc0;
}
h3.azul {
  color: #09c;
}
h3.branco {
  color: #fff;
}
h3.laranja {
  color: #f90;
}
h3.roxo {
  color: #936;
}
h3.verde {
  color: #690;
}
h3.vermelho {
  color: #c00;
}
/* === end CABEÇALHO H3 === */

/* === CABEÇALHO H4 === */
h4 {
  color: #000;
}
h4.amarelo {
  color: #fc0;
}
h4.azul {
  color: #09c;
}
h4.branco {
  color: #fff;
}
h4.laranja {
  color: #f90;
}
h4.roxo {
  color: #936;
}
h4.verde {
  color: #690;
}
h4.vermelho {
  color: #c00;
}
/* === end CABEÇALHO H4 === */

/* === CABEÇALHO H5 === */
h5 {
  color: #000;
}
h5.amarelo {
  color: #fc0;
}
h5.azul {
  color: #09c;
}
h5.branco {
  color: #fff;
}
h5.laranja {
  color: #f90;
}
h5.roxo {
  color: #936;
}
h5.verde {
  color: #690;
}
h5.vermelho {
  color: #c00;
}
/* === end CABEÇALHO H5 === */

/* === CABEÇALHO H6 === */
h6 {
  color: #000;
}
h6.amarelo {
  color: #fc0;
}
h6.azul {
  color: #09c;
}
h6.branco {
  color: #fff;
}
h6.laranja {
  color: #f90;
}
h6.roxo {
  color: #936;
}
h6.verde {
  color: #690;
}
h6.vermelho {
  color: #c00;
}
/* === end CABEÇALHO H6 === */

/* === SPAN === */
span {
  color: #000;
}
span.amarelo {
  color: #fc0;
}
span.azul {
  color: #09c;
}
span.branco {
  color: #fff;
}
span.laranja {
  color: #930606;
}
span.roxo {
  color: #936;
}
span.verde {
  color: #690;
}
span.vermelho {
  color: #fff;
}
/* === end SPAN === */

/* === PARÁGRAFO === */
p {
  color: #000;
}
p.amarelo {
  color: #fc0;
}
p.azul {
  color: #09c;
}
p.branco {
  color: #fff;
}
p.laranja {
  color: #f90;
}
p.roxo {
  color: #936;
}
p.verde {
  color: #690;
}
p.vermelho {
  color: #c00;
}
/* === end PARÁGRAFO === */

/* === SELETOR DE TIPO === */
i {
  color: #000;
}
i.amarelo {
  color: #fc0;
}
i.azul {
  color: #09c;
}
i.branco {
  color: #fff;
}
i.laranja {
  color: #f90;
}
i.roxo {
  color: #936;
}
i.verde {
  color: #690;
}
i.vermelho {
  color: #c00;
}
/* === end SELETOR DE TIPO === */

/* === NEGRITO === */
strong {
  font-weight: bold;
}
/* === end NEGRITO === */

/* === MARCADOR === */
mark {
  color: #000;
  background: #ff0;
}
/* === end MARCADOR === */

/* === SMALL === */
small {
  font-size: 80%;
}
/* === end SMALL === */

/* === HR === */
hr {
  color: #ccc;
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* === end HR === */

/* === TABLE === */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* === end TABLE === */

/* === DESTACAR TEXTO === */
blockquote {
  color: #fff;
  background-color: #000;
  padding: 5px;
  margin: 10px 0 10px 0;
}
/* === end DESTACAR TEXTO === */

/* === ADDRESS === */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/* === end ADDRESS === */

.link-url {
  color: #adadac;
  font-family: "Oswald", sans-serif;
  font-size: 0.9em;
  text-decoration: none;
  transition: all ease 0.5s;
}
.link-url:hover {
  color: #930606;
}

.link-comochegar {
  color: #adadac;
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  text-decoration: none;
  transition: all ease 0.5s;
}
.link-comochegar:hover {
  color: #930606;
}

/* ==========================================================================
   end SELETORES
   ========================================================================== */

.box-whats {
  width: auto;
  height: auto;
  position: fixed;
  z-index: 2222;
  bottom: 20px;
  right: 20px;
  display: block;
}

.box-whats img {
  width: 100%;
}

/* ==========================================================================
   NAV MENU
   ========================================================================== */
.menu-footer ul {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  text-align: left;
  font-weight: normal;
}
.menu-footer ul li {
  display: block;
  width: 50%;
  float: left;
}
.menu-footer ul li a {
  color: #adadac;
  text-decoration: none;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.menu-footer ul li a:hover {
  color: #930606;
  text-decoration: none;
  -webkit-transition: all ease 0.5s;
}

.telefones-rodape ul {
  margin: 0;
  padding: 0;
}
.telefones-rodape ul li {
  display: inline;
  margin: 0 40px 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.9em;
  color: #fff;
  text-transform: uppercase;
}

.box-lista-peliculas {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 10px;
  border: 5px solid #f3f3f2;
}

.lista-peliculas ul {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.9em;
  text-align: left;
  font-weight: normal;
}
.lista-peliculas ul li {
  display: block;
}
.lista-peliculas li {
  border-bottom: 1px solid #fff;
  margin: 0 0 10px 0;
}
.lista-peliculas ul li a {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  color: #1a171b;
  text-decoration: none;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  margin: 0 0 1px 0;
  border-bottom: 1px dashed #ccc;
}
.lista-peliculas ul li a:hover {
  color: #930606;
  text-decoration: none;
  -webkit-transition: all ease 0.5s;
  background-color: #fff;
}
.lista-peliculas li .active {
  color: #fff;
  background-color: #f8981d;
}

.lista-dados ul {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  text-align: left;
  font-weight: normal;
}
.lista-dados ul li {
  display: block;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 10px 0;
}
.lista-dados ul li a {
  color: #666;
  text-decoration: none;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
span.number {
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  color: #000;
}

.bread ul {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.9em;
  text-align: left;
  font-weight: normal;
}
.bread ul li {
  display: inline-block;
  text-transform: uppercase;
}
.bread ul li a {
  color: #fff;
  text-decoration: none;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  background-color: #1a171b;
  padding: 10px;
}
.bread ul li a:hover {
  color: #fff;
  -webkit-transition: all ease 0.5s;
  background-color: #930606;
  padding: 10px;
}
.bread li.active {
  color: #fff;
  background-color: #930606;
  padding: 10px;
}

.menu-categorias-painel ul {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  text-align: left;
  font-weight: normal;
}
.menu-categorias-painel ul li {
  display: block;
}
.menu-categorias-painel ul li a {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  color: #666;
  text-decoration: none;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border-top: 1px solid #ededec;
  padding: 10px;
  text-transform: uppercase;
}
.menu-categorias-painel ul li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f8981d;
  padding-left: 25px;
}
.menu-categorias-painel .current a {
  color: #fff;
  background-color: #f8981d;
}
/* ==========================================================================
   end NAV MENU
   ========================================================================== */

img.imagemsimulador {
  margin-bottom: 25px;
}
img.imagem-carro {
  margin: 50px 0 0 0;
}
img.imagem-predio {
  margin: 10px 0 0 0;
}
#imagem {
  width: 100%;
  height: 530px;
  float: left;
  position: relative;
  margin: 10px 0 0 0;
}
img.cor1 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #0b0b0b;
}
img.cor2 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #2f2f2f;
}
img.cor3 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #4d4d4d;
}
img.cor4 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #b8b8b8;
}
img.cor5 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #0b3b0b;
}
img.cor6 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #2f572f;
}
img.cor7 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #6b866b;
}
img.cor8 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #234e23;
}
img.cor9 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #517251;
}
img.cor10 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #9f1414;
}
img.cor11 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #c78f58;
}
img.cor12 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #bababa;
}

img.cor-arquitetura1 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #d0d0d0;
}
img.cor-arquitetura2 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #cdcdcd;
}
img.cor-arquitetura3 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #17173b;
}
img.cor-arquitetura4 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #989898;
}
img.cor-arquitetura5 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #1a33e4;
}
img.cor-arquitetura6 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #2a42e5;
}
img.cor-arquitetura7 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #2da87a;
}
img.cor-arquitetura8 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #9a070b;
}
img.cor-arquitetura9 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #c7c426;
}
img.cor-arquitetura10 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #947732;
}
img.cor-arquitetura11 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #eaeaea;
}
img.cor-arquitetura12 {
  height: 20px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #ececec;
}

img.whats {
  height: 30px;
  margin: 10px 5px 0 0;
}

/* ==========================================================================
   IMG
   ========================================================================== */
img {
  max-width: 100%;
  border: 0;
}
img.logo {
  height: 140px;
  position: absolute;
  z-index: 1111;
  margin: 3px 0 0 100px;
}
img.circle {
  border-radius: 50%;
}
img.padrao {
  margin: 0 0 20px 0;
}
img.flutuante {
  max-width: 100%;
  margin: 0 20px 20px 0;
  float: left;
}
img.iconephone {
  height: 60px;
  float: left;
  margin: 0 15px 0 0;
}
img.banner {
  width: 100%;
  margin-bottom: -10px;
}
img.icon-redes-sociais {
  width: 40px;
  height: 40px;
  margin: 10px 0 0 5px;
  border-radius: 100px;
  padding: 3px;
  transition: all ease 0.5s;
  border: 2px solid #1a171b;
}
img.icon-redes-sociais:hover {
  transition: all ease 0.5s;
  border: 2px solid #930606;
}
img.icon-content {
  height: 30px;
  float: left;
  margin: 0 10px 0 0;
}
img.banner-interno {
  width: 100%;
}
img.banner-rodape {
  width: 100%;
  margin: 0 0 -10px 0;
}
img.flutuante-post {
  width: 300px;
  float: left;
  margin: 0 20px 0 0;
}
img.icon-yes {
  height: 25px;
  float: left;
  margin: 5px 10px 0 0;
}
img.seta-menu {
  height: 7px;
  float: right;
  margin: 8px 0 0 5px;
}
img.alerta {
  height: 30px;
  float: left;
  margin: 10px 15px 0 0;
}
img.icon-redes-sociais-menu {
  width: 35px;
  height: 35px;
  margin: 23px 0 0 0;
  border-radius: 100px;
  padding: 1px;
  transition: all ease 0.5s;
  border: 2px solid #fff;
}
img.icon-redes-sociais-menu:hover {
  transition: all ease 0.5s;
  border: 2px solid #930606;
}
img.kingcode {
  height: 30px;
  margin: 10px 0 0 0;
}

/* ==========================================================================
   end IMG
   ========================================================================== */

.box-produto-foto {
  width: 30%;
  height: auto;
  float: left;
  position: relative;
  padding: 0 40px 0 0;
}
.box-produto-detalhe {
  width: 70%;
  height: auto;
  float: left;
  position: relative;
}

.compartilhe {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px dashed #ccc;
}
.compartilhe h5 {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
  float: left;
  margin: 7px 10px 0 0;
}

/* ==========================================================================
   FORMULÁRIOS PADRÃO
   ========================================================================== */
.campoorcamento {
  width: 32.4%;
  margin: 0 0 5px 0;
  border: 1px solid #373538;
  background-color: #1a171b;
  font-size: 0.8em;
  font-family: "Roboto Condensed", sans-serif;
  outline: 0;
  padding: 10px;
  color: #777;
}
.campoorcamento100 {
  width: 100%;
  margin: 0 0 5px 0;
  border: 1px solid #373538;
  background-color: #1a171b;
  font-size: 0.8em;
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px;
  color: #777;
  outline: 0;
}
.botaoorcamento {
  width: 100%;
  border: 1px solid #1a171b;
  background-color: #1a171b;
  font-size: 0.8em;
  font-family: "Oswald", sans-serif;
  color: #fff;
  outline: 0;
}

.campoform50 {
  width: 49.8%;
  margin: 0 0 10px 0;
  border: 3px solid #ededec;
  background-color: #fff;
  font-size: 0.8em;
  font-family: "Roboto Condensed", sans-serif;
  padding: 15px;
  color: #777;
  outline: 0;
}
.campoform100 {
  width: 100%;
  margin: 0 0 10px 0;
  border: 3px solid #ededec;
  background-color: #fff;
  font-size: 0.8em;
  font-family: "Roboto Condensed", sans-serif;
  padding: 15px;
  color: #777;
  outline: 0;
}
.box-form {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  margin: 10px 0 0 0;
}
.botaoform1 {
  width: auto;
  padding: 15px;
  border: 3px solid #930606;
  background-color: #fff;
  font-size: 0.9em;
  font-family: "Oswald", sans-serif;
  color: #930606;
  outline: 0;
  cursor: pointer;
}

.camporota {
  width: 44%;
  margin: 0 0 0 0;
  border: 3px solid #ededec;
  background-color: #fff;
  font-size: 0.8em;
  font-family: "Roboto Condensed", sans-serif;
  padding: 15px;
  color: #777;
  outline: 0;
}

/* ==========================================================================
   end FORMULÁRIOS PADRÃO
   ========================================================================== */

/* ==========================================================================
   DIVS ID e CLASSES ESTRUTURAIS HTML5
   ========================================================================== */
#main,
#top,
#header,
#menu,
#slide,
#content,
#banner-interno-rodape,
#breadcrumb,
#box-extra,
#rodape,
#footer,
#copyright {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}
#box1,
#box2,
#box3,
#box4,
#box5,
#box6,
#box7,
#box8,
#box9,
#box10,
#box11,
#box12,
#box13,
#box14,
#box15 {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}
.box1,
.box2,
.box3,
.box4,
.box5,
.box6,
.box7,
.box8,
.box9,
.box10,
.box11,
.box12,
.box13,
.box14,
.box15 {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}
header,
content,
footer {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}

header {
  position: relative;
  background-color: #fff;
}
#box-extra {
  padding: 30px 0 30px 0;
  background-color: #930606;
}
footer {
  clear: both;
  padding: 60px 0 60px 0;
  background-color: #1a171b;
}
#box-parallax {
  width: 100%;
  height: 550px;
  float: left;
  position: relative;
}
content {
  padding: 50px 0 50px 0;
  background-color: #fff;
}
#breadcrumb {
  background-color: #fff;
}
#copyright {
  padding: 35px 0 15px 0;
  background-color: #fff;
}

.box-titulo-simulador {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.box-titulo-simulador h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.6em;
  color: #1a171b;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.box-titulo-simulador p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.box-conteudo-extra {
  width: 50%;
  height: auto;
  float: left;
  position: relative;
}
.box-categorias-produtos {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 10px;
  border: 5px solid #f3f3f2;
}

.box-chamada-submenu {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 10px;
  border: 5px solid #1a171b;
  margin: 10px 0 0 0;
}
.box-chamada-submenu h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.1em;
  color: #1a171b;
  text-transform: uppercase;
}

.box-conteudo-wall-1 {
  width: 25%;
  height: 380px;
  float: left;
  position: relative;
  background: url(../jpg/wall8.jpg) center top no-repeat;
}
.box-conteudo-wall-texto-1 {
  width: 25%;
  height: 380px;
  float: left;
  position: relative;
  padding: 60px;
  background-color: #fff;
  border-bottom: 10px solid #930606;
}
.box-conteudo-wall-texto-1 h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  color: #1a171b;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.box-conteudo-wall-texto-1 p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
}

.box-conteudo-wall-2 {
  width: 25%;
  height: 380px;
  float: left;
  position: relative;
  background: url(../jpg/wall5.jpg) center top no-repeat;
}
.box-conteudo-wall-texto-2 {
  width: 25%;
  height: 380px;
  float: left;
  position: relative;
  padding: 60px;
  background-color: #fff;
  border-bottom: 10px solid #930606;
}
.box-conteudo-wall-texto-2 h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  color: #1a171b;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.box-conteudo-wall-texto-2 p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
}

.box-conteudo-wall-3 {
  width: 25%;
  height: 380px;
  float: left;
  position: relative;
  background: url(../jpg/wall7.jpg) center top no-repeat;
}
.box-conteudo-wall-texto-3 {
  width: 25%;
  height: 380px;
  float: left;
  position: relative;
  padding: 60px;
  background-color: #fff;
  border-bottom: 10px solid #930606;
}
.box-conteudo-wall-texto-3 h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  color: #1a171b;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.box-conteudo-wall-texto-3 p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
}

.box-conteudo-wall-4 {
  width: 25%;
  height: 380px;
  float: left;
  position: relative;
  background: url(../jpg/wall4.jpg) center top no-repeat;
}
.box-conteudo-wall-texto-4 {
  width: 25%;
  height: 380px;
  float: left;
  position: relative;
  padding: 60px;
  background-color: #fff;
  border-bottom: 10px solid #930606;
}
.box-conteudo-wall-texto-4 h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  color: #1a171b;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.box-conteudo-wall-texto-4 p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
}

.box-titulo-bread {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  z-index: 1;
  margin: -70px 0 0 0;
}
.margem-conteudo {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  margin: 0 0 30px 0;
}

.box-saiba-mais {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  margin: 25px 0 0 0;
}
.saiba-mais {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}
.saiba-mais h1 {
  font-family: "Oswald", sans-serif;
  font-size: 0.9em;
  color: #666;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 100px;
  text-decoration: none;
  transition: all ease 0.5s;
}
.saiba-mais:hover h1 {
  font-family: "Oswald", sans-serif;
  font-size: 0.9em;
  color: #fff;
  background-color: #930606;
  border: 1px solid #930606;
  padding: 10px;
  border-radius: 100px;
  text-decoration: none;
  transition: all ease 0.5s;
}

.box-saiba-mais-banner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  margin: 25px 0 0 0;
}
.saiba-mais-banner {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}
.saiba-mais-banner h4 {
  font-family: "Oswald", sans-serif;
  font-size: 0.9em;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 100px;
  text-decoration: none;
  transition: all ease 0.5s;
}
.saiba-mais-banner :hover h4 {
  font-family: "Oswald", sans-serif;
  font-size: 0.9em;
  color: #fff;
  background-color: #930606;
  border: 2px solid #930606;
  padding: 10px;
  border-radius: 100px;
  text-decoration: none;
  transition: all ease 0.5s;
}

.box-footer {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.box-footer h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 25px;
}
.box-footer p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #adadac;
}

.box-conteudo {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.box-conteudo h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  color: #1a171b;
  margin: 0 0 10px 0;
}
.box-conteudo h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  color: #1a171b;
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
  border-bottom: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
}
.box-conteudo p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
}

.box-footer1 {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.box-footer1 h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  color: #adadac;
  margin: 0 0 10px 0;
  line-height: 25px;
}
.box-footer1 p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #adadac;
}

.box-extra-conteudo {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.box-extra-conteudo h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.9em;
  color: #fff;
  text-transform: uppercase;
}
.box-extra-conteudo h2 {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #adadac;
}

.box1 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #2c292d;
}
.box2 {
  padding: 35px 0 15px 0;
  background-color: #fff;
}

.box-menu {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  background-color: #1a171b;
  margin: 0 auto;
  border-radius: 20px;
  bottom: -30px;
  z-index: 3333;
  padding: 10px;
}
.box-menu-estrutura {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  display: table;
}

.box-conteudo-home {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  border-top: 5px solid #930606;
}
.box3 {
  padding: 30px 0 0 0;
}

.box-detalhes {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 20px;
  border: 5px solid #f3f3f2;
}
.box-detalhes h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  color: #1a171b;
  text-transform: uppercase;
}
.box-detalhes h2 {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
  border-bottom: 1px dashed #ccc;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.box-detalhes h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  color: #1a171b;
  border-top: 1px dashed #ccc;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
.box-detalhes p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
}

.box-titulo-box {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  margin: 30px 0 10px 0;
}
.box-titulo-box h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  color: #1a171b;
  text-transform: uppercase;
}

.box-conteudo-post-interno {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.box-conteudo-post-interno h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  color: #1a171b;
}
.box-conteudo-post-interno h2 {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
  margin: 0 0 10px 0;
}
.box-conteudo-post-interno h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  color: #1a171b;
}
.box-conteudo-post-interno p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
}

.box-catalogo {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.box-catalogo h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.1em;
  color: #1a171b;
  border-bottom: 3px solid #ededec;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  -webkit-transition: all ease 0.5s;
}
.box-catalogo h2 {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
  -webkit-transition: all ease 0.5s;
}
.box-catalogo img.logo-catalogo {
  width: 100%;
  border: 3px solid #ededec;
  margin: 0 0 10px 0;
  -webkit-transition: all ease 0.5s;
}
img.download {
  width: 20px;
  float: left;
  margin: 0 10px 0 0;
}
.box-catalogo:hover img.logo-catalogo {
  border: 3px solid #930606;
}
.box-catalogo:hover h1 {
  color: #930606;
}
.box-catalogo:hover h2 {
  color: #930606;
}

.box-produto {
  width: 33.33%;
  height: auto;
  float: left;
  position: relative;
  padding: 0 5px 5px 5px;
  margin-bottom: 20px;
}
.box-produto h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  color: #1a171b;
  transition: all ease 0.5s;
  text-transform: uppercase;
}
.box-produto h2 {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
  margin: 5px 0 5px 0;
}
.box-produto h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  color: #1a171b;
  transition: all ease 0.5s;
}
.box-produto p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
}
.box-produto img {
  width: 100%;
  padding: 0 35px 15px 35px;
}
.box-produto:hover h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  color: #930606;
  transition: all ease 0.5s;
}
.box-produto:hover h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  color: #930606;
  transition: all ease 0.5s;
}
.imagem-post-destaque {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 150px;
  z-index: 1;
  margin: 0 0 10px 0;
  border: 6px solid #f3f3f2;
}
.imagem-post-destaque img {
  width: 100%;
  clip: rect(550px, 550px, 550px, 550px);
  min-height: 150px;
  transition: all ease 0.5s;
}

.box-margem-post {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  margin: 0 0 0 0;
}
.box-conteudo-post {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}
.box-conteudo-post h1 {
  font-family: "Oswald", sans-serif;
  color: #666;
  font-size: 1.1em;
  transition: all ease 0.5s;
}
.box-conteudo-post h2 {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
  transition: all ease 0.5s;
}
.box-conteudo-post h3 {
  font-family: "Oswald", sans-serif;
  color: #666;
  font-size: 0.9em;
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
  border-top: 1px solid #ededec;
  border-bottom: 1px solid #ededec;
  transition: all ease 0.5s;
}
.box-conteudo-post p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
  transition: all ease 0.5s;
}
.margem-conteudo-post {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  margin: 0 0 20px 0;
}
.imagem-post-destaque {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 250px;
  z-index: 1;
  margin: 0 0 10px 0;
}
.imagem-post-destaque img {
  width: 100%;
  clip: rect(550px, 550px, 550px, 550px);
  min-height: 250px;
  transition: all ease 0.5s;
}
.box-conteudo-post:hover h2 {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #930606;
  transition: all ease 0.5s;
}
.box-conteudo-post:hover h1 {
  font-family: "Oswald", sans-serif;
  color: #930606;
  font-size: 1.1em;
  transition: all ease 0.5s;
}
.box-conteudo-post img {
  width: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.box-conteudo-post:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#box-parallax1 {
  width: 100%;
  height: 200px;
  position: relative;
  float: left;
}
#box-parallax {
  width: 100%;
  height: 300px;
  position: relative;
  float: left;
}

.box-redes-menu {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}

#box-entrada {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background-color: #fff;
  padding: 50px 0 50px 0;
  border-bottom: 5px solid #930606;
}
.box-entrada-conteudo {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.box-entrada-conteudo h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  color: #000;
  margin: 0 0 20px 0;
}
.box-entrada-conteudo p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #666;
}

.box-galeria {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  margin: 20px 0 0 0;
  text-align: center;
}
.box-galeria-responsivo {
  width: 25%;
  float: left;
  overflow: hidden;
  height: 200px;
  z-index: 1;
  padding: 2px;
}
.box-galeria-responsivo img {
  width: auto;
  clip: rect(550px, 550px, 550px, 550px);
  min-height: 200px;
  transition: all ease 0.5s;
  z-index: 1;
}

.imagem-produto-destaque {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 180px;
  z-index: 1;
  margin: 0 0 10px 0;
  margin: 0 0 10px 0;
  border: 6px solid #f3f3f2;
}
.imagem-produto-destaque img {
  width: 100%;
  clip: rect(550px, 550px, 550px, 550px);
  max-height: 180px;
  min-height: 180px;
  transition: all ease 0.5s;
}

.box-area-50 {
  width: 50%;
  height: auto;
  position: relative;
  float: left;
}
.box-area-75 {
  width: 75%;
  height: auto;
  position: relative;
  float: left;
}
.box-area-25 {
  width: 25%;
  height: auto;
  position: relative;
  float: left;
}

/* ==========================================================================
   end DIVS ID e CLASSES ESTRUTURAIS
   ========================================================================== */

.half {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.7s ease-in;
  transition: transform 0.7s ease-in;
  will-change: transform;
}

.half.left {
  left: 0;
}

.half.right {
  left: 48%;
}

.half.withText:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 23, 27, 0.6);
  z-index: 10;
}

.heading {
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.heading h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  line-height: 10px;
  text-align: center;
}
.heading h1 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 4em;
  text-align: center;
}
.heading p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.95em;
  color: #fff;
}

#paging-table {
  width: 260px;
  height: auto;
  position: relative;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 auto;
  margin: ;
}
.paging-table-estrutura {
  font-family: "Open Sans", sans-serif;
  margin: 25px 0 0 0;
}
.page-far-left {
  display: block;
  float: left;
  height: 30px;
  margin: 0 4px 0 0;
  width: 30px;
  background-color: #1a171b;
  border-radius: 100px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  padding: 7px;
}
.page-far-left:hover {
  display: block;
  float: left;
  height: 30px;
  margin: 0 4px 0 0;
  width: 30px;
  background-color: #930606;
  border-radius: 100px;
  padding: 7px;
}
.page-far-left-1 {
  display: block;
  float: left;
  height: 30px;
  margin: 0 4px 0 0;
  width: 30px;
  background-color: #1a171b;
  border-radius: 100px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  padding: 7px;
}
.page-far-left-1:hover {
  display: block;
  float: left;
  height: 30px;
  margin: 0 4px 0 0;
  width: 30px;
  background-color: #930606;
  border-radius: 100px;
  padding: 7px;
}
.page-left {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
}
.page-far-right {
  display: block;
  float: left;
  height: 30px;
  margin: 0 4px 0 4px;
  width: 30px;
  background-color: #1a171b;
  border-radius: 100px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  padding: 7px;
}
.page-far-right:hover {
  display: block;
  float: left;
  height: 30px;
  margin: 0 4px 0 4px;
  width: 30px;
  background-color: #930606;
  border-radius: 100px;
  padding: 7px;
}
.page-far-right-1 {
  display: block;
  float: left;
  height: 30px;
  margin: 0 4px 0 4px;
  width: 30px;
  background-color: #1a171b;
  border-radius: 100px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  padding: 7px;
}
.page-far-right-1:hover {
  display: block;
  float: left;
  height: 30px;
  margin: 0 4px 0 4px;
  width: 30px;
  background-color: #930606;
  border-radius: 100px;
  padding: 7px;
}
.page-right {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
}
#page-info {
  float: left;
  line-height: 16px;
  padding: 3px 12px 0 12px;
  color: #666;
  text-align: center;
  margin: 7px 0 0 0;
}

/* ==========================================================================
   GRID SYSTEM
   ========================================================================== */
[class*="col-"] {
  float: left;
  padding-right: 20px;
}
[class*="col-"]:last-of-type {
  padding-right: 0px;
}
.grid {
  width: 100%;
  max-width: 1250px;
  min-width: 755px;
  margin: 0 auto;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid-pad {
  padding: 0 0 0 20px;
}
.grid-pad > [class*="col-"]:last-of-type {
  padding-right: 20px;
}
.push-right {
  float: right;
}
/* ==========================================================================
   end GRID SYSTEM
   ========================================================================== */

/* ==========================================================================
   CONTENT COLUNAS
   ========================================================================== */
.col-1-1 {
  width: 100%;
}
.col-2-3,
.col-8-12 {
  width: 66.66%;
}
.col-1-2,
.col-6-12 {
  width: 50%;
}
.col-1-3,
.col-4-12 {
  width: 33.33%;
}
.col-1-4,
.col-3-12 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-6,
.col-2-12 {
  width: 16.667%;
}
.col-1-7 {
  width: 14.28%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-9 {
  width: 11.1%;
}
.col-1-10 {
  width: 10%;
}
.col-1-11 {
  width: 9.09%;
}
.col-1-12 {
  width: 8.33%;
}
/* ==========================================================================
   end CONTENT COLUNAS
   ========================================================================== */

/* ==========================================================================
   LAYOUT COLUNAS
   ========================================================================== */
.col-11-12 {
  width: 91.66%;
}
.col-10-12 {
  width: 83.333%;
}
.col-9-12 {
  width: 75%;
}
.col-5-12 {
  width: 41.66%;
}
.col-7-12 {
  width: 58.33%;
}
.col-8-12 {
  width: 60%;
}
/* ==========================================================================
   end LAYOUT COLUNAS
   ========================================================================== */

/* ==========================================================================
   MEDIA QUERIES 767px
   ========================================================================== */
@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  [class*="col-"] {
    width: auto;
    float: none;
    margin: 0;
  }

  .text-left {
    text-align: center;
  }
  .text-right {
    text-align: center;
  }
  .text-center {
    text-align: center;
  }

  .margem-conteudo-site {
    float: left;
    margin: 0 0 30px 0;
  }

  .box-conteudo-wall-1 {
    width: 100%;
    height: 250px;
    float: left;
    position: relative;
    background: url(../jpg/wall2.jpg) left top no-repeat;
  }
  .box-conteudo-wall-texto-1 {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 40px;
    background-color: #fdfdfd;
  }

  .box-conteudo-wall-2 {
    width: 100%;
    height: 250px;
    float: left;
    position: relative;
    background: url(../jpg/wall1.jpg) center top no-repeat;
  }
  .box-conteudo-wall-texto-2 {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    padding: 40px;
    background-color: #fdfdfd;
  }

  .box-conteudo-wall-3 {
    width: 100%;
    height: 250px;
    float: left;
    position: relative;
    background: url(../jpg/wall3.jpg) center top no-repeat;
  }
  .box-conteudo-wall-texto-3 {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 40px;
    background-color: #fdfdfd;
  }

  .box-conteudo-wall-4 {
    width: 100%;
    height: 250px;
    float: left;
    position: relative;
    background: url(../jpg/wall4.jpg) center top no-repeat;
  }
  .box-conteudo-wall-texto-4 {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 40px;
    background-color: #fff;
    border-bottom: 10px solid #930606;
  }

  .campoorcamento {
    width: 100%;
    margin: 0 0 5px 0;
    border: 1px solid #373538;
    background-color: #1a171b;
    font-size: 0.8em;
    font-family: "Roboto Condensed", sans-serif;
    outline: 0;
    padding: 15px;
    color: #777;
  }
  .campoorcamento100 {
    width: 100%;
    margin: 0 0 5px 0;
    border: 1px solid #373538;
    background-color: #1a171b;
    font-size: 0.8em;
    font-family: "Roboto Condensed", sans-serif;
    padding: 15px;
    color: #777;
    outline: 0;
  }
  .botaoorcamento {
    width: 100%;
    border: 1px solid #930606;
    background-color: #930606;
    font-size: 0.9em;
    font-family: "Oswald", sans-serif;
    color: #fff;
    outline: 0;
    padding: 10px;
  }

  img.logo {
    height: 120px;
    position: relative;
    z-index: 8888;
    margin: 10px 0 10px 0;
  }
  header {
    padding: 0 0 20px 0;
    background-color: #fff;
  }

  .box-site {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    background-color: #fff;
  }
  .margem-conteudo {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 0 30px 0;
  }

  .box-titulo-bread {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 1;
    margin: -400px 0 0 0;
    padding: 0 0 0 0;
  }
  .campoform50 {
    width: 100%;
    margin: 0 0 10px 0;
    border: 3px solid #ededec;
    background-color: #fff;
    font-size: 0.8em;
    font-family: "Roboto Condensed", sans-serif;
    padding: 15px;
    color: #777;
    outline: 0;
  }
  .botaoform1 {
    width: 100%;
    padding: 10px;
    border: 3px solid #930606;
    background-color: #fff;
    font-size: 0.9em;
    font-family: "Oswald", sans-serif;
    color: #930606;
    outline: 0;
  }

  .camporota {
    width: 100%;
    margin: 0 0 10px 0;
    border: 3px solid #ededec;
    background-color: #fff;
    font-size: 0.8em;
    font-family: "Roboto Condensed", sans-serif;
    padding: 15px;
    color: #777;
    outline: 0;
  }
  .box-produto {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 5px;
    margin-bottom: 20px;
  }

  .box-produto-foto {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
  }
  .box-produto-detalhe {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
  }

  .box-conteudo-extra {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
  }

  img.flutuante-post {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
  }

  content {
    margin: -300px 0 0 0;
  }
  #box-parallax1 {
    display: none;
  }

  #box-parallax {
    width: 100%;
    height: 400px;
    position: relative;
    float: left;
  }

  .box-galeria {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .box-galeria-responsivo {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 130px;
    z-index: 1;
    padding: 2px;
  }
  .box-galeria-responsivo img {
    width: auto;
    clip: rect(550px, 550px, 550px, 550px);
    min-height: 130px;
    transition: all ease 0.5s;
    z-index: 1;
  }

  .telefones-rodape ul li {
    display: block;
    margin: 10px 0 0 0;
    font-family: "Oswald", sans-serif;
    font-size: 1.5em;
    color: #fff;
    text-transform: uppercase;
  }

  .box-area-50 {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
  }
  .box-area-75 {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
  }
  .box-area-25 {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
  }
  .box1 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: none;
  }
  img.whats {
    height: 25px;
    margin: 5px 5px 0 0;
  }
  img.icon-redes-sociais {
    width: 40px;
    height: 40px;
    margin: 20px 5px 0 5px;
    border-radius: 100px;
    padding: 3px;
    transition: all ease 0.5s;
    border: 2px solid #1a171b;
  }
}
/* ==========================================================================
   end MEDIA QUERIES 767px
   ========================================================================== */
