main {
    display: flex; 
    flex-direction: column; 
    min-height: 70dvh; 
    width: 100dvw; 
    padding-left: 1vw; 
    padding-right: 1vw;
    padding-bottom: 2vh;
}

#form-matricula {
    height: 100%; 
    display: flex; 
    align-items: center; 
    flex-direction: column;
}

#buscador {
    max-width: 100vw; 
    display: flex; 
    flex-direction: row;
    justify-content: center;
}

#labelBuscador {
    align-content: center;
    margin-bottom: 0px !important;
}

#matricula {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
}

#resultado {
    margin-top: 3vh;
}

#mensaje {
    padding: 5px;
}