footer {
    height: 375px;
    /*background-color: #536152;*/
    background-color: #0e7a02;
    color: #d9d8d8;
    box-shadow: 1px 1px 5px 0px #85888C;
    line-height: 30px
}

.cnt-footerA{
    width: 100%;
    border: 0px;
    height: 90%;
    align-content: center;
}

.grid-footer{
    align-items: center;
}

.cnt-footerB{
    width: 100%;
    border: 0px;
    /*height: 15%;*/
    font-size: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.hrFooter {
    width: 80%;
    border: 0; 
    height: 1.5px; 
    background-image: linear-gradient(to right, #d9d8d83d, #d9d8d8, #d9d8d83d);
    position: absolute;
}

.cnt-footerB span{
    padding-top: 5px;
}

.menu-footer {
    text-align: center;
}

.menu-footer  a{
    text-decoration: none;
    color: #d9d8d8;
    padding: 2px;
}


.col-rw-f {
    /*display: flex;*/
    text-align: center;
    place-items: center;
}

.fs-linksredes {
    font-size: 23px;
}

.fs-linksredes a{
    color: #d9d8d8;
}

.fs-linksredes a:visited{
    color: #d9d8d8;
}


@media screen and (max-width: 1024px) {
    footer {
        height: 400px;
        gap: 1em;
    }
    
    .cnt-footerA{        
        height: 91%;
    }

    .col-rw-f{
        padding-top: 10px;
        height: 150px;
    }

    /*.grid-footer{
        gap: 20px;
    }*/
}


@media screen and (max-width: 768px) {
    footer {
        height: 600px;
        gap: 1em;
    }
    
    .cnt-footerA{        
        height: 91%;
    }

    .col-rw-f{
        padding: 40px;
    }

    /*.grid-footer{
        gap: 20px;
    }*/
}