*, *::after, *::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100vh;
  overflow-x: hidden;
}

.navbar-brand img {
  height: 4rem !important;
}

.navbar {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  letter-spacing: 0.01rem;
  -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  z-index: 1;
  height: 5rem !important;
  background-color: white !important;
}

.navbar #navbarResponsive {
  background-color: white;
}

@media screen and (max-width: 1200px) {
  .navbar {
    font-size: 0.9rem;
  }
}

.nav-item {
  padding: 0.5rem;
}

.nav-link {
  color: #007F3C !important;
}

.nav-link.active,
.nav-link:hover {
  color: #8DC645 !important;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-image: url("../../assets/png/banner-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-box {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-box h2 {
  margin-top: 160px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: white;
  text-align: center;
}

.banner-box h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: white;
  text-align: center;
}

.banner-box h4 {
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: white;
}

.banner-box .banner-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 250px;
  height: 70px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 0 0 #8DC645;
          box-shadow: inset 0 0 0 0 #8DC645;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: white;
  background-color: #1B4226;
}

.banner-box .banner-button:hover {
  background-color: #007F3C;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (max-width: 1025px) {
  .banner-box .banner-button {
    width: 200px;
    height: 60px;
    font-size: 16px;
  }
}

.content-1 .content-1-title {
  color: #2f2f2f;
  font-family: "Dancing Script", sans-serif;
  font-weight: 700;
  font-size: 40px;
}

.content-1 .content-1-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-1 .content-1-box .content-1-box-text {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: justify;
  margin: 20px;
  width: 50vw;
}

.content-1 .content-1-box .content-1-img {
  max-width: 400px;
}

@media screen and (max-width: 1025px) {
  .content-1 .content-1-box-text {
    width: 42vw !important;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 769px) {
  .content-1 .content-1-box-text {
    width: 70vw !important;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 428px) {
  .content-1 .content-1-box-text {
    font-size: 16px !important;
    width: 90vw !important;
  }
  .content-1 .content-1-img {
    max-width: 100% !important;
  }
}

.container-content {
  background-image: url(../../assets/png/background.png);
  background-size: cover;
}

.container-content .container-1 {
  background-color: white;
}

.container-content .section-title {
  color: #2f2f2f;
  font-family: "Dancing Script", sans-serif;
  font-weight: 700;
  font-size: 40px;
}

@media screen and (max-width: 1025px) {
  .container-content .section-title {
    font-size: 30px !important;
  }
}

.container-content .container-1-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container-content .container-1-box .section-text {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: justify;
  margin: 12px;
  width: 40vw;
}

.container-content .container-1-img {
  max-width: 400px !important;
}

@media screen and (max-width: 1025px) {
  .container-content .section-text {
    width: 60vw !important;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 769px) {
  .container-content .section-text {
    width: 70vw !important;
    font-size: 18px !important;
  }
}

@media screen and (max-width: 428px) {
  .container-content .section-text {
    font-size: 16px !important;
    width: 95vw !important;
    text-align: start !important;
  }
  .container-content .container-1-img {
    max-width: 100% !important;
  }
}

#especialidades h2 {
  color: white;
}

.card-font {
  font-family: "Comfortaa", sans-serif;
}

.card-body h5 {
  font-weight: bold;
  font-size: 16px;
}

.card-body p {
  font-size: 14px !important;
  text-align: center;
}

@media screen and (max-width: 428px) {
  .card-body p {
    font-size: 16px !important;
  }
}

.imc-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Dancing Script", sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 1025px) {
  .imc-section-title .imc-section-title {
    font-size: 30px !important;
  }
}

.imc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px black;
          box-shadow: 0px 0px 5px black;
}

.imc .imc-title {
  font-family: "Comfortaa", sans-serif;
  text-align: center;
}

.imc .content-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80%;
  margin: 0 10px 10px 10px;
  padding: 20px;
  font-family: "Comfortaa", sans-serif;
  text-align: center;
}

.imc .content-3 h2 {
  font-size: 24px;
  font-weight: bold;
}

.imc .content-3 p {
  margin-top: 70px;
  width: 30vw;
  font-size: 18px;
}

@media screen and (max-width: 769px) {
  .imc .content-3 p {
    width: 70vw !important;
    font-size: 18px !important;
  }
}

@media screen and (max-width: 428px) {
  .imc .content-3 p {
    width: 90vw !important;
  }
}

.imc .content-4 {
  border-radius: 10px;
  height: 80%;
  margin: 10px;
  padding: 20px;
  font-family: "Comfortaa", sans-serif;
}

.imc .content-4 h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.imc .content-4 p {
  font-size: 18px;
  margin-top: 20px;
}

.imc .content-4 .calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.imc .content-4 .calculator #altura,
.imc .content-4 .calculator #peso {
  font-size: 18px;
  outline: none;
  border: none;
  background: none;
  border-bottom: 1px solid #2f2f2f;
}

.imc .content-4 .calculator #altura:focus,
.imc .content-4 .calculator #peso:focus {
  background: none;
  outline: none;
}

.imc .content-4 #imc-btn {
  width: 159px;
  height: 50px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 0 0 #8DC645;
          box-shadow: inset 0 0 0 0 #8DC645;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  outline: none;
  border: none;
  color: white;
  background-color: #1B4226;
}

.imc .content-4 #imc-btn:hover {
  background-color: #007F3C;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.reviews .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2f2f2f;
  font-family: "Dancing Script", sans-serif;
  font-weight: 700;
  font-size: 50px;
}

.reviews .card {
  width: 18vw;
  font-family: "Comfortaa", sans-serif;
  font-size: 30px;
  -webkit-box-shadow: 0px 0px 2px black;
          box-shadow: 0px 0px 2px black;
}

.reviews .card .card-text {
  font-style: italic;
}

.contato {
  margin-top: 50px;
  background-image: url(../../assets/png/consultorio.jpg);
  background-size: cover;
  width: 100%;
  height: auto;
}

.contato .contato-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 100px;
  margin-bottom: 0px;
  height: auto;
  padding: 20px 30px;
  background-color: rgba(41, 41, 41, 0.9);
}

.contato .contato-content .contato-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  margin: 0px 10px;
  width: 30vw;
  font-family: "Comfortaa", sans-serif;
  color: white;
}

.contato .contato-content .contato-info h2 {
  font-size: 24px;
  margin-bottom: 40px;
}

.contato .contato-content .contato-info .whatsapp,
.contato .contato-content .contato-info .telefone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  font-size: 18px;
}

.contato .contato-content .contato-info .whatsapp .icon,
.contato .contato-content .contato-info .telefone .icon {
  color: white !important;
}

.contato .contato-content .contato-info .whatsapp {
  margin-top: 40px;
}

.contato .contato-content .contato-info .telefone {
  margin-top: 20px;
}

.contato .contato-content .contato-info .consulta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 400px;
  height: 70px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 0 #8DC645;
          box-shadow: inset 0 0 0 0 #8DC645;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  text-decoration: none !important;
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: white;
  background-color: #1B4226;
}

.contato .contato-content .contato-info .consulta-btn:hover {
  background-color: #007F3C;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.contato .contato-content .contato-mapa {
  width: 30vw;
}

.contato .contato-content .contato-mapa .googlemap {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .contato .contato-content .contato-info {
    width: 40vw;
  }
}

@media screen and (max-width: 1025px) {
  .contato .contato-content .contato-mapa {
    width: 40vw;
  }
}

@media screen and (max-width: 769px) {
  .contato .contato-content .contato-info {
    width: 100vw;
  }
  .contato .contato-content .contato-mapa {
    width: 100vw;
  }
}

@media screen and (max-width: 535px) {
  .contato .contato-content .consulta-btn {
    font-size: 16px !important;
    width: 200px !important;
    height: 50px !important;
  }
}

@media screen and (max-width: 374px) {
  .contato .contato-content .consulta-btn {
    font-size: 16px !important;
    width: 200px !important;
    height: 50px !important;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  -webkit-box-shadow: 5px 10px 8px 10px #888888;
          box-shadow: 5px 10px 8px 10px #888888;
}

.footer .footer-logo {
  height: 4rem;
}

@media screen and (max-width: 1025px) {
  .footer .footer-logo {
    height: 3rem;
  }
}

.footer .footer-info {
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  color: #1B4226;
}

.footer .facebook, .footer .instagram {
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  color: #1B4226;
  outline: none !important;
  text-decoration: none !important;
}

@media screen and (max-width: 1442px) {
  .footer .footer-info {
    font-size: 12px;
  }
}

@media screen and (max-width: 1025px) {
  .footer .footer-info, .footer .facebook, .footer .instagram {
    font-size: 12px;
  }
  .footer .icon {
    width: 25px !important;
    height: 25px !important;
  }
}

@media screen and (max-width: 769px) {
  .footer .footer-logo {
    display: none !important;
  }
}

@media screen and (max-width: 428px) {
  .footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer-logo {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 428px) {
  .banner-box h2 {
    font-size: 28px;
  }
  .banner-box h3,
  .banner-box h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1025px) {
  .content-1 h2 {
    font-size: 40px !important;
  }
}

.border {
  border: 1px solid green;
}

.border-2 {
  border: 1px solid blue;
}

.border-3 {
  border: 1px solid red;
}

.border-4 {
  border: 1px solid purple;
}
/*# sourceMappingURL=style.css.map */