.u-section-1 {
  background-image: url("images/s.jpg");
  background-position: 50% 50%;
}

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

.u-section-1 .u-shape-1 {
  width: 550px;
  height: 550px;
  box-shadow: 0 0 24px 0 rgba(44,204,196,1);
  margin: 60px auto 0;
}

.u-section-1 .u-image-1 {
  width: 523px;
  min-height: 400px;
  background-image: url("images/logotipo.png");
  margin: -475px auto 135px;
}

.u-section-1 .u-container-layout-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

  .u-section-1 .u-shape-1 {
    margin-top: 40px;
  }

  .u-section-1 .u-image-1 {
    margin-bottom: 115px;
  }
}

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

  .u-section-1 .u-shape-1 {
    width: 540px;
    height: 540px;
    margin-left: 0;
  }

  .u-section-1 .u-image-1 {
    margin-top: -465px;
    margin-bottom: 105px;
  }
}

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

  .u-section-1 .u-shape-1 {
    height: 340px;
    width: 340px;
    margin-top: 0;
  }

  .u-section-1 .u-image-1 {
    margin-top: -370px;
    margin-bottom: -30px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}