
/********************************************************************** MENU AVATAR INSTRUCTIONS CONTAINER ***/

.class_divMenuAvInstContainer {
    display: none;
    flex-wrap: wrap;
}

/********************************************************************** MENU SECTIONS ***/

.class_divMenuSections {
    background-color: #000000;
    position: relative;
    width: calc(40% - 12px);
    order: 2;
    margin-right: 12px;
}

@media screen and (min-width: 769px) {
    .class_divMenuSections {
        width: 30%;
    }    
}

.class_divMenuSectionsContainer {
    color: #ffffff;
    font-size: 10px;
    padding: 16px;
}

.class_buttonMenu {
    position: relative;
    flex-wrap: wrap;
    height: 36px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.class_menuText {
    /*! position: absolute; */
    /*! left: 0px; */
    /*! top: 50%; */
    /*! -ms-transform: translateY(-50%); */ 
    /*! transform: translateY(-50%); */ 
    /*! width: 187px; */
    /*! height: 25px; */
    user-select: none;
    cursor: pointer; 
}

.class_clickOff {
    color: #ffffff;
}

.class_clickOn {
    color: #fd0000;
}

.class_clickOff:hover {
    color: #fd0000;
}

.class_imgIndicator {
    /*! position: absolute; */
    /*! right: 0px; */
    /*! top: 0px; */
    /*! width: 31px; */
    /*! height: 32px; */
    /*! user-select: none; */
}

/********************************************************************** IMG AVATAR RESULT 360x360 px ***/

.class_divAvatarImg {
    background-color: #736357;
    position: relative;
    width: 60%;
    order: 3;
}

@media screen and (min-width: 769px) {
    .class_divAvatarImg {
        width: 41.666667%;
    }
}


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

.class_imgResultSmall {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    user-select: none;
}

/********************************************************************** INSTRUCTRIONS ***/

.class_divInstSaveButton {
    order: 1;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .class_divInstSaveButton {
        order: 3;
        width: 25%;
        padding-left: 12px;
    }
    
}

.class_divTextInstructions {
    color: #ffffff;
}

@media screen and (min-width: 769px) {
    .class_textInstTitle {
        font-size: 16px;
    }
    .class_textInstText {
        font-size: 16px;
    }
}

.class_buttonSaveAvatar {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 389px;
    height: 75px;
    background-image: url("../assets/UI/guardar_descargar.png");
}