.logo {
    width: 300px;
    height: auto;
}
.text-upper{
    text-transform: uppercase;
}
.text-right{
    text-align: right;
}

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

.text-azul {
    color: var(--primary--300);
    text-decoration: underline;
}

.form-check-input:checked {
    background-color: var(--primary--100);
    border-color: var(--primary);
}

legend {
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    color: var(--primary--100);
}

.process .process-step:hover .process-step-circle {
    background-color: var(--grey-400);
}

.svg-fill {
    fill: #33CCCC;
}

.svg-fill-2 {
    fill: #013160;
}

.w130 {
    width: 130px;
}

