.bg-odd-even:nth-child(odd) {
    background-color: #fff;
}
.bg-odd-even:nth-child(even) {
    background-color: #ffffff;
}


/**FONDO DESTACADOS**/

.a115 {
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
    background-color: rgb(51, 51, 51);
}
.a115 h2 {
    color: #be9f56;
}
.a115 h2::before {
    background-color: #be9f56;
}