.form-group {
  margin-bottom: 10px;
}
#formulario-aplicar-vacante {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
}
#close-form {
  position: relative;
  height: 0;
  width: 0;
  line-height: 0.3;
  background: red;
  top: -30px;
  right: 15px;
  float: right;
  font-size: 30px;
  cursor: pointer;
  color: #666;
}

#formulario-aplicar-vacante form {
  background: #fff;
  padding: 20px;
  padding-top: 50px;
  border-radius: 10px;
  width: 600px;
  margin: 20px auto;
}
@media only screen and (max-width: 600px) {
  #formulario-aplicar-vacante form {
    width: 100%;
  }
}

#vacantes {
}

#lista-vacante {
  padding: 30px;
  max-width: 400px;
}
#lista-vacante h3 {
  display: block;
  margin-bottom: 20px;
  margin-right: 50px;
}
.centro {
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.centro .nombre {
  padding: 10px 15px;
  font-weight: bold;
}
.centro.active .nombre,
.centro .nombre:hover {
  background: #2A2761;
  color: #fff;
}
.vacantes {
  display: none;
}
.centro ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vacantes li {
  padding: 8px 8px 8px 30px;
  display: block;
  cursor: pointer;
}
.vacantes li:hover,
.vacantes li.active {
  background: #eee;
}
#detalle-vacante {
  padding: 30px;
  display: none;
}
#detalle-vacante .aplicar-container {
  width: 100%;
  text-align: center;
}
#detalle-vacante button {
  margin-bottom: 20px;
}
