.navegacion{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: black;
    padding: 15px;
}
.estiloNav{

    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 60em;
    background-color: transparent!important;
}
.manualNav{
    background-color:#ffffff;
}
.logoWidth{
    width: 5em;
}
.manualColor{
    color: #00cf4a!important;
}
.intranet{
    border: 1px solid #4ea82c00;
    border-radius: 7px;
    width: 8.5em;
    margin-top: 4px;
    margin-right: 17px;
    box-shadow: 0px 0px 12px 0px #ffffff;
    animation: luminocidad 1.7s linear 0s infinite normal;
    background: #4ea82c;
}
.intranetManual{
    border: 1px solid #00cf4a;
    margin-top: 4px;
    margin-right: 17px;
    border-radius: 10px;
    border-radius: 32px;
    width: 8.5em;
    box-shadow: 0px 0px 12px 0px #00cf4a;
    /*ANIMATION:NAME DURATION TIMING-FUNCTION(LINEAR,EASE,EASE-IN,EASE-OUT,EASE-IN-OUT),DELAY,ITERATION-COUNT,DIRECTION(NORMAL REVERSE ALTERNATE(-REVERSE)*/
    animation: luminocidad2 1.7s linear 0s infinite normal;
}
.intranetManual a{
    font-size: 14px;
}
.liFont{
    font-size: 14px;
    margin-top: 4px;
    margin-right: 17px;
}
.intranet a{
    font-size: 14px;
}
@keyframes luminocidad{
    0%{    box-shadow: 0px 0px 12px 0px #ffffff;}
    50%{    box-shadow: 0px 0px 12px 0px #ffffff82;}
    100%{    box-shadow: 0px 0px 12px 0px #ffffff;}
}
@keyframes luminocidad2{
    0%{    box-shadow: 0px 0px 12px 0px #00cf4a;}
    50%{    box-shadow: 0px 0px 12px 0px #00cf4a82;}
    100%{    box-shadow: 0px 0px 12px 0px #00cf4a;}
}
.logo{
    width: 10em;
    margin-top: 5px;
    margin-bottom: 5px;
}
/*REVISAR*/
.navScroll{
    background: black;
}
.absoposition{
    position: absolute;
    left: 4%;
}
.navResponsive{
    display: none;    
    background-color: #000000;
    position: fixed;    
    align-items: center;
    justify-content: center;
    overflow: hidden;
    top: -100%;
    height: 100%;
    width: 100%;
    z-index: 240;
    transition: all 1s ease-in-out;
}
.barraBosque{
    display: none;
    position: fixed;
    width: 100%;
    z-index: 300;
    transition: all .5s ease; 
    top: 0%;
    padding: 18px;
    background: black;
}
.icon{
    position: relative;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content:center;;
    align-items: center;
    color:#00cf4a;
}
.holi{
    font-size: 2em;
}
.iconF{
    font-size: 2.5em !important;
}
.menu{
    display: block;
    position: relative;
    z-index: 30;
    transform-origin: initial;
    width: 3em;
    height: 3em;
    margin: 0px;
    align-items: center;
    cursor: pointer;
    background: black;
    border-radius: 50%;
}
.centrarMenu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.centrarlogo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lista{   
    
    display:flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
    text-decoration: none;
    width: 25em;

}
.lista li{
    list-style-image: none!important;
}
.botonMenu{
    background: none;
    color: transparent;
    width: 18em;
    height: 4em;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'keepCalm-medium';
}
.botonMenu p{
    margin:0;
    color:white;
    font-size: 18px;
}
.intranetMenuResposive{
    border: 1px solid white;
    border-radius: 50px;
}
.intranetMenuResposive p{
    font-size: 18px !important
}
.menu {
    display: block;
    z-index: 30;
    transform-origin: initial;
    margin: 0px;
    align-items: center;
    cursor: pointer;
}

@media(max-width:991px){

    .navegacion{
        display: none;
    }
    .navScroll{
        position: fixed;
        top: 0% !important;
    }
    .intranetMenuResposive {
        border: inherit;
        
    }
    .barraBosque{
        display: block;
    }
    
    .navResponsive{
       display: flex;       
    }
    .activate{       
        top: 0;
    }
    .serviResponsiveBackground{
        background: #000000 !important;   
    }
    .icon{
        justify-content: center;
    }
    .iconF{
        font-size: 2.5em !important;
    }
    .menu{
        display: block;
        border-radius: 0%;
        right: 0%;
        background-color: transparent;
        width: auto;
        height: auto;
    }    
    .menuIndex{
        color: white;
        transform: translateX(0%);
    }
    .logo {
        width: 5em;
        margin-top: 0px;
    }
    .logoScroolMax {
        display: block;
        width: 3em;
        margin-top: 0px;
        transform: translateX(0em);
    }
    .botonMenu{
        width: 9em;
        height: 4em;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .botonMenu p {
        font-size: 18px;
        text-align: center;
    }
    
}
@media (max-width:830px) and (max-height:420px){
    .lista{
        height: 17em;
    }
    .botonMenu {
        width: 6em;
        height: 2.5em;
    }
    .activate {
        justify-content: center;
        align-items: flex-end;
    }
    .elemList {
        margin-bottom: 10px;
    }
    .botonMenu {
        width: 7em;
        height: 2em;
    }
    .botonMenu p{
        font-size: 15px;
    }
    .intranetMenuResposive p{
        font-size: 15px !important;
    }
}
@media (max-height:375px) and (max-width:767px){
    .lista {
        height: auto;
    }
    .elemList{
        margin-bottom: 10px;
    }
    .botonMenu p{
        font-size: 18px;
    }
}
@media (max-width:640px) and (max-height:420px){
    .lista{
        margin: 0px;
        height: 12em;
    }
    .botonMenu p{
        font-size: 14px;
    }
}
/***************/
