#products .product .gallery [rel=gallery] {
    margin-bottom: 0;
    width: 200px!important;
    height: 200px;
    margin-right: 0!important;
}
#solutions {
  margin-top: 70px;
}
.view .description {
    width: 100% !important;
}
.product-inner p{
  text-align: justify !important;
}
.product-inner h2{
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #000;
  font-family: 'Open Sans',sans-serif;
  margin: 1rem 0;
}
#products .product .description .inner_fig {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 0 1rem 0;
}
#products .product .description .inner_fig .inner_img {
  width: 400px;
  height: auto;
}
#products .product .gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}
#products .product .gallery figure{
  margin: 0;
  border: solid 1px #b3b3b3;
  padding: .2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(18% - .4rem);
  height: 185px;
  margin-right: .5rem;
  margin-bottom: .68rem;
}
#products .product .gallery figure:nth-child(5) {
  margin-right: 0;
}
#products .product .gallery figure a{
  width: 100%;
  display: grid;
  place-items: center;
}
#products .product .gallery figure img{
   width: 100%;
}
#products .title-products{
  z-index: 0;
}
.videoProduct {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#products .container {
  display: initial;
}
.produtosWrap {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(20%,1fr));
  grid-gap: 2rem;
}
.product {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)
}
.description_txt {
  padding: 1rem;
}
.buttonControl {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.product .image {
  max-width: 100%;
  height: 250px;
  text-align: center;
}
.product .image img{
  max-height: 250px;
}
#products .product .description a {
  margin: 0;
}
#products .name {
  min-height: 136px;
}

#botaowhatsappflutuante {
  position: fixed;
  background-color: #32d951;
  width: 80px;
  height: 80px;
  bottom: 30px;
  right: 20px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 0 5px 10px rgb(0 0 0 / 25%);
  z-index: 999;
}
#botaowhatsappflutuante a {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
#botaowhatsappflutuante a figure {
  position: relative;
  float: left;
  width: 48px;
  height: 48px;
  margin: calc((100% - 48px) / 2);
}
#botaowhatsappflutuante a figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#caixanumeroswhatsapp {
  font-family: 'Open Sans',sans-serif;
  position: fixed;
  width: calc(100% - 40px);
  max-width: 320px;
  bottom: 135px;
  right: 20px;
  z-index: 1000;
  display: none;
}
#caixanumeroswhatsapp .espaco {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  overflow: hidden;
}
#caixanumeroswhatsapp .espaco .conteudo {
  position: relative;
    float: left;
    width: calc(100% - 10px);
    margin: 5px;
}
#caixanumeroswhatsapp .espaco .conteudo .linha {
  position: relative;
  float: left;
  width: 100%;
  margin: 2px 0;
}

#caixanumeroswhatsapp .espaco .conteudo .linha .cabecalho {
  position: relative;
  float: left;
  width: 100%;
  background-color: #e7e7e7;
  border-radius: 4px;
}
#caixanumeroswhatsapp .espaco .conteudo .linha .cabecalho h6 {
  position: relative;
  float: left;
  max-width: calc(100% - 52px);
  line-height: 32px;
  padding: 0 5px;
}
#caixanumeroswhatsapp .espaco .conteudo .linha .cabecalho a {
  position: relative;
  float: right;
  width: 32px;
  height: 32px;
  background-color: #ff2e2e;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3px;
}
#caixanumeroswhatsapp .espaco .conteudo .linha .contatowhatsapp {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  background-color: #008939;
  padding: 10px;
  border-radius: 5px;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#caixanumeroswhatsapp .espaco .conteudo .linha .contatowhatsapp:hover {
  background-color: #128c7e;
}
#caixanumeroswhatsapp .espaco .conteudo .linha .contatowhatsapp figure.icone {
  position: relative;
  float: left;
  width: 64px;
  height: 64px;
  overflow: hidden;
  background-color: #00bd5d;
  border-radius: 50%;
}
#caixanumeroswhatsapp .espaco .conteudo .linha .contatowhatsapp figure.icone img {
  width: 40px;
  height: 40px;
  margin: 12px;
}
#caixanumeroswhatsapp .espaco .conteudo .linha .contatowhatsapp .contato {
  position: relative;
  float: right;
  width: calc(100% - 84px);
  /* height: 64px; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
}

#segundavia {
  position: relative;
  float: left;
  width: 100%;
  margin: 175px 0 30px 0;
  display: flex;
  justify-content: center;
}
#segundavia .mensagemdeerrosv {
  position: relative;
  float: left;
  width: calc(100% - 22px);
  background-color: #ffc8c8;
  border: 1px solid #cda3a3;
  padding: 20px 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}
#segundavia .containerfix {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  max-width: 1200px;
}
#segundavia .formulariosv {
  position: relative;
  float: left;
  width: 100%;
  background-color: #B81F24;
  border-radius: 6px;
}
#segundavia .formulariosv form {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  margin: 20px 20px;
}
#segundavia .formulariosv form ul.campos {
  position: relative;
  float: left;
  width: 100%;
}
#segundavia .formulariosv form ul.campos li {
  position: relative;
  float: left;
}
#segundavia .formulariosv form ul.campos li.campo {
  width: 40%;
}
#segundavia .formulariosv form ul.campos li.botao {
  width: 20%;
}
#segundavia .formulariosv form ul.campos li label {
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
#segundavia .formulariosv form ul.campos li input {
  font-family: 'Open Sans', sans-serif;
  height: 43px;
  border: 0;
  width: calc(100% - 10px);
  border-radius: 4px;
  padding: 0px 10px;
}
#segundavia .formulariosv form ul.campos li button { 
  height: 44px;
    width: calc(100% - 20px);
    border-radius: 4px;
    line-height: 44px;
}
#segundavia .formulariosv form ul.campos li button:hover {
  background-color: #ffffff;
  color: #000000;
}
#segundavia .resultadossv {
  position: relative;
  float: left;
  width: calc(100% - 2px);
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  margin-top: 30px;
  background-color: #e3e3e3;
}
#segundavia .resultadossv .descricaosv {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  margin: 20px;
  font-family: 'Open Sans', sans-serif;
}
#segundavia .resultadossv ul {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin: 0 10px 10px 10px;
}
#segundavia .resultadossv ul li {
  position: relative;
  float: left;
  width: calc((100% / 3) - 20px);
  margin: 10px;
}
#segundavia .resultadossv ul li:nth-child(3n+4){
  clear: both;
}
#segundavia .resultadossv ul li a {
  position: relative;
  float: left;
  width: calc(100% - 42px);
  padding: 20px 20px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0);
  transition: 0.25;
}
#segundavia .resultadossv ul li a:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
#segundavia .resultadossv ul li a .icone {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
  color: #b81f24;
}
#segundavia .resultadossv ul li a .descricao {
  position: relative;
  float: right;
  width: calc(100% - 51px);
  height: 50px;
  align-items: center;
  display: flex;
}
#segundavia .resultadossv ul li a .descricao p {
  font-family: 'Open Sans', sans-serif;
  color: #b81f24;
}


.container.tamanhofix {
  margin-top: -30px;
  margin-bottom: -20px;
}
.container.tamanhofix a {
  width: calc(16.6% - 10px) !important;
  margin: 10px 5px !important;
}

h1.barfix::after {
  display: none;
}

footer #information .block .item .caixote {
  position: relative;
  float: left;
  width: 100%;
}
footer #information .block .item .caixote .tradicional {
  position: relative;
  float: left;
  width: calc(50% + 10px);
}
footer #information .block .item .caixote .tradicional img.fix {
  height: 40px;
  margin: 0 !important;
  object-fit: contain;
}
footer #information .block .item .caixote .tradicional p {
  position: relative;
  float: right;
  width: calc(100% - 40px);
  white-space: nowrap;
}
footer #information .block .item .caixote .botao {
  position: relative;
  float: left;
  width: calc(60% - 10px);
}
footer #information .block .item .caixote .botao a.contatowhatsapp {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  max-width: 210px;
  padding: 10px;
  background-color: #008939;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
footer #information .block .item .caixote .botao a.contatowhatsapp figure.icone {
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #00bd5d;
}
footer #information .block .item .caixote .botao a.contatowhatsapp figure.icone img {
  margin: 6px;
  width: 20px !important;
  height: 20px !important;
}
footer #information .block .item .caixote .botao a.contatowhatsapp .contato {
  position: relative;
  float: right;
  width: calc(100% - 40px);
  max-width: 160px;
}
footer #information .block .item .caixote .botao a.contatowhatsapp .contato.centrofix {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 32px;
}
footer #information .block .item .caixote .botao a.contatowhatsapp .contato p {
  font-size: 11px;
  line-height: 14px;
}
footer #information .block .item .caixote .botao a.contatowhatsapp .contato p.cliqueaqui {
  font-size: 14px;
  margin-top: 4px;
  white-space: nowrap;
}
footer #information .block .item .caixote .botao a.contatowhatsapp .contato p.cliqueaquifix {
  font-size: 14px;
  line-height: 16px;
}

.filtro-cidade {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  margin-bottom: 17px;
}
.btn-link-compre {
  margin-left: 10px!important;
}

.listacatalogos {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Open Sans',sans-serif;
  & ul.alista {
    position: relative;
    float: left;
    width: calc(100% + 20px);
    margin-left: -10px;
    & li.oitem {
      position: relative;
      float: left;
      width: calc((100% / 3) - 20px);
      margin: 10px;
      & a.caixa {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        padding: 20px;
        background-color: #B81F24;
        border-radius: 4px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
        transition: 0.2s;
        & .icone {
          position: relative;
          float: left;
          width: 32px;
          height: 32px;
          color: #ffffff;
          font-size: 28px;
          line-height: 32px;
        }
        & .titulo {
          position: relative;
          float: right;
          width: calc(100% - 42px);
          min-height: 32px;
          display: flex;
          align-items: center;
          color: #ffffff;
        }
      }
      & a.caixa:hover {
        background-color: #ff2e2e;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
      }
    }
    & li.oitem:nth-child(3n + 4) {
      clear: both;
    }
  }
}

.galeriafix {
  margin-top: 30px;
}

#banner-top {
  & .slider {
    height: 500px;
    overflow: hidden;
  }
  & .slider.slick-initialized {
    height: unset;
  }
}


@media screen and (max-width: 1024px) {
  #segundavia {
    margin: 100px 0 30px 0;
  }
}


@media screen and (max-width: 767px) {
  .produtosWrap {
    grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
  }

  footer #information .block .item .caixote .botao {
    float: left;
    width: calc(100% - 200px);
  }
  footer #information .block .item .caixote .tradicional {
    max-width: 200px;
  }

  .container.tamanhofix {
    margin-top: -50px;
    margin-bottom: 0;
  }
  .container.tamanhofix a {
    width: calc((100% / 3) - 20px) !important;
    padding: 0 !important;
  }

  .listacatalogos {
    & ul.alista {
      & li.oitem {
        width: calc((100% / 2) - 20px);
      }
      & li.oitem:nth-child(3n + 4) {
        clear: unset;
      }
      & li.oitem:nth-child(2n + 3) {
        clear: both;
      }
    }
  }
  
  .galeriafix {
    & figure {
      width: 100% !important;
    }
  }

}

@media screen and (max-width: 640px) {
  #segundavia .formulariosv form ul.campos li.campo {
    width: 100%;
  }
  #segundavia .formulariosv form ul.campos li.botao {
    width: 100%;
  }

  #segundavia .formulariosv form ul.campos li input {
    width: 100%;
  }
  #segundavia .formulariosv form ul.campos li input[type="email"] {
    width: calc(100% - 20px);
  }
  #segundavia .formulariosv form ul.campos li button { 
    width: 100%;
  }
  #segundavia .resultadossv ul li {
    width: calc((100% / 2) - 20px);
  }
  #segundavia .resultadossv ul li:nth-child(3n+4){
    clear: unset;
  }
  #segundavia .resultadossv ul li:nth-child(2n+3){
    clear: both;
  }
}

@media screen and (max-width: 480px) {
  .produtosWrap {
    grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
  }

  footer #information .block .item .caixote .botao {
    width: 100%;
    margin-top: 10px;
  }
  footer #information .block .item .caixote .tradicional {
    width: 100%;
    max-width: unset;
  }

  #segundavia .containerfix {
    width: calc(100% - 20px);
  }
  #segundavia .formulariosv form {
    width: calc(100% - 20px);
    margin: 20px 10px;
  }
  #segundavia .resultadossv ul li {
    width: calc(100% - 20px);
  }
  #segundavia .resultadossv ul li:nth-child(2n+3){
    clear: unset;
  }

  .container.tamanhofix a {
    width: calc((100% / 2) - 20px) !important;
  }

}

@media screen and (max-width: 360px) {

  .listacatalogos {
    & ul.alista {
      & li.oitem {
        width: calc(100% - 20px);
      }
      & li.oitem:nth-child(2n + 3) {
        clear: unset;
      }
    }
  }

}

.popup-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background-color: rgba(17, 17, 17, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content {
  position: relative;
  -webkit-box-shadow: 0px 5px 28px 0px rgba(17, 17, 17, 0.6);
  -moz-box-shadow: 0px 5px 28px 0px rgba(17, 17, 17, 0.6);
  box-shadow: 0px 5px 28px 0px rgba(17, 17, 17, 0.6);
  margin-top: -25px;
}

.popup-content img {
  max-height: 540px;
}

.popup-content button {
  position: absolute;
  z-index: 160;
  bottom: -25px;
  left: calc(50% - 75px);
  background-color: #B81F24;
}

.popup-content button:hover {
  background: #000000;
}