section h1 {
  margin-bottom: 40px;
  color: #00817c;
  font-weight: 700;
}
section h2 {
  margin-bottom: 40px;
  color: #00817c;
  font-weight: 700;
}
section .blockFeatured-type2-list .blockFeatured-type2-item .contentTitle a {
  color: #00817c;
}
section .blockFeatured-type2-list .blockFeatured-type2-item .contentTitle a:focus {
  color: #339a96;
}
section .blockFeatured-type2-list .blockFeatured-type2-item .contentTitle a:hover {
  color: #66b3b0;
}
@media (min-width: 1024px) {
  section h1 {
    font-size: 54px;
    line-height: 58px;
  }
  section h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section h1 {
    font-size: 44px;
    line-height: 48px;
  }
  section h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  section h1 {
    font-size: 36px;
    line-height: 40px;
  }
  section h2 {
    font-size: 28px;
    line-height: 32px;
  }
}/*# sourceMappingURL=productoList.css.map */