@font-face {
    font-family: 'Press Start 2P';
    src: url('PressStart2P.woff2') format('woff2'),
        url('PressStart2P.woff') format('woff'),
        url('PressStart2P.svg#PressStart2P') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html{
    margin: 0;   
    padding: 0;
    background-color: #c50b18;
    background-image: url("../assets/UI/fondoLow.jpg");
    background-position: center;
    background-repeat: repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Press Start 2P';
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

/********************************************************************** CONTAINER ALL ***/

.container {
    margin: auto;
    max-width: 1024px;
    width: 90vw;
}

.class_divMainContainer {
    /*! background-color: #c50b18; */
    /*! background-image: url("../assets/UI/fondoLow.jpg"); */
    /*! background-position: center; */
    /*! background-repeat: repeat; */
    /*! background-size: cover; */
    /*! position: absolute; */
    /*! left: 0px; */
    /*! top: 0px; */
    /*! width: 100%; */
    /*! height: 100%; */
}

/********************************************************************** LOGO CONTAINER ***/
.container.header {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.class_imgLogo {
    width: 50%;
}

.class_imgBrand {
    width: 25%;
}

@media screen and (min-width: 769px) {
    .class_imgLogo {
        width: 280px;
    }
    
    .class_imgBrand {
        width: 160px;
    }
}
/********************************************************************** MAIN SLIDER DIV ***/

.class_divSlider {
    position: relative;
    margin: auto;
    top: 10%;
    max-width: 1065px; /*1050*/
    height: 290px;

    /* border: 2px solid red; */

    text-align: center;

    display: none;
}

/********************************************************************** SLIDER ***/

.class_divSectionContainer {
    position: relative;
    width: 100%;

    background-color: #790011;
    margin: 10px auto;
}

.class_divSliderSelection {
    justify-content: center;
    width: 100%;
    border: 6px solid #790011;
}

.class_hide {
    display: none;
}

.class_buttonSectionAsset {
    position: relative;
    width: 20%;
    user-select: none;
    background-color: #736357;
    border: 6px solid #790011;
}

.class_buttonSectionAsset:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 100%;
}

.class_imgAvatar {
    display: block;
    width: 100%;
    user-select: none;
    position: absolute;
    top: 0;
}

/********************************************************************** MENU BACK NEXT ***/

.class_divMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;

    background-color: #790011;
}     

.class_buttonBack {
    /*! position: absolute; */
    /*! left: 44%; */ /* 42% */
    /*! top: 50%; */
    /*! -ms-transform: translateY(-50%); */
    /*! transform: translateY(-50%); */
    
    width: 30px;
    height: 30px;

    cursor: pointer;
    user-select: none;
}

.class_buttonNext {
    /*! position: absolute; */
    /*! left: 53%; */ /* 55% */
    /*! top: 50%; */
    /*! -ms-transform: translateY(-50%); */
    /*! transform: translateY(-50%); */

    width: 30px;
    height: 30px;
    cursor: pointer;
    user-select: none;
}

.class_imgButtonBackNext {
    width: 30px;
    height: 30px;
    user-select: none;
}

.class_divTextIndicatorSlider{
    /*! position: relative; */
    /*! margin: auto; */
    /*! top: 50%; */
    /*! -ms-transform: translateY(-50%); */
    /*! transform: translateY(-50%); */

    /*! width: 100px; */
    /*! height: 20px; */

    color: #ffffff;
    /*! text-align: center; */
    /*! font-size: 16px; */

    /*! user-select: none; */
}



/********************************************************************** IMG AVATAR RESULT 720x720 px ***/

.class_divAvatarImg720 {
    position: absolute;
    left: 0px;
    top: -1000px;
    width: 820px;
    height: 820px;
    background-color: aquamarine;

}

.class_divAvatarImgDownload{
    position: absolute;
    left: 50px;
    top: 0px;
    width: 720px;
    height: 720px;
    user-select: none;
}

.class_imgResultLarge {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 720px;
    height: 720px;
    user-select: none;
}

.class_imgResultLargeBG {
    position: absolute;
    left: -50px;
    top: 0px;
    width: 820px;
    height: 720px;
    user-select: none;
}

.class_divTextNombreAvatar {
    position: absolute;
    left: 0px;
    top: 720px;
    width: 100%;
    height: 100px;
    background-color: #e20a17;
}

.class_spanTextNombreAvatar {
    position: absolute;
    left: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 74px;

    font-family: 'Press Start 2P';
    font-size: 24px;
    color: white;
    line-height: 1.6;
    user-select: none;
    text-align: center;
}

