.bloque-hormigon {
  margin-top: 100px;
}
.bloque-hormigon.reverse + .bloque-hormigon {
  margin-bottom: 100px;
}
@media all and (max-width: 768px) {
  .bloque-hormigon {
    margin-top: 50px;
  }
  .bloque-hormigon.reverse + .bloque-hormigon {
    margin-bottom: 50px;
  }
}

.bloque-hormigon h2,
.bloque-hormigon h3 {
  font-family: 'brutal_typebold';
  font-size: 32px;
  line-height: 120%;
  margin: 0 0 10px 0;
  position: relative;
}
@media all and (min-width: 1200px) {
  .bloque-hormigon h2,
  bloque-hormigon h3 {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 767px) {
  .bloque-hormigon h2,
  .bloque-hormigon h3 {
    font-size: 24px;
  }
}

.bloque-hormigon 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;
  }
}
@media (max-width: 767px) {
  .bloque-hormigon p {
    font-size: 1em;
  }
}

.bloque-hormigon img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.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.jpg") no-repeat center / cover;
    padding: 25px 35px;
  }
}

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

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

@media all and (max-width: 991px) {
  .bloque-hormigon.reverse .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
