@font-face {
  font-family: 'Proxima';
  src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
  font-family: 'Proxima Bold';
  src: url(../fonts/ProximaNova-Bold.otf);
}

html,
body {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Proxima';
  overflow-x: hidden;
  position: relative;
}

html {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

a {
  transition: all 0.3s ease;
  color: #999;
  display: inline-block;
  position: relative;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.heading {
  color: #484d53;
  font-family: 'Proxima Bold';
  line-height: 38px;
}

.subheading {
  color: #333;
  font-family: 'Proxima';
  line-height: 38px;
  margin: 30px 0;
  margin-bottom: 50px;
}

.light {
  font-family: 'Proxima';
}

a:hover {
  text-decoration: none;
}

.accent {
  color: #0c9ce5 !important;
  /* color: #0C9CE5 !important; */
}

.white {
  color: white !important;
}

.muted {
  color: #bbbbbb !important;
}

.muted-light {
  color: #888 !important;
}

.gray {
  color: #6a727b;
}

/* filtro de cor */
.filtro-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

hr {
  border: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  display: inline-block;
}

hr:before {
  content: ' ';
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  top: -9px;
  left: -10px;
  border-radius: 50%;
  background: white;
}

hr:after {
  content: ' ';
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  top: -29px;
  right: -10px;
  border-radius: 50%;
  background: white;
}

p {
  margin: 20px 0;
  font-size: 30px;
  line-height: 42px;
}

p.small {
  font-size: 18px;
  line-height: 30px;
  color: #181717;
}

.equipe-desc p.small {
  font-size: 15px;
  line-height: 21px;
}

.navbar-filler {
  height: 0;
  width: 100%;
}

header {
  background: linear-gradient(135deg, #00227B, transparent, transparent),
    url(../img/main_slide.png) no-repeat center center;
  /* background: url('../img/slider1.jpg') no-repeat center center;  #3D3F95 #0C98DA*/
  background-size: cover;
  /* position: relative; */
  overflow: hidden;
  height: 200px;
}

header.container {
  position: relative;
  height: 100%;
}

header .intro-book {
  position: relative;
  text-align: right;
}

.intro-book img {
  display: block;
  margin: 0 auto;
  width: 100%;
  transition: all 0.3s ease;
  max-width: 450px;
}

@media (max-width: 991px) {
  .intro-book img {
    width: 450px;
    position: relative;
    margin: 0 auto;
  }
}

header .intro-text {
  position: relative;
  top: 120px;
}

@media (max-width: 768px) {
  .intro-book img {
    width: 250px;
    position: relative;
    margin: 0 auto;
    bottom: -160px;
  }

  .intro-text p {
    margin: 4px 0;
    font-size: 14px;
    line-height: 24px;
    width: 430px;
}
  

  header .subheading {
    margin: 10px 0px 10px;
  }
}

.container {
  padding: 0 30px;
}

.navbar {
  position: relative;
  padding-top: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  margin-bottom: 0;
}

.navbar .navbar-brand {
  padding: 0;
}

.navbar .navbar-brand img {
  margin: 0;
}

@media (max-width: 768px) {
  .navbar .navbar-brand img {
    margin: 0 20px;
  }

  .navbar-default .navbar-nav {
    padding-top: 30px;
  }
}

.navbar-header,
.navbar-collapse {
  margin-top: 10px;
}

.navbar-default .navbar-nav > li {
  margin-left: 40px;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
}

.navbar-default .navbar-nav > li > a:focus:after {
  width: 0;
}

.navbar-default .navbar-nav > li > a:after {
  position: relative;
  display: block;
  width: 0%;
  height: 3px;
  background: #0c9ce5;
  content: ' ';
  margin: 0 auto;
  margin-top: 3px;
  transition: all 0.3s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a {
  color: #484d53;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a:hover:after,
  .navbar-default .navbar-nav > li.active > a:after {
    width: 100%;
  }
}

.navbar-nav > li > a.btn {
  color: white;
  margin: 0;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin-top: -5px;
  border-width: 0px;
}

.navbar-nav > li > a.btn.btn-green {
  background: white;
  color: #0c9ce5;
  border-color: #0c9ce5;
}

.btn-resultado {
  background: #0c9ce5 !important;
  color: white !important;
  border-color: #0c9ce5;
  height: 50px;
  border-radius: 5px;
}
.navbar-nav > li > a.btn-resultado:hover {
  background: #0c9ce5;
  color: white !important;
  border-color: #0c9ce5;
}

.navbar-nav > li > a.btn.btn-green:hover {
  background: #0c9ce5;
  border: 2px solid #0c9ce5;
  color: white;
}

.navbar-nav > li > a.btn:after {
  display: none;
}

.navbar.nav-fixed .navbar-nav > li > a.btn {
  width: auto;
  padding: 15px;
  border-width: 2px;
}

.nav-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

header .heading {
  position: relative;
  top: 0;
  font-family: 'Proxima Bold';
  color: white;
  font-size: 40px;
  margin: 10px 0;
}

header .subheading {
  color: white;
  opacity: 0.8;
  font-size: 24px;
  margin: 10px 0px 30px;
}

header p {
  margin: 10px 0;
  font-size: 20px;
  color: white;
  line-height: 32px;
  text-shadow: #000 1px 1px 1px;
  width: 500px;
}

section {
  padding: 120px 0 70px;
}

section.call-to-action {
  background: #0c9ce5;
  padding: 100px 0;
}

section.reviews {
  background: #f5f5f5;
}

.btn {
  display: inline-block;
  font-family: 'Proxima Bold';
  font-size: 15px;
  padding: 15px 30px;
  margin: 15px 10px 20px 0;
  /* padding: 12px 30px;
  margin: 24px 10px 20px 0; */
  border-radius: 3px;
  transition: all 0.3s ease;
}

.btn.btn-green {
  background: #0c9ce5;
  border: 3px solid #0c9ce5;
  color: white;
}

.btn.btn-green:hover {
  /* background: #96db90; */
  border-color: #0c9ce5;
}

.btn.btn-white {
  border: 3px solid white;
  background: transparent;
  color: white;
}

.btn.btn-white:hover {
  background: white;
  color: #0c9ce5;
}

.btn .price {
  font-family: 'Proxima';
  margin-left: 10px;
}

.btn-dropdown {
  border: 1px solid #cccccc;
  font-family: 'Proxima';
  color: #888888;
}

.btn-dropdown span.caret {
  margin-left: 60px;
}

.book-preview {
  display: inline-block;
  max-width: 400px;
  width: 80%;
  position: relative;
}

.book-preview .background-device {
  width: 100%;
  position: absolute;
}

/* Owl Slider */
.owl-book {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
}

.owl-clinica {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
}

/* .owl-clinica .item img {
  width: 550px;
  margin: 0 auto;
  transition: all 0.3s ease;
  border-radius: 0;
} */


.owl-book .item {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.owl-clinic .item {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.owl-book .item .overlay, .owl-clinic .item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.owl-book .item:hover .overlay, .owl-clinic .item:hover .overlay {
  opacity: 1;
}

.owl-book .item img {
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease;
  border-radius: 0;
}

.owl-book .item .overlay > a, .owl-clinic .item .overlay > a {
  position: absolute;
  display: inline-block;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  color: #484d53;
}

.owl-book .item .overlay > a:hover {
  color: white;
  background: #0c9ce5;
}

.owl-clinic .item .overlay > a:hover {
  color: white;
  background: #0c9ce5;
}


.owl-reviews .item {
  padding: 0 15px;
}

.owl-reviews .owl-controls {
  position: absolute;
  width: 100%;
  top: calc(50% - 30px);
}

.owl-reviews .owl-controls .owl-prev,
.owl-reviews .owl-controls .owl-next {
  position: absolute;
  font-size: 36px;
  color: #bbb;
  transition: all 0.3s ease;
}

.owl-reviews .owl-controls .owl-prev:hover,
.owl-reviews .owl-controls .owl-next:hover {
  color: #484d53;
}

.owl-reviews .owl-controls .owl-prev {
  left: -40px;
}

.owl-reviews .owl-controls .owl-next {
  right: -40px;
}

@media (max-width: 768px) {
  .owl-reviews .owl-controls {
    position: relative;
    text-align: center;
    top: -30px;
  }

  .owl-reviews .owl-controls .owl-prev,
  .owl-reviews .owl-controls .owl-next {
    position: relative;
    display: inline-block;
    font-size: 36px;
  }

  
}

.img-thumbnail {
  border: none;
}

/* @media (max-width: 1025px) {
  .owl-clinic .item img {
    width: 200px;
    padding: 5px;
  }
} */

/* Review Styles */

.review {
  background: white;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  margin: 50px 0;
  min-height: 220px;
}

.review img.reviewer-pic {
  margin: 0 auto;
  margin-top: 10px;
  width: 200px;
}

.review .reviewer-name {
  margin-top: 15px;
  margin-bottom: 0px;
}

.review .reviewer-city {
  margin: 0;
  margin-bottom: 20px;
}

.review .rating {
  margin: 0;
  margin-top: -40px;
}

.rating {
  display: inline-block;
  margin: 25px 15px;
}

.rating span.rate {
  display: inline-block;
  height: 15px;
  width: 15px;
  border: 5px solid #cccccc;
  border-radius: 50%;
  margin: 1px;
}

.rating span.rate.active {
  border-color: #ffc107;
}

.rate-amount {
  display: inline-block;
  font-family: 'Proxima Bold';
  font-size: 18px;
  color: #bbbbbb;
  position: relative;
  top: -3px;
}

.rate-amount span {
  font-family: 'Proxima';
}

/* Footer */

footer {
  width: 100%;
  background: #252525;
}

footer .social {
  padding: 20px 0;
}

footer .social a, .social a {
  margin: 0 3px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 30px;
  display: inline-block;
  text-align: center;
  position: relative;
  /* color: #0C9CE5; */
  z-index: 2;
}

footer .social a:before {
  content: ' ';
  z-index: -1;
  border-radius: 50%;
  transition: all 0.15s ease;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background: black;
}

footer .social a:hover {
  color: white;
}



footer p {
  font-size: 16px !important;
}

/* Custom Styles */
@media (max-width: 768px) {
  .text-left-mobile {
    text-align: left;
  }

  .text-center-mobile {
    text-align: center;
  }

  .tags li {
    flex: auto;
    font-size: 14px !important;
  }
}

/* Author */

.author {
  margin-bottom: 40px;
}

.author .author-name {
  padding-top: 25px;
}

.author .pic {
  width: 100%;
}

@media (max-width: 768px) {
  .author .pic {
    width: 150px;
  }
}

.author .author-name .heading {
  margin-bottom: 0;
}

.author .author-name .subheading {
  margin-top: 0;
}

.locations {
  margin-top: 60px;
}

.locations .location {
  margin-bottom: 40px;
}

.locations .location .date {
  color: #333;
  display: inline-block;
  margin-right: 20px;
}

.locations .location .date .fa {
  color: #bbbbbb;
  margin-right: 10px;
  font-size: 20px;
}

.locations .location .time {
  color: #333;
  display: inline-block;
  margin-right: 20px;
}

.locations .location .time .fa {
  color: #bbbbbb;
  margin-right: 10px;
  font-size: 20px;
}

.locations .location .directions {
  display: inline-block;
}

.locations .location .directions a {
  color: #ffc107;
  font-size: 20px;
}

.locations .location.done {
  margin-bottom: 20px;
}

.locations .location.done .heading {
  color: #bbbbbb;
  text-decoration: line-through;
}

.call-to-action .top-fit {
  margin-top: 15px;
  margin-bottom: 0;
}

.contact-details .details {
  margin-top: 30px;
}

.contact-social  a {
  margin: 5px 0;
  width: 40px;
  height: 40px;
  line-height: 32px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 30px;
  display: inline-block;
  /* text-align: center; */
  position: relative;
  /* color: #0C9CE5; */
  z-index: 2;
}

i.fa-instagram:hover {
  background: #fff;
  transform: scale(1.1);
  color: #fd5949;
}
i.fa-facebook-square:hover {
  background: #fff;
  transform: scale(1.1);
  color: #0866ff;
}

/* icon-whats */
.icon-whats {
  width: 30px;
  height: 30px;
}

/* Form Controls */

.form-control {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #0c9ce5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  /* margin: 15px 0; */
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #0c9ce5;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #bbb;
}

.form-control::-webkit-input-placeholder {
  color: #bbb;
}

.pedido-medico {
  padding: 11px 20px !important;
}

.contact-button {
  margin: 15px;
}

button:focus {
  outline: 0;
}

/* Sample Form */
#sample-form,
#agendamento {
  background-color: #f5f5f5;
  padding: 100px 0;
  /* display: none; */
}

#sample-form .sign-up-button,
#agendarmento .sign-up-button {
  padding: 13px 20px;
  margin: 15px 0;
  width: 100%;
}

/* Notification Box */

.notification-box {
  width: 40%;
  padding: 15px;
  background: #0c9ce5;
  font-size: 16px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  text-align: center;
  color: white;
  position: fixed;
  left: 35%;
  bottom: -40px;
  z-index: 4000;
  opacity: 0;
  transition: all 0.5s ease;
}

.notification-box.active {
  opacity: 1;
  bottom: 40px;
}

.notification-box > .content {
  color: #bbb;
  border: 0;
  padding: 0;
  text-align: center;
}

.form-incomplete {
  border: 1px solid #bb5555;
}

/* Content Wrapper */

#wrapper {
  transition: all 0.3s ease;
  width: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
}

#wrapper.behind {
  position: relative;
  transform: scale(0.8) translateY(-5%);
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 9500;
  color: #222;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.95);
  display: table;
  opacity: 0;
}

.mobile-nav.active {
  top: 0;
  opacity: 1;
}

@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav > ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  width: 100%;
  padding: 0;
  text-align: center;
  overflow-y: hidden;
}

.mobile-nav > ul > li > a {
  margin: 10px 0;
  font-size: 16px;

  padding: 12px;
}

.mobile-nav a {
  color: #888;
}

.mobile-nav a.close-btn {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 10px);
  color: #666;
  font-size: 24px;
}

/* tags exames */
.tags {
  margin: 0;
  padding: 0;
  /* position: absolute; */
  right: 24px;
  bottom: -12px;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  /* align-items: flex-start; */
  align-self: auto;
}

.tagscloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tagscloud li {
  display: inline-block;
  /* margin: 0.125rem;
	padding: 0.4375rem; */
  font-size: 16px;
  margin: 0px 7px 5px 0;
  padding: 0px 10px 7px;
  background: rgba(12, 152, 218, 0.2);
  border: 1px solid rgba(0, 0, 255, 0.2);
  transition: all 0.1s ease-in-out;
}

.tags li:hover,
.tags li:focus {
  background: #3d3f95;
  color: white;
  transform: scale(1.1);
}

.tags li {
  /* float: left;
	position: relative;
	 */
  /* flex: auto; */
  text-align: center;
  font-size: 16px;
  margin: 5px 13px 5px 0;
  padding: 6px 10px 6px;
  /* color: #fff; */
  /* background: #0078d7; */
  border: 1px solid #ffffff;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  /* background: rgba(12, 152, 218, 0.2); */
  /* border: 1px solid rgba(0, 0, 255, 0.2); */
  transition: all 0.1s ease-in-out;
}

/* maps responsive */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  /* top: 0; */
  height: 80%;
  width: 100%;
  position: absolute;
}
