@media only screen and (max-width: 600px) {
  html {
    scroll-behavior: smooth;
  }
  .depo-listagem{
    padding-bottom: 3em;
    padding-top: 1em;
  }
  .listagem-cursos-box img{
    width: 120px;
    display: block;
    margin: auto;
  }
  .show_mobile{
    display: block !important;
  }
  .hide_mobile{
    display: none !important;
  }
  .vantagens-alumni .f24{
    font-size: 20px !important;
  }
  .corpo_docente img{
    width: 120px;
  }
  .corpo_docente .cargo{
    position: absolute;
    top: 0;
    margin-left: 12em;
  }
  .corpo_docente .titulo{
    position: absolute;
    top: 1.5em;
    margin-left: 8em;
    font-size: 15px !important;
  }
  .corpo_docente h5{
    position: absolute;
    top: 3.7em;
    font-size: 13px !important;
    margin-left: 9em;
  }
  .corpo_docente .resumo{
    display: none;
  }
  .corpo_docente .btn_confira{
    position: absolute;
    top: 8em;
    right: 3em;
  }
  .conteudo_corpo_docente{
    margin-top: -9em;
    height: 128px;
  }
  .carousel_galeria_instituicoes img{
    width: 65% !important;
    max-width: 65% !important;
    margin:auto;
    display: block;
  }
  section.eventos .box-eventos{
    border-top: 5px solid #4053b3;
  }
  .detalhes_mobile{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #4053b3;
    z-index: 100000;
    padding: 10px;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
  }
}
