:root {
  --noto: "Noto Sans", sans-serif;
  --cor-1: #dbbfcc;
  --cor-2: #86b2a5;
  --cor-3: #bad4cc;
  --cor-4: #b0b0b2;
  --cor-5: #225042;
  --altura-topo: 140px;
}

/*-lg*/
/*-md*/
@media (max-width: 991.98px) {
  :root {
    --altura-topo: 60px;
  }
}
/*-sm*/
/*-mobile*/
.historia .paragrafo {
  height: 100%;
}
.historia .paragrafo .texto {
  height: 100%;
  font-size: 18px;
  color: var(--cor-4);
  line-height: 32px;
}
.historia .paragrafo .texto h4 {
  font-size: 30px;
  line-height: 30px;
  color: var(--cor-2);
  font-weight: 700;
  width: 100%;
}
.historia .paragrafo .texto strong {
  color: var(--cor-4);
}
.historia .paragrafo .texto p {
  margin-bottom: 40px !important;
}
.historia .paragrafo.direita {
  text-align: right;
}
.historia .paragrafo.direita .texto {
  max-width: 480px;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  max-width: 490px;
}
.historia .imagem {
  width: 100%;
  border-radius: 60px;
  overflow: hidden;
  box-shadow: 0 51px 65px rgba(0, 0, 0, 0.1);
}
.historia .imagem img {
  object-fit: cover;
  width: 100%;
}
.historia .imagem.um {
  max-height: 380px;
}
.historia .imagem.dois {
  max-height: 520px;
}
.historia .imagem.tres {
  max-height: 452px;
}
.historia .imagem.quatro {
  max-height: 423px;
}
.historia .imagem.cinco {
  max-height: 382px;
}
.historia .logo {
  position: absolute;
  max-width: 395px;
  width: 100%;
  height: 290px;
  background-color: var(--cor-2);
  border-radius: 50px;
  z-index: 1;
  top: 275px;
  left: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 51px 65px rgba(0, 0, 0, 0.1);
}
.historia .logo img {
  max-width: 90%;
}
.historia.cor-1 {
  background-color: var(--cor-1);
  padding-top: 80px;
  padding-bottom: 80px;
}
.historia.cor-1 .texto {
  color: white;
}
.historia.cor-1 .texto strong {
  color: white;
}

.hospitais .card {
  border: none;
  margin-bottom: 20px;
}
.hospitais .card h5 {
  color: var(--cor-1);
}
.hospitais .card a {
  color: var(--cor-4);
}

/*-lg*/
/*-md*/
@media (max-width: 991.98px) {
  .historia .paragrafo .texto {
    font-size: 16px;
  }
  .historia .paragrafo .texto p {
    margin-bottom: 20px !important;
  }
  .historia .paragrafo.direita .texto {
    max-width: none;
  }
  .historia .imagem {
    margin-bottom: 30px;
    border-radius: 30px;
  }
  .historia .imagem.um {
    max-height: none;
  }
  .historia .imagem.dois {
    max-height: none;
  }
  .historia .imagem.tres {
    max-height: none;
  }
  .historia .imagem.quatro {
    max-height: none;
  }
  .historia .imagem.cinco {
    max-height: none;
  }
  .historia .logo {
    max-width: none;
    width: 130px;
    height: 130px;
    border-radius: 10px;
    right: auto;
    top: auto;
    left: 35px;
    bottom: 0;
  }
  .historia.cor-1 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
/*-sm*/
/*-mobile*/

/*# sourceMappingURL=instituto.css.map */
