@charset "UTF-8";

/** Geral **/

/***********************/

/*        RESET        */

/***********************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1.3;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr,
td {
  vertical-align: middle;
}

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

input,
select {
  vertical-align: middle;
}

address {
  font-style: normal;
}

fieldset,
img,
abbr {
  border: 0;
}

img {
  border: none;
}

a {
  color: #000000;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-family: "humanst521_lt_btbold";
  font-weight: bold;
}

.displaynone {
  display: none;
}

.clear {
  clear: both;
}

.cleft {
  clear: left;
}

.cright {
  clear: right;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.hidden {
  display: none;
  visibility: hidden;
}

.noMargin {
  margin: 0 !important;
}

.noPadding {
  padding: 0;
}

.desabilitado,
.desabilitado:focus {
  background: #eaeaea !important;
}

.marginAuto {
  margin: 0 auto;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "ecoicons";
  src: url(/fonts/ecoicons.eot?fb6449f210ca3e4474354a9dab8fdd31);
  src: url(/fonts/ecoicons.eot?fb6449f210ca3e4474354a9dab8fdd31) format("embedded-opentype"), url(/fonts/ecoicons.woff?4e2af971875001fe1fa6426c8fe37af2) format("woff"), url(/fonts/ecoicons.ttf?f7536491c64173ad2a0ef4ce539fb5a4) format("truetype"), url(/fonts/ecoicons.svg?0a3f3f524562d47ad7c79abca85a0cac) format("svg");
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #4b5f64;
  font-weight: 600;
}

html {
  font-weight: 600;
}

html strong,
html b {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

a:hover,
a:focus {
  color: #007c82;
}

.rowVertical {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.display-table {
  display: table;
}

.minheight {
  min-height: 1000px;
}

.btn {
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 4px 7px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 !important;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  white-space: normal !important;
  word-wrap: break-word;
  cursor: pointer;
}

.btnDourado,
.btnDourado:active {
  background: #b98948;
  background: -webkit-gradient(linear, left top, right top, from(#b98948), color-stop(40%, #faf2a3), color-stop(50%, #faf2a3), color-stop(60%, #faf2a3), to(#b98948));
  background: linear-gradient(to right, #b98948 0%, #faf2a3 40%, #faf2a3 50%, #faf2a3 60%, #b98948 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b98948", endColorstr="#b98948",GradientType=1 );
  color: #3b3b3b;
  border: none;
  font-size: 16px;
  padding: 10px 0;
}

.whiteBorder {
  border-color: white !important;
  color: white !important;
}

.placeholderWhite::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
}

.placeholderWhite::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}

.placeholderWhite:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
}

.placeholderWhite:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}

.borderRightWhite {
  border-right: 1px solid #6b6b6b;
}

.logo {
  margin: 0 auto;
}

.is-sticky .logo {
  max-height: 50px;
  margin: 2% auto 0;
}

.z-index10 {
  z-index: 10;
}

.z-index5 {
  z-index: 5;
}

.fundowhite {
  background: white;
  padding: 25px 0;
}

.positionRelative {
  position: relative;
}

.overflowHidden {
  overflow: hidden;
}

.overflowHiddenImage {
  width: 100%;
  overflow: hidden;
}

.noPaddingLeft {
  padding-left: 0;
}

.noPaddingRight {
  padding-right: 0;
}

.padding20 {
  padding: 20px;
}

.padding25Top {
  padding: 20px;
}

.margin25 {
  margin: 25px 0;
}

.margin40 {
  margin: 40px 0;
}

.margin15 {
  margin: 15px 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.noMargin {
  margin: 0;
}

.mTop0 {
  margin-top: 0px !important;
}

.mTop40 {
  margin-top: 40px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom60 {
  margin-bottom: 60px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop60 {
  margin-top: 60px;
}

.pTop30 {
  padding-top: 30px;
}

.pTop60 {
  padding-top: 60px;
}

.pTop90 {
  padding-top: 90px;
}

.pLR15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pLR30 {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 980px) {
  .pLR30 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.pLR60 {
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 980px) {
  .pLR60 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.inlineBlock {
  display: inline-block;
  position: relative;
}

#fundoConteudo {
  min-height: 70vh;
  background: url(/imgs/fundo-site.jpg) repeat-y top center;
  background-size: cover;
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 980px) {
  #fundoConteudo {
    margin-top: 0;
    padding: 0 15px;
  }
}

.elementoshome #fundoConteudo {
  margin-top: 0;
}

#sticky-wrapper {
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 980px) {
  #sticky-wrapper {
    position: relative;
  }
}

.menu {
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 20px 0;
}

.is-sticky .menu {
  z-index: 10 !important;
  background: #3b3b3b !important;
  padding: 10px 0 !important;
}

.menu .btn-pesquisar,
.menu .btn-irCarrinho {
  background: transparent;
  border: none;
  outline: none;
  margin-top: 6%;
  position: relative;
}

.menu .btn-pesquisar svg,
.menu .btn-irCarrinho svg {
  width: 30px;
  height: 30px;
  fill: #c8a15c;
}

.menu .btn-pesquisar#btn-pesMobile svg,
.menu .btn-irCarrinho#btn-pesMobile svg {
  width: 26px;
  height: 26px;
}

.menu .btn-pesquisar .qtdCarrinhoTopo,
.menu .btn-irCarrinho .qtdCarrinhoTopo {
  position: absolute;
  top: 25%;
  right: -15%;
  color: white;
  font-size: 16px;
}

.menu .navbar-default {
  background-color: transparent;
  border: none;
}

.menu .navbar-default ul li.active {
  border-bottom: 2px solid white;
  color: white;
}

.menu .navbar-default ul li a {
  color: white;
  font-weight: 300;
  padding: 15px 20px;
}

.menu .navbar-default ul li a:hover {
  border-bottom: 2px solid white;
  color: white;
}

.modal-dialog {
  margin: 160px auto;
}

.navbar {
  margin-bottom: 0;
}

.input {
  height: 50px;
  background: transparent;
  border: 1px solid #3b3b3b;
  text-align: center;
  font-size: 19px;
}

.input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f5e5c;
}

.input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f5e5c;
}

.input:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f5e5c;
}

.input:-moz-placeholder {
  /* Firefox 18- */
  color: #5f5e5c;
}

.buttons {
  width: 100%;
  padding: 15px 0;
  margin-top: 20px;
  background: #3b3b3b;
  color: #c9a15c;
}

.slick-list {
  padding: 0 0 !important;
}

.btn-irCarrinho:hover .carrinhoInternas,
.btn-irCarrinho:focus .carrinhoInternas {
  display: block;
}

.carrinhoInternas {
  height: auto;
  z-index: 5;
  display: none;
  padding: 0 15px;
  min-width: 320px;
  background: white;
  position: absolute;
  right: -90%;
  top: 100%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.carrinhoInternas .separacao {
  padding: 20px;
  border-top: 1px solid #c9a05c;
  color: #c9a05c;
}

.carrinhoInternas .separacao .numero {
  font-weight: 700;
}

.carrinhoInternas .total {
  padding: 12px;
  background: #c9a05c;
  color: white;
}

.carrinhoInternas .total label {
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.carrinhoInternas .btn-carrinhos {
  background: #28326e;
  border-color: #28326e;
  padding: 13px;
}

.carrinhoInternas .btn-carrinhos:hover,
.carrinhoInternas .btn-carrinhos:focus {
  background: #28326e;
  border-color: #28326e;
}

.carrinhoInternas .linha {
  height: 109px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}

.carrinhoInternas:hover,
.carrinhoInternas:focus {
  display: block;
}

#barraTopo {
  background: #77c7aa;
  color: #FFF;
}

@media screen and (max-width: 980px) {
  #barraTopo {
    display: none;
  }
}

#barraTopo li {
  float: right;
  list-style: none;
}

#barraTopo li a.nav-link {
  padding: 0.2rem 0.5rem;
  font-size: 18px;
}

#barraTopo i {
  color: #FFF;
}

.fundoPesquisa {
  position: relative;
  z-index: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 3px 1px -2px;
}

.fundoPesquisa .painelPesquisa {
  overflow: hidden;
}

.fundoPesquisa #btn-pesquisar,
.fundoPesquisa #btn-fechar-pesquisa {
  background: transparent;
  border: none;
  padding: 9px;
  box-shadow: none;
  outline: none !important;
}

.fundoPesquisa #btn-pesquisar i,
.fundoPesquisa #btn-fechar-pesquisa i {
  font-size: 38px;
  color: #c9a05c;
}

@media screen and (max-width: 980px) {
  .fundoPesquisa #btn-fechar-pesquisa {
    display: none;
  }
}

.painelFiltrar a {
  cursor: pointer;
}

.painelFiltrar a:hover {
  color: #b98c49;
}

.fundoProdutos {
  background: #f2edea;
  overflow: hidden;
  color: black;
}

.fundoProdutos label {
  margin-bottom: 5px;
}

.fundoProdutos .inptCheck {
  margin-top: 5px;
}

.fundoProdutos .inptCheck .tamanho {
  opacity: 0;
  z-index: 0;
  position: absolute;
}

.fundoProdutos .inptCheck .tamanhoInpt {
  width: 20px;
  height: 20px;
  border: 1px solid #c7a46c;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

.fundoProdutos .inptCheck .tamanho:checked + .tamanhoInpt:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
}

.fundoProdutos .inptCheck span {
  position: relative;
  top: -7px;
}

.titulos {
  font-size: 18px;
  margin-top: 20px;
}

.titulos i {
  position: relative;
  top: 6px;
  color: #b98d4e;
}

.inptCores {
  height: 40px;
  position: relative;
}

.inptCores .cores {
  opacity: 0;
  position: absolute;
}

.inptCores span {
  display: table-cell;
  vertical-align: middle;
}

.inptCores .coresinpt {
  cursor: pointer;
}

.inptCores .boxCor {
  width: 20px;
  height: 20px;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  display: table-cell;
  vertical-align: middle;
}

.inptCores .cores:checked + .coresinpt:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 23%;
  top: 5%;
  width: 20px;
  height: 20px;
}

.radioInput {
  margin-bottom: 5px;
}

.radioInput input[type=radio] {
  z-index: 0;
  opacity: 0;
  position: absolute;
}

.radioInput label {
  cursor: pointer;
  background: #e3dbd8;
  padding: 10px;
  width: 80%;
  font-size: 15px;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

.radioInput input[type=radio]:checked + label {
  background: white;
}

.linkLateral {
  font-size: 15px;
}

.brandCrumb {
  padding: 8px;
  background: white;
  width: 100%;
}

.brandCrumb .breadcrumb {
  background: transparent;
  margin: 0;
}

.brandCrumb .breadcrumb li {
  font-size: 14px;
}

@media screen and (max-width: 980px) {
  .brandCrumb .breadcrumb li.active {
    color: #b98c49;
    font-size: 6vw;
  }
}

.brandCrumb .breadcrumb li a {
  font-size: 14px;
  color: #3b3b3b;
  font-weight: bold;
}

.slider-for img {
  margin: 0 auto !important;
}

.tituloprod {
  font-size: 14px;
  color: #3b3b3b;
  font-weight: bold;
}

.tituloprod .numero {
  font-weight: 700;
  font-size: 13px;
}

.ref {
  color: #3b3b3b;
  font-size: 12px;
  display: block;
}

.ref .numero {
  font-size: 13px;
}

.text {
  color: #3b3b3b;
  font-size: 16px;
}

.painelDetTamanho p {
  color: #3b3b3b;
  font-size: 16px;
}

.painelDetTamanho label {
  color: #3b3b3b;
  font-size: 16px;
}

.tableCoresTamanho .color {
  width: 37px;
  height: 37px;
  position: relative;
  margin: auto;
}

.tableCoresTamanho tr {
  margin-bottom: 10px;
}

.tableCoresTamanho tr th {
  color: black;
  border-bottom: none !important;
  padding: 0 !important;
  font-size: 15px;
  text-align: center;
}

.tableCoresTamanho tr td {
  border: none;
  color: black;
  padding: 11px 0 8px;
  border-top: none !important;
}

.tableCoresTamanho tr td .select {
  position: relative;
}

.tableCoresTamanho tr td .select i {
  position: absolute;
  right: 20%;
  top: 45%;
  z-index: 1;
}

.tableCoresTamanho tr td .select select {
  border-radius: 0 !important;
  padding: 0 9px 0;
  width: 80%;
  position: relative;
  color: black;
  display: block;
  text-align: center;
  font-size: 14px;
  height: 37px;
  margin: 0 auto;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.menuProdutos_Wrapper {
  position: relative;
  padding: 0 10px;
}

@media screen and (max-width: 980px) {
  .menuProdutos_Wrapper {
    padding: 0;
  }
}

.menuProdutos {
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.js .menuProdutos {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.js .menuProdutos::-webkit-scrollbar {
  display: none;
}

.menuProdutos_Contents {
  float: left;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  margin: 0;
}

.menuProdutos_Contents a {
  color: white;
  position: initial;
}

.menuProdutos_Contents-no-transition {
  -webkit-transition: none;
  transition: none;
}

.submenu {
  padding: 0 15px;
  margin: 3% 0 6% 30px;
  border-right: 2px solid #c9a05c;
  height: 47vh;
}

.submenu li {
  float: none !important;
}

.submenu li a {
  color: black !important;
  padding: 0 !important;
  font-size: 18px !important;
  float: none !important;
  display: block;
  margin-bottom: 10px;
  min-height: 0;
  line-height: 20px;
  border-bottom: 1px solid transparent !important;
}

.submenu li a:hover {
  color: #c9a05c !important;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.menuProdutos_Link {
  text-decoration: none;
  color: #888;
  font-size: 18px;
  padding: 0 15px;
  display: inline-block;
  -webkit-box-align: center;
          align-items: center;
  min-height: 59px;
  position: relative;
  line-height: 59px;
}

.menuProdutos_Link:hover,
.menuProdutos_Link:hover a {
  background: #f4f4f4;
  color: #6b6b6b;
}

.menuProdutos_Link .dropdown-menu {
  background: #f4f4f4;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.menuProdutos_Link .dropdown-menu .display-table {
  table-layout: fixed;
}

.menuProdutos_Link .dropdown-menu .precoCat {
  display: table;
  margin: auto;
  top: 20%;
  left: 3%;
  bottom: 0;
  position: absolute;
  z-index: 999;
  background-size: contain;
  color: #3b3b3b;
  text-align: center;
}

.menuProdutos_Link .dropdown-menu .precoCat .cont-borderless {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 80px;
  background: transparent;
}

.menuProdutos_Link .dropdown-menu .precoCat .cont h5 {
  font-size: 20px;
}

.menuProdutos_Link .dropdown-menu .precoCat .cont .numero {
  font-weight: 700;
}

.menuProdutos_Link .dropdown-menu .imageCat {
  width: 100%;
  height: 100%;
  padding: 0;
}

.menuProdutos_Link .dropdown-menu .titulos {
  padding: 0;
  font-weight: bold !important;
  color: black !important;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.menuProdutos_Link:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 56px;
  background: transparent;
  top: 34px;
}

.menuProdutos_Link:hover .dropdown-menu {
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 60vw;
  max-width: 70vw;
  left: -20%;
  max-height: auto;
  background: #f4f4f4;
  height: auto;
  margin-top: 0;
  border-radius: 0;
  top: 100%;
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  border: 0;
}

.pn-Advancer {
  /* Reset the button */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  /* Now style it as needed */
  position: absolute;
  top: 0;
  bottom: 0;
  /* Set the buttons invisible by default */
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pn-Advancer:focus {
  outline: 0;
}

.pn-Advancer:hover {
  cursor: pointer;
}

.pn-Advancer_Left {
  left: -16px;
}

[data-overflowing=both] ~ .pn-Advancer_Left,
[data-overflowing=left] ~ .pn-Advancer_Left {
  opacity: 1;
}

.pn-Advancer_Right {
  right: 0;
}

[data-overflowing=both] ~ .pn-Advancer_Right,
[data-overflowing=right] ~ .pn-Advancer_Right {
  opacity: 1;
}

.pn-Advancer_Icon {
  width: 20px;
  height: 44px;
  fill: #bbb;
}

.pn-Advancer {
  font-size: 35px;
}

.topo {
  padding: 10px 0;
  background: #f9f9f9;
  position: relative;
  overflow: visible;
}

@media screen and (max-width: 980px) {
  .topo {
    padding: 5px 0 0;
  }
}

.topo ul {
  list-style: none;
  padding: 0 0px;
  margin: 0;
}

.topo ul li {
  float: left;
  position: relative;
}

.topo ul li a {
  font-weight: 700;
  color: #4c4c4c;
  padding: 0 15px;
  display: block;
  font-size: 14px;
}

.topo ul li .btnDourado {
  padding: 20px 15px;
  position: absolute;
  z-index: 10;
  width: 300px;
  right: 40%;
  top: -10px;
}

@media screen and (max-width: 980px) {
  .topo ul li .btnDourado {
    position: relative;
    width: auto;
    right: 0;
    top: 0;
    padding: 5px 10px;
    margin: 0 auto;
    float: none;
  }
}

.topo ul li span {
  position: absolute;
  right: 0;
  color: black;
  top: -4px;
}

@media screen and (max-width: 980px) {
  .topoLogin {
    margin: 10px 0 0;
  }
}

.painelLogin {
  width: 500px;
  margin: 40px auto;
  color: black;
  padding: 0;
}

.painelLogin .btn-esqueci {
  width: 100%;
  padding: 15px;
  background: #e8e7e8;
  border-radius: 0;
}

.btn-opcs {
  width: 100%;
  padding: 15px;
  background: #e8e7e8;
  border-radius: 0;
}

.btn-opcs.active {
  background: #eedf94 !important;
  border: none !important;
}

.painelcadastro {
  width: 800px;
  margin: 40px auto;
  color: black;
  padding: 0;
}

.painelcadastro .btn-esqueci {
  width: 100%;
  padding: 15px;
  background: #e8e7e8;
  border-radius: 0;
  margin: 0 auto;
}

.painelcadastro .painelEsqueci {
  padding: 10px;
}

.painelcadastro .btn-loginCad {
  width: 100% !important;
  margin: 0 auto;
}

.formLoginCad {
  padding: 25px;
  border-top: 4px solid #d6b56e;
}

.formLoginCad h1 {
  text-align: center;
  font-size: 25px;
  margin: 0 0 20px;
}

.formLoginCad input[type=text],
.formLoginCad input[type=email],
.formLoginCad input[type=password] {
  height: 47px;
  border-radius: 0;
  outline: none;
  font-size: 18px;
}

.formLoginCad textarea {
  height: 120px;
  font-size: 18px;
}

.formLoginCad .btn-loginCad {
  width: 100%;
  padding: 12px;
  font-size: 20px;
  background: #3b3b3b;
  color: white;
}

fieldset.scheduler-border {
  border: 3px groove #ddd !important;
  padding: 5px 1.4em 10px 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  box-shadow: 0px 0px 0px 0px #000;
  color: black;
}

legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.dropbtn {
  background-color: transparent;
  color: #172f5f;
  padding: 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 238px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.dropdown-content a {
  color: #172f5f;
  background-color: white;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-size: 15px;
}

.dropdown .dropbtn label {
  color: #172f5f;
  font-size: 14px;
  font-weight: lighter;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.dropdown-content a:hover,
.dropdown-content a:focus {
  background-color: #f9f9f9;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.dropdown:hover .dropdown-content,
.dropdown:focus .dropdown-content {
  display: block;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

#calendar {
  max-width: 900px;
  margin: 0 auto;
}

.fc-view,
.fc-view > table {
  z-index: 0 !important;
}

.elementosInternos .menu {
  position: relative;
  background: #3b3b3b;
  z-index: 2;
}

.elementoProdDetalhes #conteudo {
  background: #fcf8f7;
}

.elementoProdDetalhes .valor-det {
  background: #c9a05c;
  width: 100%;
  padding: 5px;
  font-weight: 400;
  font-size: 30px;
  margin: 20px 0;
  text-align: center;
}

.elementoProdutos .fundowhite {
  padding: 25px 15px;
}

.elementoProdutos .fundowhite:after {
  content: "";
  display: inline-block;
  width: 46%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  right: -46%;
  top: 0;
}

.elementorevenda .text {
  line-height: 34px;
  font-size: 20px;
}

.elementologar #conteudo {
  background: #e6e6e6;
}

.elementopagamento #conteudo {
  background: #fff;
}

.elementopagamento #tableCard .white th {
  background: white;
}

.elementopagamento .thumbnail {
  background: #f6f5f6;
}

.elementopagamento .fpagamento {
  float: left;
  position: relative;
  margin-right: 20px;
}

.elementopagamento .fpagamento input[type=radio] {
  position: absolute;
  top: 31%;
  left: 5%;
}

.elementopagamento .formaPagamento {
  padding: 13px 40px;
  color: black;
  border: 1px solid #c7c7c7;
  text-align: center;
}

.elementopagamento select {
  height: 50px;
  margin-top: 10px;
  font-size: 17px;
}

.elementopagamento .form-group label {
  color: #474747;
  font-weight: 300;
}

.elementopagamento table tr td {
  padding: 10px 5px;
  color: black;
}

.elementopagamento table tr th {
  color: black;
}

.elementopagamento .apagar {
  text-decoration: underline;
  color: black;
}

.elementopagamento .valor {
  font-size: 20px;
}

.elementopagamento .border-bottom {
  border-bottom: 1px solid #c6c6c6;
}

.elementopagamento .border-top {
  border-top: 1px solid #c6c6c6;
}

.elementopedidos #conteudo {
  background: #e6e6e6;
}

.elementopedidos .form-group label {
  color: black;
}

.elementopedidos table tr th {
  color: white;
  border-right: 1px solid #d4d4d4;
  background: #3b3b3b;
}

#resultado-busca-principal {
  position: absolute;
  display: none;
  width: 100%;
  max-height: 350px;
  height: 360px;
  right: 0;
  min-width: 290px;
  left: 0;
  z-index: 9;
  background: #fff;
  padding: 15px;
  padding-top: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow-y: scroll;
}

#resultado-busca-principal .tituloResultado {
  color: #3b3b3b;
  font-size: 20px;
  margin: 2% 0;
}

#resultado-busca-principal li {
  list-style: none;
  padding: 0;
  font-size: 16px;
  margin: 0 0 7px;
}

#resultado-busca-principal .btnDourado {
  display: block;
  max-width: 200px;
  margin: 10px auto 0;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

#resultado-busca-principal .btnDourado:hover {
  opacity: 0.8;
}

.bxResultadoAutocomplete {
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
  padding: 15px 0;
}

.bxResultadoAutocomplete:hover {
  background: #f7f7f7;
}

.bxResultadoAutocomplete a {
  display: block;
  width: 100%;
  height: 100%;
}

.bxResultadoAutocomplete .preco,
.bxResultadoAutocomplete .preco .numero {
  font-weight: bold;
  font-size: 17px;
}

#gal1 a {
  display: block;
  margin-bottom: 10px;
}

#img_01 {
  max-width: 100%;
}

.tituloPassos {
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 3px;
}

.tituloPassos .bgCirculo {
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.tableCoresTamanho td {
  padding: 5px 0;
}

.btn-comprar-verde {
  padding: 12px 30px;
  font-weight: 500;
  font-size: 1.2rem;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #269646;
  color: white;
  border: none;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-comprar-verde:hover,
.btn-comprar-verde:active {
  color: #FFFFFF;
}

.btn-comprar-verde:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 50px;
  top: 0;
  left: 0;
  margin: auto;
  background: #fff;
  opacity: 0.1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-comprar-verde:hover:before,
.btn-comprar-verde:active:before,
.btn-comprar-verde:focus:before {
  width: 100%;
  color: #FFFFFF;
}

.pagamentoSeguro {
  font-size: 0.9rem;
  margin: 6px 0;
  display: block;
}

.verde {
  color: #269646;
  font-family: "Open Sans", sans-serif;
}

.fc-view-container {
  background: #FFF;
  box-shadow: 0px 0px 15px #9e9e9e;
}

.fc-unthemed td.fc-today {
  background: #c8a05c !important;
}

.listaImgSubcategoria {
  list-style: none;
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.listaImgSubcategoria li {
  display: inline-block;
  max-width: 150px;
}

.listaImgSubcategoria li a {
  display: block;
  width: 100%;
}

.listaImgSubcategoria li a img {
  max-width: 60%;
}

.listaImgSubcategoria li a h2,
.listaImgSubcategoria li a h3,
.listaImgSubcategoria li a h4,
.listaImgSubcategoria li a h5,
.listaImgSubcategoria li a h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.navContainer {
  background: #FFF;
}

.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
  background: #5f6f81;
  color: white;
}

.gn-menu-main > li {
  display: block;
  float: left;
  height: 100%;
  border-right: 1px solid #c6d0da;
  text-align: center;
}

/* icon-only trigger (menu item) */

@media screen and (max-width: 980px) {
  #menuContent {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #menuContent .containerMenu {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  #menuContent .containerMenu {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}

#menuContent .navbar-brand {
  margin-right: 0.5rem;
}

@media screen and (min-width: 1440px) {
  #menuContent .navbar-brand {
    margin-left: 3%;
  }
}

@media screen and (max-width: 1280px) {
  #menuContent .navbar-brand img {
    max-height: 54px !important;
    width: auto;
  }
}

@media screen and (max-width: 980px) {
  .navbar-brand {
    max-width: 80%;
    margin-right: 0;
  }
}

#menu li {
  margin-right: 10px;
}

#menu li a,
#menu li button {
  text-transform: uppercase;
  font-weight: 600;
  color: #007c82;
  font-size: 14px;
  padding-right: 2px;
  padding-left: 2px;
  display: block;
  background: none;
  border: none;
  outline: none;
}

@media screen and (max-width: 1200px) {
  #menu li a,
  #menu li button {
    font-size: 12px;
  }
}

@media screen and (max-width: 1100px) {
  #menu li a,
  #menu li button {
    font-size: 11px;
  }
}

#menu li a:hover,
#menu li a.active,
#menu li button:hover,
#menu li button.active {
  padding-left: 0;
  padding-right: 0;
  font-weight: 800;
}

#menu .dropdown-menu {
  margin: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 14rem;
  background: #77c7aa;
}

#menu .dropdown-menu a {
  color: #FFFFFF;
}

#menu .dropdown-menu a:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.dpdParceiros button.dropdown-toggle::after {
  display: none !important;
}

.dpdParceiros .dropdown-menu {
  min-width: 370px !important;
  right: -160px !important;
}

.imgParceiro {
  margin: 10px 5px;
}

li.gn-trigger {
  width: 60px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  position: relative;
  top: -15px;
  left: -8px;
  display: none;
}

@media screen and (max-width: 980px) {
  li.gn-trigger {
    display: inline-block;
    max-width: 18%;
  }
}

.gn-menu-main > li:last-child {
  float: right;
  border-right: none;
  border-left: 1px solid #c6d0da;
}

.gn-menu-main > li > a {
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.gn-menu-main:after {
  display: table;
  clear: both;
  content: "";
}

.gn-menu-wrapper {
  position: fixed;
  top: 82px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 60px;
  border-top: 1px solid #c6d0da;
  background: white;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: -webkit-transform 0.3s, width 0.3s;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s, -webkit-transform 0.3s;
  z-index: 99;
}

.gn-scroller {
  position: absolute;
  overflow-y: scroll;
  width: 370px;
  height: 100%;
}

.gn-menu {
  height: 200%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 !important;
  list-style: none !important;
  background: #79c9ac3d;
}

.gn-menu .dropdown-menu {
  width: 100% !important;
  position: relative !important;
  bottom: 0;
  margin: 0;
  -webkit-transform: none !important;
          transform: none !important;
  background: #efefef;
  padding: 0;
}

.gn-menu .dropdown-menu a {
  background: #0c5460;
  color: #FFF;
  text-align: center;
}

.gn-trigger * {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.gn-menu li {
  background-color: #fff;
  float: left !important;
  width: 100%;
  display: block !important;
  border-bottom: thin solid #d1d1d1;
}

.gn-menu li .customIcon {
  display: inline;
}

.gn-menu li .customIcon svg {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  top: 8px;
  fill: #4c4c4c;
}

.gn-menu li.active {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.gn-menu li.active a {
  font-weight: bold;
}

.gn-menu li a,
.gn-menu li button {
  display: block;
  padding: 0.9rem 2.5rem !important;
  line-height: 1.5;
  width: 100%;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px !important;
  background: #FFF;
}

.gn-menu li a:hover,
.gn-menu li button:hover {
  color: #0c5460;
}

.gn-submenu li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.gn-submenu li a {
  color: #c1c9d1;
}

input.gn-search {
  position: relative;
  z-index: 10;
  padding-left: 60px;
  outline: none;
  border: none;
  background: transparent;
  color: #5f6f81;
  font-weight: 300;
  font-family: "Lato", Arial, sans-serif;
  cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
  color: #5f6f81;
}

.gn-search:-moz-placeholder {
  color: #5f6f81;
}

.gn-search::-moz-placeholder {
  color: #5f6f81;
}

.gn-search:-ms-input-placeholder {
  color: #5f6f81;
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}

input.gn-search:focus {
  cursor: text;
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
  color: white;
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
  color: white;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
  color: white;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
  color: white;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
  color: white;
}

.gn-menu-main a.gn-icon-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
}

.gn-icon::before {
  display: inline-block;
  width: 60px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "ecoicons";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.gn-icon-help::before {
  content: "\E000";
}

.gn-icon-earth::before {
  content: "\E004";
}

.gn-icon-cog::before {
  content: "\E006";
}

.gn-icon-search::before {
  content: "\E005";
}

.gn-icon-download::before {
  content: "\E007";
}

.gn-icon-photoshop::before {
  content: "\E001";
}

.gn-icon-illustrator::before {
  content: "\E002";
}

.gn-icon-archive::before {
  content: "\E00D";
}

.gn-icon-article::before {
  content: "\E003";
}

.gn-icon-pictures::before {
  content: "\E008";
}

.gn-icon-videos::before {
  content: "\E009";
}

/* if an icon anchor has a span, hide the span */

.gn-icon.gn-icon-menu {
  display: block;
  padding: 10px 15px;
}

.gn-icon span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.gn-icon span.visible {
  left: 85%;
  right: initial;
  top: 28%;
  overflow: visible;
  width: 250px;
  height: 50px;
  display: inline-block;
}

.gn-icon-menu::before {
  margin-left: 0px;
  vertical-align: -2px;
  width: 30px;
  height: 3px;
  background: #5f6f81;
  box-shadow: 0 3px white, 0 -6px #5f6f81, 0 -9px white, 0 -12px #5f6f81;
  content: "";
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
  background: white;
  box-shadow: 0 3px #5f6f81, 0 -6px white, 0 -9px #5f6f81, 0 -12px white;
}

.gn-icon-menu.gn-selected::before {
  background: #0c5460;
  box-shadow: 0 3px white, 0 -6px #0c5460, 0 -9px white, 0 -12px #0c5460;
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
  width: 340px;
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
  height: 60px;
}

@media screen and (max-width: 422px) {
  .gn-menu-wrapper.gn-open-all {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    width: 100%;
  }

  .gn-menu-wrapper.gn-open-all .gn-scroller {
    width: 100%;
  }
}

.listaLinks {
  position: relative;
}

.listaLinks .tituloLink {
  background: url(/imgs/sindfisc-ico-lg.png) no-repeat left center;
  background-size: contain;
  padding-left: 30px;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 15px;
}

@media screen and (max-width: 980px) {
  .listaLinks .tituloLink {
    background-size: 20px;
  }
}

.listaLinks a {
  color: #0037d4;
  word-break: break-all;
}

.bxLegislacao {
  padding: 25px;
  background: #ffffffb8;
  margin-bottom: 25px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #e8e8e8;
}

.bxLegislacao h3 {
  margin-left: -10px;
  margin-right: -10px;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.bxLegislacao .tituloSub {
  margin-top: 20px;
  list-style: square;
}

.bxLegislacao li:not(.tituloSub) {
  padding-left: 25px;
}

.bxLegislacao a {
  color: #0037d4;
  font-size: 14px;
}

.tituloDestaque {
  font-size: 28px;
  font-weight: 600;
  color: #007c82;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  clear: both;
}

@media screen and (max-width: 980px) {
  .tituloDestaque {
    font-size: 6vw;
  }
}

.tituloDestaque:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 3px solid #77c7aa;
  margin: 0;
}

.tituloDestaque.home:after {
  width: 285px;
}

/*************************************************/

#banner {
  max-width: 100%;
  border-bottom: 4px solid #0c5460;
}

#banner .slick-slide > div,
#banner .slick-slide > div > div {
  display: block !important;
}

#banner img {
  display: block;
}

.slidebanner {
  width: 100%;
  max-height: 614px;
}

.noticiasHome {
  margin: 15px 0;
  float: left;
  width: 100%;
}

.noticiasHome .bxNoticia {
  margin: 0 2% 2% 0;
  max-width: 31%;
  min-height: 300px;
  float: left;
  position: relative;
}

.noticiasHome .bxNoticia * {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

@media screen and (max-width: 980px) {
  .noticiasHome .bxNoticia {
    margin: 0 3% 3% 0;
    max-width: none;
    width: 47%;
    min-height: 150px;
  }
}

.noticiasHome .bxNoticia:hover .fundo {
  opacity: 0.5;
}

.noticiasHome .bxNoticia .fundo {
  position: absolute;
  background: #4b5f64b3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.noticiasHome .bxNoticia .foto {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.noticiasHome .bxNoticia .tituloNoticia {
  color: #FFF;
  position: relative;
  display: block;
  z-index: 3;
  font-size: 1.3vw;
  font-weight: 600;
  margin: 40% 6% 0;
  text-shadow: 0px 1px 4px #000;
}

@media screen and (max-width: 980px) {
  .noticiasHome .bxNoticia .tituloNoticia {
    font-size: 3.3vw;
    margin: 30% 6% 0;
  }
}

.servicosHome {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.servicosHome .bxServico {
  background: #FFF;
  box-shadow: 0 5px 10px #00000054;
  margin-bottom: 18px;
  padding: 0;
  max-width: 31.5%;
  margin-right: 1.4%;
}

@media screen and (max-width: 980px) {
  .servicosHome .bxServico {
    max-width: none;
    box-shadow: 0 5px 10px #00000014;
    padding: 5px;
    margin: 0;
  }
}

.servicosHome .tituloServico {
  padding: 15px;
  text-align: center;
  display: block;
}

.servicosHome .tituloServico h1,
.servicosHome .tituloServico h2,
.servicosHome .tituloServico h3,
.servicosHome .tituloServico h4,
.servicosHome .tituloServico h5,
.servicosHome .tituloServico h6 {
  color: #4b5f64;
  font-weight: 600;
  font-size: 17px;
}

.conveniosHome .bxConvenio {
  max-width: 340px;
}

.conveniosHome .bxConvenio img {
  margin: 15px;
  border-radius: 20px;
}

@media screen and (max-width: 980px) {
  .conveniosHome .bxConvenio img {
    margin: 0;
  }
}

.galeriaHome .bxGaleria {
  max-width: 340px;
}

.galeriaHome .bxGaleria img {
  margin: 15px;
  border-radius: 20px;
}

@media screen and (max-width: 980px) {
  .galeriaHome .bxGaleria img {
    margin: 0;
  }
}

.galeriaHome .tituloGaleria {
  position: absolute;
  left: 15px;
  bottom: 35px;
  color: #FFF;
  background: #007c82;
  background-size: contain;
  padding: 10px;
  width: 85%;
  font-size: 14px;
  font-weight: 600;
}

.galeriaHome .tituloGaleria:after {
  content: " ";
  display: none;
  height: 100%;
  width: 50px;
  background: url(/imgs/faixaGaleria.png) no-repeat right center;
  right: -25px;
  top: 0;
  position: absolute;
  background-size: cover;
}

.slick-dots li button:before {
  font-size: 10px !important;
  opacity: 1 !important;
  color: #77c7aa !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #4b5f64 !important;
}

footer {
  background: #007c82;
  color: #FFF;
}

footer #letraFooter {
  position: absolute;
  right: 0;
  top: -33%;
  max-width: 140%;
  max-height: 140%;
}

footer .contatos a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
}

footer #posFooter {
  background: #77c7aa;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

footer #devTidea {
  position: absolute;
  top: -40%;
  right: 2%;
}

@media screen and (max-width: 980px) {
  footer #devTidea {
    position: relative;
    top: 0;
    right: 0;
  }
}

.rodape {
  position: relative;
  background: #3b3b3b;
  padding: 40px 0;
  overflow: hidden;
  font-size: 16px;
  color: white;
}

@media screen and (max-width: 980px) {
  .rodape {
    padding: 0 0;
  }
}

.rodape .heightFixo {
  height: 300px;
}

@media screen and (max-width: 980px) {
  .rodape .heightFixo {
    height: auto;
  }
}

.rodape .imageArco {
  position: absolute;
  left: 0;
}

.rodape .tituloR {
  font-size: 25px;
  color: #d4b66e;
}

.rodape ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rodape ul li {
  margin-bottom: 10px;
}

.rodape ul li a {
  color: #FFFFFF;
}

.rodape ul li span {
  margin-right: 10px;
}

.rodape ul li span svg {
  width: 15px;
  height: 15px;
  fill: #d4b66d;
}

.rodape .social {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
}

.rodape .social li {
  float: left;
  margin-right: 10px;
}

.rodape .social li span svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}

.copyright {
  background: #252525;
  color: #c8ab67;
  padding: 15px 0;
}

.copyright #tidea {
  position: absolute;
  right: 0;
  top: 0;
}

table tr td {
  color: black;
}

.tabela-carrinho tr td input {
  color: black;
  padding: 0px 10px;
  height: 45px;
  border: 2px solid #bebebe;
}

.tabela-carrinho tr th {
  color: #353535;
  font-size: 16px;
}

.total {
  color: #221d11;
  font-size: 25px;
  text-align: center;
}

.frete p {
  color: #333333;
  font-weight: 300;
}

.btn-voltar {
  color: #fff;
  background-color: #6f6f6f;
  border-color: #6F6F6F;
  display: block;
  width: 32%;
  padding: 14px;
}

.btn-voltar:hover,
.btn-voltar:focus {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}

.modal-content {
  border-radius: 0;
}

@media (min-width: 1200px) {
  #filtrar {
    display: none;
  }

  .painelFiltrar .titulos #fecharFiltrar {
    display: none;
  }

  .fundoPesquisa {
    position: absolute;
    z-index: 1;
    top: 100%;
  }
}

@media (max-width: 1200px) {
  .btnMenuRevenda {
    position: relative;
    top: 13px;
    display: inline;
  }

  .topo ul {
    padding: 0;
  }

  .topo ul li {
    margin-bottom: 9px;
  }

  .topo ul li a {
    font-size: 15px;
  }

  .painelcadastro {
    width: 100%;
  }

  .painelLogin {
    width: 100%;
  }

  .noPaddingLeft {
    padding: 0;
  }

  .noPaddingRight {
    padding: 0;
  }

  .menu {
    background: #3b3b3b;
    position: relative;
  }

  .menu .navbar-default ul li a {
    padding: 15px 12px;
  }

  .tableCoresTamanho tr td .select i {
    right: 25px;
  }

  .btnMenuRevenda {
    padding: 10px 6px;
    width: 100px;
    text-align: center;
    margin: 7px auto;
  }

  .overflowHiddenMobile {
    overflow: hidden;
  }

  .textoMobileCenter {
    text-align: center;
  }

  .fundowhite {
    margin: 25px 0;
  }

  .logo {
    margin: 10px auto;
  }

  .frete input {
    border: 1px solid #858585;
  }

  .margin25Mobile {
    margin: 25px 0;
  }

  .btn-voltar {
    width: 100%;
  }

  .btn-filtrar {
    color: #3b3b3b;
    background-color: #e8e7e8;
    border-color: #e8e7e8;
    font-size: 18px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 12px;
  }

  .btn-filtrar i {
    position: relative;
    top: 7px;
  }

  .btn-filtrar:hover,
  .btn-filtrar:focus {
    color: #3b3b3b;
    background-color: #e8e7e8;
    border-color: #e8e7e8;
  }

  .btn-filtrar.active {
    color: #e8e7e8;
    background-color: #3b3b3b;
  }

  #painelfiltrar {
    padding: 20px 0 0;
    text-align: center;
  }

  .slidebanner .texto {
    text-align: center;
    margin: 35px 0;
  }

  .produto .image img {
    width: 70%;
  }

  .revendedora {
    padding: 40px 0;
    text-align: center;
  }

  .painelC {
    height: 107px;
  }

  .painelC .textoProdAbsolute {
    padding: 10px 39px 0 0;
  }

  .painelC .textoProdAbsolute p {
    font-size: 25px;
  }

  .rodape {
    text-align: center;
  }

  .rodape img {
    margin: 0 auto;
  }

  .painelFiltrar {
    display: none;
  }
}

@media (max-width: 750px) {
  .menuProdutos_Link {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    font-size: 16px;
    min-height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(236, 220, 144, 0.2);
  }

  .btnMenuRevenda {
    right: 22px;
  }

  .topo ul li a {
    font-size: 12px;
    padding: 0 5px;
  }

  .menu {
    padding: 15px 0;
  }

  .menu .navbar-default {
    line-height: 0;
    min-height: 0;
  }

  .navbar-collapse {
    border-top: 0;
  }

  .fundoPesquisa {
    display: block !important;
    background: #3b3b3b;
    padding: 13px 0;
    box-shadow: none;
  }

  .fundoPesquisa .painelPesquisa {
    border: none;
    overflow: hidden;
    background: white;
    border-radius: 20px;
    padding: 4px;
  }

  .fundoPesquisa .painelPesquisa input[type=text] {
    height: 33px;
    background: transparent;
    font-size: 18px;
    border: none;
    padding: 0 30px;
    color: #1a1a1a;
  }

  .fundoPesquisa .painelPesquisa input[type=text]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
  }

  .fundoPesquisa .painelPesquisa input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
  }

  .fundoPesquisa .painelPesquisa input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
  }

  .fundoPesquisa .painelPesquisa input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
  }

  .fundoPesquisa #btn-pesquisar {
    padding: 0;
  }

  .fundoPesquisa #btn-pesquisar i {
    font-size: 28px;
    color: black;
    position: relative;
    top: 5px;
  }
}

@media screen and (max-width: 750px) and (max-width: 980px) {
  .fundoPesquisa #btn-pesquisar i {
    font-size: 18px;
    top: 3px;
  }
}

@media (max-width: 750px) {
  .logo {
    margin: 0 0 10px;
    width: 120px;
    float: right;
  }
}

@media (max-width: 750px) {
  .elementoProdutos .copyright #tidea {
    margin: 10px auto 50px;
  }
}

@media (max-width: 750px) {
  .painelFiltrar {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #f7f7f7;
    z-index: 2000;
    height: 80%;
    overflow-y: scroll;
    padding: 15px;
  }

  .painelFiltrar .titulos {
    margin-top: 0;
  }

  .painelFiltrar .titulos #fecharFiltrar {
    float: right;
  }

  .painelFiltrar .titulos #fecharFiltrar i {
    color: black;
    font-size: 30px;
  }
}

@media (max-width: 750px) {
  .titulo {
    font-size: 22px;
    margin: 25px 0;
  }
}

@media (max-width: 750px) {
  .menuProdutos_Contents a {
    cursor: pointer;
  }
}

@media (max-width: 750px) {
  .menuProdutos_Link:hover:after {
    display: none;
  }
}

@media (max-width: 750px) {
  .noPaddingMobile {
    padding: 0 !important;
  }
}

@media (max-width: 750px) {
  .produto {
    height: auto;
    min-height: 280px;
    padding: 0 3%;
    margin: 0 0 20px;
  }

  .produto .image {
    height: 150px;
    min-height: 150px;
  }

  .produto .image img {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .copyright #tidea {
    position: relative;
    margin: 10px auto;
  }
}

@media (max-width: 750px) {
  .navbar-collapse {
    padding-top: 17px;
  }
}

@media (max-width: 750px) {
  .menuProdutos_Link + .menuProdutos_Link {
    margin-left: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 750px) and (max-width: 980px) {
  .menuProdutos_Link + .menuProdutos_Link {
    padding: 0 15px;
  }
}

@media (max-width: 750px) {
  .navbar-header {
    text-align: center;
  }

  .navbar-header .navbar-toggle {
    float: none;
    position: absolute;
    left: 0;
    top: -60px;
    border: none;
    padding: 7px 0;
  }

  .navbar-header .navbar-toggle::after {
    content: "Produtos";
    position: relative;
    color: #FFF;
    font-size: 12px;
    top: -8px;
    left: 55%;
  }

  .navbar-header .navbar-toggle:hover,
  .navbar-header .navbar-toggle:focus {
    background: transparent;
    border: none;
  }

  .navbar-header .navbar-toggle .icon-bar {
    background-color: white;
  }
}

@media (max-width: 750px) {
  #carrinhoMobile {
    position: absolute;
    right: 47px;
    top: -6px;
    text-align: right;
  }
}

@media (max-width: 750px) {
  #btn-pesMobile {
    display: none;
  }
}

@media (max-width: 750px) {
  .menuProdutos_Contents {
    float: none;
  }

  .menuProdutos_Contents a {
    display: block;
  }
}

@media (max-width: 750px) {
  .carrinhoInternas {
    display: none !important;
  }
}

@media (max-width: 750px) {
  #revendamobile {
    position: absolute;
    right: 78px;
    top: -4px;
  }

  #revendamobile a {
    font-size: 15px;
    padding: 6px 11px;
  }
}

@media (max-width: 750px) {
  .slick-vertical .slick-list {
    height: auto !important;
  }

  .slick-vertical .slick-track {
    height: auto !important;
    margin-bottom: 20px !important;
  }

  .slick-vertical .slick-track .slick-slide {
    width: 25% !important;
  }
}

@media (max-width: 750px) {
  .slick-slide img {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .goldbar .textoMobileCenter {
    height: 137px;
  }
}

@media (max-width: 750px) {
  .painelC {
    margin: 10px 0;
    width: 49%;
    height: auto;
    float: none;
    display: inline-block;
  }

  .painelC .textoProdAbsolute {
    padding: 5px 5px 0 0;
  }

  .painelC .textoProdAbsolute p {
    font-size: 3.5vw;
    line-height: 15px;
  }

  .painelC .textoProdAbsolute p span {
    font-size: 2.9vw;
  }

  .painelC .textoProdAbsolute label {
    font-size: 3vw;
  }

  .painelC .textoProdAbsolute label .numero {
    font-size: 3vw;
    font-weight: 400;
  }
}

@media (max-width: 750px) {
  .slidebanner .slick-next {
    right: 0;
    display: none !important;
  }
}

@media (max-width: 750px) {
  .slidebanner .texto {
    text-align: left;
    top: 0%;
    margin: 5px 0;
  }

  .slidebanner .texto h3 {
    font-size: 25px;
  }

  .slidebanner .texto h2 {
    font-size: 18px;
  }

  .slidebanner .texto p {
    font-size: 14px;
  }

  .slidebanner .texto p span {
    font-size: 17px;
    top: 14px;
  }

  .slidebanner .texto .btn-comprar {
    background-size: 100% !important;
    padding: 35px 47px;
    margin-top: 0;
    margin-left: 207px;
    border: none;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
    position: absolute;
    right: 11px;
    top: 46px;
  }
}

@media (max-width: 750px) {
  .slidebanner .slick-prev {
    z-index: 1;
    left: 0;
    top: 27px;
    display: none !important;
  }
}

@media (max-width: 750px) {
  .navbar-nav {
    background: #0d0a08;
    margin: 7.5px 0;
    z-index: 999;
  }
}

@media (max-width: 750px) {
  #btn-calcularFrete {
    margin: 10px 0;
  }
}

@media (max-width: 750px) {
  .frete input {
    margin: 10px 0;
  }
}

@media (max-width: 750px) {
  .topo ul {
    float: none !important;
  }
}

@media (max-width: 350px) {
  .painelC .textoProdAbsolute label {
    font-size: 22px;
  }

  .painelC .textoProdAbsolute p {
    font-size: 21px;
    margin: 0;
  }

  #revendamobile {
    right: 50px;
  }

  .topo ul li a {
    font-size: 13px;
    padding: 0 6px;
  }
}

@media screen and (max-width: 980px) {
  .btn-comprar {
    background: #FFF;
  }
}

