#enlaceVersiones{
    transition: 0.3s;
}
#enlaceVersiones:hover{
    font-weight: bold;
}


.footer a {
    color: #201d1de8;
    padding: 2px 4px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border-radius: 6px;
}

.footer a:hover{
   
    background-color: #3938382d;
    box-shadow: 0px -4px 10px rgba(189, 189, 189, 0.116);
}

.footer {
    padding: 10px;
    position: fixed; 
    bottom: 0px;
    color: #2f2f2f;
    font-size: 14px;
    z-index: 10;
}

.footer.login .container{
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 40vw ;
    display:flex;

    flex-direction: row;
    justify-content: center;
}


