
.placa {
    width: 10em;
    height: 3em;
    background: white;
    border: 2px solid black;
    border-radius: 10px;
    position: relative;
    font-family: 'Archivo Black', sans-serif;
    overflow: hidden;
}

/* Faixa Azul Superior */
.faixa-superior {
    background: #0033a0;
    color: white;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0.7em 1vw;
    font-size: 0.5em;
    width: 100%;
    height: 0%;
}

.bandeira {
    width: 2.1em;
    height: 2em;
    background-size: cover;
}

/* Código da Placa */
.codigo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    letter-spacing: 0.1em;
    color: black;
    flex-grow: 1;
}
