.breadcrumb .breadcrumb-item a {
    color: #fff !important;
}

.informativo {
    margin-top:-60px;
}

@media only screen and (max-width: 1024px) {
    .informativo {
        margin-top: -35px !important;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .informativo {
        margin-top: -20px !important;
    }
}