.posAbsoNavigation{
    position: fixed;
    background: #0094f2;
    top: 0;
    right: -25%;
    z-index: 200;
    width: 23em;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 0px 0px 0px 143px;
    transition: all ease-in .2s;
}
.logitoRemis{
    position: absolute;
    top: -17%;
    left: 50%;
    transform: translate(-50%);
    z-index: 20;
    border-radius: 100%;
    width: 18em;
    height: 18em;
    background: #0094f2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.logitoRemis img{
    width: 9em;
    margin-bottom: 26px;
}
.activarNav{
    right: 0px;
}
.posIntranet{
    position: fixed;
    z-index: 400;
    top: 42px;
    right: 106px;
    border-radius: 100%;
    background: #ffec00;
    width: 4em;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    animation: animate 1.8s linear infinite;
}
.posIntranet img{
    width: 40px;
}
.menuPrinc{
    position: fixed;
    z-index: 400;
    top: 42px;
    right: 28px;
    border-radius: 100%;
    background: #ffec00;
    width: 4em;
    height: 4em;
}
.menuPrinc button{
    border-radius: 100%;
    border-color: transparent;
    background: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform: scale(1);
    animation: animate 1.8s linear infinite;
}
@keyframes animate{
    0%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(210, 195, 0, .5), 0 0 0 0 rgba(210, 195, 0,.4);
    }
    30%{
        transform: scale(0.93);
        box-shadow: 0 0 0 15px rgba(210, 195, 0, 0), 0 0 0 0 rgba(210, 195, 0,.4);
    }    
    60%{
        transform: scale(0.96);
        box-shadow: 0 0 0 15px rgba(210, 195, 0,0), 0 0 0 10px rgba(210, 195, 0, 0);
    }
    90%{
        transform: scale(0.99);
    }
    100%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(210, 195, 0,0), 0 0 0 10px rgba(210, 195, 0, 0);
    }
}
.menuPrinc div{
    position: absolute;
    left: 15.2px;
    position: absolute;
    width: 30px;
    height: 5px;
    border-radius: 3px 3px;
    background: #0094f2;
}
.menuPrinc div:nth-child(1){
    top: 20px;
}
.menuPrinc div:nth-child(2){
    top: 28px;
}
.menuPrinc div:nth-child(3){
    top: 36px;
}
.posequis {
    position: absolute;
    width: 2em;
    height: 2em;
    top: 5%;
    left: 10%;
    transform: translate(-50%);
    border-color: transparent;
    background: transparent;
}
.posIntranet a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.posequis div{   
    top: 12px;
    left: 3px;
    position: absolute;
    width: 20px;
    height: 5px;
    border-radius: 3px 3px;
    background: #ffec00;
}
.posequis div:nth-child(1){
    transform: rotate(45deg);
}
.posequis div:nth-child(2){
    transform: rotate(-45deg);
}
.posAbsoNavigation nav{
    transform: translateX(-28px);
}
.textALink{
    text-align: right;
}
.textALink a{
    font-size: 20px;
    color: white;
    padding: 0px 10px;
    transition: all linear .2s;
    text-transform: uppercase;
}
.textALink a:hover{
    background: black;
}
.activado{
    background: black;
}
/***********************************************************RESPONSIVE****************************************************/
@media(max-width:1440px){
    .posAbsoNavigation {
        width: 17em;
    }
    .textALink a {
        font-size: 22px;
    }
    .logitoRemis {
        top: -22%;
        width: 16em;
        height: 16em;
    }
    .logitoRemis img {
        width: 6em;
    }
}
@media(max-width:1368px){
    .logitoRemis {
        top: -23%;
    }
}
@media(max-width:1280px){
    .logitoRemis {
        top: -17%;
    }
}
@media(max-width:1199px){
    .logitoRemis {
        top: -18%;
        width: 12em;
        height: 12em;
    }
    .logitoRemis img {
        width: 5em;
    }
    .menuPrinc {
        width: 3em;
        height: 3em;
    }
    .menuPrinc div {
        left: 11px;
        width: 22px;
        height: 3px;
    }
    .menuPrinc div:nth-child(1) {
        top: 16px;
    }
    .menuPrinc div:nth-child(2) {
        top: 23px;
    }
    .menuPrinc div:nth-child(3) {
        top: 30px;
    }
    .posIntranet {
        width: 3em;
        height: 3em;
    }
    .posIntranet img {
        width: 30px;
    }
    .posAbsoNavigation {
        width: 15em;
    }
}
@media(max-width:991px){
    .activarNav {
        left: 73%;
    }
    .posAbsoNavigation{
        width: 100%;
        justify-content: center;
        border-radius: 0px 0px 0px 0px;
        top: -100%;
        right: 0;
    }
    .activarNav{
        top: 0;
    }
}
@media(max-width:768px){
    .logitoRemis {
        top: -10%;
        width: 12em;
        height: 12em;
    }
    .textALink {
        text-align: center;
    }

    .activarNav {
        left: 0;
    }
    .posAbsoNavigation nav {
        transform: translateX(0px);
    }
}
@media(max-width:575px){
    .logitoRemis {
        top: -13%;
        width: 12em;
        height: 12em;
    }
    .menuPrinc {
        right: 9px;
        top: 20px;
    }
    .posIntranet {
        right: 67px;
        top: 20px;
    }
}