@font-face {
  font-family: CanvasRegular;
}

@font-face {
  font-family: CanvasLight;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'CanvasRegular', serif;
  font-weight: 600;
  background-color: #DEDDDB;
  background-repeat: repeat;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(155, 123, 75, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
  color: #9B7B4B;
  border-color: #9B7B4B;
}

.dourado {
  color: #9B7B4B;
}

#header {
  padding-top: 10px;
  padding-bottom: 25px;
  background-color: #151937;
}

#header .inicio {
  color: #9B7B4B !important;
  font-weight: 100;
}

#header .branco {
  color: white !important;
  font-weight: 100;
}

#header .logo img {
  max-width: 400px;
}

@media (max-width: 800px) {
  #header .logo img {
    max-width: 100%;
  }
}

#header .btn-agendamento {
  background: #9B7B4B;
}

#header .sociais-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#header .sociais-top img {
  padding-left: 15px;
}

@media (max-width: 800px) {
  #header .sociais-top {
    margin-top: 30px;
  }
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 380px;
}

@media (max-width: 800px) {
  #slider .w-100 {
    height: 185px !important;
  }
  #slider .w-100 img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#slider .divisor {
  height: 10px;
  background: #151937;
  width: 50px;
}

@media (max-width: 800px) {
  #slider .divisor {
    display: none;
  }
}

#slider .texto {
  position: absolute;
  top: 100px;
  left: 180px;
}

@media (max-width: 800px) {
  #slider .texto {
    top: 59px;
    left: 39px;
    width: 80%;
  }
}

#slider .margin {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  background: white;
}

@media (max-width: 800px) {
  #slider .margin {
    text-align: center;
    padding: 0;
  }
}

#slider .bg-branco {
  background: white;
}

#slider .titulo {
  font-family: 'CanvasRegular', serif;
  color: #1B3148;
  font-size: 2em;
  font-weight: 100;
}

@media (max-width: 800px) {
  #slider .titulo {
    font-size: 1.5em;
  }
}

#slider .sub {
  color: #1B3148;
}

@media (max-width: 800px) {
  #slider .sub {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

#slider .btn-saiba-mais {
  margin-top: 30px;
  background: #151937;
  color: white;
  padding: 15px;
  padding-right: 45px;
  padding-left: 45px;
  display: inline-block;
}

@media (max-width: 800px) {
  #slider .btn-saiba-mais {
    margin-top: 5px;
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wave-top img {
  width: 100%;
  height: 70px;
}

@media (max-width: 800px) {
  .wave-top img {
    height: 30px;
  }
}

.titulo-tratamentos {
  font-family: 'CanvasRegular', serif;
  font-weight: 100;
  margin-top: 30px;
  font-size: 3em;
  color: #151937;
}

.divisor-tratamentos {
  height: 5px;
  background: #9B7B4B;
  width: 100px;
  display: inline-block;
}

.divisor-internos {
  height: 5px;
  background: #9B7B4B;
  width: 100px;
  display: inline-block;
}

.sub-tratamentos-home {
  font-family: 'CanvasLight', serif;
  color: #151937;
  margin-top: 23px;
  font-size: 1.4em;
  font-weight: 100;
}

#titulo-tratamento-facial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

#titulo-tratamento-facial img {
  width: 93%;
}

.a-tratamentos {
  color: #151937;
  text-decoration: none;
}

.a-tratamentos:hover {
  color: #9B7B4B;
  text-decoration: none;
}

.item-tratamentos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.3em;
  font-weight: 100;
}

.item-tratamentos img {
  width: 80%;
  padding-bottom: 10px;
}

#footer {
  font-weight: 100;
  margin-top: 100px;
  color: white;
  background: #151937;
  padding-top: 35px;
  padding-bottom: 35px;
}

#footer a {
  color: white;
  text-decoration: none;
  display: inline-block;
}

#footer .titulo {
  font-size: 1.4em;
  margin-bottom: 15px;
  font-weight: 100;
}

#footer .divisor {
  background: #9B7B4B;
  height: 5px;
  margin-bottom: 15px;
  display: inline-block;
  width: 50px;
}

#footer .sociais-footer {
  margin-top: 15px;
}

#footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.direitos {
  padding-bottom: 25px;
  background: #151937;
  color: #9B7B4B;
}

@media (max-width: 800px) {
  #footer .titulo {
    margin-top: 25px;
  }
  #footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bg-cinza {
  background-color: #DEDDDB;
}

#tratamento-interno {
  margin-top: 50px;
}

#tratamento-interno .titulo {
  font-family: CanvasRegular;
  font-size: 1.4em;
}

#tratamento-interno .item {
  margin-top: 50px;
}

#tratamento-interno .lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #1B3148;
  font-family: CanvasLight;
  font-weight: lighter;
  font-size: 10px;
}

#tratamento-interno .lista img {
  padding-left: 10px;
  margin-bottom: 5px;
}

#tratamento-interno .lista a {
  padding-top: 5px;
  color: #1B3148;
  font-size: 15px;
}

.btn-agendar-consulta-interno {
  font-family: CanvasLight;
  font-weight: 100;
  margin-top: 100px;
  display: inline-block;
  background: #2F333D;
  color: white;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.btn-agendar-consulta-interno:hover {
  color: white;
}

.div_whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  background: #009588;
  bottom: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 30px;
  border-radius: 50px;
}

.img-sobre-nos {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
/*# sourceMappingURL=master.css.map */