nav li {
  margin: 0 30px;
}

nav.min {
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

nav li.logo-d {
  display: inline;
}

nav li.logo-m {
  display: none;
}

nav li.logo-d a:hover,
nav li.logo-m a:hover {
  background-color: transparent;
}

h2 {
  font-size: 1.5rem;
}

@media screen and (max-width: 1250px) {
  nav .nav-links {
    width: 100%;
    background-color: #9a9589f7;
    justify-content: center;
    padding-top: 0;
  }

  nav li {
    margin: 10px 0 !important;
  }

  nav li.logo-d {
    display: none;
  }
  
  nav li.logo-m {
    display: block;
  }
}

#banner img, #banner video {
  z-index: -1;
}

#banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  padding-top: 100px;
}

#banner .content h1 {
  color: #FFFFFF;
  font-size: 2rem;
}

#banner .content .text * {
  color: #ffffff;
  text-align: center;
}

#banner .cta {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#lp-quote {
  background-color: #9a9589f7;
  background-size: cover;
  background-image: url('../img/stone-2.jpg');
  background-position: bottom center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#lp-contato {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #9a9589f7;
  background-size: cover;
  background-image: url('../img/stone-2.jpg');
  background-position: bottom center;
}

#lp-contato .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}

#lp-contato .wrapper iframe {
  height: 200px;
  width: 100% !important;
  border: none;
  border-radius: 5px;
}

.btn.btn-gold {
  background-color: #9a7f49;
  border-color: #9a7f49;
  color: #FFFFFF;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out;
}

#lp-cta {
  margin-bottom: -52px;
}

#lp-cta .btn {
  transform: translateY(-50%);
  font-size: 1.5rem;
}

#lp-cta .btn:hover {
  transform: scale(1.1) translateY(-50%);
}


#depoimentos {
  background-color: #59534a;
  padding-top: 50px;
  padding-bottom: 50px;
}

#depoimentos h2 {
  color: #FFFFFF;
}

#depoimentos .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

#depoimentos .wrapper .testimonial {
  width: 250px;
}

#depoimentos .wrapper .testimonial .img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 120%;
}

#depoimentos .wrapper .testimonial img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 5px;
}

#depoimentos .wrapper .testimonial p,
#depoimentos .wrapper .testimonial .text * {
  color: #FFFFFF;
  text-align: center;
  font-size: 0.9rem !important;
  line-height: 1.5rem;
}

#depoimentos .wrapper .testimonial p.testimonial-title {
  font-size: 1.5rem !important;
  margin: 25px 0 0;
}

footer .copyright {
  background-color: #59534a;
}

#resultados {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #faf9f6;
}

#resultados .img-before-after {
  border-radius: 5px;
}

#resultados .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

#nossa-equipe {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #9a9589f7;
  background-size: cover;
  background-image: url('../img/stone-light.jpg');
  background-position: bottom center;
}

#nossa-equipe .member {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: center;
}

#nossa-equipe .member .member-name {
  font-size: 1.5rem;
  font-family: 'Griffon', serif;
  color: #9a7f49;
}

#nossa-equipe .member .img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 120%;
}

#nossa-equipe .member img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 5px;
}

#nossa-equipe .slick-dots {
  bottom: -50px;
}

#nossa-equipe .slick-dots li button:before {
  font-size: 20px;
  color: #9a7f49;
}

#procedimentos {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #59534a;
}

#procedimentos h2 {
  color: #FFFFFF;
}

#procedimentos .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

#procedimentos .img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
}

#procedimentos img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

#procedimentos .treatment-title {
  color: #FFFFFF;
  font-size: 1.25rem;
  text-align: center;
  font-family: 'Griffon', serif;
  margin-bottom: 0;
}

#procedimentos .text * {
  color: #FFFFFF;
  font-size: 1rem !important; 
  line-height: 2rem;
  text-align: center;
}

.logo-link {
  display: none;
}

@media screen and (max-width: 1250px) { 
  .logo-link {
    display: block;
  }
}

@media screen and (max-width: 1000px) { 
  #lp-contato .wrapper {    
    grid-template-columns: 1fr;
    gap: 25px;
  }

  #lp-contato .contact-info {
    grid-row: 1;
  }

  #resultados .wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  #nossa-equipe .member,
  #procedimentos .wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  #nossa-equipe .member .img-wrapper {
    grid-row: 1;
  }

  nav#navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #banner .content {
    padding-top: 0;
  }
}
