#numero-sorte .titulo-numero-sorte {
    width:650px;
}

#numero-sorte .box-numero-sorte {
    width: 392px;
    height: 306px;
    border-radius: 1em;
    margin-top: 2em;
    margin-bottom: 3em;
}

#numero-sorte .box-numero-sorte-header {
    width: 392px;
    height: 72px;
    background-color: var(--cor-primaria);
    color: #fff;
    padding-left: 32px;
    padding-top: 21px;
    text-align: start;
    font-family: 'Mulish-Bold';
    font-size: 21px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

#numero-sorte .box-numero-sorte-body {
    width: 392px;
    height: 161px;   
    background-color: #fff;
}

#matricula {
    height: 40px;
}

#nascimento {
    height: 40px;
}

#field-cpf {
    margin-top: 1em;
    /* margin-top:2em; */
    width:342px;
}

#field-nascimento {
    margin-top: 1em;
    /* margin-top:2em; */
    width:342px;
}

.field__label {
    font-size: 14px!important;
    color: #000;
    font-family: 'Mulish-Medium';
}

#numero-sorte .box-numero-sorte-footer {
    width: 392px;
    height: 70px;  
    background-color: #fff;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding-top: 5px;
    /* padding-top: 1em; */
    justify-content: end;
    text-align: end;
    padding-right: 1.5em;
}

@media (max-width: 767px) { /* Novo */

    .botao-buscar-rede-credenciada {
        margin-top: 0px;
    }

}

@media (max-width:650px){
    #numero-sorte .box-numero-sorte {
        padding: 0!important;
    }
}

@media (max-width:425px){
    #numero-sorte .titulo-numero-sorte {
        width:284px;
    }

    #numero-sorte .box-numero-sorte {
        width: 300px;
        height: 262px;
        border-radius: 1em;
        margin-top: 2em;
        margin-bottom: 3em;
    }
    
    #numero-sorte .box-numero-sorte-header {
        width: 300px;
        height: 47px;
        padding-left: 32px;
        padding-top: 14px;
        font-size: 16px;
    }
    
    #numero-sorte .box-numero-sorte-body {
        width: 300px;
        height: 161px;   
        background-color: #fff;
    }

    #field-cpf {
        width:243px;
    }
    
    #field-nascimento {
        width:243px;
    }

    .field__label {
        font-size: 12px!important;
    }
    
    #numero-sorte .box-numero-sorte-footer {
        width: 300px;
    }
  
    
}