/* ==========================================================================
    Fontes
============================================================================= */
/* ==========================================================================
   font /
============================================================================= */
@font-face {
  font-family: 'calibri';
  src: url("../../fonts/calibri-regular.eot");
  src: url("../../fonts/calibri-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/calibri-regular.woff2") format("woff2"), url("../../fonts/calibri-regular.woff") format("woff"), url("../../fonts/calibri-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src: url("../../fonts/calibri-bold.eot");
  src: url("../../fonts/calibri-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/calibri-bold.woff2") format("woff2"), url("../../fonts/calibri-bold.woff") format("woff"), url("../../fonts/calibri-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'intro';
  src: url("../../fonts/intro-light.eot");
  src: url("../../fonts/intro-light.eot?#iefix") format("embedded-opentype"), url("../../fonts/intro-light.woff2") format("woff2"), url("../../fonts/intro-light.woff") format("woff"), url("../../fonts/intro-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'intro';
  src: url("../../fonts/intro-bold.eot");
  src: url("../../fonts/intro-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/intro-bold.woff2") format("woff2"), url("../../fonts/intro-bold.woff") format("woff"), url("../../fonts/intro-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* ==========================================================================
    Palheta de cores
============================================================================= */
/* ==========================================================================
    Largura
============================================================================= */
/* ==========================================================================
   media queries
============================================================================= */
/* ==========================================================================
    Geral
============================================================================= */
* {
  outline: none;
  border: none;
  border-collapse: inherit;
  color: inherit;
  list-style: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

html, body {
  height: 100%;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  width: 100%;
  height: 100% !important;
  margin: 0 auto;
  color: #4b4b4b;
  background-color: #f6f6f7;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  font-family: "calibri", "arial", sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  background-size: cover;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

p {
  margin: 0 0 30px;
  line-height: 150%;
}

a {
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

a:focus {
  background-color: transparent;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, address {
  font-weight: normal;
  font-style: normal;
}

iframe {
  border: none;
}

/* ==========================================================================
   clearfix
============================================================================= */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   border-box
============================================================================= */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   noscript
============================================================================= */
noscript .overlay {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #000;
  opacity: .80;
}

noscript .mensagem {
  font-weight: 200;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000001;
  margin: -67px 0 0 -245px;
  padding: 45px 0 0 140px;
  width: 500px;
  height: 120px;
  background: url("../..//imgs/geral/alert.png") no-repeat left top;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}

/* ==========================================================================
   customForm
============================================================================= */
.customHidden,
.customHidden .customInputFileHidden {
  visibility: hidden;
}

/* ==========================================================================
    Editor
============================================================================= */
.editor img {
  max-width: 100%;
  height: auto !important;
}

.editor p:last-of-type {
  margin-bottom: 0;
}

.editor ul {
  padding: 0;
  display: block;
  margin: 15px 0;
}

.editor ul li {
  margin: 12px 0 0 20px;
  list-style: disc;
}

.editor ol {
  margin: 15px 0 15px 20px;
  padding-left: 0;
}

.editor ol li {
  margin: 12px 0 0 0;
  list-style: decimal;
}

/* ==========================================================================
    BxSlider
============================================================================= */
a.disabled {
  display: none !important;
}

/* ==========================================================================
    Mixin
============================================================================= */
/* ==========================================================================
    container
============================================================================= */
body {
  background: #f6f6f7;
}

.page-content {
  padding-bottom: 0;
}

/* ==========================================================================
    banners
============================================================================= */
.banners a.item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.banners a.item:hover:before {
  opacity: 0.3;
}

.banners .item {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  background: no-repeat center #f6f6f7;
  background-size: cover;
}

@media (max-width: 768px) {
  .banners .item {
    height: 300px;
  }
}

.banners .slick-dots {
  position: absolute;
  width: 100%;
  list-style: none;
  bottom: 20px;
  text-align: center;
}

.banners .slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  margin: 0 5px;
  padding: 0;
}

.banners .slick-dots li button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  background: #f6f6f7;
  border: 0;
  outline: none;
}

.banners .slick-dots li button:hover, .banners .slick-dots li button:focus {
  outline: none;
}

.banners .slick-dots li.slick-active button {
  background: #f5811f;
}

.banners .slick-arrow {
  top: 50%;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3b064c;
  width: 40px;
  height: 40px;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 0;
  outline: none;
}

.banners .slick-arrow:hover {
  color: white;
}

.banners .slick-prev {
  left: 20px;
}

.banners .slick-next {
  right: 20px;
}

/* ==========================================================================
    tratamentos
============================================================================= */
.tratamentos {
  margin-top: -80px;
  margin-bottom: 80px;
}

.tratamentos .item {
  height: 345px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  background: white no-repeat center;
  background-size: cover;
}

.tratamentos .item > strong {
  z-index: 3;
  left: 15px;
  bottom: 15px;
  display: block;
  position: absolute;
  font-size: 3rem;
  font-weight: bold;
  line-height: 110%;
  font-family: "intro", "arial", sans-serif;
  text-transform: uppercase;
  color: white;
}

.tratamentos .item:before {
  content: '';
  opacity: 0.35;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #846692;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tratamentos .item:after {
  content: '+';
  top: 50%;
  left: 50%;
  opacity: 0;
  font-size: 10rem;
  font-weight: 100;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(1.2) rotate(90deg);
          transform: translate(-50%, -50%) scale(1.2) rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  line-height: 60px;
  border-radius: 100%;
  color: white;
  text-align: center;
  border: 3px solid currentColor;
  width: 80px;
  height: 80px;
}

.tratamentos .item:hover {
  -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.3);
}

.tratamentos .item:hover:before {
  opacity: 0.7;
  background: #3b064c;
}

.tratamentos .item:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
          transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.tratamentos .item:hover strong {
  bottom: 15px;
}

@media (max-width: 768px) {
  .tratamentos {
    margin: 15px auto;
  }
  .tratamentos .item {
    height: 200px;
  }
  .tratamentos .item strong {
    font-size: 2rem;
  }
  .tratamentos .item:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .tratamentos .item:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(0.5) rotate(0deg);
            transform: translate(-50%, -50%) scale(0.5) rotate(0deg);
  }
}

/* ==========================================================================
    blog
============================================================================= */
.blog {
  padding: 5% 15px;
}

.blog .title {
  margin-bottom: 5%;
}

.blog .card {
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.08);
}

.blog .card * {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog .card .card-body {
  padding: 30px;
  text-align: center;
}

.blog .card .card-body .card-title {
  font-size: 2rem;
  min-height: 90px;
  color: #846692;
}

.blog .card .card-body .btn {
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "intro", "arial", sans-serif;
  text-transform: uppercase;
  color: white;
  background-color: #f5811f;
}

.blog .card:hover {
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.08);
}

.blog .card:hover .card-title {
  color: #dfcce4;
}

.blog .card:hover .btn {
  background-color: #faa41a;
}

@media (max-width: 992px) {
  .blog .card .card-body {
    padding: 15px;
  }
  .blog .card .card-body .card-title {
    min-height: auto;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .blog .card .card-body .btn {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
    corpo-clinico
============================================================================= */
.corpo-clinico {
  padding: 10% 15px;
  background: white;
}

.corpo-clinico .title {
  margin-bottom: 5%;
}

.corpo-clinico .slick-corpo-clinico {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}

.corpo-clinico .slick-corpo-clinico .slick-arrow {
  top: 50%;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  width: 40px;
  height: 40px;
  background: #846692;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.corpo-clinico .slick-corpo-clinico .slick-arrow:hover {
  background: #3b064c;
}

.corpo-clinico .slick-corpo-clinico .slick-next {
  right: 0;
}

.corpo-clinico .slick-corpo-clinico .slick-slide {
  text-align: center;
}

.corpo-clinico .slick-corpo-clinico .slick-slide span {
  position: relative;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid #846692;
}

.corpo-clinico .slick-corpo-clinico .slick-slide span:after {
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
  background: #846692;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.corpo-clinico .slick-corpo-clinico .slick-slide span:before {
  content: '+';
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 2;
  font-size: 10rem;
  font-weight: 100;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(1.2) rotate(90deg);
          transform: translate(-50%, -50%) scale(1.2) rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  line-height: 60px;
  border-radius: 100%;
  color: white;
  text-align: center;
  border: 3px solid currentColor;
  width: 80px;
  height: 80px;
}

.corpo-clinico .slick-corpo-clinico .slick-slide span p {
  margin: 0;
  padding: 15px;
  width: 80%;
  left: 0;
  bottom: 20px;
  text-align: left;
  line-height: 110%;
  font-size: 1.4rem;
  position: absolute;
  color: #4b4b4b;
  background: rgba(242, 242, 242, 0.7);
}

.corpo-clinico .slick-corpo-clinico .slick-slide span p strong {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.corpo-clinico .slick-corpo-clinico .slick-slide span:hover:after {
  opacity: 0.5;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.corpo-clinico .slick-corpo-clinico .slick-slide span:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
          transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.corpo-clinico .slick-corpo-clinico .slick-current span {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ==========================================================================
    depoimentos
============================================================================= */
.depoimentos {
  padding: 5% 0;
}

.depoimentos .title {
  margin-bottom: 2%;
}

.depoimentos .box {
  padding: 30px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: white;
}

.depoimentos .box:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.depoimentos .box p {
  position: relative;
  padding: 10px 0 0 40px;
}

.depoimentos .box p .fas {
  top: 0;
  left: 0;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  color: #846692;
}

.depoimentos .box footer {
  line-height: 110%;
  font-weight: bold;
  font-size: 1.8rem;
  color: #3b064c;
}

.depoimentos .box footer span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #faa41a;
}

/* ==========================================================================
    contatos-section
============================================================================= */
.contatos-section {
  padding: 80px 0;
  color: white;
  background: #f5811f;
}

.contatos-section .table {
  height: 100px;
  display: table;
  font-size: 2rem;
}

.contatos-section .table .td-cell {
  display: table-cell;
  vertical-align: middle;
}

.contatos-section .table .td-cell:first-child {
  width: 20%;
  text-align: center;
}

.contatos-section .table .fas {
  font-size: 4rem;
}

.contatos-section .table a {
  color: white;
}

.contatos-section .table a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contatos-section {
    padding: 40px 0;
  }
  .contatos-section .table {
    height: 70px;
    font-size: 1.6rem;
  }
}

/* ==========================================================================
    promocao
============================================================================= */
.promocao .content {
  padding: 40px 0;
  background: #8f6695;
  color: white;
}

.promocao:after, .promocao:before {
  content: '';
  height: 11px;
  display: block;
}

.promocao:before {
  background: url("../../imgs/home/pattern-top.png") top;
}

.promocao:after {
  background: url("../../imgs/home/pattern-bottom.png") top;
}

.promocao .table {
  display: table;
}

.promocao .table .td-cell {
  width: 50%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.promocao .text {
  font-size: 5rem;
  line-height: 110%;
  text-transform: uppercase;
}

.promocao .text strong {
  font-size: 4.7rem;
  font-weight: bold;
  font-family: "intro", "arial", sans-serif;
}

.promocao .desconto {
  position: absolute;
  left: 50%;
  top: -53px;
  margin-left: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1200px) {
  .promocao .text {
    font-size: 4rem;
  }
  .promocao .text strong {
    font-size: 3.8rem;
  }
}

@media (max-width: 768px) {
  .promocao .table .td-cell:first-child {
    width: 60%;
  }
  .promocao .text {
    font-size: 2rem;
  }
  .promocao .text strong {
    display: block;
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .promocao .desconto {
    position: relative;
    left: auto;
    top: auto;
    margin-left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

/* ==========================================================================
    @media
============================================================================= */
/*# sourceMappingURL=index.css.map */