* {
  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;
}

.btn {
  border-radius: 999px;
}

.action-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.action-group > .btn,
.action-group > .btn-group {
  margin-left: 0 !important;
}

.action-group > .btn,
.action-group > .btn-group > .btn {
  border-radius: 999px !important;
}

.action-group--joined {
  flex-wrap: nowrap;
  gap: 0;
}

.action-group--joined > * + * {
  margin-left: -1px !important;
}

.action-group--joined > .btn:first-child,
.action-group--joined > .btn-group:first-child > .btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.action-group--joined > .btn:last-child,
.action-group--joined > .btn-group:last-child > .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.action-group .dropdown-menu {
  border-radius: 1rem;
}

.action-group .dropdown-toggle {
  padding-right: 0.75rem;
}

.action-group .dropdown-toggle::after {
  display: none;
}

.generic-brand-card {
  background-image: url("../img/bg-card-generico.jpg");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 1.25rem 2.5rem rgba(6, 68, 49, 0.22);
}

.generic-brand-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem 1.75rem 1.75rem;
}

.generic-brand-card__description {
  margin-bottom: 0.9rem;
}

.generic-brand-card__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.generic-brand-card__headline {
  display: block;
  margin-top: 0.9rem;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.15;
}

.generic-brand-card__body {
  margin-bottom: 1.25rem;
  width: 100%;
}

.generic-brand-card__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.generic-brand-card__logos img {
  width: auto;
  max-width: 130px;
  max-height: 34px;
  filter: brightness(0) invert(1);
}

.generic-brand-card__divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.32);
}

.generic-brand-card__copy {
  display: block;
  max-width: 19rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.generic-brand-card .action-group {
  justify-content: center;
  width: auto;
}

.generic-brand-card .action-group > .btn,
.generic-brand-card .action-group > .btn-group {
  flex: 0 0 auto;
}

.generic-brand-card .btn-light {
  background: #ffffff;
  border-color: #ffffff;
  color: #0b5a41;
}

.generic-brand-card .btn-light:hover,
.generic-brand-card .btn-light:focus {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
  color: #0b5a41;
}

.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;
  }
}
