
.noticia-urgente {
    background: #FF3D3D;
}
.noticia-urgente .content .titulo {
    font-size: 2rem;
    color: white;
    font-weight: 700;
}
.noticia-urgente .icono {
    font-size: 56px;
    color: white;
}
.noticia-urgente .title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white !important;
    border-bottom: 2px solid white;
    text-transform: uppercase;
}

.noticia-ahora {
    background: #FFDF3D;
}
.noticia-ahora .content .titulo {
    font-size: 2rem;
    color: black;
    font-weight: 700;
}
.noticia-ahora .icono {
    font-size: 56px;
    color: black;
}
.noticia-ahora .title {
    font-size: 1.5rem;
    font-weight: 700;
    color: black !important;
    border-bottom: 2px solid black;
    text-transform: uppercase;
}

.noticia-ultimo_momento {
    background: black;
}
.noticia-ultimo_momento .content .titulo {
    font-size: 2rem;
    color: white;
    font-weight: 700;
}
.noticia-ultimo_momento .icono {
    font-size: 56px;
    color: white;
}
.noticia-ultimo_momento .title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white !important;
    border-bottom: 2px solid white;
    text-transform: uppercase;
}


.toast {
    z-index: 9999;
}

.toast-urgente {
    background: #FF3D3D !important;
    border: 0px!important;
    border-radius: 0px!important;
}
.toast-urgente .toast-header {
    background: #FF3D3D !important;
    color: white;
    border-bottom: 2px solid white;
    text-transform: uppercase;
}
.toast-urgente .toast-header button {
    background: #FF3D3D !important;
    color: white;
    font-size: 28px;
    opacity: 1;
}
.toast-urgente .toast-header .title {
    color: white;
    font-weight: 700;
    font-size: 16px;
}
.toast-urgente .toast-body .titulo {
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.toast-ahora {
    background: #FFDF3D !important;
    border: 0px!important;
    border-radius: 0px!important;
}
.toast-ahora .toast-header {
    background: #FFDF3D !important;
    color: black;
    border-bottom: 2px solid black;
    text-transform: uppercase;
}
.toast-ahora .toast-header button {
    background: #FFDF3D !important;
    color: black;
    font-size: 24px;
    opacity: 1;
}
.toast-ahora .toast-header .title {
    color: black;
    font-weight: 700;
    font-size: 16px;
}
.toast-ahora .toast-body .titulo {
    color: black;
    font-weight: 700;
    font-size: 18px;
}


.toast-ultimo_momento {
    background: black !important;
    border: 0px!important;
    border-radius: 0px!important;
}
.toast-ultimo_momento .toast-header {
    background: black !important;
    color: white;
    border-bottom: 2px solid white;
    text-transform: uppercase;
}
.toast-ultimo_momento .toast-header button {
    background: black !important;
    color: white;
    font-size: 28px;
    opacity: 1;
}
.toast-ultimo_momento .toast-header .title {
    color: white;
    font-weight: 700;
    font-size: 16px;
}
.toast-ultimo_momento .toast-body .titulo {
    color: white;
    font-weight: 700;
    font-size: 18px;
}