.page-header {
    background-color: #ffffff;
}

.title-breadcrumbs {
    color: #296F24;
}

.contador {
    font-size: 48px;
    line-height: 1;
    font-family: "Lora", serif;
    letter-spacing: 0.06em;
    font-weight: 700;
}

@media (min-width: 768px) {
    .contador {
        font-size: 68px;
    }
}
@media (min-width: 1200px) {
    .clearleft-3 [class^="col-sm-"]:nth-child(3n+1) {
        clear: left!important;
    }
}