@font-face {
    font-family: stencil;
    src: url(../font/Stencil-WW-II.ttf);
}

@font-face{
    font-family:gobold regular;
    src:url(../font/Gobold-Regular.otf);
}
@font-face {
    font-family:gobold thin;
    src: url(../font/Gobold-Thin.otf);
}

*{
    overflow-x:hidden;
    padding:0px;
    margin:0px;
    font-family:verdana;
}

#menuComponent{
    z-index:1;
    width:100vw;
    height:8vh;
    background-color:#404041;
    position:fixed;
    top:.5%;
    overflow-y:hidden;
    border-bottom:2px solid red;
}
#menuComponent ul{
    display:grid;
    margin-top:1%;
    list-style:none;
    grid-template-columns:repeat(10, 10%);
    overflow-y:hidden;
}
#menuComponent li{
    display:inline-block;
    height:13vh;
    margin:2.6% .8% .5% 0%;
    font-size:.9em;
    color:white;
}
#logo {
    font-size:2.5em !important;
    overflow-y:hidden;
    margin-top:-11px !important;
    margin-left:2vw !important;
}

#logo a {
    font-family:stencil;
}
#menuComponent img{
    height:8vh;
    position:absolute;
    top:0px;
    left:59px;
    padding:0 .5% 0 .5%;
}

a{
    font-family:gobold regular;
    text-decoration: none;
    color:#ffffff;
}
#socios {
    /* grid-column:6/ 10 span ; */
    text-align:center;
    padding-right:5%;
}

.offset{
    width:70%;
    height:100%;
}

@media only screen and (max-width:425px){
    #menuComponent{
        background:url(../assets/menu.png);
        background-size:100% 100%;
        position:fixed;
        right:2%;
        top:5%;
        border-radius:50px;
        border:none;
        width:20%;
        height: 13%;
    }
    #logo{
        font-size:8vw;
    }

    #menu ul{
        display:none;
    }
/*    click   */
    #menuShow{/**/
        z-index:2;
        background-color:#404041;
        position:fixed;
        top:5%;
        right:2%;
        width:46vw;
        /* height:35vh; */
        overflow-y:hidden;
    } 
    #menuShow ul{
        border-bottom:2px solid red;
        display:flex;
        flex-direction:column;
        justify-content:space-around;
        height:44vh;
        /* margin-left:10%; */
    }
    #menuShow li{
        margin:0 !important;
        text-align:center;
    }
    #menuShow img{/**/
        display:none;
    }

}