/* ==========================================================================
    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
============================================================================= */
/*
.page-title {
    .title {
        &:before {
            content: 'Tratamentos |';
            display: block;
            font-size: 2rem;
            font-weight: normal;
            opacity: 0.7;
        }
    }
}
*/
/* ==========================================================================
    detalhe
============================================================================= */
.tratamento-detalhe {
  padding: 60px 30px;
  background: white;
  -webkit-box-shadow: 5px 0 10px 3px rgba(0, 0, 0, 0.03);
          box-shadow: 5px 0 10px 3px rgba(0, 0, 0, 0.03);
}

.tratamento-detalhe h2 {
  font-size: 3rem;
}

.tratamento-detalhe time {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #faa41a;
}

.tratamento-detalhe .share {
  margin-top: 20px;
}

.tratamento-detalhe .share a {
  border: 1px solid red;
  color: #faa41a;
  border: 1px solid #faa41a;
  background: transparent;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin: 0 3px;
}

.tratamento-detalhe .share a:hover {
  color: #f2f2f2;
  background: #faa41a;
}

.outros-assuntos {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 5px solid #dfcce4;
}

.outros-assuntos h4 {
  font-size: 3rem;
  font-weight: bold;
  font-family: "intro", "arial", sans-serif;
  text-transform: uppercase;
  color: #846692;
}

.outros-assuntos ul {
  padding: 0;
  margin: 30px 0;
}

.outros-assuntos ul li {
  padding: 30px 0;
  color: #4b4b4b;
  border-bottom: 1px solid rgba(140, 140, 140, 0.4);
}

.outros-assuntos ul li time {
  display: block;
  font-size: 1.4rem;
  color: #faa41a;
}

.outros-assuntos ul li strong {
  color: #3b064c;
}

.outros-assuntos ul li p:last-of-type {
  margin-bottom: 0;
}

.outros-assuntos ul li a {
  color: #846692;
}

.outros-assuntos ul li a * {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.outros-assuntos ul li a:hover {
  color: #3b064c;
}

.outros-assuntos ul li a:hover strong {
  color: #faa41a;
}

.outros-assuntos ul li a:hover time {
  color: #ffbd53;
}

@media (max-width: 992px) {
  .outros-assuntos {
    margin-top: 30px;
    padding-top: 30px;
  }
  .outros-assuntos h4 {
    font-size: 2rem;
  }
  .outros-assuntos ul {
    margin: 15px 0;
  }
}
/*# sourceMappingURL=detalhe.css.map */