@import url('https://fonts.googleapis.com/css2?family=Jacquard+12&display=swap');

.jacquard-12-regular {
    font-family: "Jacquard 12", system-ui;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PixelFontTone';
    src: url("Fuentes/Pixelfontone_regular-Regular.ttf");
    font-weight: bold;
    font-size: bold;
}

.stopScrolling {
    height: 100%;
    overflow: hidden;
}


header {
    position: relative;
    margin: 0%;
    padding: 0%;
    background-color: transparent;
    z-index: 4;
}

#headerSectionFirst {
    width: 100%;
    display: flex;
    position: relative;
    flex-flow: row wrap;
    position: fixed;
    align-items: end;
    background-color: rgb(19, 19, 19);
    padding: 2px;
    border-radius: 0% 0% 3% 3%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}

#imagenArticle {
    height: 13%;
    width: 13%;
    opacity: var(--splasgOpacityImg,1);
}

#imagenArticle img {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
}

#listArticle {
    justify-content: end;
    display: flex;
    position: relative;
    height: 87%;
    width: 87%;
    letter-spacing: 0.5px;
}

#listArticle ul {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    margin: 0%;
    padding: 0%;
    transition: 0.2s ease-out;
    z-index: 3;
}

.textLetterColorDisable {
    color: rgb(255, 255, 255);
    --borderTextHeader: rgb(255, 255, 255);
}

.liHeader {
    color: rgba(255, 255, 255, 0.859);
    cursor: var(--cursorDisable, pointer);
    user-select: none;
}

.liHeader:hover {
    color: rgb(255, 255, 255);
    --borderTextHeader: rgb(255, 255, 255);
    --viImg: 100%;
    --movImg: 0px;
}

.textLetterColor {
    font-family: 'PixelFontTone';
    font-size: 160%;
    padding-right: 13px;
    user-select: none;
    cursor: pointer;
    border-color: var(--borderTextHeader, rgb(97, 103, 122));
    border-style: solid;
    border-width: 0px 3px 0px 0px;
    transition: 0.3s ease-in-out;
}

.liHeader div {
    display: flex;
    position: absolute;
    height: 100%;
    width: 80px;
    top: 1;
    justify-content: center;
    align-items: start;
}

.activeImageSelector {
    position: relative;
    height: 17%;
    user-select: none;
    margin: var(--movImg, -5px);
    opacity: var(--viImg, 0%);
    transition: 0.3s ease-in-out;
    cursor: none;
}

.hidden {
    user-select: none;
    visibility: hidden;
}

.notCursor {
    --cursorDisable: auto;
}

.spaceLetter {
    margin-left: 45px;
}

#menuAndroid {
    display: none;
    visibility: hidden;
}

#checkMenu {
    display: none;
    opacity: 0%;
    position: var(--positionCheck, absolute);
    height: var(--heightCheckActive, 60px);
    width: var(--widthCheckActive, 60px);
    top: -30px;
    left: 1;
    right: 0;
    margin-top: var(--marginCheckActive, 40px);
    margin-right: var(--marginRightCheckActive, 8px);
    z-index: 10;
    cursor: pointer;
}

#HeaderSpashScrean
{
    height: 100%; 
    width: 100%; 
    position: fixed;
    color: transparent;
    user-select: none;
    background-color: var(--splashBackground,none); 
    z-index: var(--splashScreenIndex,0);
    display: var(--splashDisplay,none);
}

#HeaderSpashScrean p
{
    color: transparent;
}


header:has(:checked) {
    --opasityMenuPanelAdmin: 100%;
    --indexMenuPanelAdmin: 2;
    --relativePositionControlMenuDrop: 0px;
    --displayCheckMenu: flex;
    --heightCheckActive: 30px;
    --widthCheckActive: 30px;
    --marginCheckActive: 72px;
    --marginRightCheckActive: 50px;
    --positionCheck: fixed;
    --positionSpann: 0px;
    --backgroundMenuPanelAndroid:flex;

    --splashBackground:rgba(28, 28, 28, 0.631);
    --splashScreenIndex:0;
    --splasgOpacityImg:0.5;
    --splashDisplay:flex;
    

}


#activableBottomMenu {
    display: flex;
    position: relative;
    height: 5%;
    width: 5%;
    transition: 0.5s ease-in-out;
}

#activableBottomMenu:hover {
    opacity: 80%;
}

#spannContext {
    height: 100%;
    width: 100%;
    position: absolute;
    left: var(--positionSpann, 2500px);
}

.spannContextIniTime
{
    transition: 0.25s ease-in ;
}

.spannContextEndTime
{
    transition: 3s ease-out ;
}


#backGroundContentFixed {
    position: fixed;
    height: 100%;
    width: 100%;
    color: rgba(240, 248, 255, 0);
    user-select: none;
    display: var(--backgroundMenuPanelAndroid,none);
}


#menuPanelAndroid {
    top: 1;
    position: fixed;
    display: flex;
    margin: 0%;
    padding: 0%;
    align-items: start;
    justify-content: end;
    z-index: 15;
    height: 100%;
    width: 100%;
    transition: 0.2s ease-in-out;
    opacity: var(--opasityMenuPanelAdmin, 0%);
    z-index: var(--indexMenuPanelAdmin, -1);
    margin: 0%;
    padding: 0%;
}



#controlMenuDrop ul {
    height: 100%;
    width: 100%;
    display: flex;
    list-style: none;
    flex-flow: column wrap;
    margin: 0%;
    padding: 0%;
}

#panelControl {

    position: relative;
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    width: 370px;
    right: var(--relativePositionControlMenuDrop, -600px);
    transition: 0.5s ease-in-out;
    background-color: rgb(255, 255, 255);
    margin: 0%;
    padding: 0%;

}

#panelControlImg {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 110px;
    background-color: rgb(19, 19, 19);
    padding: 10px;
    font-family: 'PixelFontTone';
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    margin: 0%;
    padding: 0%;
    justify-content: end;

}

#panelControlText {
    font-size: 200%;
    margin-left: 20px;
}


#panelControlCancel {
    margin-right: 50px;
    margin-left: 30px;
    position: relative;
    height: 46%;
    width: 10%;
}

#panelControlCancel {
    height: 40px;
    width: 40px;
    transition: 0.5s ease-in;
}

#panelControlCancel:hover {
    opacity: 30%;
}

.panelElable {
    opacity: 0%;
    z-index: -1;
    animation-name: outAmination;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    display: none;
    visibility: hidden;

}

.animationInicialOut {
    visibility: hidden;
    display: none;
}

.disableDisplay {}

.opacityControl {
    opacity: 100%;
}

.hiddenTextSpancer {
    background-color: rgba(19, 19, 19, 0.809);
    font-size: 5px;
    height: 100%;
    width: 100%;
}

@keyframes leftAnimationDisplay {
    from {
        margin-right: 0px;
        opacity: 100%;
    }

    to {
        margin-right: -200px;
        opacity: 0%;
    }
}


@keyframes outAmination {
    from {
        opacity: 100%;
        z-index: 30;
        visibility: visible;
    }

    to {
        opacity: 0%;
        z-index: -50;
        visibility: hidden;
    }
}

@media screen and (max-width:1068px) {
    .textLetterColor {
        font-family: 'Jersey 25', sans-serif;
        font-size: 130%;
    }

    #imagenArticle {
        position: absolute;
        height: 85px;
        width: 155px;
        margin: 5px;
        padding-bottom: 5px;
    }

    #menuAndroid {
        display: flex;
        visibility: visible;
        justify-content: end;
        display: flex;
        position: relative;
        height: 100%;
        width: 100%;
        margin-top: 28px;
        letter-spacing: 0.5px;
    }

    #menuAndroid img {
        height: 40px;
        width: 40px;
        margin-top: 20px;
        margin-right: 15px;
        margin-bottom: 20px;
    }

    #listArticle ul {
        flex-flow: column wrap;
        position: fixed;
        right: 15px;
        padding: 0%;
        height: 100%;
        width: 370px;
        padding-top: 120px;

    }

    .opacityControl {
        opacity: 0%;
    }

    .liHeader {
        position: relative;
        height: 50px;
        width: 150px;
        color: rgb(19, 19, 19);
        padding: 0%;
    }

    .liHeader:hover {
        color: rgb(19, 19, 19);
    }

    .textLetterColorDisable {
        color: rgb(19, 19, 19);
    }

    .activeImageSelector {
        display: none;
        visibility: hidden;
    }

    #checkMenu {
        display: flex;
    }


    .disableDisplay {
        animation-name: leftAnimationDisplay;
        animation-duration: 0.14s;
        animation-timing-function: ease-out;
        display: none;
        visibility: hidden;
    }

}