/* Estilos Bomberos*/
.h1, h1 {
    font-size: 1.53125rem !important;
}

.h2, h2 {
    font-size: 1.3125rem !important;
}

.h1Original {
    font-size: 2.1875rem !important;
}

.h2Original {
    font-size: 1.75rem !important;
}

.h3Original {
    font-size: 1.53125rem !important;
}


.h1Grande {
    font-size: 3.5rem !important;
}

.labelRojo {
    color: #fff;
    background-color: #eb1212;
}

.labelVerde {
    color: #fff;
    background-color: #00892E;
}

.labelAzul {
    color: #fff;
    background-color: #0F06C2 !important;
}

.botonVerde{
    color: #fff;
    background-color: #00892E;
}
.botonRojo{
    color: #fff;
    background-color: #eb1212;
}