.section-top .section-tit {
  margin-top: 0;
  margin-bottom: 8px;
  color: #ACB5BD;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-top .section-sub {
  margin-top: 0;
  margin-bottom: 30px;
  color: #11365F;
  font-weight: 300;
}

.section-cont .section-txt p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.section-cont .carta {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

@media (min-width: 1540px) {
  .section-top .section-sub {
    font-size: 48px;
    line-height: 52px;
  }

  .carta {
    width: 60%;
  }
}
@media (min-width: 1124px) and (max-width: 1539px) {
  .carta {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1539px) {
  .section-top .section-sub {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (min-width: 1124px) {
  .section-cont .blq {
    display: -webkit-flex;
    display: flex;
    /*@include align-items-center;*/
  }
  .section-cont .blq .blq-img {
    width: calc(50% - 30px);
    margin-left: 30px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .section-cont .blq .blq-txt {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .section-top .section-tit {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section-top .section-tit {
    font-size: 12px;
    line-height: 16px;
  }
  .section-top .section-sub {
    font-size: 32px;
    line-height: 38px;
  }
}

/*# sourceMappingURL=recogida.css.map */
