.hero-section {
  background-color: #f3e8ef;
  background-image: url("../images/fons_web_h.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section__overlay {
  background: linear-gradient(
    135deg,
    rgba(248, 239, 244, 0.34) 0%,
    rgba(243, 232, 239, 0.22) 40%,
    rgba(238, 227, 219, 0.28) 100%
  );
}

.hero-section__glow--primary {
  background: rgba(253, 0, 150, 0.08);
}

.hero-section__glow--secondary {
  background: rgba(253, 0, 150, 0.05);
}

.hero-banner-frame {
  width: 95%;
}

.section-instagram {
  background-image: url("../images/sect3r.jpg");
}

.section-botiga {
  background-image: url("../images/sect4r.jpg");
}

.section-ubicacio {
  background-image: url("../images/sect5r.jpg");
}

.widget-iframe {
  width: 100%;
  border: 0;
  overflow: hidden;
}

.map-iframe {
  border: 0;
}

@media (min-width: 768px) {
  .hero-section {
    background-position: center center;
  }

  .hero-banner-frame {
    width: 82%;
  }
}

@media (min-width: 1024px) {
  .hero-banner-frame {
    width: 72%;
  }
}

@media (min-width: 1440px) {
  .hero-banner-frame {
    width: 60%;
  }
}
