#sec-bf91{
  background-image: url("images/tf_lazos_bg.jpg");
  background-size:cover;
  padding-bottom: 10%;
}

.botones.grande {
  max-width: 380px;
  margin:0 auto;
}

.botones.grande img{
  width: 100%;
}

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

.u-section-1 .u-image-1 {
  width: 900px;
  height: 400px;
  margin: 89px auto 0;
}

.u-section-1 .u-btn-1 {
  border-style: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  background-image: none;
  padding: 12px 23px 12px 22px;
}

.u-section-1 .u-image-2 {
  width: 383px;
  height: 120px;
  margin: 30px auto 60px;
}

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

  .u-section-1 .u-image-1 {
    max-width: 1000px;
    height: 320px;
  }
}

.botones.links a{
    color: black;
    font-weight: 600;
    font-size: 24px;
    font-family: 'IM Fell DW Pica', serif;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
  }

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

  .u-section-1 .u-image-1 {
    width: 590px;
    height: 262px;
    margin-top: 78px;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.botones{
  display: flex;
  align-items: center;
  justify-content: center;
  }

  .botones.grande {
    margin-bottom: 20px;
  }



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

  .u-section-1 .u-image-1 {
    width: 386px;
    height: 171px;
    margin-top: 79px;
    margin-left: -23px;
    margin-right: -23px;
  }

  .u-section-1 .u-image-2 {
    width: 340px;
    height: 107px;
  }

    .botones.grande a {
    display: flex;
    justify-content: center
  }

    .botones.grande img {
    max-width: 70%;
    }

    .botones.links a{
    line-height: 1;
    font-size: 16px;
    }
}