.dist_modal_header_alerta
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FF5733;
    padding: 10px;
}

.blq1_dist_modal_header_alerta
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    color: #fff;
    text-align: justify;
}

.blq2_dist_modal_header_alerta
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: auto 10px;
}

.icon_spy
{
    font-size: 3em;
    text-align: center;
    display: block;
    color: grey;
    margin: auto;
    text-align: center;
}

.info_estafa
{
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #000;
    text-align: justify;
    margin: 10px auto;
    display: block;
}

.btn_advertencia
{
    background-color: #fff;
    color: #FF5733;
    border-radius: 3px;
    border: 2px solid #FF5733;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    margin: 10px;
}


.btn_advertencia:hover
{
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 3px 10px grey;
}
