@charset "CP850";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*Resets
----------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  vertical-align: baseline; }

*:last-child {
  margin-bottom: 0; }

button, input[type="submit"], input[type="button"] {
  cursor: pointer; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/*Cor de seleção*/
::-moz-selection {
  background: #e1cc33;
  color: #111111;
  text-shadow: none; }

::selection {
  background: #e1cc33;
  color: #111111;
  text-shadow: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

/*Classes
------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

.separador {
  clear: both;
  margin: 1.5em 0;
  border-top: 2px solid #cccccc; }

.extragrande {
  font-size: 1.5em; }

.grande {
  font-size: 1.2em; }

.pequeno {
  font-size: 0.7em; }

.extragrande, .grande, .pequeno {
  line-height: 1.5; }

.alinhaDir {
  text-align: right; }

.alinhaEsq {
  text-align: left; }

.alinhaCentro {
  text-align: center; }

.dir {
  float: right; }

.esq {
  float: left; }

.centralizado {
  margin-right: auto;
  margin-left: auto; }

.floatNone {
  float: none; }

.block {
  display: block; }

.none {
  display: none; }

.inline {
  display: inline; }

.inlineBlock {
  display: inline-block; }

/*Layout de pagina*/
.semColuna {
  /*#conteudo {
  width:auto;
  float:none;
  }
  
  #coluna {
  display:none;
  }*/ }
  .semColuna #coluna {
    display: none; }
  .semColuna #conteudo {
    max-width: 100%;
    float: none; }

.inverteColuna #conteudo {
  float: right; }
.inverteColuna #coluna {
  float: left; }

/*Classes para Interface
------------------------*/
/*Formularios
-------------*/
input, label {
  vertical-align: middle; }

label {
  cursor: pointer; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="text"], input[type="password"], textarea, select, .text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(template/htc/PIE.php);
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  behavior: url(template/htc/PIE.php);
  width: 100%;
  padding: 5px;
  border: 1px solid #444444;
  color: #b3b3b3;
  font-size: 1.1em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: black;
  height: 40px;
  line-height: normal; }
  input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover, .text:hover {
    border-color: #cccccc;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    behavior: url(template/htc/PIE.php); }
  input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .text:focus {
    border-color: #988816;
    color: #988816;
    font-style: italic;
    background: white;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    behavior: url(template/htc/PIE.php); }

.text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(template/htc/PIE.php);
  width: 100%;
  padding: 5px;
  font-size: 1.1em; }

select, select.text {
  height: 24px;
  padding: 0; }

textarea, textarea.text {
  height: 120px;
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  position: relative;
  margin-bottom: 1.5em; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
  position: relative; }

/*Botoes*/
.bt, .bt:visited, button, input[type="button"], input[type="submit"], input[type="reset"] {
  color: white;
  border: none;
  background: url(../imagens/separador_bg.png) no-repeat top #111111;
  font: italic 1.3em/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
  display: inline-block;
  text-decoration: none;
  height: 35px;
  padding: 0px 40px;
  vertical-align: middle;
  margin: 0 3px 3px 0;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  behavior: none; }
  .bt:hover, .bt:focus, .bt:visited:hover, .bt:visited:focus, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background-color: #988816; }
  .bt:active, .bt:visited:active, button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
    background-color: #3f3809;
    -moz-transition: all 0.05s ease-in;
    -webkit-transition: all 0.05s ease-in;
    -o-transition: all 0.05s ease-in;
    -ms-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
    behavior: none; }
  .bt[disabled="disabled"], .bt.disabled, .bt[disabled="disabled"]:hover, .bt.disabled:hover, .bt:visited[disabled="disabled"], .bt:visited.disabled, .bt:visited[disabled="disabled"]:hover, .bt:visited.disabled:hover, button[disabled="disabled"], button.disabled, button[disabled="disabled"]:hover, button.disabled:hover, input[type="button"][disabled="disabled"], input[type="button"].disabled, input[type="button"][disabled="disabled"]:hover, input[type="button"].disabled:hover, input[type="submit"][disabled="disabled"], input[type="submit"].disabled, input[type="submit"][disabled="disabled"]:hover, input[type="submit"].disabled:hover, input[type="reset"][disabled="disabled"], input[type="reset"].disabled, input[type="reset"][disabled="disabled"]:hover, input[type="reset"].disabled:hover {
    color: #b4b4b4;
    background: #e5e5e5;
    cursor: default;
    border: 1px solid #cccccc; }

a.bt {
  line-height: 35px; }

.sec, .sec:visited, .bt.sec, .bt.sec:visited, input[type="reset"] {
  background-position: 0 -150px;
  background-color: #999;
  border: 1px solid #666666; }
  .sec:hover, .sec:focus, .sec:visited:hover, .sec:visited:focus, .bt.sec:hover, .bt.sec:focus, .bt.sec:visited:hover, .bt.sec:visited:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background-position: 0 -200px;
    background-color: #cccccc; }
  .sec:active, .sec:visited:active, .bt.sec:active, .bt.sec:visited:active, input[type="reset"]:active {
    background-position: 0 -250px;
    background-color: #666666; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*Alinhamento de inputs*/
.form12 {
  width: 48%;
  float: left;
  vertical-align: bottom; }
  .form12 + .form12 {
    float: right; }
  .form12 .text {
    width: 100%; }
  .form12 button {
    margin-top: 1.1em; }

.form13 {
  width: 32%;
  float: left;
  margin-right: 2%; }
  .form13 + .form13 + .form13 {
    float: right;
    margin-right: 0; }
  .form13 .text {
    width: 100%; }
  .form13 button {
    margin-top: 1.1em; }

.formClear {
  clear: both; }

/*Conjuntos de inputs*/
.campo {
  margin-bottom: 0.7em;
  padding-left: 160px; }
  .campo label {
    display: block;
    background: #111111;
    float: left;
    width: 138px;
    padding: 9px 10px;
    margin-left: -160px;
    vertical-align: top;
    border-right: 2px solid #e1cc33; }

.radioCombo {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(template/htc/PIE.php);
  padding: 5px;
  border: 1px solid #999;
  background: #cccccc;
  margin-bottom: 0.7em; }

.radioCombo label {
  margin-right: 3px; }

.obrigatorio label {
  font-style: italic; }
  .obrigatorio label:before {
    content: "*"; }

/*Avisos da Interface*/
.aviso, .erro, .acerto {
  padding: 5px;
  margin-bottom: 5px;
  padding-right: 14px;
  clear: both; }

.aviso {
  background-color: #FFFF99;
  border: 1px solid #F93; }

.erro {
  color: #660000;
  background-color: #FF9999;
  border: 1px solid #600; }

.acerto {
  color: #006600;
  background-color: #CCFF99;
  border: 1px solid #060; }

.atalho {
  text-indent: -9999em; }
  .atalho:focus {
    text-indent: 0;
    outline: 1px solid #111111; }

/*Paginacaoo*/
.nav {
  padding: 10px;
  border-top: 1px solid #cccccc;
  margin: 1.5em 0;
  clear: both;
  text-align: right; }
  .nav a, .nav span {
    display: inline-block;
    padding: 5px 0;
    width: 4ex;
    text-align: center;
    color: white;
    background: #e6e6e6;
    text-decoration: none; }
    .nav a span, .nav span span {
      color: white; }
  .nav a:hover {
    background: #f2f2f2; }
  .nav a:active {
    background: #e1cc33; }
  .nav span {
    background: #111111;
    font-weight: bold;
    color: #111111;
    font-size: 1em;
    font-style: italic; }
  .nav .reticencias {
    background: none;
    color: white;
    font-size: 1em;
    font-style: normal; }

.imgCaption {
  display: inline-block;
  width: auto;
  position: relative; }
  .imgCaption .caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 17, 17, 0.8);
    display: none;
    text-align: center;
    color: white;
    font-family: "Marck Script", "Brush Script Std", "Trebuchet MS", sans-serif;
    font-size: 3em;
    line-height: 1; }
    .imgCaption .caption span {
      position: absolute;
      width: 30%;
      height: 30%;
      top: 50%;
      left: 50%;
      margin: -15% 0 0 -15%; }

/*ATRIBUTOS GERAIS*/
body {
  background: no-repeat top left fixed #373737;
  font: 87.5%/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: white; }

/*Tipografia
-----------------------*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 25, 2012 */
/*@font-face {
    font-family: 'Marck Script';
    src: url('marck.eot');
    src: url('marck.eot?#iefix') format('embedded-opentype'),
         url('marck.woff') format('woff'),
         url('marck.ttf') format('truetype'),
         url('marck.svg#marck_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
abbr[title] {
  border-bottom: 1px dotted; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin-bottom: 0.5em;
  font-family: "Marck Script", "Brush Script Std", "Trebuchet MS", sans-serif; }

hgroup {
  margin-bottom: 0.5em; }

h1 {
  font-size: 2.85em; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 1.78em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

h4, h5, h6 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

p {
  margin-bottom: 1.5em;
  text-indent: 2em; }

a {
  color: #e1cc33;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  behavior: none; }
  a:visited {
    color: #ebdd76; }
  a:hover {
    text-decoration: none; }

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

strong, em strong, b {
  font-weight: bold; }

em, strong em, i {
  font-style: italic; }

ul, ol {
  padding-left: 2em;
  margin-bottom: 1.5em; }
  ul li, ol li {
    margin-bottom: 0.3em; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

blockquote {
  font-style: italic;
  font-size: 1.143em;
  margin: 2.5em 0 2.5em 3em; }
  blockquote:before {
    content: open-quote;
    display: block;
    float: left;
    margin: 0.2em -0.7ex 0;
    font-size: 10em;
    color: #666666; }
  blockquote:after {
    content: close-quote; }

q:before {
  content: open-quote; }
q:after {
  content: close-quote; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  font-family: "Courier New", Courier, monospace;
  background: #e6e6e6; }

/*FUNDO REDIMENSIONAVEL
-------------------*/
#produtos_home img {
  width: 100%;
  min-width: 915px;
  max-height: 956px;
  min-height: 534px;
  position: fixed; }

/*CORPO*/
#corpo {
  width: 100%;
  padding: 200px 0 100px;
  margin: 0 auto 20px; }

/*TOPO*/
#topo {
  height: 150px;
  margin-bottom: 10px;
  background: url(../imagens/topo_bg.png) no-repeat top left rgba(17, 17, 17, 0.8);
  color: #111111;
  position: fixed;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 100; }

.atalho, .atalho:visited {
  color: #e1cc33;
  font-size: 0.9em;
  position: absolute;
  top: 10px;
  left: 10px; }

#logo {
  display: block;
  width: 222px;
  height: 120px;
  background: url(../imagens/dukaths_moveis_logotipo.png) no-repeat center;
  text-decoration: none;
  position: absolute;
  top: 13px;
  left: 30px;
  text-indent: -9999em; }
  #logo h1 {
    margin: 0; }

/*MENU*/
#nav {
  width: 720px;
  position: absolute;
  top: 25px;
  left: 275px; }
  #nav ul {
    padding: 0;
    margin: 0; }
    #nav ul li {
      display: inline-block;
      vertical-align: top;
      list-style: none;
      margin-bottom: 0;
      text-align: center;
      font-size: 1.571em;
      padding-right: 1px;
      background: url(../imagens/nav_item_bg.png) no-repeat center right; }
      #nav ul li:last-child {
        margin-right: 0; }
      #nav ul li a {
        color: white;
        text-decoration: none;
        display: block;
        line-height: 100px;
        padding: 0 15px;
        font-family: "Marck Script", "Brush Script Std", "Trebuchet MS", sans-serif; }
        #nav ul li a:hover, #nav ul li a:focus {
          color: #ebdd76; }
        #nav ul li a.ativo {
          color: #e1cc33; }
  #nav #menuMobile {
    display: none; }

/*PRINCIPAL*/
#principal {
  margin-bottom: 10px; }

/*COLUNAS*/
#conteudo {
  float: left;
  max-width: 680px;
  padding: 20px; }
  #conteudo h1 {
    background: url(../imagens/separador_bg.png) no-repeat -50px bottom;
    padding-left: 20px;
    margin-left: -20px; }

#coluna {
  width: 30%;
  min-width: 400px;
  float: right;
  background: rgba(17, 17, 17, 0.8);
  padding: 20px; }

.col {
  width: 49%;
  float: left;
  margin-bottom: 0; }
  .col + .col {
    margin-right: 0; }

/*RODAPE*/
#rodape {
  background: url(../imagens/rodape_bg.png) no-repeat bottom left rgba(17, 17, 17, 0.9);
  height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.857em;
  color: #999999;
  z-index: 90; }

#orgschema {
  position: absolute;
  top: 10px;
  left: 80px; }
  #orgschema strong {
    font-size: 1rem;
    font-weight: normal; }
  #orgschema a, #orgschema a:visited {
    color: inherit; }
  #orgschema [itemprop="telephone"] {
    font-size: 1.1rem; }

#logoW2o {
  position: absolute;
  top: 10px;
  right: 20px; }

/*WIDGETS*/
.widget {
  margin-bottom: 1.5em;
  padding: 10px 10px 40px;
  position: relative; }
  .widget p {
    text-indent: 0; }
  .widget:last-child {
    margin-bottom: 0; }
  .widget .maisLink {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5px;
    text-align: right;
    text-decoration: none;
    background: url(../imagens/separador_bg.png) no-repeat top; }
    .widget .maisLink:hover {
      color: #ebdd76; }
  .widget.semLink {
    padding-bottom: 10px; }

/*Contato*/
#wdgContato .vcard {
  margin-bottom: 10px; }

/*PAGINAS ESPECIFICAS*/
/*Home*/
#home #coluna {
  background: none; }

.circulo {
  background: url(../imagens/circulo_bg.png) no-repeat center;
  width: 300px;
  height: 270px;
  padding: 80px 50px 50px;
  position: fixed;
  top: 50%;
  right: 15px;
  margin: -200px 0 0 0;
  text-align: center;
  font-size: 1.429em;
  font-style: italic; }
  .circulo span {
    font-size: 2em;
    font-family: "Marck Script", "Brush Script Std", "Trebuchet MS", sans-serif;
    line-height: 1.1;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-style: normal;
    background: url(../imagens/separador_bg.png) no-repeat center bottom; }

.chamada_galeria {
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  background: rgba(17, 17, 17, 0.8); }
  .chamada_galeria .chamada {
    display: block;
    background: url(../imagens/chamada_bg.png) no-repeat bottom right;
    width: 500px;
    padding: 25px 60px 10px 0;
    text-align: right;
    color: white;
    text-decoration: none;
    float: right; }
    .chamada_galeria .chamada:hover {
      color: #eee28c; }
    .chamada_galeria .chamada strong {
      font-size: 2.5em;
      font-family: "Marck Script", "Brush Script Std", "Trebuchet MS", sans-serif;
      font-weight: normal;
      display: block;
      margin-bottom: 20px; }
    .chamada_galeria .chamada span {
      font-size: 1.143em; }

/*Empresa*/
/*Produtos*/
.listaProduto {
  padding: 0; }
  .listaProduto > li {
    padding-left: 210px;
    min-height: 200px;
    background: url(../imagens/separador_bg.png) no-repeat left bottom;
    padding-bottom: 20px;
    margin-bottom: 40px;
    width: 250px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    /*float:left;
    	&:nth-child(4) {
    	clear:left;	
    	}
    }*/ }
    .listaProduto > li .imagem {
      float: left;
      margin-left: -210px; }
    .listaProduto > li img {
      width: 200px; }
  .listaProduto .imagem {
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    -ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    behavior: url(template/htc/PIE.php); }
  .listaProduto ul li {
    list-style: disc; }

/*Showroom*/
.listaImagem {
  padding: 0; }
  .listaImagem li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    -ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    behavior: url(template/htc/PIE.php);
    margin: 0 10px 10px 0; }
  .listaImagem .imgCaption .caption {
    font-size: 2em; }
    .listaImagem .imgCaption .caption span {
      width: 90%;
      height: 90%;
      top: 90%;
      margin: -45% 0 0 -45%; }
  .listaImagem .imgCaption.semImagem {
    background: #111111;
    width: 200px;
    height: 200px; }
    .listaImagem .imgCaption.semImagem .caption {
      display: block; }

/*LocalizaÃ§Ã£o*/
#localizacao #corpo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
#localizacao #principal {
  position: absolute; }
#localizacao #coluna {
  display: none; }
#localizacao #gmap {
  position: fixed;
  z-index: 0; }
#localizacao #conteudo {
  background: rgba(17, 17, 17, 0.8); }

/*Contato*/
#formContato .botao {
  text-align: right; }

#orgschemaContato {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cccccc; }

/*404*/
#erro404 #coluna, #erro404 #nav, #erro404 #areaBanner, #erro404 #formLogin, #erro404 .compartilhamento {
  display: none; }

.lt-ie9 .bt, .lt-ie9 .bt:visited, .lt-ie9 button, .lt-ie9 input[type="button"], .lt-ie9 input[type="submit"], .lt-ie9 .btPainel, .lt-ie8 .bt, .lt-ie8 .bt:visited, .lt-ie8 button, .lt-ie8 input[type="button"], .lt-ie8 input[type="submit"], .lt-ie8 .btPainel {
  z-index: 50;
  position: relative; }
.lt-ie9 #topo, .lt-ie9 .chamada_galeria, .lt-ie9 #coluna, .lt-ie9 .caption, .lt-ie8 #topo, .lt-ie8 .chamada_galeria, .lt-ie8 #coluna, .lt-ie8 .caption {
  background: url(../imagens/primaria_80.png); }
.lt-ie9 #topo, .lt-ie8 #topo {
  background-image: url(../imagens/topo_bg_ie.png); }
.lt-ie9 #rodape, .lt-ie8 #rodape {
  background-image: url(../imagens/rodape_bg_ie.png); }
.lt-ie9 #localizacao #conteudo, .lt-ie8 #localizacao #conteudo {
  background: url(../imagens/primaria_80.png); }

.lt-ie8 input[type="text"], .lt-ie8 input[type="password"], .lt-ie8 textarea, .lt-ie8 select, .lt-ie8 .text {
  height: 30px;
  width: 97%; }
.lt-ie8 textarea.text {
  height: 100px; }
.lt-ie8 button, .lt-ie8 input[type="button"], .lt-ie8 input[type="submit"], .lt-ie8 input[type="reset"] {
  padding: 0 20px;
  width: auto;
  line-height: 30px;
  overflow: visible; }
.lt-ie8 .form13 {
  width: 30.5%;
  margin-right: 4%; }
.lt-ie8 #formLogin input[type="text"], .lt-ie8 #formLogin input[type="password"], .lt-ie8 #formLogin textarea, .lt-ie8 #formLogin select, .lt-ie8 #formLogin .text {
  height: 20px;
  width: 90%; }
.lt-ie8 #nav {
  height: 40px; }
  .lt-ie8 #nav li {
    float: left; }
.lt-ie8 #listaRede li {
  float: left;
  margin-right: 5px; }
.lt-ie8 .compartilhamento li {
  display: inline; }
.lt-ie8 .listaEquipe .comFoto {
  display: inline; }

/*Media Queries
------------------------*/
@media screen and (max-width:780px) {
  #conteudo, #coluna {
    width: 90%;
    padding-left: 2%;
    padding-right: 2%; } }
@media screen and (max-width:480px) {
  #topo {
    position: static;
    padding: 10px; }

  #corpo {
    padding-top: 0;
    position: static;
    float: none; }

  #produtos_home {
    display: none; }

  .circulo {
    position: static;
    margin: 0 auto;
    top: auto;
    left: auto; }

  #logo {
    display: block;
    position: static; }

  #rodape {
    visibility: hidden; }

  #nav {
    display: block;
    position: static;
    width: auto;
    padding: 10px; }
    #nav ul {
      display: none; }
    #nav #menuMobile {
      display: block; }

  .listaImagem {
    text-align: center; }
    .listaImagem img {
      width: 150px; }

  #localizacao #conteudo {
    display: none; } }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
