

/**umb_name:Rosa*/
.rosa {
    color: #F69FA2;
}

/**umb_name:Branco*/
.branco {
    color: #fff;
}

/**umb_name:Preto*/
.preto {
    color: #485069;
}

/**umb_name:Cinzento*/
.cinzento {
    color: #6C757D;
}

/**umb_name:Text 62*/
.txt62 {
    font-size: 62px;
    line-height: 65px;
}

/**umb_name:Text 36*/
.txt36 {
    font-size: 36px;
    line-height: 42px;
}

/**umb_name:Text 26*/
.txt26 {
    font-size: 26px;
    line-height: 30px;
}

/**umb_name:Text 22*/
.txt22 {
    font-size: 22px;
    line-height: 25px;
}

/**umb_name:Text 20*/
.txt20 {
    font-size: 20px;
    line-height: 30px;
}

/**umb_name:Text 16*/
.txt16 {
    font-size: 16px;
    line-height: 24px;
}

/**umb_name:Text 14*/
.txt14 {
    font-size: 14px;
    line-height: 16px;
}

/**umb_name:Negrito*/
.fontBold {
    font-family: 'Work Sans Bold';
}

/**umb_name:Semi Negrito*/
.fontSemiBold {
    font-family: 'Work Sans SemiBold';
}

/**umb_name:Botão*/
.btn-primary {
    background-color: #f69fa2;
    border: 0;
    border-radius: 10px;
    font-family: "Work Sans SemiBold";
    font-size: 16px;
    line-height: 19px;
    color: #6d3636;
    padding: 15px 30px;
    margin: 35px 0 0 0;
}

@media(max-width: 576px) {
    .txt62 {
        font-size: 52px;
        line-height: 55px;
    }
}

@media(max-width: 425px) {
    .txt62 {
        font-size: 48px;
        line-height: 50px;
    }
}

@media(max-width: 375px) {
    .txt62 {
        font-size: 40px;
        line-height: 42px;
    }
}
