
footer {
    background: #002E4F;
    width: 100%;
    padding: 1rem 5rem;
    overflow: auto;
}

.footer_line1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.footer_line2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

ul.menu_footer li a {
  font-family: "Source Sans Pro", sans-serif;
}

/* FOOTER LINE 1*/
footer img#logo_footer {
    width: 75px;
    height: 75px;
}

footer p#apoios_p {
    color: white;
    font-size: 0.7rem;
    margin-left: 2rem;
    font-family: "Source Sans Pro", sans-serif;
    min-width: 560px;
}

footer .apoios_a a {
    margin-left: 2rem;
}

hr#footer_hr {
    border-color:  #3074a5eb;
    min-width: 730px;
}

/* FOOTER LINE 2*/
footer .menu_footer {
    display: flex;
    gap: 2rem;
}

ul.menu_footer {
    list-style: none;
}

ul.menu_footer li a {
    text-decoration: none;
    color: #3074A5;
    font-size: 1.2rem;
}

ul.menu_footer li a:hover {
    color: #739EBE;
}

footer .socials_footer {
    min-width: 256px;
}

footer .socials_footer a {
    margin-left: 2rem;
    font-size: 2rem;
    color:#3074A5;
}
