#coworking-form {
    background: #f5f7fa;
    padding: 20px;
    border-radius: 10px;
    font-family: 'Helvetica', sans-serif;
}

#coworking-form input, 
#coworking-form select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#coworking-form input[type="submit"] {
    background: #1e73be; /* color azul Conpartes */
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 20px;
    transition: background 0.3s;
}

#coworking-form input[type="submit"]:hover {
    background: #155a8a;
}

#precio {
    color: #1e73be;
    font-size: 18px;
    font-weight: bold;
}
