.select-option{
    background-color:rgb(212, 209, 209);
    width: 50%;
    color: black;
}

.select-divisores{
    font-size: 1pt; 
    background-color: #000000;
}

.link-resource{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.buscador-rc{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.select{
    background: #941a2c;
    border-radius: 50px 0  0 50px;
    color:white;
    padding: 10px 25px 10px 25px;
}

.select-filter{
    background: #941a2c;
    border-radius: 0 0 0 0;
    color:white;
    padding: 10px 25px 10px 25px;
}

#regresar{
    background: #941a2c;
    color:white;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}

#opcion option{
    padding-top: 10px !important;
}