/* GENERAL
================================================== */
body, html {
  height: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #4d4c4c;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-weight: normal;
}
a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important;
  color: #0082bb;
}
button {
  border: 0px;
}
button:focus {
  outline: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-weight: 700;
}
hr.separator {
  border-top: 1px solid #f56363;
  margin: 10px auto;
  width: 80px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.pb-70 {
  padding-bottom: 70px;
}
.center-line {
  display: inline-block;
  width: 70px;
  height: 1px;
  border-top: 1px solid #4d4c4c;
  border-bottom: 1px solid $skincolor;
  margin: auto;
}
.center-title {
  text-align: center;
  margin-bottom: 50px;
}
.center-title h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 15px;
  color: #0082bb;
}
.center-title p {
  font-size: 15px;
  line-height: 30px;
}
.center-title i {
  color: #f56363;
  font-size: 30px;
  margin-bottom: 20px;
  display: block;
}

/***buttons***/
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-weight: normal;
  font-size: 13px;
  border: 0px;
  text-transform: uppercase;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn i {
  margin-left: 5px;
}
.btn.btn-radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-lg {
  padding: 15px 40px;
}
.btn-white {
  background-color: #fff;
  color: #333;
}
.btn-white:hover, .btn-white:focus {
  color: #fff;
  background-color: #333;
}


/* HEADER
================================================== */
.header-v1 {
  padding: 10px 0;
  border: 0px;
  /*background-color: #fff;*/
  background-color: transparent;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  min-height: 80px;
  margin-bottom: 0;
  /*-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);*/
}
.header-v1 .navbar-brand {
  float: left;
  height: 60px;
  padding: 0 15px 15px;
  font-size: 35px;
  color: #fff;
  text-transform: lowercase;
  font-weight: 700;
  line-height: 20px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.header-v1.sticky {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  /*padding: 0px 0px;*/
}
.header-v1 .navbar-nav {
  float: right;
}
.header-v1 .navbar-nav > li > a {
  color: #4d4c4c;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 400;
}
.header-v1 .navbar-nav > li > a:hover {
  color: #0082bb;
}
.header-v1 .navbar-nav > .active > a, .header-v1 .navbar-nav > .active > a:focus, .header-v1 .navbar-nav > .active > a:hover {
  color: #0082bb;
  background-color: transparent;
}
.header-v1.sticky .navbar-nav > .active > a, .header-v1.sticky .navbar-nav > .active > a:focus, .header-v1.sticky .navbar-nav > .active > a:hover {
  color: #0082bb;
  background-color: transparent;
}
.header-v1 .navbar-brand {
  color: #fff;
}
.header-v1.sticky .navbar-brand {
  color: #333;
}
.navbar-right > li > a i {
  font-size: 20px;
}



/* SLIDE SHOW
================================================== */
.banner-intro {
  background-color: transparent;
  width: 100%;
  /*height: 600px;*/
  height: 100%;
  position: relative;
  display: table;
  /*margin-top: 80px;*/
}
.banner-intro .banner-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  opacity: 1;
}
.banner-intro h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 60px;
  background: rgba(0,130,187,0.7);
  padding: 5px;
}
.banner-intro p.lead {
  color: #fff;
  font-size: 15px;
  background: rgba(77,76,76,0.7);
  padding: 5px;
}
.banner-intro .banner-buttons {
  margin-top: 30px;
}
.banner-intro .banner-buttons a {
  margin: 5px;
}
.banner-intro .banner-buttons a i {
  margin-left: 5px;
}


/* ESTRUTURA
================================================== */
.estrutura-section {
  padding: 90px 0;
  border-top: 1px solid #eee;
  overflow: hidden;
}
.tabs-navigation {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.tabs-navigation li {
  margin-bottom: 30px;
}
.tabs-navigation li a {
  display: block;
  color: #777;
}
.tabs-navigation li a span {
  display: block;
  width: 90px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 45px;
  margin: 10px auto;
}
.tabs-navigation li a:hover {
  color: #0082bb;
}
.tabs-navigation li.active a {
  color: #0082bb;
}
.tabs-navigation li.active a span {
  color: #0082bb;
  background-color: transparent;
}
.estrutura-tab-content h1 {
  text-transform: uppercase;
  color: #0082bb;
}


/* LEAD
================================================== */
.cta {
  padding: 80px 0;
  background: url(../img/odonto-borba-lead-01.jpg) no-repeat center center;
}
.cta h2 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cta p {
  color: #eee;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 26px;
}


/* EQUIPE
================================================== */
.equipe-section {
  padding: 90px 0;
  padding-bottom: 50px;
  background-color: #fff;
}
.equipe-box {
  padding: 0;
  /*margin-bottom: 30px;*/
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.equipe-box i {
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: #eee;
}
.equipe-box h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #0082bb;
  font-weight: 600;
  margin-top: 25px;
}
.equipe-box p {
  font-size: 12px;
  /*margin-bottom: 30px;*/
  font-weight: 300;
}
.equipe-box img {
  width: 50%;
}


/* LEAD WIDE
================================================== */
.wide-image-wrapper {
  background-color: #0082bb;
  padding: 0;
}
.wide-image-wrapper .img-right {
  background: url(../img/bg-2.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 500px;
}
.wide-image-wrapper h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  padding-top: 30px;
}
.wide-image-wrapper p {
  color: #fff;
  padding-bottom: 30px;
}
.wide-image-wrapper .btn {
  margin-bottom: 30px;
}


/* TRATAMENTOS
================================================== */
.tratamento-section {
  padding: 90px 0;
  border-top: 1px solid #eee;
  overflow: hidden;
}
.tratamento-section {
  padding: 80px 0;
  padding-bottom: 50px;
  background-color: #fff;
}
.tratamento-box {
  padding: 0;
  margin-bottom: 30px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tratamento-box i {
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: #eee;
}
.tratamento-box h3, .tratamentos {
  font-size: 15px;
  text-transform: uppercase;
  color: #0082bb;
  font-weight: 600;
  margin-top: 25px;
}
.tratamento-box p {
  font-size: 12px;
  margin-bottom: 30px;
  font-weight: 300;
}


/* FOOTER
================================================== */
.footer {
  padding: 90px 0 0;
  background-color: #4d4c4c;
  border-top: 10px solid #0082bb;
}
.footer .center-line {
  border-top-color: #fff;
}
.footer p {
  color: #fff;
  font-size: 15px;
}
.footer ul li {
  padding-bottom: 15px;
}
.footer ul li i {
  float: left;
  color: #fff;
  font-size: 30px;
  margin-right: 20px;
}
.footer ul li span {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer ul.list-inline li {
  padding: 0px;
}
.footer ul.list-inline li a {
  margin: 5px;
}
.footer ul.list-inline li a i {
  color: #a4a4a4;
  margin: 0px;
  font-size: 30px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer ul.list-inline li:hover i {
  color: #0082bb;
}
.footer .footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-bottom .list-inline li a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.footer .footer-bottom .list-inline li a:hover {
  color: #f56363;
}
.footer .footer-bottom span {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 13px;
}
.footer-copyright {
  position: relative;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  padding: 10px;
  background: #333333;
}
.dardos {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#map{
  width: 100%;
  height: 400px;
}
#map-canvas {
  width: 100%;
  height: 400px;
}


/* RESONSIVE
================================================== */
@media (max-width: 375px) {
  .input-group .form-control, .input-group-addon, .input-group-btn {
    display: inherit;
  }
  .footer .footer-bottom .list-inline li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  .header-v1 .navbar-nav {
    margin: 0;
    float: none;
  }
  .header-v1 .navbar-toggle {
    border: 0px;
    margin-top: 15px;
  }
  .header-v1 .navbar-toggle:focus, .header-v1 .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #4d4c4c;
  }
    .navbar-default .navbar-toggle .icon-bar:hover, .navbar-default .navbar-toggle .icon-bar:focus {
      background-color: #0082bb;
    }
  .header-v1 .navbar-collapse, .header-v1 .navbar-form {
    border: 0px;
    box-shadow: none;
    background: rgba(255,255,255,.95);
    margin-top: 10px;
  }
  .banner-intro h1 {
    font-size: 17px;
  }
  .banner-intro .banner-buttons .btn-white {
    display: none;
  }
  .banner-intro .banner-buttons {
    margin-top: 0px;
  }
  .header-v1 .navbar-brand {
    line-height: 33px;
  }
  .header-v2 .navbar-brand {
    line-height: 16px;
  }
  .tratamento-box, .equipe-box {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-right li.button-nav a {
    background-color: #f56363;
    color: #fff;
    padding: 8px 15px;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
  .navbar-right li.button-nav a:hover, .navbar-right li.button-nav a:focus {
    background-color: #333;
    color: #fff !important;
  }
  .header-v1.sticky .navbar-right li.button-nav a {
    color: #fff;
  }
  .tabs-navigation li + li {
    margin-left: 40px;
  }
  .vertical-align-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}