/* ==========================================================================
    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
============================================================================= */
.page-content {
  padding-bottom: 0;
}

.rodape-clinica {
  display: block;
  color: white;
  padding: 40px 0;
  margin-top: 80px;
  background: #f5811f;
}

.rodape-clinica a {
  color: currentColor;
}

.rodape-clinica img {
  margin-top: -60px;
}

.rodape-clinica h4 {
  padding-right: 20px;
  font-size: 4.5rem;
  text-transform: uppercase;
}

.rodape-clinica h4 strong {
  display: block;
  font-family: "intro", "arial", sans-serif;
}

.rodape-clinica .title {
  font-weight: 100;
  font-size: 1.8rem;
  font-family: "calibri", "arial", sans-serif;
  color: currentColor;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rodape-clinica address {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.rodape-clinica p {
  margin: 0;
}

.rodape-clinica:hover {
  color: white;
  background: #faa41a;
}

@media (max-width: 992px) {
  .rodape-clinica h4 {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .rodape-clinica {
    text-align: center;
  }
  .rodape-clinica img {
    margin-top: 0;
  }
  .rodape-clinica h4 {
    text-align: left;
    font-size: 2.5rem;
  }
}
/*# sourceMappingURL=index.css.map */