.mt20 {margin-top:50px}
.contact-form h5 {margin-bottom:20px; color: #fd5d14}



#inscricao select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
  line-height: normal;
}

#inscricao .breakdance-form-field__input {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  padding: 20px;
  border-radius: 0px;
  margin-bottom: 30px;
  border: 1px solid #ededed;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

#inscricao select, #inscricao fieldset {
  margin: 0;
  border: 1px solid #ededed;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

#inscricao select {
  vertical-align: middle;
  white-space: normal;
  line-height: 1;
}


#ementa a {
  color: #111;
}

#ementa p {
  font-size: 12px; 
}

#ementa .btn-one {
  padding: 0 65px;
  font-size: 25px;
  line-height: 66px;
  font-weight: 600;
  text-transform: uppercase;
}


