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

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

/* ==========================================================================
    General 
   ========================================================================== */
* {
  font-family: 'pf_handbook_prolight';
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  outline: none;
}

body {
  background: #ecf0f1;
}

h1, h2, h3,
h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
}

h2, h2 a {
  font-size: 30px;
  color: #1a5493;
}

p {
  font-size: 15px;
}

a p {
  color: #636366;
}

input[type="text"],
input[type="password"],
textarea {
  background: white;
  font-size: 18px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border: none;
  color: #ef8e16;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 16px;
  transition: 0.2s;
}

input[type="text"]:focus,
 input[type="text"]:hover{
  box-shadow: 0px 0px 0px 1px #ef8e16;
}

::-webkit-input-placeholder {
  color: #94bbc5;
}

::-moz-placeholder {
  color: #94bbc5;
}

:-ms-input-placeholder {
  color: #94bbc5;
}

/* ==========================================================================
    Utilities
   ========================================================================== */
.container {
  max-width: 970px;
}

.vertical-block {
  text-align: center;
}

.vertical-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.vertical-centered {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}

.btn-radius {
  text-transform: uppercase;
  padding: 2px 15px;
  border-radius: 20px;
  color: white;
  transition: 0.3s;
  background: #00afef;
  display: inline-block;
}

.btn-radius.grey {
  background: #95959a;
}

.btn-radius.color-1a {
  background: #eb6e17;
}

.btn-radius.color-1b {
  background: #ec8718;
}

.btn-radius.color-1c {
  background: #00afef;
}

.btn-radius.white {
  background: white;
  color: #1a5493;
}

.btn-radius:hover {
  background: #009dc5;
  color: white;
}
.desc{
  line-height: 18px;
}
/* ==========================================================================
    Header
   ========================================================================== */
.top-bar {
  background: #1a5493;
  text-transform: uppercase;
  color: white;
  height: 52px;
  position: fixed;
  width: 100%;
  z-index: 999999;
}

.area-paciente {
  margin: 25px 0 0 25px;
}

.area-paciente .span-area {
  color: #1a5493;
  font-size: 20px;
  margin: 0 0 10px 17px;
  display: block;
}

.dropdown-toggle {
  background: white;
  font-size: 18px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: #94bbc5;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 16px;
  transition: 0.2s;
  padding-right: 78px;
  position: relative;
}

.dropdown-toggle:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 18px;
  width: 12px;
  height: 7px;
  background: url(../images/arrow-down.png) right center no-repeat;
  transition: 0.3s;
}

.btn-group.open .dropdown-toggle:after {
  transform: rotate(-180deg);
}

.btn-group.open .dropdown-toggle,
.btn-group:hover .dropdown-toggle {
  border: solid 1px #ef8e16;
  color: #ef8e16;
  box-shadow: none;
}

.dropdown-toggle {
  text-decoration: none !important;
}

.open > .dropdown-menu {
  display: block;
  width: 100%;
  margin-top: 11px;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #f4f4f4;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #ef8e16;
}

.item-menu-site a span {
  color: #1a5493;
}

.top-bar .phone,
.top-bar span,
.top-bar .btn-radius {
  float: left;
}

.top-bar .site-status {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 40px;
  flex-flow: nowrap;
}

.top-bar .site-status span {
  margin-left: 20px;
}
  
.foto1 img,
.foto2 img,
.foto3 img{
 width: 100%;
}

.top-bar .schedules {
  float: right;
}

.top-bar .schedules span {
  font-size: 18px;
  /*background: url(../images/ico-phone.png) left center no-repeat;*/
  padding-left: 20px;
}

.top-bar span {
  line-height: 52px;
}

.top-bar .btn-radius {
  margin-top: 13px;
}

.top-bar .btn-radius + .btn-radius {
  margin-left: 5px;
}

.top-bar span + .btn-radius {
  margin-left: 15px;
}

.large-bar {
  padding-top: 52px;
}

.large-bar:after {
  content: "";
  display: block;
  clear: both;
}

.logo.brand,
.area-paciente,
.social,
#search {
  float: left;
}

.redes {
  padding: 0;
}

.redes li {
  display: inline-block;
  float: left;
  transition: 0.5s;
}

.redes li:hover {
  opacity: 0.75;
}

.redes li + li {
  margin-left: 6px;
}

.logo.brand {
  margin-top: 28px;
}

.logo.brand img {
  max-width: 162px;
}

.bg-leaf {
  background: url("../images/bg_header_leaf.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 170px;
  margin-left: -62px;
  margin-top: -44px;
  width: 573px;
}

.social {
  margin-top: 40px;
}

#search {
  float: right;
  position: relative;
  margin-top: 55px;
}

#search input[type="text"] {
  width: 250px;
  height: 38px;
}

#search button {
  background: url("../images/icon_input_search.png") no-repeat 10px 0 transparent;
  border: none;
  color: transparent;
  height: 20px;
  position: absolute;
  top: 9px;
  right: 4px;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  padding-left: 8px;
}

.menu-bar {
  background: white;
  height: 54px;
  border: solid 1px #e3e7e8;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  position: relative;
}

.menu-site ul {
  display: table;
  margin: 11px auto;
  padding: 0;
}

.item-menu-site {
  float: left;
  margin-right: 18px;
}

.item-menu-site a {
  font-size: 18px;
  padding-right: 12px;
  border-right: solid 1px #e3e7e8;
  font-weight: lighter;
  line-height: 31px;
}

.item-menu-site span {
  padding-bottom: 12px;
  color: #94bbc5;
  transition: all 200ms linear 0s;
  border-bottom: solid 1px #00afef;
}

.item-menu-site a:hover span {
  border-bottom: solid 3px #00afef;
  color: #00afef;
}

.item-last {
  margin-right: 0;
}

.item-last a {
  border: none;
}

/* ==========================================================================
    Single Post
   ========================================================================== */
.block-row {
  margin-top: 40px;
}

.block-row + .block-row {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #e3e7e8;
}

.display-acesso {
  background: url(../images/bg_flower_display.png) no-repeat center -71px;
  height: auto;
}

.display {
  margin-top: 49px;
  position: relative;
}

.legend-display {
  text-align: center;
  margin-top: 23px;
}

.legend-display .btn-radius {
  margin-top: 5px;
}

.legend-display .caption {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

.arrows-display {
  position: absolute;
  width: 100%;
  z-index: 1000;
}

#prev {
  background: url(../images/arrow_display_prev.png) no-repeat top left white;
  width: 41px;
  height: 40px;
  display: block;
  border-radius: 50px;
  border: solid 1px #cdcdcd;
  transition: all 200ms linear 0s;
  position: absolute;
  top: 226px;
  left: 12px;
}
.modal-header{
  background: #F5BB28;
}
.modal-body{
  color: #000;
}
#prev:hover {
  background-position: top right;
}

#next {
  background: url(../images/arrow_display_next.png) no-repeat top right white;
  width: 41px;
  height: 40px;
  display: block;
  border-radius: 50px;
  border: solid 1px #cdcdcd;
  transition: all 200ms linear 0s;
  position: absolute;
  top: 226px;
  right: 22px;
}

#next:hover {
  background-position: top left;
}

.arrows-display a {
  cursor: pointer;
}

.slider {
  margin-bottom: -60px;
}

.legend-display .caption {
  text-align: center;
}

.legend-display .caption span {
  color: #636366;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.acesso-rapido {
  margin-top: 94px;
}

.acesso-rapido h2 {
  color: #1a5493;
}

.list-acesso {
  padding: 0;
}

.item-acesso {
  margin-bottom: 10px;
}

.item-acesso img {
  background: none repeat scroll 0 0 white;
  border: 1px solid #cdcdcd;
  border-radius: 20px;
  height: 28px;
  padding: 5px;
  width: 28px;
  margin-right: 8px;
  box-sizing: default;
}

.item-acesso a {
  font-size: 16px;
  color: #636366;
  border-radius: 20px;
  display: block;
  background: #f4f4f4;
  transition: all 200ms linear 0s;
}

.item-acesso a:hover {
  background: #d1d1d3;
}

.instalacoes {
  display: block;
  background: white;
  float: left;
  margin-top: 15px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.instalacoes .instalacoes-txt h3 {
  font-size: 20px;
  color: #f5bb28;
  text-transform: uppercase;
}

.instalacoes-txt {
  width: 100%;
  padding: 15px;
}

.instalacoes-txt p {
  color: #636366;
  font-size: 15px;
}

.servicos-oferecidos .title {
  margin-bottom: 10px;
}

.servicos-oferecidos .title h2 {
  color: #1a5493;
  font-size: 30px;
  display: inline-block;
}

.servicos-oferecidos .title .btn-radius {
  float: right;
  margin-top: 20px;
}

.servicos-list .thumb {
  height: 190px;
}

.thumb img {
  transition: 0.5s;
}

.servicos-list a:hover .thumb img,
.qualidade a:hover .thumb img {
  transform: scale(1.05);
  opacity: 0.75;
}

.servicos-list a:hover h3 {
  color: #f5a928;
}

.servicos-list h3 {
  color: #f5bb28;
  font-size: 18px;
  margin-bottom: 0;
}

.servicos-list p {
  color: #636366;
}

.especialidades .btn-radius {
  margin: 5px;
}

.tag-cloud {
  margin-left: -5px;
}

.thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 15px;
}

.qualidade .thumb {
  height: 130px;
}

.localizacao {
  text-align: center;
}

.localizacao span,
.localizacao p {
  color: #95959a;
}

.localizacao p {
  margin-top: 10px;
}
.localizacao h2 span {
  text-transform: uppercase;
  font-size: 18px;
  background: url(../images/ico-pin.png) no-repeat left center;
  padding-left: 20px;
}
.convenios .btn-group {
  margin-top: 7px;
}
.instalacoes .instalacoes-txt h3 {
  margin-top: 0;
}
.guia h1{
    margin: 10px 0;
    color: #8b8c8c;
    font-size: 18px;
    font-family: 'pf_handbook_prolight';
}
.guia .dropdown-toggle{
    padding-right: 38px;
}
.guia .dropdown-toggle span{
    border-right: 1px solid #e3e7e8;
    padding-right: 50px;
    color: #00589c;
    font-size: 20px;
}
.guia .dropdown-toggle .minimal{
    font-size: 15px;
    padding-right: 20px;
}
.guia h3{
    color: #8b8c8c;
    font-size: 20px;
    font-family: 'pf_handbook_prolight';
}
.guia h3 span{
    color: #005299;
    font-family: 'pf_handbook_proregular';
}
.guia hr{
    background: #e3e7e8;
    width: 100%;
    border: none;
    margin: 30px 0 15px;
}
.box-medic{
    background: #f5f5f5;
    border: 1px solid #e3e7e8;
    padding-bottom: 20px;
}
.box-medic hr{
    background: #e3e7e8;
    float: left;
    width: 100%;
    border: none;
}
.title-medic{
    width: 100%;
    float: left;
    padding: 18px 20px;
    background: #efefef;
    border-radius: 2px;
    border: 1px solid #e3e7e8;
}
.title-medic span{
    width: 79%;
    float: left;
}
.title-medic img{
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}
.title-medic strong{
    color: #005299;
    letter-spacing: 1px;
}
.box-medic h2{
    font-size: 24px;
    font-family: 'pf_handbook_proregular';
    color: #faad00;
    margin: 0;
}
.box-medic ul{
    padding: 0;
}
.box-medic li{
    font-size: 15px !important;
}
.box-medic li:first-child{
    list-style: square url('../images/sqyellow.png') !important;
}
.box-medic li b{
    color: #636366;
    font-size: 18px;
    font-family: 'pf_handbook_proregular';
    font-weight: normal;
}
.block-result{
    padding: 18px 20px;
}
.block-result h4{
    color: #005198;
    font-size: 18px;
    font-family: 'pf_handbook_proregular';
    text-transform: uppercase;
    font-weight: normal;
    margin: 20px 0;
}
.block-result a{
    margin-top: 10px;
}

/* ==========================================================================
    Footer
   ========================================================================== */
.top-bar-footer {
  background-color: white;
  border-top: 1px solid #e3e7e8;
  margin-top: 75px;
  padding-top: 20px;
  height: 130px;
}

.logo-footer {
  float: left;
  margin-top: 22px;
}

.redes-footer {
  float: left;
  margin-left: 34px;
  margin-top: 29px;
}

.copyright-bar {
  background-color: #1a5493;
  height: 53px;
}

.copyright-bar span.copyright {
  color: white;
  font-size: 15px;
  line-height: 53px;
}

.copyright-bar a {
  float: right;
  margin-top: 22px;
  transition: all 200ms linear 0s;
}

.copyright-bar a:hover {
  opacity: 0.8;
}

.newsletter {
  float: left;
  margin-left: 30px;
}

.newsletter form {
  position: relative;
}

.newsletter span {
  color: #95959a;
  font-size: 18px;
  margin-left: 15px;
}

.newsletter input[type="text"] {
  background: url(../images/icon_input_news.png) no-repeat 15px 13px white;
  border-radius: 20px;
  width: 318px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  font-size: 16px;
  color: #94bbc5;
  text-indent: 35px;
  transition: 0.5s;
  padding: 5px;
}

.newsletter input:focus {
  outline: none !important;
}

.newsletter button {
  background: none;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  border-top: none;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: 6px;
  right: 12px;
  font-size: 18px;
  color: #f5bb28;
  text-transform: uppercase;
  transition: all 200ms linear 0s;
}

.newsletter button:hover {
  color: #009dc5;
}

.newsletter input[type="text"]:hover {
  border-color: #00afef;
    box-shadow: 0 0 4px white;
}

.newsletter input[type="text"]:focus {
    color: #00afef;
  border-color: #00afef;
  box-shadow: 0 0 4px white;
}

.links {
  float: left;
  margin-left: 24px;
  margin-top: 34px;
}

.links a {
  font-size: 14px;
  color: #009dc5;
  text-decoration: underline;
}

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

/* ==========================================================================
    Third Party Elements
   ========================================================================== */
.gmaps {
  width: 100%;
  height: 185px;
}

/* ==========================================================================
    Media Queries
   ========================================================================== */
   @media (max-width: 767px) {
    .top-bar .site-status {
      text-align: center;
      height: 195px;
      margin-bottom: 20px;
      flex-flow: wrap;
    }
    .top-bar .site-status span {
      margin-left: 0;
    }
   }