.filters .active a {
  color: #287a2c;
  font-weight: 600;
}

.widget_categories ul li {
  padding: 10px 10px 20px 15px;
}

.modal-header {
  background: #26792d;
}

#masonry .overlay-bx {
  background-color: rgba(40, 122, 44, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
#masonry .overlay-bx p {
  color: #fff;
}
#masonry .info {
  background-color: #fff;
}
#masonry .info p {
  height: 0;
  opacity: 0;
  margin: 0;
  transition: all 1s ease;
}
#masonry .info:hover {
  z-index: 1;
}
#masonry .info:hover p {
  height: unset;
  opacity: 1;
}

.product-item .dez-box {
  min-height: 300px;
}
.product-item .dez-box .dez-title {
  font-size: 14px;
}

.about-list-info li .icon {
  background: #fff;
}

.counter-style-2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.text-after-counter,
.plus-before-counter {
  font-size: 70px;
  color: #000;
  font-weight: 200;
}

.page-content.gracias {
  background-color: #00843D;
}
.page-content.gracias h2 {
  color: #fff;
  text-align: center;
  font-size: 72px;
  line-height: 1;
}

/* ---- whatsapp ----*/
.carrito-flotante {
  background-color: #098446;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 4%;
  right: 4%;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.carrito-flotante:hover {
  background-color: #fff;
  border-color: #098446;
}
.carrito-flotante:hover .carrito {
  color: #098446;
}
.carrito-flotante .carrito {
  color: white;
  font-size: 1.5rem;
}
.carrito-flotante.contacto {
  bottom: 13%;
}

.tab-pane ul {
  padding-left: 15px;
}

.btn-verde {
  background-color: #00843D;
}

.widget_categories ul li.active a {
  color: #00843D !important;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .logo-header {
    width: 256px;
  }
  .site-header.header {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .mo-left .header-nav .logo-header {
    display: none;
  }
}
@media (max-width: 980px) {
  .has-sub-menu i {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .page-content.gracias {
    height: 80vh;
  }
  .page-content.gracias h2 {
    font-size: 42px;
    line-height: 1;
  }
}/*# sourceMappingURL=ajustes.css.map */