
/*
.circle {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
*/


/*
.circle {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-weight: bold;
    margin-bottom: 20px;
}
*/

.number-room{
    font-size:20px!important;
}

.status-label{

    font-size:18px!important;

}





body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background: linear-gradient(to bottom, #ffffff, #f0f0f0);
}
/*

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/clinica.jpg');
    background-size: cover;
    background-position: center;
    filter: contrast(80%) brightness(90%) blur(5px);
    z-index: -1;
}

.circle {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
}

*/
.body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background: linear-gradient(to bottom, #ffffff, #f0f0f0);
    overflow: hidden; /* Evita que el desenfoque se extienda más allá del cuerpo */
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/clinica.jpg'); /* Reemplaza 'ruta/de/tu/imagen.jpg' con la ruta de tu imagen */
    background-size: cover;
    /*background-position: center;*/
    backdrop-filter: blur(5px) contrast(80%) brightness(90%);
    z-index: -1;
}

.branding {
    position: absolute;
    top: 20px;
    left: 50%; /* Cambiado de 20px */
    transform: translateX(-50%); /* Nuevo */
    display: flex;
    align-items: center;
}

.site-title {
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Ajusta los valores según sea necesario */
    margin-left: 10px;
}

.logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    filter: contrast(150%) brightness(120%);
    margin-right: 10px;
}

.separator {
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5); /* Ajusta el valor alfa según sea necesario */
    margin-top:80px!important;
    /*margin: 40px 0; /* Ajusta el margen superior e inferior según sea necesario */
}

.circle {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3); /* Ajusta el valor alfa según sea necesario */
    z-index: -1;
}
