.row{
    margin: 0 !important;
}
#footer_container{
    margin-top: auto;
}
#footer{
    background-color: #8696b0;
    padding-top: 24px;
    padding-bottom: 24px;
}   
.colum_info{
    display: flex;
    flex-direction: column;
    gap: 12px;
}     
#footer p{
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    color: #fff;
}
#footer a{
    text-decoration: none;
    color: #FFFFFF;
}
#subfooter{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #7484a2;
    padding-top: 24px;
    padding-bottom: 24px;
}        
#subfooter p{
    margin: 0;

    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: #fff;
}
#subfooter a{
    text-decoration: none; 
    cursor: pointer;

    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

#rrss{
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
#rrss img{
    margin-right: 3px;
    cursor: pointer;
}
.btn_grande{
    padding: 29px 85px;
    border-radius: 42.5px;
    background-color: #dfbcb0;
    cursor: pointer;

    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #002f6c;
}

#menu_footer{
    display: none;
}
/*RESPONSIVE*/
@media (max-width: 520px) {
    #footer p{
        text-align: center;
        line-height: 1.13;
        font-weight: 400;
    } 
    #rrss{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 40px;
     }
     #rrss img{
        margin-left: 7px;
        margin-right: 7px;
    }
    #subfooter{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
        background-color: #7484a2;
        padding-top: 23px;
        padding-bottom: 38px;
    } 

    #menu_footer{
        display: flex;
        align-items: start;
        justify-content: space-between;
    
        position: fixed;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        height: 75px;
        padding: 10px 20px 0 20px;
        z-index: 999;
    }
    .footer_icon{
        display: flex;
        align-items: center;
        justify-content: center;

        width: 45px;
        height: 45px;
    }
    .profile_image_container_footer{
        width: 45px;
        height: 45px;    
        padding:5px;
        border-radius:30px;        
        cursor: pointer;
    }
}