<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#modulo-alertas-1 div.resultadoAlerta.ok {background-color: rgb(81, 197, 60);}
#modulo-alertas-1 div.resultadoAlerta.ko {background-color: rgb(197, 60, 65);}



#modulo-alertas-1 button.enviar_alerta {
    width: 100%;
    border: 1px solid var(--background1-78);
    background-color: var(--background1);
    color: var(--color1);
    font-size: 1.1em;
    margin: 10px auto 20px;
    border-radius: 4px;
    text-align: center;
}

#modulo-alertas-1 button.enviar_alerta:hover {
    filter: brightness(123%);
}

#modulo-alertas-1 button.enviar_alerta.enviando {
    background-image: url(../img/loading_fff.gif);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}


#modulo-alertas-1 div.resultadoAlerta {
    display: none;
    width: 100%;
    border: 1px solid #A8A8A8;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 0;
    margin: 10px auto 20px;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}

#modulo-alertas-1{
    color:#717171;
    margin-top: 25px;
    margin-bottom: 25px;
}

#modulo-alertas-1 .tituloAlerta{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 80px 5px 80px;
    font-size: 24px;
    background-color: var(--background1);
    color: var(--color1);
    line-height: 1.4em;
}
#modulo-alertas-1 .tituloAlerta &gt; * {
    margin-bottom: 15px;
}

#modulo-alertas-1 #alertas {
    padding: 0 20px;
}

#modulo-alertas-1 .bloqueAlertasContenedor{
    border-bottom: solid 2px var(--background1-78);
    width: 200px;
    margin: 5px;
}

#modulo-alertas-1 .bloqueAlertaContenedores{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
}

#modulo-alertas-1 .tituloBloqueAlertas{
    background-color: var(--background2);
    width: 100%;
    color: var(--color2);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
}

#modulo-alertas-1 .bloqueAlertasInput, #modulo-alertas-1 .bloqueAlertasSELECT {
    padding: 5px;
}

#modulo-alertas-1 .bloqueAlertasInput input, #modulo-alertas-1 .bloqueAlertasSELECT select{
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#modulo-alertas-1 #legalaviso{
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    text-align: justify;
}

#modulo-alertas-1 .bloqueAlertasButton{
    width: 250px;
    margin: 0 auto;
}

.blockquote {
    border-style: solid;
    border-width: 1px;
    border-color: #cdc7c7;
    padding: 15px 15px 15px 70px;
    position: relative;
    quotes: none;
    font-size: 20px;
    margin: 0px auto;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.blockquote .quote {
    font-family: Georgia,sans-serif;
    font-size: 100px;
    left: 10px;
    line-height: 100px;
    position: absolute;
    top: 10px;
    color:#929292;
}

.blockquote p {
   margin-top: 10px;
}

#modulo-alertas-1 #spanPrivacidadAlertas {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .bloqueAlertaContenedores{
        flex-direction: column;
    }

    #modulo-alertas-1 .bloqueAlertasContenedor{
        width: 100%;
    }
}</pre></body></html>