.custom-select {
    background-color: rgb(245, 245, 245) !important; /* Cambia el color de fondo */
    max-width: 200px !important;
}

.custom-btn {
    background-color: #f8f9fa; /* Fondo gris clarito */
    border: 1px solid rgb(170, 170, 170); /* Borde gris */
    font-weight: bold !important; /* Tipografía fuerte */
}

.custom-btn:hover {
    background-color: #f8f9fa; /* Fondo un poco más oscuro al pasar el cursor */
    border-color: rgb(170, 170, 170); /* Borde más oscuro al pasar el cursor */
}

.offcanvas-custom-width {
  width: 500px !important;
}