.header-descuento {
  margin-top: 65px;
  margin-bottom: 100px;
}
@media all and (max-width: 768px) {
  .header-descuento {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.descuento-faldon {
  background: #ed9c34;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  line-height: 40px;
  text-align: center;
  color: #333;
}
.producto img {
  margin: auto;
  mix-blend-mode: multiply;
}
.descuento-faldon,
.header-descuento h3,
.header-descuento p.subtitle {
  font-family: 'brutal_typebold';
  font-size: 32px;
  line-height: 120%;
  position: relative;
}
@media (max-width: 767px) {
  .descuento-faldon,
  .header-descuento h3,
  .header-descuento p.subtitle {
    font-size: 24px;
  }
}

.header-descuento h3,
.header-descuento p.subtitle {
  margin: 0 0 10px 0;
}
.header-descuento p.subtitle {
  color: #555555;
}
@media all and (min-width: 1200px) {
  .descuento-hormigon p.subtitle {
    margin: 0 0 25px 0;
  }
}

.header-descuento p {
  color: #666;
  font-size: 1.12em;
  line-height: 160%;
  margin: 0 auto;
}
@media all and (min-width: 1200px) {
  .panel-project p {
    font-size: 1.3em;
  }
}

.bg-hormigon-movil {
  background: transparent url("hormigon.jpg") no-repeat center / cover;
  padding: 25px 35px;
}
@media all and (min-width: 992px) {
  .bg-hormigon-movil {
    background: transparent;
    padding: 0;
  }
}

@media all and (min-width: 992px) {
  .bg-hormigon-desktop {
    background: transparent url("hormigon-header.jpg") no-repeat center / cover;
    padding: 25px 35px;
  }
}

.header-descuento .btn-naranja {
  margin-top: 30px;
}
@media all and (min-width: 1200px) {
  .header-descuento .btn-naranja {
    margin-top: 35px;
  }
}
@media all and (min-width: 992px) {
  .header-descuento .btn-naranja {
    margin-top: 25px;
  }
}

@media all and (min-width: 992px) {
  .header-descuento .row {
    display: flex;
  }
  .header-descuento .col-md-6:first-child {
    padding-right: 0;
    float: none;
    padding-left: 0;
  }
  .header-descuento .col-md-6:last-child {
    display: flex;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
    float: none;
  }
}
