.a-select-filter {
    padding: 0.6rem 1rem;
    border: 2px solid #cfd8dc;
    border-radius: 0.5rem;
    background-color: white;
    color: #000;
    font-size: 1rem;
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
}

/* Cambiar color del texto del option seleccionado */
.a-select-filter option:checked {
    background-color: #E56700;
    color: white;
}

@media (width<768px) {
    #estado-proyecto-filter {
        width: 100%;
    }
}
