/* Descuento con hormigon */
.descuento-hormigon {
  margin-bottom: 100px;
  margin-top: 100px;
}
@media all and (max-width: 768px) {
  .descuento-hormigon {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.descuento-faldon {
  background: #ed9c34;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  line-height: 40px;
  text-align: center;
}

.producto img {
  margin: auto;
}
.descuento-faldon,
.descuento-hormigon h3,
.descuento-hormigon 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;
  }
}

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

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

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

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

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

@media all and (min-width: 992px) {
  .descuento-hormigon .row {
    display: flex;
  }
  .descuento-hormigon .col-md-5 {
    padding-right: 0;
    float: none;
  }
  .descuento-hormigon .col-md-7 {
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding-right: 0;
    padding-left: 0;
    float: none;
  }
}
