html,
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
  color: #0c154c !important;
  font-weight: 800;
}

p {
  font-family: 'Open Sans', sans-serif;
  color: #666666;
}

/* Navbar */

.navbar-light .navbar-nav .nav-link {
  color: #5d5e60;
  font-weight: 700;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #00b49e;
  font-weight: 700;
}

/* backgrounds */

.bg-banner-inicial {
  background-image: url(../img/banner-saude-em-dia.png);
  background-position: center;
  background-size: cover;
  height: 640px;
}

.bg-como-funciona {
  background-image: url(../img/forma.png);
  background-position: center;
  background-size: cover;
  height: 650px;
}

.bg-rede-conveniada {
  background-image: url(../img/bg-forma-laboratorios.png);
  background-position: center;
  background-size: cover;
  height: 650px;
}

.bg-footer {
  background-image: url(../img/footer.png);
  background-position: inherit;
  background-size: cover;
  color: #fff !important;
}

.bg-sucesso {
  background-image: url(../img/pagina-de-confirmacao.png);
  background-position: 100% 100%;
  background-attachment: fixed;
  background-size: cover;
  height: 50rem;
}

.bg-light {
  background-color: #fafafa !important;
}

.list-group-item {
  background-color: transparent;
}

/* btns */

.btn-success {
  color: #fff !important;
  background-color: #00b49e;
  border-color: #00b49e;
  border-radius: 23px;
  font-weight: 100 !important;
}

.btn-success:hover {
  background-color: #cedc00;
  border-color: #cedc00;
}
.btn-success-2 {
  color: #fff !important;
  background-color: #00b49e;
  border-color: #00b49e;
  font-weight: 100 !important;
}

.btn-success-2:hover {
  background-color: #cedc00;
  border-color: #cedc00;
}

.btn-outline-success {
  color: #00b49e;
  border-color: #00b49e;
  border-radius: 23px;
}
.btn-outline-success {
  color: #00b49e;
  border-color: #00b49e;
  border-radius: 23px;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00b49e;
  border-color: #00b49e;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #d2d904;
  border-color: #d2d904;
}

.passo {
  background-color: #d2d904;
  color: #fff;
  padding: 0.3rem 0.8rem 0.5rem 0.8rem;
  font-size: 2rem;
}

footer a {
  color: #fff;
}

footer,
a:hover {
  color: #cedc00;
}

.mr {
  margin-right: 21rem;
}

.none {
  display: none;
}

.step:hover {
  background-color: #d1cccc;
}

/* Media Queries */
@media (max-width:768px) {
  .mr {
    margin-right: 2rem;
    margin-bottom: 3rem;
  }

  .table-responsive-planos {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .list-group-horizontal-planos {
    display: block;
  }

  .bg-banner-inicial {
    background-position: 29%;
    height: 500px;
  }

  .bg-como-funciona {
    background-position: inherit;
    height: 83rem;
  }

  .bg-rede-conveniada {
    background-position: inherit;
    height: 650px;
  }

  .pb-mob {
    padding-bottom: 4rem !important;
  }

  .p-mob {
    padding: 4rem !important;
  }

  .pt-footer-mob {
    margin-top: 10rem;
  }

  .pt-footer-mob4 {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .bg-sucesso {
    background-position: 63% 92%;
  }

  .confirmacao-mob {
    font-size: 1rem;
    float: left;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }

  .pt-6 {
    padding-top: 6rem !important;
  }

  .pt-footer {
    margin-top: 17rem;
  }
}

/*ipad*/
@media (min-width: 768px) and (max-width: 1024px) {
  .bg-como-funciona {
    background-position: inherit;
    height: 46rem;
  }

  .pt-footer-ipad {
    margin-top: 11rem;
  }

  .bg-sucesso {
    background-position: 71% 100%;
    height: 82rem;
  }


}

@media (min-width: 1024px) and (max-width: 1024px) {
  .bg-como-funciona {
    background-position: center;
    height: 43rem;
  }

  .pt-footer-ipad {
    margin-top: 16rem;
  }

  .bg-sucesso {
    background-position: 71% 100%;
    height: 82rem;
  }
}


/* carrossel */

.carousel {
  margin: 50px auto;
  padding: 0 70px;
}

.carousel .item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
}

.carousel .media img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 10px;
  position: relative;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #00b49e;
}

.carousel .carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 1px 3px;
}

.carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}

.carousel-indicators li.active {
  color: #fff;
  background: #00b49e;
  border: 5px double;
}

/*form */
.form-control {
  border: 1px solid #00b49e;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #0c154c;
  font-weight: 600;
  font-size: 0.8rem;
}

modal-title {
  margin: 0 auto;
}

.modal-content {
  border-radius: 1.3rem;
}

/*Voltar ao topo */
.testheight {
  height: 1200px;
  font-size: 20px;
  text-align: center;
  padding: 100px 20px;
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
}

.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #b2b2b2;
  background: rgba(178, 178, 178, 0.7);
  padding: 20px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover {
  background: rgba(178, 178, 178, 1.0);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover .fa {
  padding-top: -10px;
}

.scroll .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.risco {
  text-decoration: line-through;
  color: red;
  font-size: 0.9rem;
}

.tc-pricing-style5 .pricing-plan {
  padding: 0px;
  text-align: center;
  color: #333;
  background-color: #fff;
  margin-bottom: 45px;
  box-shadow: 0 1px 8px rgba(0, 180, 158, 0.14);
}

.tc-pricing-style5 .pricing-head {
  position: relative;
}

.tc-pricing-style5 .pricing-head .price-badge {
  position: absolute;
  top: -10px;
  z-index: 12;
  left: 50%;
  background-color: rgb(206, 220, 0);
  color: #fff;
  font-size: 11px;
  padding: 2px 12px;
  font-weight: bold;
  transform: translateX(-50%);
  border-radius: 100px;
}

.tc-pricing-style5 .pricing-head .name {
  font-size: 20px;
  margin-bottom: 12px;
  z-index: 11;
  position: relative;
  background-color: #00b49e;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.tc-pricing-style5 .price-img {
  position: relative;
  bottom: 0;
  text-align: center;
  margin-top: 10px;
}

.tc-pricing-style5 .price-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: -100px;
  z-index: -1;
}

.tc-pricing-style5 .pricing-head .price {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}


.tc-pricing-style5 .pricing-head .price {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  background-color: rgba(211, 211, 211, 0.23);
  padding: 6%;
  margin-top: -1rem;
}

.tc-pricing-style5 .pricing-head .price sup {
  top: -8px;
}

.tc-pricing-style5 .pricing-head .duration {
  font-weight: bold;
  color: #9CA0A9;
}

.tc-pricing-style5 .pricing-body {
  font-size: 14px;
  text-align: center;
  margin: 30px 0;
  color: #555;
  line-height: 2;
}

.tc-pricing-style5 .pricing-body .list-group-item {
  border-bottom: 1px solid rgba(0, 180, 158, 0.09019607843137255);
}

.tc-pricing-style5 .pricing-footer {
  text-align: center;
}

.tc-pricing-style5 .pricing-footer .button {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 40px;
  background-color: rgb(7, 181, 153);
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  display: inline-block;
  padding: 10px 30px;
  min-width: 200px;
  text-align: center;
}

.tc-pricing-style5 .pricing-footer .button:hover {
  background-color: #cfd906;
  color: #fff;
}

small,
.small {
  font-size: 1rem;
  font-weight: 400;
}

.duration .dropdown-menu {
  min-width: 16rem;
}

.bloco {
  border-left: 2px solid #00b49e;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 3px 0px rgba(0, 180, 158, 0.28);
}

.box-darkblue {
  border-radius: 15px 0px 0px 15px;
  border: 1px solid #108072;
  background-color: #108072;
  padding: 2rem;
}

.box-darkblue small {
  font-size: 70%;
}

.border-planos .borda-gray p {
  line-height: 1.3;
}

.border-planos {
  border: 1px solid #f1f1f1;
}

.borda-gray {
  border-radius: 0px 15px 15px 0px;
  border: 1px solid #f1f1f1;
}

.lead {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.btn-outline-light:hover {
  color: #0c154c !important;
}
.bg-escuro {
  background-color: #f1f1f1 !important;
}