﻿.justify-space-between {
    justify-content: space-between
}

.faixa-de-boas-vindas {
    font-family: 'Georama', sans-serif;
}

.faixa-de-boas-vindas__titulo {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 140.5%;
    letter-spacing: 1px;
    color: #262936;
    margin-bottom: 16px;
}

.faixa-de-boas-vindas__descricao {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    color: #737787;
}

.faixa-de-boas-vindas__descricao--strong {    
    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: 64px 0 56px 0;
    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;
    }
}
