@charset "UTF-8";
.turma-disponivel{
  display: flex;
  background-color: red;
  flex-direction: row;
  flex-wrap: wrap;
}
.turma{
  align-self:flex-start;
  
}
.gag{
  align-self:flex-end; 
  background-color: green;
  border-radius: 15px;
}
.campo-obrigatorio{
  font-weight: bold;
  color:#FF0000;
}
.msg-confrm-cancel{
  font-weight: bold;
  color:#FF0000;
  font-style: italic; 
}
.app-accordion-info{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}

.evento-periodo{
  margin-right: 16px;
}
.banner{
  margin:auto;
  text-align:center;
  margin-bottom: 16px;
}
