/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/01/2025, 15:12:23
    Author     : Aldana
*/

.que-fecha .mHorarios {
     list-style-type:none;
     padding:0;
}

.que-fecha .mHorarios li {
     float:left;
    width:48%;
    position:relative;
    padding: 1.4em;
    cursor:pointer;
    margin: 2px;
}

.que-fecha .mHorarios label, .que-fecha .mHorarios input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.que-fecha .mHorarios input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.que-fecha .mHorarios input[type="radio"]:checked + label {
    background:#ff0010;
    color: var(--blanco);
    font-weight: bold;
}

.que-fecha .mHorarios label {
    padding-top:1em;
    z-index:90;
    color: var(--negro);
    background-color: var(--blanco);
    font-size: 0.8em;
    font-weight: normal;
    text-align: center;
    border-radius: 5px;
}

.que-fecha .mHorarios label:hover {
     background:#DDD;
}