/* LISTA PRODUTOS */
.lista_produtos {
  padding-bottom: 15px;

}

.lista_produtos  .col-md-4{

   min-height: 335px;
   margin-bottom: 20px;
}



.lista_produtos a:first-child {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.lista_produtos a:first-child:after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%228%20256%2050%2050%22%20enable-background%3D%22new%208%20256%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23fd8103%22%20d%3D%22M55.9%2C301.2l-11.3-11.3c2.8-3.4%2C4.5-7.8%2C4.5-12.6c0-10.9-8.9-19.8-19.8-19.8c-10.9%2C0-19.8%2C8.9-19.8%2C19.8%0D%0A%09%09c0%2C10.9%2C8.9%2C19.8%2C19.8%2C19.8c4.8%2C0%2C9.1-1.7%2C12.5-4.5l11.3%2C11.3c0.8%2C0.8%2C2%2C0.8%2C2.8%2C0C56.7%2C303.2%2C56.7%2C301.9%2C55.9%2C301.2z%20M29.3%2C293.2%0D%0A%09%09c-8.8%2C0-15.9-7.1-15.9-15.9c0-8.7%2C7.1-15.9%2C15.9-15.9c8.7%2C0%2C15.9%2C7.1%2C15.9%2C15.9C45.2%2C286.1%2C38.1%2C293.2%2C29.3%2C293.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 30px 10px;
}
.lista_produtos a:first-child:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  float: none;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.lista_produtos a:first-child:hover:after {
  opacity: 1;
}
.lista_produtos a:first-child:hover img,
.lista_produtos a:first-child:hover span {
  opacity: 0.8;
}
.lista_produtos .btn_site {
  display: block;
  margin-bottom: 46px;
}
@media only screen and (min-width: 1200px) {
  .lista_produtos .btn_site {
    margin-bottom: 0;
    padding: 6px 30px 9px;
  }
}
.texto_produto h1 {
  margin-top: 0;
}
.box_img_produto {
  padding-bottom: 30px;
}
.box_img_produto img {
  max-width: inherit;
  max-height: 100%;
  /*width: 100%;
  border: 1px #d7d7d7 solid;*/
}
.imagem_produto {
  /*height: 368px;*/
  overflow: hidden;
  border: 1px #d7d7d7 solid;
  width: 100%;
}
.lista_thumb {
  margin: 0;
  padding: 0;
}
.lista_thumb:after {
  content: "";
  display: block;
  clear: both;
}
.lista_thumb li {
  width: 22%;
  float: left;
  list-style: none;
  margin: 20px 0 0 4%;
}
.lista_thumb li:nth-child(4n+1) {
  margin: 20px 0 0 0;
}
.lista_thumb li a {
  display: block;
}
.links {
  margin: 38px 0 0 0;
  padding: 0;
}
.links li {
  list-style: none;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) {
  .links li {
    width: 50%;
    float: left;
    padding: 0 1rem;
  }
}
.links li .btn_site {
  font-size: 15px;
  display: block;
}
.beneficios:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #ececec;
  margin-top: 2rem;
}
.beneficios ul {
  margin: 0;
  padding: 0 ;
}
.beneficios ul li {
  width: 33%;
  display: block;
  float: left;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .beneficios ul li {
    width: 16.5%;
    padding: 10px;
  }
}
@media only screen and (min-width: 1366px) {
  .beneficios ul li {
    width: 10%;
  }
}
.beneficios ul li img {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .beneficios ul li:nth-child(2) {
    display: none;
  }
}
.informacoes {
  padding-bottom: 20px;
  background-color: #fff;
}
.tabela {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.tabela thead {
  text-align: left;
}
.tabela thead tr th {
  font-size: 14px;
  font-weight: normal;
  padding: 20px 18px;
}
@media only screen and (min-width: 992px) {
  .tabela thead tr th {
    font-size: 24px;
    padding: 20px 40px;
  }
}
.tabela tbody td {
  border: 1px #ececec solid;
  font-size: 14px;
  padding: 20px 18px;
}
@media only screen and (min-width: 992px) {
  .tabela tbody td {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.tabela tbody > tr > td + td {
  color: #757575;
  font-family: 'open_sanslight';
}
.imagens_amplia {
  padding: 80px 0;
  text-align: center;
}
.compartilhar {
  position: absolute;
  top: 8px;
  left: 24px;
  z-index: 10;
}
.compartilhar .social {
  width: 35px;
  padding: 8px 4px 8px 4px;
  background: #fff;
  border: 1px #D8D8D8  solid;
  text-align: center;
  color: #D8D8D8;
}
.compartilhar .social:hover {
  background: #fd8204;
  color: #fff;
  border: 1px #fd8204 solid;
  opacity: 1;
}
.compartilhar .social + .social {
  margin-left: 5px;
}
@media only screen and (min-width: 992px) {
  #owl_onde_comprar {
    max-width: 93%;
    margin: 0 auto 35px auto;
  }
}
#owl_onde_comprar .item a {
  display: block;
  padding: 0 5rem;
}
@media only screen and (min-width: 1200px) {
  #owl_onde_comprar .item a {
    padding: 0 10px;
  }
}
.medidas {
  text-align: center;
  border: 1px #ececec solid;
  padding: 1rem;
}
.medidas:after {
  content: "";
  display: block;
  clear: both;
}
.medidas_img {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .medidas_img {
    width: 50%;
    float: left;
    text-align: left;
  }
}
.medidas_txt {
  border-left: 8px #fd8103 solid;
  position: relative;
  text-align: left;
  background: #f1f1f1;
}
@media only screen and (min-width: 992px) {
  .medidas_txt {
    width: 50%;
    float: right;
  }
}
.medidas_txt p {
  font-size: 1.7rem;
  margin: 0;
  padding: 3rem;
}
.medidas_txt:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fd8103;
}
#owl_thumb {
  margin: 20px 0;
}
@media only screen and (min-width: 992px) {
  #owl_thumb {
    max-width: 83%;
    margin: 15px auto 0 auto;
  }
}
#owl_thumb .owl-prev {
  background: url(../owl.carousel/prev.svg)  center center no-repeat;
  background-size: 73%;
}
@media only screen and (min-width: 768px) {
  #owl_thumb .owl-prev {
    background: url(../owl.carousel/prev.svg) center center no-repeat;
    background-size: 73%;
  }
}
#owl_thumb .owl-next {
  background: url(../owl.carousel/next.svg)  center center no-repeat;
  background-size: 73%;
}
@media only screen and (min-width: 768px) {
  #owl_thumb .owl-next {
    background: url(../owl.carousel/next.svg) center center no-repeat;
    background-size: 73%;
  }
}
#owl_onde_comprar .owl-prev {
  width: 25px;
  height: 66px;
  background: url(../owl.carousel/prev.svg)  center center no-repeat;
  background-size: 48%;
}
@media only screen and (min-width: 768px) {
  #owl_onde_comprar .owl-prev {
    background: url(../owl.carousel/prev.svg) center center no-repeat;
    background-size: 48%;
  }
}
#owl_onde_comprar .owl-next {
  width: 25px;
  height: 66px;
  background: url(../owl.carousel/next.svg)  center center no-repeat;
  background-size: 48%;
}
@media only screen and (min-width: 768px) {
  #owl_onde_comprar .owl-next {
    background: url(../owl.carousel/next.svg) center center no-repeat;
    background-size: 48%;
  }
}
.instalacao {
  background: #fff;
  padding-bottom: 50px;
}

#owl_instalacao .item {
  padding: 20px;
}
#owl_instalacao .item a {
  display: block;
  font-size: 13px;
  margin-top: 8px;
  text-transform: uppercase;
}
#owl_instalacao .item a:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2250px%22%20height%3D%2250px%22%20viewBox%3D%228%20256%2050%2050%22%20enable-background%3D%22new%208%20256%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%236d6d6d%22%20d%3D%22M55.9%2C301.2l-11.3-11.3c2.8-3.4%2C4.5-7.8%2C4.5-12.6c0-10.9-8.9-19.8-19.8-19.8c-10.9%2C0-19.8%2C8.9-19.8%2C19.8%0D%0A%09%09c0%2C10.9%2C8.9%2C19.8%2C19.8%2C19.8c4.8%2C0%2C9.1-1.7%2C12.5-4.5l11.3%2C11.3c0.8%2C0.8%2C2%2C0.8%2C2.8%2C0C56.7%2C303.2%2C56.7%2C301.9%2C55.9%2C301.2z%20M29.3%2C293.2%0D%0A%09%09c-8.8%2C0-15.9-7.1-15.9-15.9c0-8.7%2C7.1-15.9%2C15.9-15.9c8.7%2C0%2C15.9%2C7.1%2C15.9%2C15.9C45.2%2C286.1%2C38.1%2C293.2%2C29.3%2C293.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px 30px 0;
}
#owl_instalacao .item a:before {
  margin: 0 5px 30px 0;
}


.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    /*border: 1px #eaedec solid;*/
    margin: 0 0 1rem 0
    height:100%;
}

@media only screen and (min-width: 992px) {
    .zoom {
        /*width:calc(100% - 80px);*/
        height: 370px;
        float: right;
        margin: 0
    }
}

.zoom img {
    transition: all .5s;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #fff
}

@media only screen and (min-width: 992px) {
    .zoom:hover img {
        opacity:0
    }
}