.full {
    width: 100%;
}

.hora_actual {
    height: 2.5rem;
    padding: 0.5rem 1rem;
    margin: 0;
    color: #343a40;
}

.small-box {
    color: #000;
    margin-bottom: 10px;
    /*background-color: #000;*/
}

.small-box p {
    margin-bottom: 0 !important;
}

.small-box .inner {
    padding: 5px;
}

/*
.small-box .inner p {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
*/

.nombre_unidad {
    font-weight: bold;
    font-size: 14px !important;
}

.nombre_estacion {
    font-weight: bolder;
    font-size: 16px !important;
}

.valores {
    font-size: 13px !important;
}

.diferencia_tiempo {
    margin:0;
    font-size:13px;
    font-weight:bold;
    color: #ff0000;
    opacity:.9;
}

.alarm-container {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alarm-core {
    width: 14px;
    height: 14px;
    background-color: #ff0000;
    border-radius: 50%;
    box-shadow: 0 0 15px #ff0000, 0 0 5px #ffffff, inset 0 0 4px #ffffff;
    z-index: 2;
    animation: core-flash 0.6s infinite alternate;
}

.alarm-radar {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    animation: radar-pulse 1.2s infinite ease-out;
    opacity: 0;
}

@keyframes radar-pulse {
    0% { transform: scale(0.5); opacity: 1; border-color: #ff0000; }
    100% { transform: scale(3.5); opacity: 0; border-color: #ff5555; }
}

/*
.fondo-el-algarrobo { background-color: #004052; }
.fondo-el-brocal { background-color: #283D3B; }
.fondo-julcani { background-color: #4D2C5E; }
.fondo-la-zanja { background-color: #1B4332; }
.fondo-orcopampa { background-color: #5F0F40; }
.fondo-san-gabriel { background-color: #312244; }
.fondo-rio-seco { background-color: #003566; }
.fondo-tambomayo { background-color: #3E5C76; }
.fondo-tantahuatay { background-color: #54478C; }
.fondo-trapiche { background-color: #2D6A4F; }
.fondo-uchucchacua { background-color: #023047; }
.fondo-yumpag { background-color: #606C38; }


.fondo-el-algarrobo  { background-color: #00509d; } 
.fondo-el-brocal     { background-color: #005f73; } 
.fondo-julcani       { background-color: #6d597a; } 
.fondo-la-zanja      { background-color: #2d6a4f; } 
.fondo-orcopampa     { background-color: #9e0059; } 
.fondo-san-gabriel   { background-color: #540b0e; } 
.fondo-rio-seco      { background-color: #002855; } 
.fondo-tambomayo     { background-color: #495057; } 
.fondo-tantahuatay   { background-color: #5f0f40; } 
.fondo-trapiche      { background-color: #1b4332; } 
.fondo-uchucchacua   { background-color: #023047; } 
.fondo-yumpag        { background-color: #bc6c25; } 

.fondo-el-algarrobo  { background-color: #003049; }
.fondo-el-brocal     { background-color: #005f73; }
.fondo-julcani       { background-color: #2b2d42; }
.fondo-la-zanja      { background-color: #1b4332; }
.fondo-orcopampa     { background-color: #0d1b2a; } 
.fondo-san-gabriel   { background-color: #14213d; } 
.fondo-rio-seco      { background-color: #1d3557; } 
.fondo-tambomayo     { background-color: #33415c; } 
.fondo-tantahuatay   { background-color: #457b9d; } 
.fondo-trapiche      { background-color: #2d6a4f; } 
.fondo-uchucchacua   { background-color: #023047; } 
.fondo-yumpag        { background-color: #52796f; } 
*/

.content-wrapper {
    background-color: transparent;
}

@media (max-width: 576px) {
    .full {
        width: 100%;
        overflow-x: auto;
        display: block;
    }    
}