﻿.justify-space-between {
    justify-content: space-between
}

.faixa-de-boas-vindas {
    font-family: 'Source Sans Pro';
}

.faixa-de-boas-vindas__titulo {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 104%;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #383D47;
    margin-bottom: 48px;
}

.faixa-de-boas-vindas__descricao {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 130%;
    color: #383D47;
}

.faixa-de-boas-vindas__descricao--strong {
    color: #2571FF;
    font-weight: 600;
}

.faixa-de-boas-vindas__descricao--md-default {
    color: #383D47;
    font-weight: normal;
}

.faixa-de-boas-vindas__ancora {
    display: none;
}

.faixa-de-boas-vindas__logo {
    margin-top: calc(48px - 1rem);
    width: 80px;
    height: 23px;
}

@media (max-width: 768px) {
    .faixa-de-boas-vindas {
        font-weight: 700;
        background: linear-gradient(180deg, #116BE3 0%, #1F08D0 100%);
        color: #fff;
    }

    .faixa-de-boas-vindas__titulo {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 16px;
        color: #fff;
    }

    .faixa-de-boas-vindas__descricao {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 16px;
        color: #fff;
    }

    .faixa-de-boas-vindas__descricao--default {
        color: #383D47;
        font-weight: normal;
    }

    .faixa-de-boas-vindas__descricao--strong {
        color: #fff;
        font-weight: 600;
    }

    .faixa-de-boas-vindas__ancora {
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        margin-bottom: 24px;
        background-color: transparent;
        outline: none;
        border: none;
    }

    .faixa-de-boas-vindas__logo {
        display: none;
    }
}
