/*** UI: User Info ***/
.ui_user_info{

    position: absolute;
    top:0;
    left:0;
    width:240px;
    height: 38px;
    background: no-repeat bottom left url(../img/ui/user_info/background.png);
    background-size: cover;
    overflow: visible;
    margin-top:8px;
    display: flex;
    align-items: center;

}
.ui_user_info .estandarte{
    flex: 0 0 42px;
    width:42px;
    height:80px;
    margin-top:18px;
    margin-left:8px;
    background: no-repeat center left url(../img/ui/user_info/estandarte.png);
    background-size: contain;
    z-index:1000;
    position: relative;
}
.ui_user_info .estandarte .score{
    position: absolute;
    bottom:12px;
    left:0;
    right:0;
    font-family: 'IMFePIsc28P';
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.ui_user_info .estandarte .score span{
    font-size: 8px;
    line-height: 100%;
}
.ui_user_info .personaje{
    width:65px;
    height:71px;
    margin-top:-35px;
    margin-left: -12px;
    background: no-repeat bottom left url(../img/ui/user_info/personaje.png);
    background-size: contain;
}
.ui_user_info .text{
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left:-5px;
}
.ui_user_info .text .label{
    font-size: 8px;
    text-transform: uppercase;
    color:#e3b154;
    font-family: 'IMFePIsc28P';
    margin-top:2px;
}
.ui_user_info .text .personaje_nombre{
    font-size: 12px;
    line-height: 110%;
    text-transform: uppercase;
    font-family: 'IMFePIsc28P';
}

@media(min-width:992px){
    .ui_user_info .text .label{
        margin-top: 0px;
        font-size: 10px;
    }
    .ui_user_info .text .label{
        margin-top: 0px;
        font-size: 10px;
    }
    .ui_user_info .text .personaje_nombre{
        font-size: 14px;
    }
}

@media(min-width: 1140px){

    .ui_user_info{

        margin-top:14px;
        width:300px;
        height: 50px;

    }

    .ui_user_info .estandarte{
        margin-top:3px;
        flex: 0 0 47px;
    }

    .ui_user_info .estandarte .score{
        font-size: 14px;
        line-height: 100%;
    }

    .ui_user_info .personaje{
        width: 93px;
        height: 84px;
        margin-top: -35px;
        margin-left: -16px;
    }

    .ui_user_info .text .label{
        font-size: 12px;
        line-height: 120%;
        margin-top:4px;
    }

    .ui_user_info .text .personaje_nombre{
        font-size: 18px;
    }

}

@media(min-width: 1240px){

    .ui_user_info{

        margin-top:12px;
        width:300px;


    }

    .ui_user_info .estandarte{
        margin-top:6px;
    }

    .ui_user_info .personaje{
        width:95px;
        height:60px;
        margin-top:-12px;
        margin-left: -15px;
    }

    .ui_user_info .text .label{
        font-size: 12px;
    }

    .ui_user_info .text .personaje_nombre{
        font-size: 18px;
    }

}


/*** Title ***/
.ui_title{
    position: absolute;
    top:0;
    left:50%;
    margin-left:-105px;
    width:210px;
    height: 27%;
    background: url(../img/ui/title/title.png) center top no-repeat;
    background-size: contain;
}

@media(min-width:992px){

    .ui_title{
        margin-left:-140px;
        width:280px;

    }

}

@media(min-width:1140px){

    .ui_title{
        margin-left:-150px;
        width:300px;

    }

}


/*** Top Right ***/
.top_right{
    position:absolute;
    top:4px;
    right:4px;
    display:flex;
}
.top_right .box-img{
    height:32px;
    width: 42px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.top_right .box-img img{
    height:100%;
    cursor: url("../img/cursor_hover.png"),pointer;
}
.top_right .title{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/buttons/background_sm.png) no-repeat center;
    background-size:contain;
    color: #dfb25f;
    text-transform: uppercase;
    width: 50px;
    height: 18px;
    font-size:8px;
    font-family: 'IMFePIsc28P';
}
.top_right .title:hover{
    background-image: url(../img/buttons/background_sm_hover.png);
    color: #141e23;
}
.top_right .ranking{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin-right: 4px;
}
.top_right .ranking .box-img img{
    height: 70%;
}
.top_right .help{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin-left:0px;
}

@media(min-width: 1140px){

    .top_right{
        top:0;
        right:8px;
    }  
    .top_right .box-img{
        height:56px;
        width:auto;
    }
    .top_right .title{
        width: 76px;
        font-size:10px;
        margin-top:2px;
    }
    .top_right .ranking{
        margin:0;
    }

}


/*** Sound & Exit ***/
.ui_sound,
.ui_exit{
    position: absolute;
    bottom:16px;
    left:16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: url("../img/cursor_hover.png"),pointer;
}
.ui_sound .img,
.ui_exit .img{
    height:25px;
    width:15px;
    background: url(../img/ui/sound/sound_on.png) no-repeat center;
    background-size: contain;
    cursor: url("../img/cursor_hover.png"),pointer;
}
.ui_sound .title,
.ui_exit .title{
    font-family: 'IMFePIsc28P';
    font-size:8px;
    line-height:8px;
    color:#e3b154;
    text-transform: uppercase;
    cursor: url("../img/cursor_hover.png"),pointer;
}

.ui_sound_on .img{
    background-image: url(../img/ui/sound/sound_on.png);
    background-size: contain;
}
.ui_sound_off .img{
    background-image: url(../img/ui/sound/sound_off.png);
    background-size: contain;
}

.ui_exit{
    left:auto;
    right:16px;
}
.ui_exit .img{
    background-image: url(../img/ui/exit/exit.png);
}

@media(min-width: 992px){

    .ui_sound{
        bottom:24px;
        left:24px;
    }
    .ui_exit{
        bottom:24px;
        right:24px;
    }

}

@media(min-width: 1240px){

    .ui_sound{
        bottom:24px;
        left:24px;
    }
    .ui_sound .img{
        height:30px;
        width: 20px;
    }
    .ui_sound .title,
    .ui_exit .title{
        font-size: 14px;
        margin-top:4px;
    }

}