/* utils.css: Classes utilitárias e helpers */

.destaque_color1 {
    color: var(--color-highlight1) !important;
    font-weight: bold;
}
.destaque_color2 {
    color: #fff !important;
    font-weight: bold;
}
.destaque_color3 {
    color: #000 !important;
    font-size: large;
}

.bold {
    font-weight: bold;
}

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

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.mt-2 {
    margin-top: 16px !important;
}

.mb-2 {
    margin-bottom: 16px !important;
}

/* Espaçamento e alinhamento */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 8px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 8px !important; }
.mb-30 { margin-bottom: 30px !important; }

/* Alinhamento vertical inline de ícones/logos em textos */
.va-middle { vertical-align: middle !important; }

/* Alturas para imagens/ícones comuns */
.h-60 { height: 60px !important; }
.h-61 { height: 61px !important; }
.h-70 { height: 70px !important; }
.h-48 { height: 48px !important; }
.h-45 { height: 45px !important; }
.w-45 { width: 45px !important; }
.mt-10 { margin-top: 10px !important; }
