@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

nav.on-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 1000;
  background-color: #876445;
  padding: 20px;
}

nav.on-large .showPhone {
  display: none;
}

nav.on-large .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.on-large .nav-links .nav-item {
  padding-left: 20px;
}

nav.on-large .nav-links .nav-item a {
  text-decoration: none;
  color: white;
}

nav.on-large .nav-brand a {
  text-decoration: none;
  font-size: 2em;
  color: white;
}

@media (max-width: 968px) {
  nav.on-large {
    padding: 20px;
  }
  nav.on-large .nav-links {
    display: none;
  }
  nav.on-large .showPhone {
    display: block;
    font-size: 0.9em;
    color: white;
  }
  nav.on-large .nav-brand a {
    text-decoration: none;
    font-size: 1.2em;
    color: white;
  }
}

#app {
  width: 100%;
  padding: 100px;
  margin-top: 50px;
}

#app .top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

#app .top .heroText {
  font-size: 5em;
  color: #876445;
  opacity: 0.8;
}

#app .top .heroImg img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 4px 0 #CA955C;
          box-shadow: 0px 0px 4px 0 #CA955C;
}

#app .section-header {
  text-align: center;
  color: #876445;
  margin-top: 100px;
}

#app #gallery .galleryImages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

#app #gallery .galleryImages .galleryImg {
  padding: 40px;
  height: 400px;
}

#app #gallery .galleryImages .galleryImg img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 4px 0 #CA955C;
          box-shadow: 0px 0px 4px 0 #CA955C;
}

#app #services .service-cards {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

#app #services .service-cards .card {
  border-radius: 5px;
  padding: 40px;
  height: 350px;
  text-align: center;
  border: 2px solid #EDDFB3;
}

#app #services .service-cards .card .img {
  margin-top: 40px;
}

#app #services .service-cards .card .img img {
  width: auto;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

#app #areasWeServe ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 40px;
}

#app #areasWeServe ul li {
  padding: 20px;
  border-radius: 5px;
  font-size: 1.5em;
  text-align: center;
}

#app #areasWeServe ul li a {
  text-decoration: none;
  color: #76BA99;
}

#app #aboutUs .its-me {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

#app #aboutUs .its-me .picture {
  padding: 30px;
  text-align: center;
}

#app #aboutUs .its-me .picture img {
  width: 50%;
  border-radius: 5px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#app #aboutUs .its-me .about {
  padding: 40px;
  font-size: 1.2em;
}

#app .shareUs {
  background-color: #76BA99;
  text-align: center;
}

#app .shareUs a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
}

.whatsappFloatingButton {
  position: fixed;
  width: 50px;
  bottom: 10px;
  right: 10px;
  z-index: 1400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3efef;
  border-radius: 10px;
}

.whatsappFloatingButton .text {
  display: none;
}

.whatsappFloatingButton:hover {
  cursor: pointer;
  width: 150px;
}

.whatsappFloatingButton:hover .text {
  display: block;
}

.whatsappFloatingButton a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #876445;
}

.whatsappFloatingButton img {
  width: 50px;
  height: 50px;
}

.callFloatingButton {
  position: fixed;
  width: 50px;
  bottom: 10px;
  left: 10px;
  z-index: 1400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1eeee;
  border-radius: 10px;
  padding: 5px;
}

.callFloatingButton img {
  width: 40px;
  height: 40px;
}

@media (max-width: 968px) {
  #app {
    padding: 20px;
  }
  #app .top {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #app .top .heroText {
    text-align: center;
    font-size: 2em;
  }
  #app .top .heroImg img {
    width: 100%;
    height: auto;
  }
  #app #gallery .galleryImages {
    margin-top: 10px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #app #gallery .galleryImages .galleryImg {
    padding: 0;
    height: 300px;
  }
  #app #services .service-cards {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #app #areasWeServe ul {
    margin-bottom: 20px;
  }
  #app #areasWeServe ul li {
    padding: 10px;
    font-size: 1.2em;
  }
  #app #aboutUs .its-me {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #app #aboutUs .its-me .picture {
    padding: 30px;
    text-align: center;
  }
  #app #aboutUs .its-me .picture img {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #app #aboutUs .its-me .about {
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
  }
}
/*# sourceMappingURL=style.css.map */