footer {
    background-color: #006464;
    color: #FFFFFF;
}

#logoFooter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 60%;
    margin: auto;
    padding: 1rem 0;
}

#logoFooter div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    width: 17rem;
    height: 4rem;
}

#logoimagFooter {
    margin-right: 0.5rem;
    height: 3rem;
}

#centerFooter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-top: 1px solid #003232;
    border-bottom: 1px solid #003232;
}

#socialNetwork {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    border-right: 1px solid #003232;
    justify-content: center;
}

#socialNetwork span {
    padding: 0 0 1rem 0;
    font-size: 24px;
}

#socialNetwork div {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

#socialNetwork div a, #links a{
    color: #FFFFFF;
    text-decoration: none;
}

#links {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    justify-content: center;
}



.link {
    font-size: 18px;
    font-weight: bolder;
}

.mail {
    font-size: 14px;
    font-weight: bolder;
    margin-top: 1.0rem;
}

.rem1 {
    margin-top: 1.0rem;
}

i {
    font-size: 60px;
    margin: 0 2rem;
}

#copyright {
    display: block;
    width: 60%;
    margin: auto;
    padding: 1rem 0;
    font-size: 14px;
}



#logoimag {
    margin-right: 0.5rem;
    height: 3rem;
}

.font-logo-1 {
    font-weight: 900;
    font-size: 25px;
}

.font-logo-2 {
    font-weight: 900;
    font-size: 25px;
}