 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("images/BANNERARRIBA1.png");
  background-size: cover;
}

.u-section-1 .u-sheet-1 {
  min-height: 776px;
}

@media (max-width: 1399px) {
  .u-section-1 .u-sheet-1 {
    min-height: 646px;
  }
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 400px;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    background-size: contain;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 116px;
  }
} .u-section-2 {
  --color-var: #374746;
}

.u-section-2 .u-sheet-1 {
  min-height: 400px;
}

.u-section-2 .u-form-1 {
  height: 206px;
  width: 570px;
  margin: 60px auto;
}

.u-section-2 .u-label-1 {
  font-size: 1rem;
}

.u-section-2 .u-input-1 {
  height: 30px;
}

.u-section-2 .u-label-2 {
  font-size: 1rem;
}

.u-section-2 .u-input-2 {
  height: 30px;
}

@media (max-width: 767px) {
  .u-section-2 .u-form-1 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 313px;
  }

  .u-section-2 .u-form-1 {
    margin-top: 59px;
    margin-bottom: 59px;
    height: 241px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-2 .u-label-1 {
    font-size: 0.875rem;
  }

  .u-section-2 .u-label-2 {
    font-size: 0.875rem;
  }
}