/*Media Queries*/
.section-title-green {
  color: #676b6a;
  font-weight: bold;
  margin-bottom: 30px;
  transition: all 0.6s ease-in; }
  @media (max-width: 768px) {
    .section-title-green {
      font-size: 30px; } }
  .section-title-green:before {
    content: '';
    position: absolute;
    border-top: solid 2px #0c8649;
    width: 100px;
    margin-top: -10px; }
  .section-title-green a {
    color: #676b6a;
    text-decoration: none; }
    .section-title-green a:hover {
      color: #0c8649; }

.section-title-yellow {
  color: #676b6a;
  font-weight: bold;
  margin-bottom: 50px;
  transition: all 0.6s ease-in; }
  @media (max-width: 768px) {
    .section-title-yellow {
      font-size: 30px; } }
  .section-title-yellow:before {
    content: '';
    position: absolute;
    border-top: solid 2px #e4a637;
    width: 100px;
    margin-top: -10px; }
  .section-title-yellow a {
    color: #676b6a;
    text-decoration: none; }
    .section-title-yellow a:hover {
      color: #0c8649; }

.banner-pacientes {
  background-size: cover;
  background-position: center;
  height: 200px; }

.content-comodidades .section-title-green:before {
  content: '';
  position: absolute;
  border-top: solid 2px #0c8649;
  width: 50%;
  bottom: 10px !important;
  left: 25%; }

.comodidades {
  margin-bottom: 50px; }
  .comodidades.direita {
    background-color: #e8e8e8;
    padding: 25px; }

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