html {
  margin: 0 !important;
  overflow: visible !important;
}

body {
  font-family: "Rubik", sans-serif;
  background-color: #fff;
  margin-top: 172px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
li,
a,
label,
input,
select,
textarea {
  font-family: "Rubik", sans-serif;
  color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ac3334;
  margin: 0;
  font-weight: 700;
}

p {
  font-size: 16px;
}

.alert p {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

hr {
  margin: 23px 0;
  border-top-color: #cdcdcd;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 0px 10px -3px #fff !important;
  -moz-box-shadow: 0px 0px 10px -3px #fff !important;
  box-shadow: 0px 0px 10px -3px #fff !important;
}

[ui-pnotify].ui-pnotify .brighttheme-success {
  background-color: #d0a564;
  border: none;
}

[ui-pnotify].ui-pnotify .brighttheme-icon-closer,
[ui-pnotify].ui-pnotify .brighttheme-icon-sticker,
[ui-pnotify].ui-pnotify .brighttheme-success h4,
[ui-pnotify].ui-pnotify .brighttheme-success div {
  color: #fff;
  outline: none !important;
}

[ui-pnotify].ui-pnotify .brighttheme-icon-success {
  background-color: #fff;
  color: #d0a564;
}

#wh-widget-send-button.wh-widget-right {
  right: -10px !important;
}

.white-popup-block {
  background: #fff;
  padding: 30px 30px;
  width: 98%;
  max-width: 650px;
  margin: 40px auto;
  text-align: center;
  position: relative;
}

.btn {
  border-radius: 10px;
  font-size: 16px;
}

::selection {
  background-color: #ac3335;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #ac3335;
  color: #ffffff;
  text-shadow: none;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: url("../images/preloader.gif") center no-repeat #fff;
}

body:not(.index) #preloader {
  display: none;
  opacity: 0.8;
}

.pagination {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.pagination a,
.pagination span {
  padding: 18px;
  border: 1px solid #dddddd !important;
  font-size: 18px !important;
  color: #525252;
  margin-right: -5px;
  display: inline-block;
  background: #fff !important;
}

.pagination a:hover,
.pagination span strong {
  color: #ac3335;
}

.mfp-title {
  line-height: 22px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0;
  padding-right: 0;
  text-align: center;
  top: -27px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-shadow: 1px 1px 1px #000;
}

img.mfp-img {
  padding: 0;
  margin: 20px auto;
  border: 1px solid #fff;
}

.mfp-counter {
  display: none;
}

.mfp-figure {
  -webkit-transform: scale(0.9) translate(-1%, -1%);
  -moz-transform: scale(0.9) translate(-1%, -1%);
  -ms-transform: scale(0.9) translate(-1%, -1%);
  -o-transform: scale(0.9) translate(-1%, -1%);
  transform: scale(0.9) translate(-1%, -1%);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0.5;
}

.mfp-figure.loaded {
  -webkit-transform: scale(1) translate(0, 0);
  -moz-transform: scale(1) translate(0, 0);
  -ms-transform: scale(1) translate(0, 0);
  -o-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  opacity: 1;
}

.mfp-bottom-bar {
  margin-top: 0;
}

.transition {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.inline_middle {
  display: inline-block;
  vertical-align: middle;
}

.no_pad {
  padding: 0;
}

a:hover,
a:focus,
a {
  color: inherit;
  text-decoration: none;
}

.form-padrao input:not([type="file"]),
.form-padrao select,
.form-padrao textarea {
  border: 1px solid #cdcdcd;
  height: 40px;
  border-radius: 0;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  color: #7a7a7a;
  outline: none;
  position: relative;
  margin-bottom: 15px;
}

.form-padrao input[type="radio"] {
  float: left;
}

.form-padrao input[type="file"] {
  margin-bottom: 30px;
  width: 100%;
}

.form-padrao label {
  font-size: 14px;
  margin-bottom: 0;
}

.form-padrao textarea {
  height: 136px;
  padding-top: 10px;
}

.form-padrao button:focus,
.form-padrao input:focus,
.form-padrao select:focus,
.form-padrao textarea:focus {
  outline: none;
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.g-recaptcha {
  display: inline-block;
  vertical-align: middle;
}

.form-padrao .g-recaptcha {
  float: left;
  margin-right: 15px;
}

.form-padrao button {
  float: left;
  margin: 5px 0;
  border: 1px solid #912b2d;
  color: #912b2d;
  height: 50px;
  width: 200px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form-padrao button:not(:disabled):hover {
  background-color: #912b2d;
  color: #fff;
}

.form-padrao button.btn_red_svg,
.btn_red_svg {
  display: inline-block;
  vertical-align: middle;
  background-color: #ac3334;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  border: none;
  margin: 10px;
  height: unset !important;
  width: unset !important;
  cursor: pointer;
}

.form-padrao button.btn_red_svg {
  margin: 18px 10px;
}

.btn_red_svg svg {
  height: 21px;
  width: 21px;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  margin-right: 5px;
}

.btn_red_svg.show,
.btn_red_svg:not(:disabled):hover {
  background-color: #912b2d;
  color: #fff;
}

.navbar-brand {
  font-size: 0;
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.compressed_nav .navbar-brand {
  padding: 15px 0;
}

.navbar {
  padding: 0;
}

#cabecalho {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 15px -7px #777;
  border-top: 2px solid #d0a563;
}

#cabecalho.compressed_nav {
  box-shadow: 0 0 10px #ccc;
}

.compressed_nav .navbar {
  align-items: center;
}

.logo_cab {
  height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.compressed_nav .logo_cab {
  height: 30px;
}

.acesso_carrinho {
  margin-left: auto;
}

.caixa_form_restrito .item-carrinho,
.caixa_form_restrito .item-carrinho *,
.acesso_carrinho .item,
.acesso_carrinho .item * {
  display: inline-block;
  vertical-align: middle;
}

.acesso_carrinho .item {
  margin-left: 30px;
}

.caixa_form_restrito .item-carrinho p,
.acesso_carrinho .item p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 100%;
  color: #6a6a6a;
  font-weight: 300;
  margin-right: 10px;
  padding: 3px 15px 3px 0;
  border-right: 1px solid #b4b4b4;
}
.caixa_form_restrito .item-carrinho p strong,
.acesso_carrinho .item p strong {
  color: #d0a563;
}

#form_login_cab {
  position: relative;
  width: 220px;
  padding-right: 50px;
}

#form_login_cab input {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  height: 30px;
  padding-left: 15px;
  color: #939393;
  font-size: 13px;
  margin: 5px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.compressed_nav #form_login_cab input {
  height: 25px;
  margin: 1px 0;
}

#form_login_cab button {
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  border-radius: 50%;
  box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.link_restrito_sm svg,
.caixa_form_restrito .item-carrinho svg,
.carrinho_cab svg,
#form_login_cab button svg {
  height: 40px;
  width: 40px;
  color: #ac3335;
}

.link_restrito_sm:hover svg,
.link_restrito_sm:focus svg,
.carrinho_cab:hover span,
.carrinho_cab:hover svg,
.carrinho_cab:focus span,
.carrinho_cab:focus svg,
#form_login_cab button:hover svg,
#form_login_cab button:focus svg {
  color: #d0a563;
}

.carrinho_cab,
.carrinho_cab svg {
  display: inline-block;
  vertical-align: middle;
}

.carrinho_cab svg {
  margin-right: 10px;
}

.carrinho_cab span {
  line-height: 120%;
  font-size: 13px;
}

.carrinho_cab span strong {
  font-size: 15px;
}

#menu_produtos_content {
  background-color: #ac3335;
}

#but_menu_prod_cab_xs,
#but_menu_prod_cab {
  cursor: pointer;
  background-color: #912b2d;
  border: none;
  box-shadow: none;
  height: 70px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  outline-color: rgba(172, 51, 52, 0.5);
}

#but_menu_prod_cab_xs svg,
#but_menu_prod_cab svg {
  height: 13px;
  width: 26px;
  margin-left: 10px;
}

#form_busca_cab {
  width: calc(100% - 20px);
  max-width: 600px;
  position: relative;
  margin-top: 15px;
  margin-left: 20px;
}

.compressed_nav #form_busca_cab {
  margin-top: 10px;
}

#form_busca_cab input {
  background-color: #fff;
  height: 40px;
  width: 100%;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 90px;
  font-size: 14px;
  color: #6a6a6a;
  border: 2px solid #e1e1e1;
}

#form_busca_cab select {
  width: 100%;
}

#form_busca_cab .select2-container--classic .select2-selection--single {
  background-color: #fff;
  border: 2px solid #e1e1e1;
  border-radius: 20px;
  outline: 0;
  background-image: none;
  height: 40px;
}

#form_busca_cab .select2-hidden-accessible {
  left: 50%;
  top: 40px;
}

#form_busca_cab
  .select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
  color: #6a6a6a;
}

#form_busca_cab
  .select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.compressed_nav
  #form_busca_cab
  .select2-container--classic
  .select2-selection--single {
  height: 32px;
}

.compressed_nav
  #form_busca_cab
  .select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 30px;
}

.compressed_nav #form_busca_cab input,
.compressed_nav #form_busca_cab button {
  height: 32px;
}

#form_busca_cab button {
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #d0a563;
  height: 40px;
  width: 64px;
  color: #fff;
  border: none;
  cursor: pointer;
}

#form_busca_cab button svg {
  height: 22px;
  width: 22px;
  color: inherit;
}

#conteudo_menu_prod_cab {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  overflow-x: hidden;
}

#conteudo_menu_prod_cab .col-menu {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  border-right: 1px solid #86282b;
}
#conteudo_menu_prod_cab .col-menu-itens {
  padding: 35px;
}

#conteudo_menu_prod_cab .col-menu a {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  padding: 5px 25px 5px 15px;
  border-bottom: 1px solid #86282b;
  color: #fff;
  position: relative;
}

#conteudo_menu_prod_cab .col-menu a:last-child {
  border-bottom: none;
}

#conteudo_menu_prod_cab .col-menu a:after {
  content: "";
  height: 14px;
  width: 8px;
  background-image: url(../images/seta_menu.png);
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 9px;
}

#conteudo_menu_prod_cab .col-menu a.active,
#conteudo_menu_prod_cab .col-menu a:hover {
  background-color: #d0a563;
  color: #fff;
}

#conteudo_menu_prod_cab .col-menu-itens .cab p {
  color: #fff;
  font-size: 14px;
}

#conteudo_menu_prod_cab .col-menu-itens .cab p strong {
  color: #dcbf7b;
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: relative;
  margin-top: 3px;
}

#conteudo_menu_prod_cab .col-menu-itens .itens {
  list-style: none;
  padding-left: 0;
}

#conteudo_menu_prod_cab .col-menu-itens .itens a {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  min-height: 34px;
}

#conteudo_menu_prod_cab .col-menu-itens .itens a:hover {
  color: #dcbf7b;
}

.owl-carousel .owl-item img {
  width: auto;
}
.center-nav .owl-nav [class*="owl-"] {
  position: absolute;
  bottom: calc(50% - 20px);
  margin: 0;
}
.center-nav .owl-prev {
  left: 2%;
}
.center-nav .owl-next {
  right: 2%;
}
.owl-theme .owl-nav svg {
  height: 30px;
  width: 30px;
  color: #8f8f8f;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  outline: none !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: transparent;
}
.owl-theme .owl-nav button:not(:disabled):hover svg {
  color: #d0a563;
}
.owl-theme .owl-next {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-theme .owl-nav {
  position: relative;
  float: right;
  width: 140px;
}
.owl-theme .owl-nav:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 70px;
  width: 1px;
  height: 25px;
  background-color: #ccc;
}
.owl-theme .owl-nav .owl-prev {
  margin-right: 50px;
}
.owl-theme .owl-nav.disabled + .owl-dots,
.owl-theme .owl-dots {
  margin-top: 20px;
}
.owl-theme .owl-dots button {
  outline-color: transparent;
  vertical-align: middle;
}
.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px 0 0;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #cccccc;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #d9b682;
  border-color: #d9b682;
}

.owl-theme .owl-dots .owl-dot.active span {
  height: 17px;
  width: 17px;
}

.owl-theme.vertical-dots .owl-dots {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 30px;
  text-align: center;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
}
.owl-theme.vertical-dots .owl-dots button {
  display: block;
  margin: 7px auto;
  outline: none !important;
}

.owl-theme.vertical-dots .owl-dots .owl-dot span {
  margin: 0;
}

#carousel_banners_inicial {
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
}

#carousel_banners_inicial .item_carousel {
  display: block;
  position: relative;
}

#carousel_banners_inicial .texto {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  padding: 0 70px;
}

#carousel_banners_inicial .texto h2,
#carousel_banners_inicial .texto p {
  color: inherit;
  text-shadow: 1px 2px 3px #000;
}

#carousel_banners_inicial .texto h2 {
  font-size: 60px;
  margin-bottom: 20px;
}

#carousel_banners_inicial .texto p {
  font-size: 25px;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  line-height: 110%;
}

.listagem_produtos .item {
  margin-bottom: 50px;
}

.listagem_produtos .caixa {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px -6px #000 !important;
  -moz-box-shadow: 0px 0px 10px -6px #000 !important;
  box-shadow: 0px 0px 10px -6px #000 !important;
}

.listagem_produtos .caixa:hover {
  -webkit-box-shadow: 0px 0px 10px -6px #ac3333 !important;
  -moz-box-shadow: 0px 0px 10px -6px #ac3333 !important;
  box-shadow: 0px 0px 10px -6px #ac3333 !important;
}

.listagem_produtos .caixa .foto {
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.tag {
  display: inline-block;
  vertical-align: middle;
  background-color: #d0a563;
  line-height: 44px;
  padding: 0 30px 0 33px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.tag:before {
  content: "";
  height: 13px;
  width: 14px;
  background-size: cover;
  background-image: url(../images/estrela_tag.png);
  position: absolute;
  left: 24px;
  top: 15px;
}

.listagem_produtos .caixa .foto .tag:before {
  left: 5px;
  top: 10px;
}

.listagem_produtos .caixa .foto .tag {
  position: absolute;
  left: -15px;
  bottom: 0;
  line-height: 34px;
  padding: 0 15px 0 25px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  font-size: 15px;
}

.listagem_produtos .caixa .foto img {
  max-height: 100%;
  max-width: 100%;
}

.listagem_produtos .caixa .titulo {
  display: flex;
  align-items: center;
  height: 96px;
  padding: 0 5px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
}

.listagem_produtos .caixa .titulo > * {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.listagem_produtos .caixa .titulo small {
  margin-left: 5px;
}

.listagem_produtos .caixa:hover .titulo * {
  color: #ac3333;
}

.listagem_produtos .caixa .valor_btn {
  position: relative;
}

.listagem_produtos .caixa .valor {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.listagem_produtos .caixa .valor small {
  font-size: 16px;
  font-weight: 300;
}

.listagem_produtos .caixa .valor small.valor_de,
.listagem_produtos .caixa .valor small.valor_de small {
  font-size: 12px;
  font-weight: 300;
  line-height: 8px;
  text-decoration: line-through;
  display: inline-block;
}

.listagem_produtos .caixa .btn_detalhes {
  display: block;
  width: 130px;
  background-color: #a7a7a7;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 300;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.listagem_produtos .caixa:hover .btn_detalhes {
  background-color: #ac3333;
}

#produtos_destaque_index {
  padding: 135px 0 0 0;
  position: relative;
  overflow: hidden;
  background-image: url(../images/fundo_destaques_index.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

#produtos_destaque_index .owl-theme .owl-nav {
  position: absolute;
  left: -190px;
  bottom: 250px;
}

#produtos_destaque_index .listagem_produtos .item {
  width: calc(100% - 20px);
  margin: 5px auto;
  padding: 0 !important;

  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.cab_filtro button {
  width: 100%;
  height: 50px;
  background-color: #ac3333;
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 0 20px;
  text-align: left;
  border-radius: 0;
  cursor: pointer;
  border: none;
  margin-top: 3px;
}

.cab_filtro button svg {
  color: #d2ab50;
  height: 32px;
  width: 31px;
  margin-right: 3px;
}

.lista_filtros {
  padding: 25px 35px;
}

.lista_filtros label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.custom-checkbox .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #666666;
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.02 14.19'%3E%3Cpolygon fill='%23ac3333' points='2.03,7.3 0,9.33 4.86,14.19 17.02,2.03 14.99,0 4.86,10.14'/%3E%3C/svg%3E");
  background-position: 3px -3px;
  background-size: cover;
  width: 20px;
  height: 17px;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.filtros_selecionados h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.filtros_selecionados .nome {
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
  font-size: 13px;
}

.filtros_selecionados .item button {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 23px;
  font-size: 17px;
  padding: 0;
  background-color: transparent;
  border: none;
  margin-top: -4px;
  outline: none;
  cursor: pointer;
}

.filtros_selecionados .item button:hover {
  color: #ac3333;
}

.remover_todos {
  display: block;
  width: 125px;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px 0 10px auto;
  font-size: 13px;
  color: #ac3333;
  cursor: pointer;
}

.remover_todos:hover {
  text-decoration: underline;
}

.filtros_selecionados hr {
  margin: 15px 0;
}

.listagem_cases .item {
  margin-bottom: 30px;
}

.listagem_cases .caixa {
  display: block;
  position: relative;
  min-height: 390px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px -6px #000 !important;
  -moz-box-shadow: 0px 0px 10px -6px #000 !important;
  box-shadow: 0px 0px 10px -6px #000 !important;
}

.listagem_cases .caixa:hover {
  -webkit-box-shadow: 0px 0px 10px -6px #ac3333 !important;
  -moz-box-shadow: 0px 0px 10px -6px #ac3333 !important;
  box-shadow: 0px 0px 10px -6px #ac3333 !important;
}

.listagem_cases .caixa .foto {
  position: absolute;
  height: 100%;
  width: 47%;
  background-size: cover;
  background-position: center center;
}

.listagem_cases .conteudo {
  padding: 25px 25px 25px calc(47% + 25px);
  position: relative;
}

.listagem_cases .caixa .data {
  font-size: 15px;
}

.listagem_cases .caixa h2 {
  font-size: 25px;
  color: #666666;
}

.listagem_cases .caixa .data:after,
.listagem_cases .caixa h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background-color: #e8e8e8;
  margin: 10px 0 15px 0;
}

.listagem_cases .caixa:hover .svg_mais,
.listagem_cases .caixa:hover h2 {
  color: #ac3333;
}

.listagem_cases .caixa .resumo {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.listagem_cases .caixa .svg_mais {
  position: absolute;
  right: 15px;
  bottom: 15px;
  height: 25px;
  width: 25px;
  color: #666666;
}

.subtitle {
  position: relative;
  margin-bottom: 30px;
}

.subtitle h2 {
  font-size: 43px;
  line-height: 100%;
  font-weight: 300;
}

.subtitle h2 strong {
  font-size: 60px;
  display: block;
}

footer {
  margin-top: 150px;
}

#carousel_patrocinios_rodape {
  margin-bottom: 25px;
  border-right: 1px dotted #c9c9c9;
}

#carousel_patrocinios_rodape .item {
  height: 130px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px dotted #c9c9c9;
}

#carousel_patrocinios_rodape .item img {
  max-height: 90%;
  max-width: 85%;
}

.conteudo_rodape {
  border-top: 3px solid #d0a564;
  background-color: #ac3335;
  padding-top: 15px;
  text-align: center;
}

.conteudo_rodape .container {
  position: relative;
}

.conteudo_rodape a,
.conteudo_rodape span,
.conteudo_rodape svg {
  color: #f8eded;
  font-size: 13px;
}

.conteudo_rodape a:hover,
.conteudo_rodape a:hover span,
.logo_redes .redes a:hover svg {
  color: #d0a564;
}

.menu_rodape {
  margin-bottom: 40px;
}

.menu_rodape a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 40px;
  margin: 10px 0;
  border-right: 1px solid #c87879;
}

.menu_rodape a:last-child {
  border: none;
}

.conteudo_rodape .item {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 10px;
}

.conteudo_rodape .item.logo_redes img {
  height: 60px;
  max-width: 100%;
  margin-bottom: 30px;
}

.conteudo_rodape .item.logo_redes .redes {
  text-align: center;
}

.logo_redes .redes svg {
  height: 35px;
  width: 35px;
  margin: 3px;
}

.conteudo_rodape .item.matriz_filial {
  margin-bottom: 30px;
}

.conteudo_rodape .item h2 {
  font-size: 15px;
  color: #f8ecec;
  font-weight: 300;
}

.conteudo_rodape .item h2 strong {
  font-size: 16px;
  color: #d0a564;
  display: block;
}

.conteudo_rodape .item h2:after {
  content: "";
  display: block;
  height: 5px;
  width: 40px;
  background-color: #c87879;
  margin: 10px 0;
}

.conteudo_rodape .item span {
  font-size: 13px;
  line-height: 130%;
  display: inline-block;
}

.conteudo_rodape .item .tel span {
  font-size: 18px;
}

.conteudo_rodape .item .email span {
  margin: 5px 0 7px 0;
}

.links_mapa {
  margin-top: 10px;
}

.links_mapa a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.links_mapa a:last-child {
  margin-right: 0;
}

.links_mapa svg {
  height: 13px;
  width: 20px;
  margin-left: 10px;
  color: inherit;
  margin-top: -2px;
}

.copyright {
  text-align: left;
  padding: 15px 0;
  border-top: 1px solid #c87879;
}

.copyright p {
  margin-bottom: 0;
  font-size: 13px;
  color: #dcb3b4;
}

.conteudo_rodape svg.svg_webde {
  position: absolute;
  right: 15px;
  bottom: 8px;
  padding: 10px;
  width: 87px;
  height: 33px;
  color: #dcb3b4;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.conteudo_rodape svg.svg_webde.hover,
.conteudo_rodape a:hover svg.svg_webde:not(.hover),
.conteudo_rodape a:focus svg.svg_webde:not(.hover) {
  opacity: 0;
}

.webde_bottom a:focus svg.svg_webde.hover,
.conteudo_rodape a:hover svg.svg_webde.hover {
  opacity: 1;
  color: #fff;
}

#breadcrumb {
  padding: 20px 0 45px 0;
  margin-bottom: 80px;
  background-image: url(../images/bg_breadcrumb.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  text-align: center;
  position: relative;
}

.detalhes_produto #breadcrumb:after,
.detalhes_case #breadcrumb:after {
  content: "";
  height: 575px;
  width: 100%;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#titulo_breadcrumb {
  display: block;
  font-weight: 700;
  font-size: 30px;
  color: #ac3333;
  margin: 0;
  line-height: 40px;
}

#titulo_breadcrumb:after {
  content: "";
  height: 1px;
  background-color: #ac3335;
  width: 35px;
  display: block;
  margin: 5px auto 10px auto;
}

#breadcrumb p {
  color: #ac3333;
  font-size: 13px;
  line-height: 19px;
  margin: 0;
  text-transform: uppercase;
}

#drop_compartilhar button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  outline-color: rgba(172, 51, 52, 0.5);
}

#drop_compartilhar.show button > svg,
#drop_compartilhar button:hover > svg {
  background-color: rgba(172, 51, 52, 0.05);
}

#drop_compartilhar button > svg {
  height: 35px;
  width: 35px;
  color: #ac3334;
  border-radius: 50%;
}

.links_compartilhar {
  text-align: center;
}

.links_compartilhar p {
  margin-bottom: 0;
  font-size: 13px;
}

.links_compartilhar a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}

.links_compartilhar svg {
  color: #ac3333;
  height: 20px;
  width: 20px;
}

.links_compartilhar a:hover svg {
  color: #d0a563;
}

.titulo_int {
  display: block;
  font-size: 25px;
  line-height: 150%;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ac3333;
  position: relative;
}

.detalhes_case .titulo_int:after,
.detalhes_case .titulo_int:before {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background-color: #e8e8e8;
  margin: 10px 0;
}

.texto_int {
  margin-bottom: 40px;
}

.texto_int,
.texto_int p,
.texto_int li {
  font-size: 16px;
}

.texto_int a {
  text-decoration: underline;
  color: inherit;
}

.texto_int:not(.no_line):before {
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  margin: 0 0 5px 0;
  border-radius: 2px;
  background-color: #ac3334;
}

.capa_int {
  float: right;
  width: 40%;
  margin-left: 30px;
  margin-bottom: 30px;
}

.capa_int.left {
  float: left;
  width: 40%;
  margin-left: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.capa_int iframe {
  float: left;
  height: 340px;
  width: 100%;
  border: none;
}

.anexos a {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  position: relative;
  padding: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.anexos a:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.anexos a:hover {
  color: #fff;
  background-color: #ac3335;
}

.anexos .download,
.anexos a span {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 14px;
}

.anexos a .data {
  line-height: 40px;
  width: 115px;
  text-align: center;
}

.anexos a .titulo {
  width: calc(100% - 310px);
  border-left: 1px dotted;
  border-right: 1px dotted;
  padding: 8px 20px;
  margin-right: 20px;
}

.anexos .download svg {
  height: 25px;
  width: 25px;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.anexos a.no_date .data {
  display: none;
}

.anexos a.no_date .titulo {
  width: calc(100% - 195px);
  border-left: none;
}

.data_int {
  font-size: 15px;
}

.resumo_int {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 20px;
}

.caixa_form_restrito {
  background-color: #f8f8f8;
  padding: 50px 50px;
}

.caixa_form_restrito .subtitle svg {
  width: 30px;
  height: 30px;
  color: #ac3334;
  display: inline-block;
  vertical-align: middle;
}

.caixa_form_restrito .conteudo {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 35px);
  padding-left: 5px;
}

.caixa_form_restrito .subtitle h2,
.caixa_form_restrito .subtitle h2 strong {
  font-weight: normal;
  font-size: 25px;
}

.caixa_form_restrito .subtitle h3 {
  font-size: 16px;
  font-weight: normal;
}

.caixa_form_restrito .subtitle h3 strong,
.caixa_form_restrito .subtitle h2 strong {
  display: inline-block;
  color: #d0a563;
  font-weight: 700;
}

.caixa_form_restrito p {
  font-size: 14px;
}

.caixa_form_restrito hr {
  border-top-color: #e8e8e8;
  margin: 20px 0;
}

#form-login-restrito label {
  display: block;
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 2px;
}

#form-login-restrito input {
  display: block;
  width: 100%;
  border: 1px solid #d2d2d2;
  padding-left: 15px;
  height: 40px;
  margin-bottom: 5px;
}

#form-login-restrito .g-recaptcha {
  display: inline-block;
  vertical-align: middle;
}

#form-solicitar.form-padrao button.btn_red_svg {
  line-height: 20px;
  border-radius: 25px;
  margin: 13px 10px;
  padding: 15px 30px;
  font-size: 18px;
}

.item_orcando {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: -1px;
  padding: 15px 0;
}

.item_orcando > * {
  display: inline-block;
  vertical-align: middle;
}

.item_orcando .lupa {
  padding: 7px 15px;
  border-radius: 15px;
  background-color: #d0a563;
  margin-right: 5px;
}

.item_orcando .lupa:hover {
  background-color: #ac3335;
}

.item_orcando .lupa svg {
  height: 15px;
  width: 15px;
  float: left;
  color: #fff;
}

.item_orcando .titulo {
  width: calc(100% - 150px);
}

.item_orcando .titulo span {
  display: inline-block;
  line-height: 120%;
  font-size: 14px;
}

.item_orcando .excluir {
  width: 70px;
  text-align: center;
  line-height: 20px;
  background-color: #f0f0f0;
  font-size: 12px;
  color: #666666;
}

.item_orcando .excluir:hover {
  background-color: #ac3335;
  color: #fff;
}

.tag_share {
  margin-bottom: 20px;
}

.tag_share #drop_compartilhar {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 25px;
}
.tag_share.no_tag #drop_compartilhar {
  margin-left: 0;
}

.tag_share.no_tag .tag {
  display: none;
}

.detalhes_produto .col-foto img {
  max-width: 80%;
}

.detalhes_produto .titulo_int {
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 130%;
}

.valor_int {
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.detalhes_produto .btn_red_svg {
  margin-left: 0;
}

.consulta_disp {
  display: block;
  text-align: right;
  margin: 20px 0;
  color: #ac3334;
  font-size: 14px;
}

.consulta_disp svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  color: inherit;
  width: 15px;
  height: 13px;
}

.descricao_produto {
  margin: 35px 0;
}

.descricao_produto h2 {
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.descricao_produto .link_manual {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #ac3333;
  line-height: 38px;
  border: 1px solid #ac3333;
  border-radius: 20px;
  padding: 0 25px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.descricao_produto .link_manual svg {
  height: 23px;
  width: 23px;
  margin-right: 5px;
  color: inherit;
}

.descricao_produto .link_manual:hover {
  background-color: #ac3333;
  color: #fff;
}

.form_interesse {
  margin: 85px 0;
  background-color: #f8f8f8;
  padding: 50px 250px 25px 130px;
  position: relative;
}

.form_interesse:before {
  content: "";
  width: 289px;
  height: 240px;
  background-image: url(../images/detalhe_fundo_bege.png);
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 80px;
  top: 60px;
}

.form_interesse .col_svg_titulo {
  padding-top: 40px;
}

.form_interesse .col_svg_titulo svg {
  color: #d0a563;
  height: 85px;
  width: 85px;
  display: inline-block;
  margin-bottom: 10px;
}

.form_interesse .col_svg_titulo h2 {
  font-size: 25px;
}

.form_interesse .form-padrao input,
.form_interesse .form-padrao textarea {
  background-color: #fdfdfd;
  border-color: #f1f1f1;
  margin-bottom: 10px;
}

.form_interesse .form-padrao textarea {
  height: 110px;
}

.conteudo_rodape #carousel_filiais_xs .owl-nav button span {
  font-size: 30px;
}

#carousel_filiais_xs.center-nav .owl-prev {
  left: -10px;
  width: 25px;
}
#carousel_filiais_xs.center-nav .owl-next {
  right: -10px;
  width: 25px;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler svg {
  height: 30px;
  width: 30px;
  color: #ac3335;
}

.less-pad-row {
  margin-right: -7px !important;
  margin-left: -7px !important;
}

.less-pad-row > div {
  padding-right: 7px !important;
  padding-left: 7px !important;
}

:disabled,
.disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-b-55 {
  margin-bottom: 55px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-b-65 {
  margin-bottom: 65px !important;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.m-b-85 {
  margin-bottom: 85px !important;
}
.m-b-90 {
  margin-bottom: 90px !important;
}
.m-b-95 {
  margin-bottom: 95px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}

.delay-1 {
  animation-delay: 0.1s;
}
.delay-2 {
  animation-delay: 0.2s;
}
.delay-3 {
  animation-delay: 0.3s;
}
.delay-4 {
  animation-delay: 0.4s;
}
.delay-5 {
  animation-delay: 0.5s;
}
.delay-6 {
  animation-delay: 0.6s;
}
.delay-7 {
  animation-delay: 0.7s;
}
.delay-8 {
  animation-delay: 0.8s;
}
.delay-9 {
  animation-delay: 0.9s;
}
.delay-10 {
  animation-delay: 1s;
}
.delay-11 {
  animation-delay: 1.1s;
}
.delay-12 {
  animation-delay: 1.2s;
}
.delay-13 {
  animation-delay: 1.3s;
}
.delay-14 {
  animation-delay: 1.4s;
}
.delay-15 {
  animation-delay: 1.5s;
}
.delay-16 {
  animation-delay: 1.6s;
}
.delay-17 {
  animation-delay: 1.7s;
}
.delay-18 {
  animation-delay: 1.8s;
}
.delay-19 {
  animation-delay: 1.9s;
}
.delay-20 {
  animation-delay: 2s;
}

/* Whatsapp */
#btn_whats_fixed {
  position: fixed;
  right: 50px;
  bottom: 20px;
  z-index: 999;
  padding: 15px;
  border-radius: 50%;
  background: #00e676;
  cursor: pointer;
  animation: pulse 2s infinite;
}

#btn_whats_fixed:before,
#btn_whats_fixed:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  border: 3px solid #0ba360;
  animation: pulse2 2s infinite;
  opacity: 0;
}
#btn_whats_fixed:after {
  animation-delay: 0.4s;
}

#btn_whats_fixed svg {
  height: 30px;
  width: 30px;
  color: #fff;
  float: left;
}

/* Popup Vendedores */
/* Popup */
.popup-overlay {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 75px;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.popup {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  width: 260px;
  position: relative;
}

.popup svg {
  width: 25px;
  height: 26px;
  color: #0fce45;
  margin-right: 0.5rem;
}

.popup h3 {
  color: rgba(172, 51, 53, 1);
  font-family: Rubik;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
}

.btn {
  display: block;
  padding-inline: 15%;
  margin: 5px 0;
  background: #f9f9f9;
  border-radius: 50px;
  color: #666666;
  border: 1px solid rgba(102, 102, 102, 0.3);
  cursor: pointer;
}

.btn-back {
  display: none;
}

.btn-secondary {
  background: #f9f9f9;
  border: 1px solid rgba(102, 102, 102, 0.3);
}

#cidades button {
  margin: 5px auto;
  text-transform: uppercase;
}

.btn-cidade:hover {
  background: rgba(172, 51, 53, 1);
  color: #ffffff;
  border: 1px solid rgba(172, 51, 53, 1);
}

.popup p {
  font-family: Rubik;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0.8rem auto;
}

.btn-back {
  font-family: Rubik;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #666666;
  margin-left: 70%;
}
.btn-back svg {
  color: #666666;
  width: 10px;
  height: 10px;
  margin: 0;
}

.lista-vendedores {
  margin-block: 0.5rem;
  font-family: Rubik;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
}



.lista-vendedores svg {
  width: 15px;
  height: 15px;
  gap: 8px;
  color: #0fce45;
}

@media (min-width: 360px) {
  #carousel_banners_inicial {
    min-height: 174px;
  }
}
@media (min-width: 768px) {
  #carousel_banners_inicial {
    min-height: 372px;
  }

  #conteudo_menu_prod_cab .col-menu-itens .cab p strong:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    background-color: #86282b;
    height: 1px;
    width: 100%;
    max-width: 190px;
  }
}

@media (min-width: 992px) {
  #carousel_banners_inicial {
    min-height: 251px;
  }
  .compressed_nav #but_menu_prod_cab {
    height: 54px;
  }
  .detalhes_produto .titulo_int {
    font-size: 30px;
    min-height: 78px;
  }
}

@media (min-width: 1200px) {
  #carousel_banners_inicial {
    min-height: 303px;
  }

  .form_interesse .col_svg_titulo {
    padding-right: 30px;
  }
  #produtos_destaque_index .col-titulo,
  .detalhes_case .col-titulo-resumo {
    padding-right: 50px;
  }
  .detalhes_case .col-titulo-resumo {
    padding-right: 100px;
  }

  #drop_compartilhar .dropdown-menu.show {
    left: 62px !important;
  }
}

@media (min-width: 1366px) {
  #carousel_banners_inicial {
    min-height: 345px;
  }
}

@media (min-width: 1500px) {
  #carousel_banners_inicial {
    min-height: 379px;
  }
  .detalhes_case .col-titulo-resumo {
    padding-right: 100px;
  }
  .container {
    max-width: 1470px;
  }
  .col-xll-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #conteudo_menu_prod_cab .col-menu-itens .itens {
    padding: 0 100px 0 0;
  }
  .listagem_produtos_menu .col-menu {
    padding-right: 40px;
  }
}

@media (min-width: 1900px) {
  #carousel_banners_inicial {
    min-height: 480px;
  }
  .d-xll-none {
    display: none !important;
  }
}

@media (max-width: 1499px) {
  footer {
    margin-top: 70px;
  }
  .titulo_int {
    line-height: 120%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  body {
    margin-top: 152px;
  }
  .navbar-brand {
    font-size: 0;
    padding: 10px 0;
  }
  #but_menu_prod_cab {
    font-size: 15px;
  }
  #conteudo_menu_prod_cab .col-menu,
  #conteudo_menu_prod_cab .col-menu-itens {
    padding-top: 15px;
  }
  #conteudo_menu_prod_cab .col-menu {
    padding-right: 0;
  }
  #conteudo_menu_prod_cab .col-menu a {
    font-size: 13px;
    padding: 5px 17px 5px 10px;
  }
  #conteudo_menu_prod_cab .col-menu a:after {
    height: 11px;
    width: 6px;
    right: 4px;
    top: 9px;
  }
  #produtos_destaque_index {
    padding: 75px 0 0 0;
  }
  .subtitle h2 {
    font-size: 30px;
  }
  .subtitle h2 strong {
    font-size: 45px;
  }
  .menu_rodape a {
    padding: 5px 25px;
  }
  .conteudo_rodape .item {
    margin: 0 22px;
  }
  .conteudo_rodape .item.logo_redes {
    margin-left: 0;
  }
  .conteudo_rodape .item.logo_redes img {
    height: 30px;
  }
  .links_mapa a {
    margin-right: 20px;
  }
  .links_mapa svg {
    margin-left: 5px;
  }
  .listagem_cases .caixa {
    min-height: 355px;
  }
  .listagem_cases .caixa h2 {
    font-size: 23px;
    line-height: 100%;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: none;
    padding-right: 0;
    justify-content: flex-end;
    max-height: calc(100vh - 100px);
    overflow: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    display: block;
    width: 100%;
    text-align: right;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 15px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    text-align: right;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu a {
    text-align: right;
    padding: 6px 15px;
  }
  .listagem_cases .conteudo {
    padding: 15px 15px 15px calc(47% + 15px);
  }
  .cab_filtro button {
    padding: 0 15px;
    font-size: 16px;
  }
  .lista_filtros {
    padding: 15px 10px;
  }
  .lista_filtros label {
    font-size: 15px;
    margin-bottom: 0;
  }
  .lista_filtros .custom-control {
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body {
    margin-top: 152px;
  }
  p {
    font-size: 15px;
  }
  .navbar-brand {
    font-size: 0;
    padding: 10px 0;
  }
  #breadcrumb {
    margin-bottom: 50px;
  }
  #form_login_cab {
    width: 185px;
    padding-right: 35px;
  }
  #form_login_cab button {
    top: calc(50% - 15px);
  }
  .acesso_carrinho .item p {
    margin-right: 5px;
    padding: 3px 8px 3px 0;
  }
  .link_restrito_sm svg,
  .caixa_form_restrito .item-carrinho svg,
  .carrinho_cab svg,
  #form_login_cab button svg {
    height: 30px;
    width: 30px;
  }
  .carrinho_cab svg {
    margin-right: 5px;
  }
  #but_menu_prod_cab {
    font-size: 16px;
  }
  #conteudo_menu_prod_cab .col-menu,
  #conteudo_menu_prod_cab .col-menu-itens {
    padding-top: 15px;
  }
  #conteudo_menu_prod_cab .col-menu {
    padding-right: 0;
  }
  #conteudo_menu_prod_cab .col-menu a {
    font-size: 13px;
    padding: 5px 17px 5px 10px;
  }
  #conteudo_menu_prod_cab .col-menu a:after {
    height: 11px;
    width: 6px;
    right: 4px;
    top: 9px;
  }
  #carousel_banners_inicial .texto h2 {
    font-size: 45px;
  }
  #produtos_destaque_index {
    padding: 55px 0 0 0;
    background-position: 140px bottom;
  }
  #produtos_destaque_index .owl-theme .owl-nav {
    left: -155px;
  }
  .subtitle h2 {
    font-size: 30px;
  }
  .subtitle h2 strong {
    font-size: 45px;
  }
  .menu_rodape a {
    padding: 5px 14px;
  }
  .conteudo_rodape .item {
    margin: 0 22px;
  }
  .conteudo_rodape .item.logo_redes {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
  }
  .links_mapa a {
    margin-right: 20px;
  }
  .links_mapa svg {
    margin-left: 5px;
  }
  .listagem_cases .caixa {
    min-height: 300px;
  }
  .listagem_cases .caixa h2 {
    font-size: 19px;
    line-height: 100%;
  }
  .listagem_cases .caixa .resumo {
    font-size: 14px;
  }
  .form_interesse {
    margin: 75px 0;
    padding: 40px 120px 35px 50px;
  }
  .outros_produtos .listagem_produtos .item:last-child {
    display: none;
  }
}

@media (max-width: 991px) {
  #form_busca_cab,
  .compressed_nav #form_busca_cab {
    margin: 10px auto;
  }
  #busca_cab,
  #form_busca_cab input,
  #form_busca_cab button,
  .compressed_nav #form_busca_cab input,
  .compressed_nav #form_busca_cab button {
    height: 28px;
  }
  #busca_cab {
    border-radius: 14px;
    color: #6a6a6a;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    font-size: 14px;
    padding-left: 5px;
  }
  #form_busca_cab .select2-container--classic .select2-selection--single,
  .compressed_nav
    #form_busca_cab
    .select2-container--classic
    .select2-selection--single {
    height: 28px;
  }
  #form_busca_cab
    .select2-container--classic
    .select2-selection--single
    .select2-selection__rendered,
  .compressed_nav
    #form_busca_cab
    .select2-container--classic
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 26px;
    font-size: 14px;
  }
  #form_busca_cab input {
    padding-right: 65px;
  }
  #form_busca_cab button {
    width: 50px;
  }
  #form_busca_cab button svg {
    height: 17px;
    width: 17px;
  }
  .titulo_int {
    font-size: 24px;
  }
  .acesso_carrinho .item {
    margin-left: 5px;
  }
  #form_login_cab {
    width: 30px;
    height: 30px;
    padding: unset;
  }
  #form_login_cab button {
    top: 0;
  }
  .link_restrito_sm svg,
  .caixa_form_restrito .item-carrinho svg,
  .carrinho_cab svg,
  #form_login_cab button svg {
    height: 30px;
    width: 30px;
  }
  .carrinho_cab svg {
    margin-right: 0px;
  }
  .carrinho_cab span strong {
    font-size: 13px;
    font-weight: normal;
  }
  .compressed_nav #form_busca_cab {
    margin: 10px auto;
  }
  .compressed_nav .navbar-brand,
  .navbar-brand {
    padding: 7px 0;
    margin-right: 0;
  }
  #but_menu_prod_cab_xs {
    height: unset;
    width: unset;
    background-color: transparent;
    color: #912b2d;
    padding: 0 5px;
  }
  #but_menu_prod_cab_xs svg {
    margin: 0;
  }
  #conteudo_menu_prod_cab .col-menu,
  #conteudo_menu_prod_cab .col-menu-itens {
    padding-top: 15px;
  }
  #conteudo_menu_prod_cab .col-menu {
    padding-right: 0;
  }
  #conteudo_menu_prod_cab .col-menu a {
    font-size: 13px;
    padding: 5px 17px 5px 10px;
    line-height: 120%;
  }
  #conteudo_menu_prod_cab .col-menu a:after {
    height: 11px;
    width: 6px;
    right: 4px;
    top: calc(50% - 5px);
  }
  #produtos_destaque_index .owl-theme .owl-nav {
    left: calc(50% - 70px);
    bottom: -60px;
  }
  .conteudo_rodape .item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .conteudo_rodape .item h2:after {
    margin-left: auto;
    margin-right: auto;
  }
  .conteudo_rodape .item.logo_redes img {
    margin-bottom: 20px;
  }
  .listagem_produtos_menu .col-menu {
    margin-bottom: 30px;
  }
  .cab_filtro button {
    height: 40px;
    position: relative;
  }
  .cab_filtro button:before,
  .cab_filtro button:after {
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 20px;
    top: calc(50% - 1px);
  }
  .cab_filtro button:after {
    width: 2px;
    height: 16px;
    right: 27px;
    top: calc(50% - 8px);
  }
  .cab_filtro button:not(.collapsed):after {
    opacity: 0;
  }
  .form_interesse .col_svg_titulo {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .form_interesse .col_svg_titulo svg {
    vertical-align: middle;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .form_interesse .col_svg_titulo h2 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    line-height: 100%;
  }
  .caixa_form_restrito {
    padding: 20px 13px;
  }
  .caixa_form_restrito .subtitle {
    margin-bottom: 15px;
  }
  .caixa_form_restrito .subtitle h2,
  .caixa_form_restrito .subtitle h2 strong {
    font-size: 19px;
  }
  .caixa_form_restrito hr {
    margin: 15px 0;
  }
  #form-login-restrito label {
    padding-left: 0;
  }
  #form-login-restrito input {
    height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    margin-top: 124px;
  }
  p {
    font-size: 15px;
  }
  #conteudo_menu_prod_cab .col-menu,
  #conteudo_menu_prod_cab .col-menu-itens {
    padding-top: 0;
  }
  #conteudo_menu_prod_cab .col-menu-itens .itens a {
    min-height: 42px;
  }
  #breadcrumb {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  #titulo_breadcrumb {
    font-size: 25px;
  }
  .capa_int {
    width: 45%;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .capa_int.left {
    margin-left: 0;
    margin-right: 20px;
  }
  .subtitle h2 {
    font-size: 24px;
  }
  .subtitle h2 strong {
    font-size: 35px;
  }
  #carousel_banners_inicial .texto h2 {
    font-size: 40px;
  }
  #produtos_destaque_index {
    padding: 55px 0;
    background-image: none;
  }
  .subtitle h2 {
    font-size: 30px;
  }
  .subtitle h2 strong {
    font-size: 45px;
  }
  .menu_rodape a {
    padding: 5px 8px;
    font-size: 11px;
    margin-right: -4px;
  }
  .conteudo_rodape .item.logo_redes {
    margin-bottom: 50px;
  }
  .links_mapa a {
    margin-right: 20px;
  }
  .links_mapa svg {
    margin-left: 5px;
  }
  .form_interesse {
    margin: 75px 0;
    padding: 30px;
  }
  .detalhes_produto .col-foto img {
    max-width: 50%;
    margin: 40px auto 30px auto;
  }
}

@media (max-width: 767px) {
  body {
    margin-top: 94px;
  }
  p {
    font-size: 15px;
  }
  hr {
    margin: 15px 0;
  }
  .descricao_produto .link_manual {
    width: 100%;
    text-align: center;
  }
  #breadcrumb {
    padding: 8px 0 12px 0 !important;
    margin-bottom: 25px;
    background-image: none;
    background-color: #d0a563;
    text-align: left;
  }
  #breadcrumb p {
    font-size: 10px;
  }
  #titulo_breadcrumb {
    font-size: 16px;
    line-height: 150%;
  }
  #titulo_breadcrumb:after {
    display: none;
  }
  .form-padrao .g-recaptcha {
    float: none;
  }
  a.todos {
    width: 220px;
    line-height: 40px;
    font-size: 15px;
  }
  .anexos a.no_date .titulo {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 10px 5px;
    border-right: none;
    border-bottom: 1px dotted;
  }
  .anexos .download {
    display: block;
    text-align: center;
    padding: 10px;
  }
  #preloader {
    background-size: 35px 35px;
  }
  .white-popup-block {
    padding: 30px 10px;
  }
  .btn {
    font-size: 14px;
  }
  .form-padrao input:not([type="file"]),
  .form-padrao select {
    height: 35px;
  }
  .form-padrao label {
    font-size: 12px;
  }
  .form-padrao button {
    float: none;
    margin: 10px auto;
  }
  .btn_v {
    font-size: 16px;
    padding: 14px 25px;
  }
  .texto_int,
  .texto_int p,
  .texto_int li {
    font-size: 15px;
  }
  .owl-theme .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
  }
  .titulo_int {
    font-size: 19px;
  }
  .capa_int {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
  .logo_cab,
  .compressed_nav .logo_cab {
    height: 30px;
  }
  .subtitle h2 {
    font-size: 22px;
  }
  .subtitle h2 strong {
    font-size: 25px;
  }
  .subtitle {
    margin-bottom: 15px;
  }
  .hidden-xs {
    display: none !important;
  }
  #produtos_destaque_index {
    padding: 40px 0 80px 0;
    background-image: none;
  }
  #cab_catalogo_menu {
    display: block;
    background-color: #912b2d;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    padding-left: 15px;
  }
  #conteudo_menu_prod_cab {
    max-height: unset;
    position: absolute;
    height: calc(100vh - 175px);
    width: calc(100% - 40px);
    left: 0;
    top: 44px;
    background: #ac3335;
    z-index: 1;
  }
  #conteudo_menu_prod_cab > .row {
    margin: 0 !important;
  }
  #conteudo_menu_prod_cab > .row > div {
    padding: 0 !important;
    border: none !important;
  }
  #conteudo_menu_prod_cab .col-menu-itens {
    padding: 0 15px !important;
    position: absolute;
    z-index: 200;
    background-color: #ac3335;
    top: 0px;
    left: 0px;
  }
  #tabMenuProd {
    padding: 15px 0;
  }
  #conteudo_menu_prod_cab .col-menu a {
    padding: 7px 30px 7px 15px;
  }
  #conteudo_menu_prod_cab .col-menu a:after {
    right: 15px;
  }
  #tabMenuProdContent .cab {
    background-color: #912b2d;
    position: relative;
    padding-right: 30px;
  }

  #tabMenuProdContent .cab button,
  #tabMenuProdContent .cab span {
    display: inline-block;
    vertical-align: middle;
  }
  #tabMenuProdContent .cab button.fechar_tab {
    height: 40px;
    width: 40px;
    background-color: #d0a563;
    color: #fff;
    background-image: url(../images/seta_menu_voltar.png);
    background-size: 6px 11px;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
  }
  #tabMenuProdContent .cab span {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
    max-width: calc(100% - 50px);
    line-height: 100%;
    color: #fff;
    font-weight: 300;
    margin-bottom: -2px;
  }
  #conteudo_menu_prod_cab .col-menu-itens .itens a {
    border-top: 1px solid #86282b;
    font-size: 14px;
    display: block;
    line-height: 110%;
    padding: 4px 20px;
    align-items: unset;
    min-height: unset;
    position: relative;
  }
  #conteudo_menu_prod_cab .col-menu-itens .itens li:first-child a {
    border: none;
    margin-top: 3px;
  }
  #tabMenuProdContent .cab:after,
  #conteudo_menu_prod_cab .col-menu-itens .itens a:after {
    content: "";
    background-image: url(../images/seta_menu.png);
    background-size: cover;
    position: absolute;
    height: 11px;
    width: 6px;
    right: 10px;
    top: calc(50% - 5px);
  }
  #tabMenuProdContent .cab:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body.shadow_menu:before {
    content: "";
    position: fixed;
    left: 0;
    top: 46px;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
  }
  .owl-theme.vertical-dots .owl-dots {
    right: 15px;
  }
  #carousel_banners_inicial .texto {
    padding: 0 50px;
  }
  #carousel_banners_inicial .texto h2 {
    font-size: 25px;
  }
  #carousel_banners_inicial .texto p {
    font-size: 17px;
  }

  footer {
    margin-top: 70px;
    text-align: center;
  }
  .copyright {
    padding-bottom: 50px;
  }
  .copyright p {
    font-size: 12px;
    text-align: center;
  }
  .svg_webde {
    bottom: -30px;
    left: calc(50% - 43px);
  }
  .conteudo_rodape .item {
    margin: 0 22px;
  }
  .conteudo_rodape .item.logo_redes {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
  }
  .links_mapa a {
    margin-right: 20px;
  }
  .links_mapa svg {
    margin-left: 5px;
  }
  .listagem_cases .caixa {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .listagem_cases .caixa .foto {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .listagem_cases .conteudo {
    padding: 15px 15px 30px 15px;
  }
  .listagem_cases .caixa h2 {
    font-size: 20px;
  }
  .tag_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tag_share.no_tag {
    margin-bottom: -10px;
  }
  .tag_share.no_tag .tag {
    display: none;
  }
  .tag_share #drop_compartilhar {
    margin-left: auto !important;
    margin-top: 0;
  }
  .valor_int {
    font-size: 22px;
  }
  .form-padrao button.btn_red_svg,
  .btn_red_svg {
    font-size: 14px;
  }
  .detalhes_produto .col-foto img {
    margin: 30px auto 15px auto;
  }

  .form_interesse {
    margin: 35px 0 50px 0;
    padding: 20px 12px;
  }
  .form_interesse:before {
    right: 0;
  }
  .form_interesse .col_svg_titulo h2 {
    font-size: 18px;
  }
  .form-padrao button.btn_red_svg {
    margin-left: 0;
    margin-right: 0;
  }
  #form-solicitar.form-padrao button.btn_red_svg {
    margin: 13px 0;
    padding: 15px 20px;
    font-size: 16px;
  }
  #pills-tabRestrito .btn_red_svg {
    margin: 3px;
  }
  .outros_produtos .listagem_produtos .item:nth-child(3),
  .outros_produtos .listagem_produtos .item:nth-child(4) {
    display: none;
  }
  .menu_rodape {
    text-align: center;
  }
  .menu_rodape a:last-child,
  .menu_rodape a {
    font-weight: 300;
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    margin: 3px 0;
    text-align: center;
    border-bottom: 2px solid #c87879;
    border-right: none;
  }
  .menu_rodape a:nth-child(7) {
    border: none;
  }
  .conteudo_rodape .item.logo_redes {
    margin: 30px 0;
  }
  .conteudo_rodape .item.logo_redes img {
    height: 40px;
  }
  .logo_redes .redes svg {
    height: 25px;
    width: 25px;
    margin: 2px;
  }
  .conteudo_rodape .item.matriz_filial {
    display: none !important;
  }
  .conteudo_rodape #carousel_filiais_xs .item.matriz_filial {
    display: block !important;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }

  #btn_whats_fixed {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 999;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .col-custom-cel-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .menu_rodape a:last-child,
  .menu_rodape a:nth-child(4) {
    border: none !important;
  }
  .listagem_produtos.small_xs.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .listagem_produtos.small_xs .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .listagem_produtos.small_xs .caixa {
    padding: 10px 5px;
  }
  .listagem_produtos.small_xs .caixa .foto {
    height: 180px;
  }
  .listagem_produtos.small_xs .caixa .titulo * {
    font-size: 12px;
  }
  .listagem_produtos.small_xs .caixa .titulo {
    height: 75px;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .listagem_produtos.small_xs .caixa .btn_detalhes {
    width: 75px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 10px;
  }
  .listagem_produtos.small_xs .caixa .valor small,
  .listagem_produtos.small_xs .caixa .valor {
    font-size: 11px;
  }
  .listagem_produtos .caixa .valor small.valor_de {
    font-size: 9px;
  }
  .conteudo_rodape .item.logo_redes img {
    display: inline-block;
    margin: 0;
  }
  .conteudo_rodape .item.logo_redes {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 359px) {
  #conteudo_menu_prod_cab {
    width: 100%;
  }
  .menu_rodape a:nth-child(4) {
    margin-bottom: -2px;
  }
}
