/*-------------------------*/
/*--- ESTILOS GENERALES ---*/
/*-------------------------*/

:root {
    --saira: 'Saira', Arial, sans-serif;
    --saira_semicon: 'Saira Semi Condensed', Arial, sans-serif;
    --saira_con: 'Saira Condensed', Arial, sans-serif;
    --saira_extracon: 'Saira Extra Condensed', Arial, sans-serif;
    --caveat: 'Caveat', Arial, sans-serif;
}

.ar_con_victima {
    width: 100%;
    position: absolute;
    left: -100%;
    /*top: 20;*/
    padding: 0 30px;
}

.ar_cerrar_victima {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 31px;
    right: 2px;
}

.ar_ficha_victima {
    max-width: 700px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 50px;
    box-shadow: 4px 7px 11px 1px #0000004f;
    position: relative;
}

.ar_ficha_titulo_victima {
    font-family: var(--caveat);
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: inline;
    width: auto;
    background-color: #AC7F50;
    border-radius: 15px 15px 0 0;
    padding: 6px 26px 6px 21px;
    margin-left: 23px;
}

.ar_ficha_con_victima {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px 0px 0px 0px;
    box-sizing: border-box;
    background-image: url(../img/victima_fondo.png);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 9px;
    top: -1px;
    box-shadow: 2px 6px 8px 11px rgb(0 0 0 / 37%);
}

.ar_ficha_col1_victima {
    width: 100%;
}

.ar_ficha_victima_sec1 {
    display: flex;
    flex-direction: row;
    padding: 0px 20px 20px 20px;
    align-items: flex-start;
}

.ar_victima_titulos_sup {
    padding-left: 20px;
}

.ar_ficha_foto_victima {
    width: 100%;
    max-width: 180px;
    box-shadow: 2px 1px 5px 0px rgb(0 0 0 / 54%);
}

.ar_ficha_texto_nombre_victima {
    font-family: var(--saira_extracon);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 200;
    color: #606060;
}

.ar_ficha_texto_victima {
    font-family: var(--saira_extracon);
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 600;
    line-height: 1;
    color: #606060;
    width: 180px;
}

.ar_ficha_con_datos {
    display: flex;
}

.ar_ficha_texto_ant_victimas,
.ar_ficha_texto_ant_victimas2 {
    font-family: var(--saira_extracon);
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    background-color: #ac805085;
    line-height: 1.4;
}

.ar_ficha_texto_ant_victimas {
    padding-left: 20px;
}

.ar_ficha_texto_ant_victimas2 {
    padding-left: 10px;
}

.ar_ficha_texto_puntos_victima {
    font-family: var(--saira_semicon);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px 0px 20px;
    color: #606060;
    /*width: 60%;*/
}

.ar_ficha_texto_puntos_victima2 {
    font-family: var(--saira_semicon);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 20px 0px 10px;
    color: #606060;
    /*width: 60%;*/
}

.ar_victima_foto1,
.ar_victima_foto2 {
    position: absolute;
}

.ar_victima_foto1 {
    max-width: 178px;
    width: 100%;
    right: 54px;
    bottom: 74%;
    filter: drop-shadow(2px 2px 1.5px rgba(0, 0, 0, 0.3));
}

.ar_victima_foto2 {
    max-width: 208px;
    width: 100%;
    right: -12px;
    bottom: 52%;
    filter: drop-shadow(2px 3px 1.5px rgba(0, 0, 0, 0.3));
}

.ar_ficha_texto_puntos_victima_hecho {
    padding: 0px;
    padding-left: 21px;
    font-family: var(--saira_extracon);
    font-size: 28px;
    font-weight: 400;
    color: #D00606;
}

.ar_ficha_texto_puntos_victima_inf {
    font-family: var(--saira_semicon);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 0px;
    padding-bottom: 18px;
    padding-left: 20px;
    color: #606060;
    width: 100%;
}

@media (max-width: 1080px) {
    .ar_ficha_foto_victima {
        max-width: 162px;
    }

    .ar_ficha_texto_nombre_victima {
        font-size: 27px;
    }

    .ar_ficha_texto_victima {
        font-size: 37px;
    }
}

@media (max-width: 680px) {
    .ar_ficha_titulo_victima {
        font-size: 27px;
    }

    .ar_cerrar_victima {
        width: 30px;
        height: 30px;
    }

    .ar_ficha_texto_victima {
        width: 100%;
    }

    .ar_victima_foto1,
    .ar_victima_foto2 {
        display: none;
    }
}

@media (max-width: 599px) {
    .ar_ficha_titulo_victima {
        font-size: 20px;
    }

    .ar_cerrar_victima {
        width: 26px;
        height: 26px;
        top: 39px;
        right: 6px;
    }

    .ar_ficha_foto_victima {
        max-width: 104px;
    }

    .ar_ficha_texto_nombre_victima {
        font-size: 18px;
    }

    .ar_ficha_texto_victima {
        font-size: 24px;
    }

    .ar_ficha_con_datos {
        flex-direction: column;
    }

    .ar_ficha_texto_ant_victimas, .ar_ficha_texto_ant_victimas2 {
        font-size: 20px;
        line-height: 1.3;
        padding-top: 3px;
        padding-left: 20px;
    }

    .ar_ficha_texto_puntos_victima, .ar_ficha_texto_puntos_victima2 {
        padding-left: 20px;
        padding: 5px 20px;
        font-size: 15px;
        line-height: 16px;
    }

    .ar_ficha_texto_puntos_victima_hecho {
        font-size: 20px;
    }

    .ar_ficha_texto_puntos_victima_inf {
        padding: 0px 20px 18px 20px;
        line-height: 16px;
        font-size: 15px;
    }
}