/*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; }

.line-informe {
  color: #0c8649; }

#btn-limpar {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 10;
  /*display:none;*/ }

#campo-busca {
  background-color: #0c8649;
  color: #fff !important; }
  #campo-busca::placeholder {
    color: #fff !important;
    text-align: center; }

.itens-lista {
  cursor: pointer; }

.desc-especialidades {
  letter-spacing: 3px;
  font-size: 36px; }
  .desc-especialidades:before {
    content: '';
    position: absolute;
    border-top: solid 2px #0c8649;
    width: 100px;
    margin-top: 50px; }
  @media (max-width: 768px) {
    .desc-especialidades {
      font-size: 30px; } }

.ficha-medicos p {
  margin: 0; }
.ficha-medicos .medico-foto {
  height: 260px;
  width: 260px;
  border-radius: 50%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

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