* {
  font-family: "Raleway", sans-serif;
}

.topinfo-link,
.topinfo-link:hover,
.topinfo-link:focus,
.cta-link,
.cta-link:hover,
.cta-link:focus {
  color: inherit;
  text-decoration: none;
}

#navegacion .nav-link.active,
#catNav a.is-active {
  opacity: 1;
  font-weight: 700;
}

.nav-shop-btn {
  color: #fff !important;
}

.social-links a {
  display: inline-block;
  margin: 0 0.15rem;
}

.floating-whatsapp {
  position: fixed;
  right: 10px;
  bottom: 95px;
  z-index: 10;
}

.page-inner #cta {
  margin-top: 1vh;
}

.product-section {
  background-image: url("../kitchen/bg-landing.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 10vh 0;
}

.product-section .card,
.utility-section .card {
  border: 0;
}

.product-section .btn-dark,
.utility-section .btn-dark {
  background-color: #3c3c3b;
  border: 0;
}

.product-section .btn-success {
  border: 0;
}

.product-banner {
  background-image: url("../img/refrigeracion2.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  margin: 5vh auto;
  color: #fff;
  border-radius: 10px;
  padding: 1.5vh 1rem;
  max-width: 960px;
}

.product-banner h2 {
  font-weight: 700;
  font-size: 2.5em;
  margin-bottom: 0;
}

.utility-section {
  padding-top: 10vh;
}

.utility-section__block {
  margin-top: 10vh;
}

.installer-hero {
  background-image: url("../kitchen/bg-landing.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 10vh 0;
}

.installer-section {
  padding-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  #navegacion nav {
    padding: 0;
  }

  .product-section,
  .installer-hero {
    background-attachment: scroll;
    padding-top: 5vh;
  }

  .product-banner h2 {
    font-size: 2rem;
  }
}
