/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.textjustify{
    text-align: justify;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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

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

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

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


/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  /* margin-bottom: 60px; */
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  /* -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; */
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #4c191b;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #4c191b;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #d3bf74;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  width:23px !important;
  height:45px !important;
  left:10px;
  background: url('../images/seta_esqueda.png') no-repeat;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  width:23px !important;
  height:45px !important;
  right: 10px;
  background: url('../images/seta_direita.png') no-repeat;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  /* background-position: -43px 0; */
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* Responsive hack - Bootstrap */
@media (min-width: 300px) and (max-width: 991px) {
  img.responsive {
    max-width: 100%;
    height: auto;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-weight: 300;
  margin-top: 0 !important;
}
body {
  font-weight: normal;
  font-style: normal;
  font-family: 'Gotham';
  font-size: 11px;
  color: #282828;
  overflow-x: hidden;
}
article {
  max-width: 900px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
.fa-bars {
  float: right;
  position: absolute;
  right: 20px;
  font-size: 31px;
  margin-top: 12px;
  color: #987c2e;
  display: none;
}
@media (max-width: 959px) {
  .fa-bars {
    display: block;
  }
}
header {
  width: 100%;
  float: left;
  padding: 20px 0;
  background: url(../images/background_topo.png) top center repeat;
}
header h1 {
  width: 147px;
  height: 50px;
  background: url('../images/logo.png') top center;
  text-indent: -9999px;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}
header ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
header ul li {
  float: left;
  margin: 15px;
}
header ul li a {
  text-decoration: none;
  color: #282828;
}
@media (max-width: 959px) {
  header ul {
    width: 100%;
    margin-top: 10px;
    display: none;
  }
  header ul li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  header ul li a {
    padding: 10px;
    box-sizing: border-box;
    display: block;
  }
}
section#banners {
  float: left;
  width: 100%;
  background: url(../images/background_banner.png) top center;
  margin-bottom: 50px;
}
.btn {
  border-radius: 30px;
  background: #000;
  color: #FFF;
  padding: 10px 15px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  margin: 0 auto;
  font-size: 8px;
}
.sessoes {
  float: left;
  width: 100%;
  padding: 25px 0;
  margin-bottom: 60px;
}
.sessoes .middle {
  width: 50%;
  float: left;
}
@media (max-width: 959px) {
  .sessoes .middle {
    width: 100%;
  }
}
.sessoes .middle .block {
  margin-top: 24px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 320px;
  padding: 20px 0;
}
.sessoes .middle .block h2 {
  font-size: 30px;
  margin: 0;
}
.sessoes .middle .block p {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gotham Book';
  line-height: 20px;
}
.fright {
  float: right !important;
  margin-right: 59px;
}
@media (max-width: 959px) {
  .fright {
    width: 100%;
    margin-right: 0;
  }
}
section#conheca {
  background: url(../images/fundo_maos.png) top center no-repeat;
}
@media (max-width: 959px) {
  section#conheca {
    background: url(../images/fundo_maos.png) top center repeat;
  }
  section#conheca img {
    width: 100%;
  }
}
section#conheca h2 {
  color: #FFF;
}
section#conheca h2 span {
  color: #cfb961;
}
section#conheca p {
  color: #FFF;
}
section#conheca .btn {
  color: #4c191b;
  background: #cfb961;
}
section#conheca .block {
  border-color: #cfb961;
}
section#espaco {
  background: url(../images/fundo_estetica.png) top center no-repeat;
}
section#espaco h2 {
  color: #4c191b;
}
section#espaco h2 span {
  color: #FFF;
}
section#espaco p {
  color: #000;
}
section#espaco .btn {
  color: #FFF;
  background: #4c191b;
}
section#espaco .block {
  border-color: #FFF;
}
section#curriculo {
  background: url(../images/fundo_curriculo.png) top center no-repeat;
}
section#curriculo h2 {
  color: #4c191b;
}
section#curriculo h2 span {
  color: #d3bf74;
}
section#curriculo p {
  color: #000;
}
section#curriculo .btn {
  color: #d3bf74;
  background: #4c191b;
}
section#curriculo .block {
  border-color: #d3bf74;
}
section#newsletter {
  width: 100%;
  float: left;
  background: url(../images/background_newsletter.png) top center;
}
section#newsletter .middle {
  width: 50%;
  margin-left: 8%;
  padding-bottom: 40px;
}
@media (max-width: 959px) {
  section#newsletter .middle {
    width: 100%;
    margin-left: 0;
  }
}
section#newsletter .middle h2 {
  font-size: 30px;
  color: #4c191b;
  letter-spacing: 2px;
  margin: 0;
  margin-top: -20px;
}
section#newsletter .middle p {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-break: 20px;
}
section#newsletter .middle input {
  width: 60%;
  background: #e4e4e4;
  color: #000;
  padding: 20px;
  font-weight: bold;
  border: 0;
  font-size: 9px;
}
section#newsletter .middle input::-webkit-input-placeholder {
  color: #000;
}
section#newsletter .middle input:-moz-placeholder {
  color: #000;
}
section#newsletter .middle input::-moz-placeholder {
  color: #000;
}
section#newsletter .middle input:-ms-input-placeholder {
  color: #000;
}
section#newsletter .middle button {
  background: #d3bf74;
  border: 0;
  font-weight: bold;
  font-size: 9px;
  width: 25%;
  padding: 20px;
  margin-left: 20px;
}
footer {
  width: 100%;
  float: left;
  background: url(../images/background_footer.png) top center;
}
footer .middle {
  width: 41%;
  float: left;
  padding: 20px;
  box-sizing: border-box;
  margin-left: 73px;
  letter-spacing: 1px;
  font-size: 10px;
}
@media (max-width: 959px) {
  footer .middle {
    width: 100%;
    margin-left: 0;
  }
}
footer .middle ul {
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0;
}
footer .middle ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .middle ul li a {
  width: 50px;
  height: 50px;
  background: #d3bf74;
  border-radius: 100%;
  display: block;
}
footer .middle ul li a i {
  font-size: 25px;
  margin-top: 12px;
  color: #FFF;
}
section#quemsomos {
  float: left;
  width: 100%;
  background: url(../images/background_banner.png) top center no-repeat;
}
section#quemsomos article h2 {
  color: #d3bf74;
  font-size: 25px;
}
section#quemsomos article .bloco {
  float: left;
  width: 100%;
  background: #FFF;
  font-family: 'Gotham Book';
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 10px;
}
section#quemsomos article .texto {
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  float: left;
  text-transform: uppercase;
}
section#quemsomos article .empresas {
  list-style: none;
  margin: 0;
  padding: 0;
}
section#quemsomos article .empresas li {
  display: inline-block;
  border: 2px solid #d3bf74;
  line-height: 0;
  margin-right: 20px;
}
.form {
  float: left;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 100px;
}
.form input,
.form textarea {
  width: 100%;
  border: 1px solid #d3bf74;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 10px;
}
.form button {
  width: 100%;
  background: #d3bf74;
  color: #FFF;
  border: 0;
  padding: 20px;
  box-sizing: border-box;
}
ul.round {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.round li {
  display: inline-block;
  background: #d3bf74;
  color: #4c191b;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 9px;
}
.sep {
  width: 300px;
  height: 2px;
  background: #d3bf74;
  display: inline-block;
  top: -7px;
  position: relative;
}
@media (max-width: 959px) {
  .sep {
    width: 100%;
  }
}
section#equipe {
  background: #4c191b;
  float: left;
  width: 100%;
  margin-bottom: 70px;
  padding: 30px 0;
}
section#equipe h2 {
  color: #d3bf74;
  font-size: 25px;
}
section#equipe .bx-wrapper .bx-prev {
  left: -50px !important;
}
section#equipe .bx-viewport {
  height: 660px !important;
}
section#equipe .carousel {
  float: left;
  width: 100%;
  height: 635px;
}
section#equipe div.item {
  float: left;
  width: 178px;
  color: #fff;
}
@media (max-width: 959px) {
  section#equipe div.item {
    width: 100%;
  }
}
section#equipe div.item h3 {
  padding: 10px;
}
section#equipe div.item .btn {
  background: #d3bf74;
  color: #4c191b;
}
.top300 {
  margin-top: 300px;
}
section#clinica {
  float: left;
  width: 100%;
  background: url(../images/background_banner.png) top center no-repeat;
}
section#clinica h2 {
  color: #d3bf74;
  font-size: 25px;
  line-height: 32px !important;
}
section#clinica .btn {
  background: #4c191b;
}
section#clinica .bloco {
  float: left;
  width: 100%;
  background: #FFF;
  font-family: 'Gotham Book';
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 10px;
}
section#clinica .texto {
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  float: left;
  text-transform: uppercase;
}
section#clinica .middle {
  width: 50%;
  float: left;
}
@media (max-width: 959px) {
  section#clinica .middle {
    width: 100%;
  }
}
section#clinica2 {
  float: left;
  width: 100%;
  padding: 20px 0;
}
section#clinica2 h2 {
  color: #d3bf74;
  font-size: 25px;
  line-height: 32px !important;
}
section#clinica2 .btn {
  background: #4c191b;
}
section#clinica2 .bloco {
  float: left;
  width: 100%;
  background: #FFF;
  font-family: 'Gotham Book';
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 10px;
}
section#clinica2 .texto {
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  float: left;
  text-transform: uppercase;
}
section#clinica2 .middle {
  width: 50%;
  float: left;
}
@media (max-width: 959px) {
  section#clinica2 .middle {
    width: 100%;
  }
}
section#tratamentos {
  width: 100%;
  float: left;
  background: url(../images/background_estetico.png) top center;
  text-transform: uppercase;
}
section#tratamentos h2 {
  font-size: 25px;
  color: #FFF;
}
section#tratamentos h2 .sep {
  background: #FFF;
}
section#tratamentos .middle {
  width: 50%;
  float: left;
}
@media (max-width: 959px) {
  section#tratamentos .middle {
    width: 100%;
  }
}
section#tratamentos .middle .tratamentos_lista {
  background: #4c191b;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 30px;
}
section#tratamentos .middle .tratamentos_lista ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section#tratamentos .middle .tratamentos_lista ul li {
  margin-bottom: 10px;
}
section#tratamentos .middle .tratamentos_lista ul a {
  color: #FFF;
  text-decoration: none;
}
section#tratamentos2 {
  width: 100%;
  float: left;
  background: url(../images/background_biomedicos.png) top center;
  margin-bottom: 100px;
  text-transform: uppercase;
}
section#tratamentos2 h2 {
  font-size: 25px;
  color: #FFF;
}
section#tratamentos2 h2 .sep {
  background: #FFF;
}
section#tratamentos2 .middle {
  width: 50%;
  float: left;
}
@media (max-width: 959px) {
  section#tratamentos2 .middle {
    width: 100%;
  }
}
section#tratamentos2 .middle .tratamentos_lista {
  background: #4c191b;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 30px;
}
section#tratamentos2 .middle .tratamentos_lista ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section#tratamentos2 .middle .tratamentos_lista ul li {
  margin-bottom: 10px;
}
section#tratamentos2 .middle .tratamentos_lista ul a {
  color: #FFF;
  text-decoration: none;
}
section#blog {
  float: left;
  width: 100%;
  background: url(../images/background_banner.png) top center no-repeat;
  margin-bottom: 100px;
}
section#blog .bloco {
  width: 100%;
  float: left;
  background: #FFF;
}
section#blog .bloco ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section#blog .bloco ul li {
  width: 402px;
  display: inline-block;
  box-shadow: -1px 0px 5px -1px #696969;
  padding: 5px;
  margin: 17px;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  section#blog .bloco ul li {
    width: 90%;
  }
}
section#blog .bloco ul li i {
  float: right;
  font-size: 20px;
  color: #cfb961;
  margin-top: -36px;
}
section#blog .bloco ul h2 {
  font-size: 25px;
  color: #cfb961;
  margin: 0;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 10px;
}
section#contato {
  float: left;
  width: 100%;
  background: url(../images/background_banner.png) top center no-repeat;
  margin-bottom: 100px;
}
section#contato .bloco {
  width: 100%;
  float: left;
  background: #FFF;
}
section#contato .bloco .texto {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
section#contato .bloco .entre_em_contato {
  width: 100%;
  float: left;
}
section#contato .bloco .entre_em_contato h2 {
  color: #cfb961;
  font-size: 25px;
}
section#contato .bloco .entre_em_contato ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section#contato .bloco .entre_em_contato ul li {
  display: inline-block;
  margin-right: 40px;
}
section#contato .bloco .entre_em_contato ul li img {
  float: left;
}
section#contato .bloco .entre_em_contato ul li p {
  float: left;
  font-size: 16px;
  margin-top: 29px;
  margin-left: 10px;
}
section#mapa {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
.vaga {
  width: 100%;
  border-top: 10px solid #dbc070;
  float: left;
  padding: 10px;
  background: #e3e3e3;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.vaga .informacoes {
  width: 30%;
  float: left;
}
.vaga .informacoes h3 {
  font-size: 20px;
}
.vaga .informacoes .menus {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vaga .informacoes .menus li {
  width: 80%;
  margin-bottom: 10px;
}
.vaga .informacoes .menus li a {
  background: #dbc070;
  text-decoration: none;
  padding: 10px 5px;
  display: block;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  border-radius: 10px;
  font-size: 14px;
}
.vaga .conteudo {
  width: 70%;
  float: left;
}
