.text-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.invertColors {
    background-color: var(--azul-zev);
    color: white !important;
}

.invertColors * {
    color: white;
}

section {
    width: 100%;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.col-12 {
    width: 100%;
}

.col-6 {
    width: 50%;
}

.col-4 {
    width: 33.3333%;
}

.col-3 {
    width: 25%;
}

.col {
    display: flex;
    flex-direction: column;
    
}

.flex-wrap {
    flex-wrap: wrap;
    gap: 15px;
}

.w-50 {
    width: 50%;
}
