.bg-bodyshop-1 {
  background-image: url("../images/bodyshop-image-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.logo {
  width: 15%;
}

.logo-rodape {
  width: 150px;
}

.title {
  font-size: 3.9rem;
}

@media (max-width: 700px) {
  .title {
    font-size: 2.2rem !important;
  }

  .title-secondary {
    font-size: 2.2rem !important;
  }

  .title-secondar-2 {
    font-size: 2rem !important;
  }

  .logo {
    width: 40%;
  }
}
html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
p {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 540px) {
  .min-h-services {
    min-height: 200px !important;
  }
}

.hr-whatsapp {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background-color: #4d9b20;
  border: 2px solid #fff;
  border-radius: 90px;
  font-size: 1.6rem;
  z-index: 66;
}

/*# sourceMappingURL=style.css.map */

.hidden {
  position: absolute;
  visibility: hidden;
}

.shown {
  position: relative;
  visibility: visible;
}
