/*VIDEO*/
.destacado-video {
  background: transparent url("hormigon-big.jpg") no-repeat center / cover;
  padding-top: 100px;
  padding-bottom: 105px;
  /* margin-bottom: 100px; */
}
@media all and (max-width: 768px) {
  .destacado-video {
    /* margin-bottom: 50px; */
  }
}

.destacado-video h2 {
    font-family: 'brutal_typebold';
  font-size: 32px;
  line-height: 120%;
  margin: 0 0 10px 0;
  position: relative;
}

.video-frame {
  cursor: pointer;
  position: relative;
}
.video-frame .play {
  margin: auto;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.2s linear;
}
.video-frame .play:hover {
  opacity: 0.9;
}

@media all and (min-width: 992px) {
  .destacado-video .row {
    display: flex;
  }
  .destacado-video .col-md-5 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
    float: none;
  }
  .destacado-video .col-md-6 {
    margin-right: 15px;
    padding-right: 0;
    padding-left: 0;
    float: none;
  }
}

@media all and (max-width: 991px) {
  .destacado-video {
    padding-top: 60px;
    padding-top: 75px;
  }
  .destacado-video ul.check-amarillo {
    margin-bottom: 30px;
  }
}
