:root {
    --azul: #0054A4;
    --rojo: #C41230;
    --gris: #f4f4f4;
    --gristxt: #959292;
    --amarillo: #ffa203;
}

.logoMob{
    display: none;
}

#incial_menuPC {
    padding-top: 3rem;
}
.menuMovil {
    display: none;
}
.btnSopor {
    display: none;
}
/* MENU INICIO */
.inicial_menuMob{
    display: none!important;
    position: absolute;
    font-size: 2.5rem;
    left: 2rem;
    top: 2rem;
    z-index: 50;
    color: white;
    background-color: white;
    padding: 0.25rem 0.4rem;
    cursor: pointer;
}
.menumobActivo{
    display: block!important;
    position: fixed;
    width: 100%;
    z-index: 120;
    background: var(--amarillo);
    transition: 0.5s;
}

@media (min-device-width:250px) and (max-device-width:599px){


    .headroom{
        display: none;
    }
    .menuMovil {
        display: block;
        text-align: center;
        flex-direction: column;
        justify-content: space-evenly;
        color: black;
        padding-bottom: 2em;
        font-size: 20px;
    }
    .incial_menuPC{
        display: none;
        /* top: -50%; */
    }
    .inicial_menuMob{
        display: block!important;
    }
    .inicial_menuMob{
        display: block;
    }
    .inicial_menuMob{
        position: absolute;
        font-size: 9vw;
        top: 8vw;
        left: 85vw;
        width: 9vw;
        height: 9vw;
    }
    .btnSopor {
        display: flex;
        align-items: center;
        position: absolute;
        justify-content: center;
        font-size: 9vw;
        top: 8vw;
        left: 60vw;
        width: 18vw;
        height: 9vw;
        font-size: 15px;
        background-color: #ffa200;
        color: white;
        border-radius: 4px;
    }
    .logoMob{
        display: block;
        height: 30vw;
        padding: 10vw 0;
        position: relative;
        text-align: left;
        margin-left: 40px;
    }
    .logoMob img{
        width: 25vw;
    }
    nav a {
        display: block;
        margin: 1em 0;
    }
}