.sumario {
    padding: 10px;
    margin-bottom: 20px;
    width: 250px;
    margin: 0 auto;
}

.sumario table {
    width: 200px;
}

.sumario table tbody .max {
    background-color: #b00;
    color: white;
    width: 60px;
}

.sumario table tbody .min {
    background-color: #0088BB;
    color: white;
    width: 60px;
}


.sumario table tbody .grey {
    background-color: #eee;
    width: 60px;
    font-weight: normal;
}

h3 {
    text-align: center;
    font-size: 15 !important;
}


svg {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    background-color: #f0f0f0;
}

.btn-custom {
    border-color: #f0f0f0;
}

.btn-custom.active {
    font-weight: 400 !important;
    background-color: #08b;
    color: #FFF;
    border-color: #08b;
}

hr {
    height: 4px;
    /* Ajusta la altura según el grosor deseado */
    background-color: #ff0101;
    border: none;
    /* Sin borde */
    margin: 20px 0;
    /* Margen superior e inferior */
}


.progress-container {
    width: 300px;
    background-color: #e2e698;
    border-radius: 5px;
    margin: 20px;
    display: inline-flex;
}

.progress-bar {
    width: 100%;
    height: 30px;
    background-color: #08b;
    border-radius: 5px;
    transition: width 0.1s linear;
}

#time-remaining {
    text-align: center;
    margin: 10px;
}

.texto-pequeno {
    font-size: 0.8rem;
    /* 80% del tamaño base del documento */
}

.separador {
    border-bottom: 2px solid blue;
    /* Línea azul de 2px de grosor */
    margin-bottom: 15px;
    /* Espacio adicional debajo para separación visual */
}