.footer-sub .name-company {
  color: #ffffff;
}

h1.subtitle {
  display: none;
}

section#section-produtos {
  padding-bottom: 50px;
}

section#section-produtos .finance-item {
  height: 350px;
}

#section-produtos .finance-item .title {
  background-color: #ddd !important;
  text-align: center !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  color: #6c6968;
}

section#section-produtos .finance-item a.wp-img.img-wrapper {
  height: 200px;
  margin: 0;
  border: 1px solid #ddd;
}

section#section-produtos .finance-item a.more {
  display: none;
}

@media(min-width: 700px) {
  section#section-slide p.text {
    font-size: 1.7rem;
  }
}

@media(max-width: 700px) {
  section#section-produtos .finance-item {
    height: unset !important;
  }
}
