
.d-flex > * {
    flex: 1;
}

body {
    background-color: #f8f9fa;
}




.amplada {
    width: 75%;
}


.ullet {
    display: flex;
    align-items: center;
}

.ullet > article {
    flex-grow: 1; /* Permite que el input se expanda */
}

.ull {
    margin-left: 2%;
    border-style: none;
    background-color: white;
}

