<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.titulo-producto-categoria h5 {
    text-transform: uppercase;
    font-weight: bold;
}

/* .cuadro-check-alquiler-categorias {
    border: solid 1px black;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
} */

.cuadro-check-alquiler-categorias div {
    border-left: solid 1px #da291c;
    border-top: solid 1px #da291c;
    border-bottom: solid 1px #da291c;
    width: 25%;
    height: 40px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.cuadro-check-alquiler-categorias div:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cuadro-check-alquiler-categorias div:last-child {
    border-right: solid 1px #da291c;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}

.cuadro-check-alquiler-categorias div:hover {
    background-color: #ffebb4;
}</pre></body></html>