.matriz-botones ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.matriz-botones li { display: block; }
.matriz-botones input[type="radio"] {
    display: none; /* Ocultamos el circulito nativo */
}
.matriz-botones label {
    display: block;
    padding: 15px;
    text-align: center;
    background-color: #f8fafc;
    border: 2px solid #cbd5e1;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: #334155;
    transition: all 0.2s;
}
.matriz-botones input[type="radio"]:checked + label {
    background-color: #0ea5e9;
    border-color: #0284c7;
    color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.matriz-botones label:hover { border-color: #0ea5e9; }
.-bomatriztones ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.matriz-botones li { display: block; }
.matriz-botones input[type="radio"] {
    display: none; /* Ocultamos el circulito nativo */
}
.matriz-botones label {
    display: block;
    padding: 15px;
    text-align: center;
    background-color: #f8fafc;
    border: 2px solid #cbd5e1;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: #334155;
    transition: all 0.2s;
}
.matriz-botones input[type="radio"]:checked + label {
    background-color: #0ea5e9;
    border-color: #0284c7;
    color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.matriz-botones label:hover { border-color: #0ea5e9; }
.head-style{
    background-color: #00205b;
}
#img_logo{
    width: 250px !important;
    height: auto;
}
.form-division{
    padding: 5px;
}