 .u-section-1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('/images/sfondo-alimenti1.png');
  background-position: 50% 50%, 50% 38.62%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

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

.u-section-1 .u-group-1 {
  width: 456px;
  min-height: 390px;
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(229, 229, 229, 0.5), rgba(229, 229, 229, 0.5));
  background-size: cover;
  --radius: 20px;
  margin: 95px auto 60px;
}

.u-section-1 .u-container-layout-1 {
  padding: 0;
}

.u-section-1 .u-icon-1 {
  width: 71px;
  height: 71px;
  margin: 30px auto 0;
  padding: 0;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  margin: 25px 25px 0;
}

.u-section-1 .u-form-1 {
  height: 140px;
  width: 400px;
  margin: 5px auto 0;
}

.u-section-1 .u-input-1 {
  background-image: none;
  font-size: 1.25rem;
  --radius: 10px;
  --color-var: #ffffff59;
  font-weight: 700;
}

.u-section-1 .u-btn-1 {
  width: 100%;
  font-size: 1.25rem;
  background-image: none;
  font-weight: 700;
  border-style: solid;
  text-transform: none;
  --radius: 10px;
  padding: 10px 0;
}

.u-section-1 .u-text-2 {
  font-size: 0.875rem;
  margin: 5px auto 0;
}

.u-section-1 .u-btn-2 {
  background-image: none;
  padding: 0;
}

.u-section-1 .u-text-3 {
  font-size: 0.625rem;
  font-weight: 700;
  margin: 0 41px;
}

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

  .u-section-1 .u-group-1 {
    --radius: 30px;
    height: auto;
  }

  .u-section-1 .u-btn-2 {
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-icon-1 {
    margin-top: 29px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 26px;
    margin-left: 41px;
    margin-right: 41px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-group-1 {
    min-height: 370px;
    margin-top: 60px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-1 .u-text-1 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .u-section-1 .u-form-1 {
    width: 340px;
  }

  .u-section-1 .u-text-3 {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}