:root {
  --pink-light: #CF9B9B;
  --pink-dark: #A46659;
  --font-light: Poppins-Light;
  --font-regular: Poppins-Regular;
  --font-semi-bold: Poppins-SemiBold;
  --font-bold: Poppins-Bold;
  --font-medium: Poppins-Medium;
  --font-dark: #535353;
  --gray-light: #F3F3F3;
  --color-orange: #A46659;
}

@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

body {
  font-family: var(--font-bold);
}

html, body {
  overflow-x: hidden;
}

#banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
}

#menu {
  position: fixed;
  z-index: 9999;
}

.menu-fixed {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.logo img {
  width: 100%;
  -webkit-transition: width ease 0.5s;
  transition: width ease 0.5s;
}

.menu-fixed #menu-content {
  top: 5px !important;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.menu-fixed .logo img {
  width: 75%;
  -webkit-transition: width ease 0.5s;
  transition: width ease 0.5s;
}

.menu-fixed #bar-menu button span {
  display: none;
}

.menu-fixed nav ul:nth-child(1) li:first-child {
  padding-left: 110px !important;
}

.menu-fixed nav ul:nth-child(2) li:last-child {
  padding-right: 105px !important;
}

#bk-logo {
  background: url(../images/background-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 349px;
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#bk-logo img {
  top: -40px;
  left: 123px;
}

#menu #bar-menu {
  background: #BB8585;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu #bar-menu .logo {
  top: -17px;
}

#menu-content {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-medium);
  -webkit-transition: top ease-in-out 0.3s;
  transition: top ease-in-out 0.3s;
}

#menu nav ul li a {
  color: #222;
  font-size: 18px;
}

#bar-menu button {
  background: #A06B6B;
  border: none;
  text-transform: uppercase;
  font-family: var(--font-medium);
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
}

#menu nav ul li a {
  padding-top: 10px;
}

.menu-fixed a {
  color: #fff !important;
}

header nav ul li a {
  color: #fff !important;
  font-family: var(--font-medium);
  font-size: 18px;
  position: relative;
}

#menu nav ul li a {
  position: relative;
}

#menu nav ul li a:hover span {
  background: #a06b6b78 !important;
}

#menu nav ul li a:hover span {
  width: 50px;
  height: 50px;
  background: #bc8585a8;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  z-index: 1;
  margin-right: auto;
  border-radius: 50%;
  -webkit-transition: background ease .5s;
  transition: background ease .5s;
}

#tratamentos {
  background: #222;
}

#tratamentos a {
  text-decoration: none;
}

#tratamentos a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

#tratamentos a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

#tratamentos p {
  font-family: var(--font-regular);
  height: 150px;
}

#about p {
  font-family: var(--font-regular);
  width: 65%;
  color: var(--font-dark);
  font-size: 18px;
}

.top-dark {
  background: url(../images/top.svg);
  position: relative;
}

.top-pink {
  background: url(../images/top-pink.svg);
}

.top-gray {
  background: url(../images/top-gray.svg);
}

.top-back {
  height: 147px;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}

.top-back img {
  margin-top: -63px;
  width: 63px;
}

#news {
  background: var(--pink-light);
  margin-top: 48px;
}

#news a {
  text-decoration: none;
}

#news img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

#news a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

#news p {
  font-family: var(--font-bold);
  color: var(--font-dark);
  font-size: 18px;
  height: 97px;
}

#news-page a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

#news-page a {
  text-decoration: none;
}

#news-page a img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

#news a {
  color: #fff !important;
  display: inline-block;
  font-family: var(--font-regular);
  font-size: 18px;
}

#info a {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--pink-dark);
  position: relative;
}

#info a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 81px;
  background: #cf9b9b33;
  width: 81px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#info a span img {
  width: 25px;
}

footer {
  background-color: #222;
}

footer .top-back img {
  margin-top: -10px !important;
}

footer #asignature {
  background: #292929;
}

.fa-facebook-f {
  font-size: 24px;
}

.fa-instagram {
  font-size: 30px;
}

#clinic {
  background: var(--pink-light);
}

#tratamentos-page {
  background-color: var(--gray-light);
  margin-top: 190px;
}

#tratamentos-page p {
  font-size: 14px;
}

#tratamentos-page h4 {
  font-size: 20px;
}

#tratamentos-page a {
  color: var(--font-dark) !important;
}

#tratamentos-page a img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

#tratamento-detail .owl-carousel2 .center {
  z-index: 99;
}

#tratamento-detail .owl-carousel2 .center img {
  width: 130%;
  margin-left: -55px;
}

#tratamento-detail p {
  font-size: 14px;
  line-height: 35px;
}

#tratamento-detail .owl-carousel2 .owl-item:not(.center) {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  /* IE */
}

#tratamento-detail .owl-carousel2 .owl-item:not(.center) img {
  margin: 38px auto;
}

#tratamento-detail .owl-carousel2 .owl-nav {
  position: absolute;
  top: 39%;
  width: 100%;
}

#tratamento-detail .owl-carousel2 .owl-nav .owl-prev {
  margin-right: 510px;
}

#tratamento-detail .owl-carousel2 .owl-nav button {
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  outline: none !important;
}

#tratamento-detail .owl-carousel2 .owl-nav button:hover {
  color: #CF9B9B !important;
}

#search {
  background: #FFEBE8;
  border: none;
  padding: 10px 15px;
}

#search::-webkit-input-placeholder {
  color: var(--pink-dark);
  font-family: var(--font-regular);
}

#search:-ms-input-placeholder {
  color: var(--pink-dark);
  font-family: var(--font-regular);
}

#search::-ms-input-placeholder {
  color: var(--pink-dark);
  font-family: var(--font-regular);
}

#search::placeholder {
  color: var(--pink-dark);
  font-family: var(--font-regular);
}

#news-detail ul li i {
  color: #01A3F0;
}

#news-detail p {
  font-family: var(--font-regular);
  line-height: 35px;
}

#contact form label {
  color: #535353;
  font-family: var(--font-bold);
  padding-left: 10px;
}

#contact form input::-webkit-input-placeholder {
  color: #ECECEC;
}

#contact form input:-ms-input-placeholder {
  color: #ECECEC;
}

#contact form input::-ms-input-placeholder {
  color: #ECECEC;
}

#contact form input::placeholder {
  color: #ECECEC;
}

#contact form input, textarea {
  width: 100%;
  padding: 10px 20px;
  border-radius: 0;
  border: 1px solid #E3E3E3;
  outline: none;
}

textarea {
  resize: none !important;
}

#contact ul li {
  padding-bottom: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact ul li strong {
  display: inline-block;
  font-size: 20px;
}

#map {
  margin-bottom: -116px;
  position: relative;
}

#menu-mobile {
  display: none;
}

section {
  margin-top: 180px;
}

section h2 {
  font-size: 28px;
}

#input-2 {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  #about p {
    font-size: 15px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  #menu-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #menu {
    display: none;
  }
  #banner {
    margin-top: 0;
  }
  html, body {
    overflow-x: hidden !important;
  }
  .text-center-sm {
    text-align: center;
  }
  #about .title {
    margin-top: 15px;
  }
  #about p {
    width: 100%;
    padding: 0 20px 40px 20px;
  }
  footer .col-md-4 {
    padding: 20px 15px;
  }
  #about-page {
    margin-top: 100px;
  }
  #news-page {
    margin-top: 100px;
  }
  #contact {
    margin-top: 100px;
  }
  #news-page h5 {
    margin-top: 15px;
  }
  #input-2 {
    display: block;
  }
  #input-1 {
    display: none;
  }
}
/*# sourceMappingURL=core.css.map */