  .dh-container:nth-child(odd) {
    background-color: #dadada;
    }
  .dh-container:nth-child(even) {
    background-color: #FFF;
    }
@media (min-width:768px) and (max-width:1200px) {
  .dh-container:nth-child(1), .dh-container:nth-child(4), .dh-container:nth-child(5), .dh-container:nth-child(8), .dh-container:nth-child(9) {
    background-color: #e8eaeb;
    }
  .dh-container:nth-child(2), .dh-container:nth-child(3), .dh-container:nth-child(6), .dh-container:nth-child(7) {
    background-color: #fff;
    }
}
.dh-group {
    width: 90%;
    text-align: center;
    max-width: 1040px;
    margin: auto;
    overflow: hidden;
}
.dh-container {
    width: 100%;
    height: 350px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.dh-container p {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-weight: 700;
}
.dh-overlay {
  background: #2d2a71;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 420px;
  color: #fff;
  
}
.dh-overlay a {
    background: transparent url(/fileadmin/templates/img/btn-flecha.png) center top no-repeat;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 700;
    padding: 75px 0 0;
}
.dh-overlay a:hover {
    color: #FFF;
}

@media (min-width: 768px) {
.dh-container {
    width: 50%;
    float: left;
}
}
@media (min-width: 1200px) {
.dh-container {
    margin: 0;
    height: 300px;
    width: 33%;
}
.dh-overlay {
  line-height: 370px;
}
.dh-overlay a {
    font-size: 1.2em;
}
}
@media (min-width: 1920px) {
.dh-group {
    max-width: 1240px;
}
}
