.page-section {
  padding: 80px 0 0;
}

#block-formularioweb {
  max-width: 425px;
  margin: 80px auto;
  padding: 30px;
  background: #ffba27;
  position: relative;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

#block-formularioweb h7 {
  text-transform: uppercase;
  color: white;
}

#block-rhythm-sub-content > div > article > div > div > section > div > div:nth-child(2) > p {
  font-size: medium;
}

#block-formularioweb p {
  margin-bottom: 1em !important;
  color: #da3a2e;
}

#edit-header {
  position: absolute;
  background: #2f2f2f;
  width: 100%;
  text-align: center;
  margin-left: -30px;
  margin-top: -90px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom: 1px solid white;
  padding-top: 10px;
}

@media (max-width:400px){
  #block-formularioweb {
    margin-top: 110px;
  }
  #edit-header {
    margin-top: -120px;
  }
}

#block-formularioweb legend {
  display: none;
}

#edit-nombre-del-interesado--wrapper > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#edit-nombre-del-interesado--wrapper > div > div {
  margin: 18px 0;
}

.form-item-nombre-del-interesado-first {
  width: 100%;
}

.form-item-nombre-del-interesado-middle,
.form-item-nombre-del-interesado-last {
  width: 49%;
}

.form-item-telefono-del-interesado,
.form-item-celular-del-interesado {
  width: 49%;
  display: inline-block;
}

.form-item-telefono-del-interesado input,
.form-item-celular-del-interesado input {
  padding: 17px !important;
}

.form-item-celular-del-interesado {
  float: right;
}

#edit-cv-del-interesado-upload > label {
  width: 100%;
  border: 2px gray dotted;
  border-radius: 2px;
  text-align: center;
  padding: 5px 0;
}

#edit-cv-del-interesado-upload > label:hover {
  cursor: pointer;
}

#edit-actions {
  position: absolute;
  bottom: -40px;
  width: 100%;
  margin-left: -30px;
  text-align: center;
}