.cursor {
    cursor: pointer!important;
}
.nav-centered-home{
    width: 100%;
    max-width: 100%;
    padding: 0rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lingva-shop-top{
    width: 11rem;
}
.lingva-shop-bottom{
    width: 18rem;
}
.flex-footer{
    width: 100%;
    padding: 3rem 0rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.logo-footer{
    padding-right: 3rem;
}
.description-footer{
    width: fit-content;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    color: white;
}
.aboutUs{
    margin-bottom: 20px;
    color: #fff;
    font-size: 2rem;
}
.container-footer{
    margin-top: 6rem; 
    background: #0b2a5f;
    background-size: contain;
    background-position: center center;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 40px;
    background-image: url(/images/b-ground.png);
    background-repeat: repeat-x;
    background-attachment: fixed;
}





@media screen and (max-width: 980px) {
    .flex-footer{
        display: block;
        padding: 0 4rem;
    }
}

@media screen and (max-width: 470px) {
    .flex-footer{
        padding: 0rem;
    }
}



