@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
.menu-categorias-topo .inferior {
  background-color: #008e00;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .menu-categorias-topo .inferior {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .menu-categorias-topo .inferior.fixa {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
  }
}
.menu-categorias-topo .inferior ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.menu-categorias-topo .inferior ul li {
  list-style: none;
  flex: 16% 1 1;
}
.menu-categorias-topo .inferior ul li.produtos-link {
  padding: 12px 0px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .menu-categorias-topo .inferior ul li.produtos-link {
    flex: 100% 1 1;
  }
}
@media screen and (max-width: 1100px) {
  .menu-categorias-topo .inferior ul li.link-categoria {
    display: none;
  }
}
.menu-categorias-topo .inferior ul li .principal {
  display: flex;
  padding-right: 35px;
}
@media screen and (max-width: 1100px) {
  .menu-categorias-topo .inferior ul li .principal {
    justify-content: center;
    padding-right: 0px;
  }
}
.menu-categorias-topo .inferior ul li .principal .icon {
  cursor: pointer;
  margin-right: 9px;
  background-color: #74c700;
  margin-top: -12px;
  margin-bottom: -11px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
  padding: 0px 12px;
  font-size: 26px;
  transition: all 0.3s;
}
.menu-categorias-topo .inferior ul li .principal .icon:hover {
  background-color: white;
  color: #74c700;
}
.menu-categorias-topo .inferior ul li .principal .text {
  font-size: 14px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}
.menu-categorias-topo .inferior ul li .categoria {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 5px 0px;
  padding: 0px 25px;
  height: 45px;
}
.menu-categorias-topo .inferior ul li .categoria::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1.5px;
  width: 3px;
  height: 100%;
  background-color: #74c700;
}
.menu-categorias-topo .inferior ul li .categoria .icon {
  margin-right: 9px;
}
.menu-categorias-topo .inferior ul li .categoria .icon img {
  max-height: 25px;
  max-width: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-categorias-topo .inferior ul li .categoria .text {
  font-size: 14px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}

.produtos-menu {
  padding: 5px;
  background-color: #008e00;
  border-right: 2px solid #74c700;
  /*close button menu mobile*/
}
@media screen and (min-width: 992px) {
  .produtos-menu {
    position: sticky;
    top: 60px;
  }
}
.produtos-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.produtos-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.produtos-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #74c700;
}
.produtos-menu ul.categorias {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
}
.produtos-menu ul.categorias li {
  list-style: none;
  padding: 0px 0px 0px 5px;
  transition: all 0.3s;
}
.produtos-menu ul.categorias li i {
  margin-right: 7px;
}
.produtos-menu ul.categorias li.categoria:hover a {
  color: white;
}
.produtos-menu ul.categorias li.categoria:hover a:before {
  background-color: #74c700;
}
.produtos-menu ul.categorias li a {
  display: flex;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: white;
  font-size: 13px;
  align-items: center;
  margin: 5px 0px;
  padding: 4px 0px;
}
.produtos-menu ul.categorias li a .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.produtos-menu ul.categorias li a .icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.produtos-menu ul.categorias li a::before {
  width: calc(100% + 5px);
  height: calc(100% + 0px);
  top: 0px;
  left: -5px;
  position: absolute;
  content: "";
  z-index: -1;
  transition: all 0.3s;
}
.produtos-menu ul.subcategorias {
  margin-left: 5px;
  padding: 0px;
  height: 0px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1607843137);
  transition: all 0.3s;
}
.produtos-menu ul.subcategorias li a {
  display: flex;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: white;
  font-size: 13px;
  align-items: center;
  margin: 5px 0px;
  padding: 5px 0px;
}
.produtos-menu ul.subcategorias li a .icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.produtos-menu ul.subcategorias li a .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.produtos-menu ul.subcategorias li a::before {
  width: calc(100% + 5px);
  height: calc(100% + 0px);
  top: 0px;
  left: -5px;
  position: absolute;
  content: "";
  z-index: -1;
  transition: all 0.3s;
}
.produtos-menu ul.subcategorias.aberto {
  height: 100%;
}
.produtos-menu.tipo-fixo {
  padding: 20px 10px 10px 10px;
  background-color: #008e00;
  position: fixed;
  height: 100%;
  left: -100%;
  top: 0px;
  overflow-y: auto;
  padding-bottom: 100px;
  z-index: 1000;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .produtos-menu.tipo-fixo {
    width: 100%;
  }
}
.produtos-menu.tipo-fixo.aberto {
  left: 0px;
  margin: 0px;
}
.produtos-menu.tipo-fixo i.far.fa-times-circle, .produtos-menu.tipo-fixo i.fa.fa-times-circle-o {
  display: inherit;
}
@media screen and (max-width: 991px) {
  .produtos-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0px;
    padding: 20px 10px 10px 10px;
    z-index: 99;
    background-color: #008e00;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.5s;
  }
  .produtos-menu.aberto {
    left: 0px;
    margin: 0px;
  }
}
.produtos-menu i.far.fa-times-circle, .produtos-menu i.fa.fa-times-circle-o {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 35px;
  color: white;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .produtos-menu i.far.fa-times-circle, .produtos-menu i.fa.fa-times-circle-o {
    display: none;
  }
}
.produtos-menu .title-all {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}

.mobile-categorias {
  text-align: center;
}
.mobile-categorias button.enviar {
  margin: 25px 0px 25px 0px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #008e00;
  background-color: #008e00;
  font-size: 18px;
  font-weight: 500;
  color: white;
  padding: 4px 0px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
.mobile-categorias button.enviar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.mobile-categorias button.enviar:hover {
  color: #008e00;
}
.mobile-categorias button.enviar:hover::after {
  top: 0px;
}
@media screen and (min-width: 992px) {
  .mobile-categorias {
    display: none;
  }
}

section.index-atributos {
  background-color: #f0f0f0;
  padding: 25px 0px;
}
section.index-atributos.bg-white {
  background-color: white;
}
section.index-atributos .container {
  background-color: white;
  border: 2px solid #dadada;
  padding: 30px 20px;
  border-radius: 10px;
}
section.index-atributos .container .box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  section.index-atributos .container .box {
    padding: 10px;
    border: 1px solid #cacaca;
    border-radius: 10px;
    margin: 10px 0px;
    height: auto;
  }
}
section.index-atributos .container .box.bar::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0px;
  left: -15px;
  background-color: #dadada;
}
@media screen and (max-width: 991px) {
  section.index-atributos .container .box.bar::before {
    display: none;
  }
}
section.index-atributos .container .box .img {
  margin-right: 15px;
}
section.index-atributos .container .box .texto {
  font-size: 18px;
  font-weight: 700;
  color: #565656;
  max-width: 250px;
  line-height: 1.3;
}

.categorias-destaque-home {
  padding-top: 30px;
}
.categorias-destaque-home .titulo-separador {
  font-size: 28px;
  text-align: center;
  color: #226800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.categorias-destaque-home .box-flex-categorias {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.categorias-destaque-home .box-flex-categorias .box-categoria {
  padding: 5px;
  flex: 20% 1 1;
  max-width: 20%;
}
@media screen and (max-width: 1280px) {
  .categorias-destaque-home .box-flex-categorias .box-categoria {
    flex: 25% 1 1;
    max-width: 25%;
  }
}
@media screen and (max-width: 1199px) {
  .categorias-destaque-home .box-flex-categorias .box-categoria {
    flex: 33.33% 1 1;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 992px) {
  .categorias-destaque-home .box-flex-categorias .box-categoria {
    flex: 50% 1 1;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .categorias-destaque-home .box-flex-categorias .box-categoria {
    flex: 100% 1 1;
    max-width: 100%;
  }
}
.categorias-destaque-home .box-flex-categorias .box-categoria .conteudo {
  border: 1px solid #cacaca;
  padding: 5px;
}
.categorias-destaque-home .box-flex-categorias .box-categoria .conteudo .title-destaque {
  font-size: 20px;
  text-transform: uppercase;
  color: #a1c528;
  text-align: center;
  line-height: 1.2;
  height: 48px;
  overflow: hidden;
}
.categorias-destaque-home .box-flex-categorias .box-categoria .conteudo img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.popup-site {
  position: fixed;
  top: 0px;
  right: 0px;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  height: 100%;
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
section.popup-site.exibir {
  display: flex;
  opacity: 1;
}
section.popup-site .lente-popup {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.popup-site .popup-in {
  position: relative;
  z-index: 2;
  border: 2px solid #008e00;
  border-radius: 5px;
}
section.popup-site .popup-in .button-close {
  cursor: pointer;
  background-color: white;
  position: absolute;
  left: -15px;
  top: -15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 23px;
  box-shadow: -1px -1px 7px 1px #cacaca;
}
section.popup-site .popup-in .button-close i {
  color: #008e00;
}
section.popup-site .popup-in img {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  section.popup-site.exibir {
    display: none;
    opacity: 0;
  }
  section.popup-site.exibir.mobile {
    display: flex;
    opacity: 1;
  }
  section.popup-site .popup-in .button-close {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  section.popup-site .popup-in img {
    max-width: 200px;
  }
}

section.barra-lgpd {
  font-family: "Source Sans Pro", sans-serif;
  padding: 0 15px;
  background-color: #fafafa;
  border-bottom: 1px solid lightgray;
  position: absolute;
  top: 0px;
  font-size: 12px;
  left: 0px;
  width: 100%;
  z-index: 12;
  display: none;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  section.barra-lgpd {
    padding: 10px;
    bottom: 0;
    position: fixed;
    top: auto;
  }
}
section.barra-lgpd.exibir {
  display: block;
}
section.barra-lgpd .row, section.barra-lgpd .container {
  max-width: 1400px !important;
  margin: auto;
  justify-content: center;
}
section.barra-lgpd .row .conteudo-lgpd-in, section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in, section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in a, section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: gray;
  text-decoration: underline;
}
section.barra-lgpd .row .conteudo-lgpd-in .button-in button, section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  background-color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: black;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: 0.3s all;
}
section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover, section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  section.barra-lgpd .row .conteudo-lgpd-in, section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  section.barra-lgpd .row .conteudo-lgpd-in .button-in, section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  section.barra-lgpd .row .conteudo-lgpd-in .button-in button, section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  div#sb-site.lgpd {
    margin-top: 35px;
  }
}

section.multi-whatsapp .button {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  cursor: pointer;
  padding: 10px;
  z-index: 500;
  bottom: 90px;
  padding: 5px;
  align-items: center;
  outline: none;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 20px;
  border-radius: 75px;
  transition: 0.3s all ease;
  box-shadow: 3px 1px 15px #7b7b7b;
}
section.multi-whatsapp .button .btn-open {
  opacity: 1;
  transition: 0.2s all;
  position: absolute;
}
section.multi-whatsapp .button .btn-close {
  opacity: 0;
  transition: 0.2s all;
  font-size: 50px;
  color: white;
  position: absolute;
}
section.multi-whatsapp .button i {
  color: white;
  font-size: 46px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}
section.multi-whatsapp .button:hover {
  background-color: #1f9249;
}
section.multi-whatsapp .button.aberto {
  background-color: #1f9249;
}
section.multi-whatsapp .button.aberto .btn-open {
  opacity: 0;
}
section.multi-whatsapp .button.aberto .btn-close {
  opacity: 1;
}
section.multi-whatsapp .box {
  font-family: "Segoe UI", sans-serif;
  position: fixed;
  background-color: white;
  overflow: hidden;
  bottom: 90px;
  border-radius: 8px;
  z-index: 500;
  width: 380px;
  right: 20px;
  box-shadow: 3px 1px 15px #7b7b7b;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
section.multi-whatsapp .box.aberto {
  bottom: calc(90px + 85px);
  opacity: 1;
  pointer-events: all;
}
section.multi-whatsapp .box .conteudo {
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
}
section.multi-whatsapp .box .conteudo .phone {
  margin: 15px 0;
  display: flex;
  color: black;
  align-items: center;
  background-color: #fafafa;
  padding: 10px 13px;
  border-radius: 6px;
  border-left: 3px solid #1f9249;
  transition: all 0.5s;
  text-decoration: none;
}
section.multi-whatsapp .box .conteudo .phone:hover {
  background-color: #e9e9e9;
}
section.multi-whatsapp .box .conteudo .phone span {
  font-size: 15px;
}
section.multi-whatsapp .box .conteudo .phone i {
  color: #1f9249;
  font-size: 28px;
  padding-right: 10px;
}
section.multi-whatsapp .box .titulo {
  background-color: #25d366;
  padding: 15px 20px;
  color: white;
  display: flex;
  align-items: center;
}
section.multi-whatsapp .box .titulo i {
  font-size: 40px;
  padding-right: 20px;
}
section.multi-whatsapp .box .titulo span {
  font-size: 16px;
}
section.multi-whatsapp .box .titulo span strong {
  font-size: 21px;
  display: block;
}
@media screen and (max-width: 768px) {
  section.multi-whatsapp .button {
    bottom: 25px;
  }
  section.multi-whatsapp .button:hover {
    background-color: #25d366;
  }
  section.multi-whatsapp .button.aberto {
    background-color: #1f9249;
  }
  section.multi-whatsapp .box {
    left: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    z-index: 499;
    top: 0;
  }
  section.multi-whatsapp .box .titulo i {
    font-size: 35px;
  }
  section.multi-whatsapp .box .titulo span {
    font-size: 14px;
  }
  section.multi-whatsapp .box .titulo strong {
    font-size: 19px;
  }
}

.d-flex {
  display: flex;
  align-items: center;
}

.box-novo-produto-card-aaaaaa {
  margin-top: 7px;
}
.box-novo-produto-card-aaaaaa.max-width {
  max-width: 350px;
}
.box-novo-produto-card-aaaaaa .mr-2 {
  margin-right: 7px;
}
.box-novo-produto-card-aaaaaa .mb-2 {
  margin-bottom: 7px;
}
.box-novo-produto-card-aaaaaa .btn-orcamento {
  background-color: #dc0f0a;
  width: 100%;
  display: block;
  color: white;
  padding: 7px 20px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center;
}
.box-novo-produto-card-aaaaaa .btn-zap {
  border: 2px solid #008e00;
  background-color: #008e00;
  display: block;
  color: white;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  text-align: center;
}
.box-novo-produto-card-aaaaaa .btn-zap i {
  font-size: 20px;
}
.box-novo-produto-card-aaaaaa .btn-carrinho {
  border: 2px solid #565656;
  display: block;
  color: #565656;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  transition: 0.3s all;
  text-align: center;
}
.box-novo-produto-card-aaaaaa .btn-carrinho i {
  font-size: 20px;
}
.box-novo-produto-card-aaaaaa .btn-carrinho:hover {
  background-color: #565656;
  color: white;
}
.box-novo-produto-card-aaaaaa .btn-detalhes {
  border: 2px solid #036eb8;
  display: block;
  color: #036eb8;
  padding: 6px 0px;
  font-size: 15px;
  font-weight: 500;
  flex-grow: 1;
  margin: 0 5px;
  border-radius: 3px;
  transition: 0.3s all;
  text-align: center;
}
.box-novo-produto-card-aaaaaa .btn-detalhes:hover {
  background-color: #036eb8;
  color: white;
}

.selinho-indisponivel {
  background-color: gray;
  display: inline-block;
  padding: 5px 10px;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.selinho-indisponivel.card-produto {
  right: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
  z-index: 1;
}

/*Alterações Layout*/
body {
  /*Grid geal acima de 1200px*/
  /*MENU HEADER PRODUTOS*/
  /*  HEADER - ORÇAMENTO E REDES*/
  /*MENU HEADER INSTITUCIONAL*/
  /*Imagem BNDES*/
  /*  Busca header*/
  /*magin-top banner*/
  /*  Separador Amelhor solução em móveis*/
  /*  Listagem produtos Destaque home*/
  /*Página de produtos*/
}
@media screen and (max-width: 767px) {
  body header.header .sb-toggle-right {
    position: fixed;
    right: 15px;
    z-index: 500;
    top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  body .container {
    max-width: 1596px !important;
    width: 100% !important;
  }
  body .container.padrao {
    max-width: 1140px !important;
  }
}
body nav.menu {
  background: #008e00;
  color: #ffffff;
}
body .box-center {
  display: flex;
  justify-content: center;
}
body header.header nav ul {
  justify-content: space-between;
  width: 100%;
  display: flex;
  max-width: 830px;
}
body .img-responsive {
  margin: auto;
}
body .separador-bndes {
  background: #383636;
  padding: 30px 0px;
}
body .separador-bndes .img-responsive.bndes {
  border: 1px solid white;
  border-radius: 15px;
  margin: 0px auto !important;
}
body .busca-head {
  margin-bottom: 10px;
}
body .busca-head.mobile-form {
  max-width: 300px;
  margin: 15px auto 0px auto;
}
body .busca-head input {
  width: 100% !important;
  border: 1px solid #bebebe !important;
}
body #content[role=home] #owl-home-teste {
  margin-top: 0px !important;
}
body #content[role=home] .call-to-action {
  background: #008e00;
  margin-top: 0px;
}
body #content[role=home] .listagem-produtos-row {
  display: flex;
  flex-wrap: wrap;
}
body #content[role=home] .listagem-produtos-row .box-card.tp-1 {
  padding: 0px 5px;
  flex: 20% 1 1;
  max-width: 20%;
}
@media screen and (max-width: 1280px) {
  body #content[role=home] .listagem-produtos-row .box-card.tp-1 {
    flex: 25% 1 1;
    max-width: 25%;
  }
}
@media screen and (max-width: 1199px) {
  body #content[role=home] .listagem-produtos-row .box-card.tp-1 {
    flex: 33.33% 1 1;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 992px) {
  body #content[role=home] .listagem-produtos-row .box-card.tp-1 {
    flex: 50% 1 1;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  body #content[role=home] .listagem-produtos-row .box-card.tp-1 {
    flex: 100% 1 1;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  body #content[role=home] .destaques .destaque-box h2 {
    height: 57px;
    overflow: hidden;
  }
}
body #content[role=home] .destaques .destaque-box .item .box img.img-responsive {
  width: 100%;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}
body #content[role=home] .destaques .destaque-box .item .boxAcoes a.orcamento {
  background-color: red;
  color: white;
}
body #content[role=home] .destaques .destaque-box .item .boxAcoes .acaoLink a.ver-produto {
  background-color: #036eb8;
  border: 1px solid #036eb8;
}
@media screen and (max-width: 1400px) {
  body #content[role=home] .destaques .destaque-box .item .boxAcoes .acaoLink a.ver-produto {
    font-size: 14px;
  }
}
body #content[role=home] .destaques .destaque-box .item .boxAcoes .acaoLink a.carrinho i.fa.fa-shopping-cart {
  color: #036eb8;
}
body .separador-news {
  padding: 20px 0px 30px 0px;
  background-color: #acd728;
  box-shadow: inset 0px 0px 7px 0px #008e00;
}
body .separador-news .title {
  font-size: 28px;
  margin-bottom: 0px;
  color: white;
}
body .separador-news .resumo {
  color: #1c6100;
}
body .separador-news form {
  display: flex;
  margin-top: 10px;
}
body .separador-news form input {
  padding: 5px 10px;
  width: calc(100% - 100px);
  border-radius: 15px 0px 0px 15px;
  border: 1px solid white;
}
body .separador-news form button {
  height: 34px;
  width: 100px;
  background-color: #565656;
  border-radius: 0px 15px 15px 0px;
  border: 1px solid white;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
}
body #modulo-rodape footer#footer {
  margin-top: 0px;
  background: #008e00;
}
body #modulo-rodape footer#footer .pgto {
  text-align: center;
  margin-top: 15px;
}
body #modulo-rodape footer#footer .pgto .title {
  margin-bottom: 0px;
}
body #modulo-rodape footer#footer .pgto .img-responsive {
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  margin-top: 10px;
}
body .sidebar ul li {
  background: transparent;
}
body .sidebar ul li span .texto {
  font-size: 1.1em;
  font-weight: 700;
}
body .sidebar ul li a {
  color: #008e00 !important;
  font-size: 1.1em;
  padding: 0.5em;
}
body .sidebar ul li a img {
  display: none;
}
body .sidebar ul li a.categoria-atual {
  color: #036eb8 !important;
  border-bottom: 1px solid #036eb8;
}
body .sidebar ul li.active {
  margin-top: 20px;
}
body .sidebar ul li.active ul li {
  background: transparent !important;
  margin-bottom: 0px !important;
}
body .sidebar ul li.active ul li a {
  padding-left: 0;
  font-weight: 500;
  color: gray !important;
  border-bottom: 1px dashed #a7a7a7;
}
body .sidebar ul li.active ul li a.categoria-atual {
  color: #036eb8 !important;
  border-color: 1px solid #036eb8;
}
body #produtos.inside .item {
  transition: all 0.5s;
  width: 25%;
}
@media screen and (max-width: 1350px) {
  body #produtos.inside .item {
    width: 33.333%;
  }
}
@media screen and (max-width: 1199px) {
  body #produtos.inside .item {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  body #produtos.inside .item {
    width: 100%;
  }
}
body #produtos.inside .item .boxAcoes a.orcamento {
  background-color: red;
  color: white;
}
body #produtos.inside .item .boxAcoes a.carrinho i.fa.fa-shopping-cart {
  color: #008e00 !important;
}
body #produtos.inside .item .boxAcoes .acaoLink a.ver-produto {
  font-size: 14px;
  text-align: center;
  background-color: #036eb8;
  border: 1px solid #036eb8;
}
body #content[role=produto] .btn-produto {
  background-color: red;
  transition: all 0.5s;
}

/*produtos HOME =================================================*/
/*titulo*/
#content[role=home] .destaques .titulo h2 {
  margin-bottom: 20px;
}

/*Botão ver todos*/
#content[role=home] .destaques .titulo .ver-todos {
  background-color: #a1c528;
  font-size: 17px;
  font-weight: 700;
  color: white;
  border-color: #a1c528;
  transition: 0.5s;
}
#content[role=home] .destaques .titulo .ver-todos i {
  font-weight: 700;
  color: white;
}
#content[role=home] .destaques .titulo .ver-todos:hover {
  background-color: white;
  color: #a1c528;
}
#content[role=home] .destaques .titulo .ver-todos:hover i {
  color: #a1c528;
}

/*Box produtos*/
@media screen and (max-width: 768px) {
  #content[role=home] .destaques .destaque-box {
    width: 100%;
  }
}
#content[role=home] .destaques .destaque-box .item {
  border: 1px solid #c3c1c1;
  margin-bottom: 20px;
  min-height: 445px;
  width: 100%;
}
#content[role=home] .destaques .destaque-box .item .col-sm-12 {
  padding-right: 0px;
}
#content[role=home] .destaques .destaque-box .item .box img.img-responsive {
  width: 250px;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}
#content[role=home] .destaques .destaque-box .item .boxAcoes {
  margin-top: 15px;
}
#content[role=home] .destaques .destaque-box .item .boxAcoes .acaoLink {
  display: flex;
}
#content[role=home] .destaques .destaque-box .item .boxAcoes .acaoLink a.ver-produto {
  text-align: center;
  background-color: #036eb8;
  border: 1px solid #036eb8;
  color: white;
  padding: 10px 25px 6px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
}
#content[role=home] .destaques .destaque-box .item .boxAcoes .acaoLink a.carrinho {
  text-align: center;
}
#content[role=home] .destaques .destaque-box .item .boxAcoes .acaoLink a.carrinho i.fa.fa-shopping-cart {
  color: #036eb8;
  font-size: 24px;
  padding: 7px 13px;
  margin-left: -4px;
  border: 1px solid;
}
#content[role=home] .destaques .destaque-box .item .boxAcoes a.orcamento {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  border: 1px solid;
  color: #a1c528;
  padding: 7px 0px;
  width: 100%;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 16px;
}

/*produtos INTERNO =====================================*/
#produtos.inside .item {
  margin-bottom: 20px;
  height: auto !important;
  padding-bottom: 15px;
  padding: 5px;
}
#produtos.inside .item .col-sm-12 {
  padding-right: 0px;
}
#produtos.inside .item .interno {
  border: 1px solid #c3c1c1;
  padding: 15px;
}
#produtos.inside .item .preco .preco-final {
  padding-bottom: 20px;
}
#produtos.inside .item .box {
  border: transparent !important;
}
#produtos.inside .item .box img.img-responsive {
  width: 250px;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}
#produtos.inside .item .boxAcoes {
  margin-top: 15px;
}
#produtos.inside .item .boxAcoes .acaoLink {
  display: flex;
}
#produtos.inside .item .boxAcoes .acaoLink a.ver-produto {
  text-align: center;
  background-color: #036eb8;
  border: 1px solid #036eb8;
  color: white;
  padding: 10px 25px 6px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
}
#produtos.inside .item .boxAcoes .acaoLink a.carrinho {
  text-align: center;
}
#produtos.inside .item .boxAcoes .acaoLink a.carrinho i.fa.fa-shopping-cart {
  color: #036eb8;
  font-size: 24px;
  padding: 7px 13px;
  margin-left: -4px;
  border: 1px solid;
}
#produtos.inside .item .boxAcoes a.orcamento {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  border: 1px solid;
  color: #a1c528;
  padding: 7px 0px;
  width: 100%;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 16px;
}

/*MOBILE*/
@media screen and (max-width: 768px) {
  #content[role=home] .diferenciais ul li {
    width: 49% !important;
  }
}
/*Contatos Mobile*/
.contatos-mobile {
  width: 100%;
}
.contatos-mobile ul {
  padding-top: 20px;
  clear: both;
  text-align: center;
  padding-left: 0px;
}
.contatos-mobile ul li {
  font-size: 18px;
  list-style: none;
}
.contatos-mobile ul li a b {
  color: black;
}
.contatos-mobile .acoes {
  text-align: center;
}
.contatos-mobile .acoes a {
  text-transform: uppercase;
  display: inline-block;
  background-color: green;
  padding: 7px 20px;
  width: 49%;
  color: white;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: 0.5s;
}
.contatos-mobile .acoes a.tipo1 {
  background-color: #64c528;
  border-color: #64c528;
}
.contatos-mobile .acoes a.tipo2 {
  background-color: red;
  border-color: red;
}

div.modulo-noticia div.text {
  font-weight: 300;
}
div.modulo-noticia div.text a {
  color: #707070;
  font-weight: 500;
}

/*BOX NOTICIAS HOME*/
.box-noticias-home {
  border: 1px solid #cacaca;
  margin-bottom: 30px;
  padding: 10px;
  height: 329px;
  overflow: hidden;
}
.box-noticias-home img {
  height: 225px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

/* topo*/
@media screen and (min-width: 992px) {
  ul.locais-topo {
    display: flex;
    justify-content: space-around;
  }
}

/*Rodape endereços*/
.title.onde-estamos {
  border-bottom: 2px solid white;
  padding: 0px 10px 0px 25px !important;
  margin-top: 0px;
  display: inline-block;
}

.rodape-enderecos {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.rodape-enderecos .box-endereco {
  flex: 20% 1 1;
  padding: 0px 15px;
  border-left: 1px solid white;
}
.rodape-enderecos .box-endereco .name-title {
  font-size: 15px;
  border-left: 5px solid white;
  padding-left: 10px;
  margin-bottom: 10px;
}
.rodape-enderecos .box-endereco .linha-loja {
  font-size: 20px;
  text-decoration: underline;
  margin-bottom: 10px;
  height: 28px;
  overflow: hidden;
}
.rodape-enderecos .box-endereco .linha-endereco {
  margin-bottom: 15px;
  height: 120px;
}
.rodape-enderecos a {
  color: white;
  transition: 0.3s;
}
.rodape-enderecos a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .rodape-enderecos {
    display: block;
  }
  .rodape-enderecos .box-endereco {
    border: 1px solid white;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 4px;
  }
  .rodape-enderecos .box-endereco .name-title {
    border-left: none;
  }
  .rodape-enderecos .box-endereco .linha-loja,
  .rodape-enderecos .box-endereco .linha-endereco {
    height: auto;
  }
}

.logo-rodape {
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.logo-rodape img {
  width: 100%;
  height: 84px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*Locais contato*/
.title-mapa {
  font-size: 32px;
  color: #565656;
  border-left: 10px solid #a1c528;
  padding-left: 15px;
  background-color: #f8f8f8;
  margin-top: 20px;
}

.contatos-mapa {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
.contatos-mapa .locais {
  flex: 20% 1 1;
  padding: 15px;
  border-left: 1px solid #cacaca;
}
.contatos-mapa .locais h3 {
  font-size: 15px !important;
  font-weight: 600;
  margin: 0px !important;
  text-decoration: underline;
  padding-bottom: 5px !important;
  color: grey !important;
}
.contatos-mapa .locais .local-titulo {
  font-size: 15px;
  font-weight: 600;
  height: 63px;
  overflow: hidden;
  margin-bottom: 10px;
}
.contatos-mapa .locais .local-endereco {
  height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
}
.contatos-mapa .locais .local-iframe {
  width: 100%;
  height: 250px;
}
.contatos-mapa .locais .local-iframe iframe {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 991px) {
  .contatos-mapa {
    display: block;
  }
  .contatos-mapa .locais {
    flex: unset;
    border: 1px solid #cacaca;
    margin-bottom: 30px;
  }
  .contatos-mapa .locais .local-titulo {
    height: auto;
  }
  .contatos-mapa .locais .local-endereco {
    height: auto;
  }
}

#produtos.inside .item .box {
  height: 190px !important;
  padding: 0 !important;
}

#produtos .item .box img {
  height: 190px !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto !important;
}

.rodape-enderecos .box-endereco .linha-loja {
  height: auto;
  overflow: visible;
}