.bg-odd-even:nth-child(odd) {
    background-color: #fff;
}
.bg-odd-even:nth-child(even) {
    background-color: #ffffff;
}

.a112 .menu .contLogo img {
    max-width: 120px;
}
.a121 .cardAnuncio .titulo {
    font-size: 25px;
    padding: 0;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #383838;
    max-width: 429px;
    width: 396px;
    display: block;
    line-height: 31px;
}