:root{
    --color-xc-azul: #006498;
    --color-xc-amarillo: #FE9800;
    --color-xc-rojo: #DA1800;
    --color-xc-verde: #007600;
}

section.bg-selected{
    background-color: #fe990055 !important;
}

section.button-option {
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    max-width: 310px;
    margin: 5px auto;
    background-color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.half-button-option {
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 120px;
    aspect-ratio: 1/1;
    max-width: 310px;
    margin: 5px auto;
    background-color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display:grid;
    place-content: center;
}

.botonera-vertical.flex-wrap.gap-3{
    max-width: 300px;
    margin: 0 auto;
}

.section-text {
    padding: 20px 0 20px 20px;
    color: grey;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto 0;
    font-size: 14px;
}

section:nth-child(1) .section-icon {
    background-color: var(--color-xc-azul);
}

section .section-icon {
    padding: 19px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 2rem;
    min-width: 72px;
    text-align: center;
}

.section-icon i {
    color: white;
    opacity: 0.5;
}

section:nth-child(1) .section-icon{
    background-color: var(--color-xc-azul);
}
section:nth-child(2) .section-icon{
    background-color: var(--color-xc-amarillo);
}
section:nth-child(3) .section-icon{
    background-color: var(--color-xc-rojo);
}
section:nth-child(4) .section-icon{
    background-color: var(--color-xc-verde);
}
section:nth-child(5) .section-icon{
    background-color: #6F9283;
}
            