html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #F4F4F4;
}

.header {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 1.5rem 3rem;
}
.header-logo {
  cursor: pointer;
}
.header-logo-image {
  height: 10vh;
}

.hero {
  height: 40vh;
  width: 100%;
  position: relative;
}
.hero img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero p {
  color: #eee;
  display: block;
  font-family: "Montserrat", "sans-serif";
  font-size: 2.5rem;
  font-weight: bold;
  left: 50%;
  letter-spacing: 0.5rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
}
.hero .call-to-action {
  background-color: #F8F7F1;
  color: #343434;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-family: "Lato", "sans-serif";
  left: 50%;
  letter-spacing: 0.2rem;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 70%;
  transform: translate(-50%, -50%);
}
.hero .call-to-action:hover {
  color: black;
}

.services {
  padding: 2.5rem 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services-title {
  font-family: "Montserrat", "sans-serif";
  font-size: 2.8rem;
  color: #343434;
  margin-bottom: 2rem;
}
.services .services-container {
  max-width: 520px;
  width: 100%;
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.services .service {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.services .service img {
  align-self: center;
  width: 5rem;
}
.services .service-title {
  color: #343434;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", "sans-serif";
  font-weight: bold;
  text-decoration: none;
}
.services .service-description {
  color: #343434;
  font-size: 1.6rem;
  font-family: "Lato", "sans-serif";
  text-decoration: none !important;
}

.pricelist {
  align-items: center;
  color: #f8f8f8;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem;
  width: 100%;
}
.pricelist-title {
  font-family: "Montserrat", "sans-serif";
  color: #343434;
  font-size: 2.8rem;
  justify-content: center;
}
.pricelist-section {
  width: 100%;
  max-width: 1200px;
}
.pricelist-section-title {
  color: #343434;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "Montserrat", "sans-serif";
  font-weight: bold;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.pricelist-section-container {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.pricelist-section-service-card {
  background-color: #f8f8f8;
  padding: 1.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.pricelist-section-service-card-title {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #343434;
  font-family: "Montserrat", "sans-serif";
  font-weight: bold;
  margin-bottom: 2.2rem;
}
.pricelist-section-service-card-hr {
  height: 1px;
  border: 0;
  background-color: #e7e7e7;
}
.pricelist-section-service-card-description {
  font-size: 1.4rem;
  margin-top: 2.2rem;
  text-align: justify;
  font-family: "Lato", "sans-serif";
  color: #767676;
}
.pricelist-section-service-card-price {
  font-size: 1.4rem;
  color: #767676;
  font-family: "Montserrat", "sans-serif";
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.pricelist-section-additional-services-title {
  font-family: "Montserrat", "sans-serif";
  font-size: 1.4rem;
  color: #343434;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.pricelist-section-additional-services-list {
  list-style-position: inside;
  line-height: 2.8rem;
}
.pricelist-section-additional-services-list-item {
  color: #767676;
  font-family: "Lato", "sans-serif";
  font-size: 1.4rem;
}

.contact {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  padding: 2.5rem 2rem;
  width: 100%;
}
.contact-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
}
.contact-title {
  font-family: "Montserrat", "sans-serif";
  color: #343434;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
.contact-image {
  width: 100%;
  max-width: 1200px;
}
.contact-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-bussines-info {
  display: flex;
  flex-direction: column;
  color: #767676;
  font-family: "Lato", "sans-serif";
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 1rem 0;
}
.contact-phone {
  color: #767676;
  font-family: "Lato", "sans-serif";
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none;
}
.contact-mail {
  color: #767676;
  font-family: "Lato", "sans-serif";
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none;
}
.contact-facebook {
  color: #767676;
  font-family: "Lato", "sans-serif";
  font-size: 1.4rem;
  line-height: 2rem;
}
.contact-instagram {
  color: #767676;
  font-family: "Lato", "sans-serif";
  font-size: 1.4rem;
  line-height: 2rem;
}
.contact-icon {
  width: 14px;
  height: 14px;
  margin-right: 1rem;
}
.contact-working-hours {
  color: #767676;
  font-family: "Lato", "sans-serif";
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 1rem 0;
}

.footer {
  padding: 2.5rem 2rem;
  display: flex;
  justify-content: center;
}
.footer-floating-call {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.footer-floating-call-button {
  height: 60px;
  width: 60px;
  background-color: white;
  border-radius: 50px;
}
.footer-floating-call-icon {
  margin-top: 10px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  filter: brightness(0) saturate(100%) invert(72%) sepia(16%) saturate(2195%) hue-rotate(74deg) brightness(102%) contrast(76%);
}
.footer-copyrights {
  font-size: 1.2rem;
  font-family: "Lato", "sans-serif";
  color: #767676;
  text-align: center;
}/*# sourceMappingURL=style.css.map */