.container.form-voluntarios {
  margin: auto;
  max-width: 600px;
  padding: 0 0 40px 0;
}

.container.form-voluntarios .row .col {
  align-content: end;
}

.form-voluntarios .volunteer-step input {
  font-size: 16px;
  height: 38px;
}

.form-voluntarios .volunteer-step input,
.form-voluntarios .volunteer-step select,
.form-voluntarios .volunteer-step span,
.form-voluntarios .volunteer-step label,
.form-voluntarios .volunteer-step div.volunteer-availability .form-group,
.form-voluntarios .volunteer-step div.volunteer-experience-radio textarea#comment,
.form-voluntarios .volunteer-step div.volunteer-comment textarea#comment {
  font-family: "Karla", Sans-serif;
}

.form-voluntarios .volunteer-step input,
.form-voluntarios .volunteer-step select {
  background: transparent;
}

.form-voluntarios .volunteer-step .field_label {
  color: #58c5c3;
  font-family: "NexaSlab Black", Sans-serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

.form-voluntarios .volunteer-step input.form-control {
  border-radius: 0;
  margin-bottom: 20px;
}

.form-voluntarios .volunteer-step div.volunteer-year-of-birth input {
  height: 38px;
}

.form-voluntarios .volunteer-step div.volunteer-id .form-group select,
.form-voluntarios .volunteer-step div.volunteer-district .form-group select,
.form-voluntarios .volunteer-step div.volunteer-county .form-group select,
.form-voluntarios .volunteer-step div.volunteer-parish .form-group select,
.form-voluntarios .volunteer-step div.volunteer-gender .form-group select,
.form-voluntarios .volunteer-step div.volunteer-profession .form-group select,
.form-voluntarios .volunteer-step div.volunteer-hours .form-group select,
.form-voluntarios .volunteer-step div.volunteer-experience-radio textarea#comment,
.form-voluntarios .volunteer-step div.volunteer-comment textarea#comment {
  border-radius: 0;
}

.form-voluntarios .volunteer-step div.volunteer-availability.volunteer .form-group {
  display: grid;
}

.form-voluntarios .volunteer-step div.volunteer-address input {
  width: 100%;
}

.form-voluntarios .volunteer-step div.volunteer-comment textarea#comment {
  margin-bottom: 20px;
}

.form-voluntarios .volunteer-step div.volunteer-skills span.skills_label {
  color: #587f93;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  width: 305px;
}

.form-voluntarios .volunteer-step div.volunteer-skills span.options-label {
  color: #587f93;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-right: 10px;
  text-transform: uppercase;
}

.form-voluntarios .volunteer-step div.volunteer-skills span.options-input {
  margin-right: 10px;
}

.form-voluntarios .volunteer-step div.volunteer-skills input[type='radio'],
.form-voluntarios .volunteer-step div.volunteer-experience input[type='radio'] {
  border: 1px solid darkgray;
  border-radius: 50%;
  height: 13px;
  margin-bottom: 15px;
  outline: none;
  width: 13px;
}

.form-voluntarios .volunteer-step div.volunteer-availability input[type='radio'] {
  border: 1px solid darkgray;
  border-radius: 50%;
  height: 13px;
  margin-bottom: 15px;
  margin-top: 13px;
  outline: none;
  width: 13px;
}

.form-voluntarios .volunteer-step div.volunteer-skill5s input[type='radio']:before,
.form-voluntarios .volunteer-step div.volunteer-experience input[type='radio']:before,
.form-voluntarios .volunteer-step div.volunteer-availability input[type='radio']:before {
  border-radius: 50%;
  content: '';
  display: block;
  height: 60%;
  margin: 20% auto;
  width: 60%;

}

.form-voluntarios .volunteer-step div.volunteer-skill6s input[type='radio']:checked:before,
.form-voluntarios .volunteer-step div.volunteer-experience input[type='radio']:checked:before,
.form-voluntarios .volunteer-step div.volunteer-availability input[type='radio']:check:before {
  background: #58c5c3;
}

.form-voluntarios .volunteer-step div.volunteer-experience label.radio-inline {
  color: #587f93;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.form-voluntarios .volunteer-step div.volunteer-experience label.radio-inline input {
  margin-right: 10px;
}

.form-voluntarios .volunteer-step div.volunteer-experience input {
  margin-top: 10px;
}

.form-voluntarios .volunteer-step div.volunteer-availability span {
  color: #587f93;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.form-voluntarios .volunteer-step div.donate-accept-data input {
  margin-right: 5px;
  max-height: 16px;
}

.form-voluntarios .volunteer-step div.donate-accept-data label {
  font-size: 16px;
}

.form-voluntarios .volunteer-step div.donate-accept-data label a {
  cursor: pointer;
  text-decoration: underline;
}

.form-voluntarios .volunteer-step div.donate-accept-data label a:hover {
  text-decoration: none;
}

.form-voluntarios .volunteer-step div.volunteer-submit {
  padding-top: 20px;
  text-align: center;
}

.form-voluntarios .volunteer-step div.volunteer-submit input[type="submit"] {
  background-color: white;
  border: 1px solid #ef4158;
  border-radius: 2px;
  color: #ef4158;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  outline: 0;
  padding: 10px 45px;
  text-transform: uppercase;
}

.form-voluntarios #terms {
  color: #212529
}

.form-voluntarios #terms p {
  color: #777777
}

.invalid-input {
  border: 1px solid red;
  outline: 1px solid red;
}

.abem-alert {
  border-radius: 4px;
  margin: 10px 0;
  padding: 14px;
}

.abem-alert.ok {
  background: #e7f7eb;
  border: 1px solid #bfe8c8;
}

.abem-alert.err {
  background: #fde8e8;
  border: 1px solid #f3b6b6;
}


@media (min-width: 768px) {

  .form-voluntarios .volunteer-step div.volunteer-skills span.skills_label {
    padding-left: 10px;
  }

  .form-voluntarios .volunteer-step div.volunteer-availability.volunteer .form-group {
    display: flex;
    gap: 40px;
  }
}
