/*Small devices (landscape phones, 576px and up) */

@media (max-width: 766px) {
    .FooterMenu {
        flex-direction: column;
        justify-content: center;
    }
}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    .FooterMenu {
        flex-direction: row;
        justify-content: center;
    }
}

.pagina-principal .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding: 64px 0px 40px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--material-themeblack);
    border-top-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-color: var(--material-themekey-colorssecondary);
}

.pagina-principal .footer a {
    text-decoration: none;
}

.pagina-principal .footer-links-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
}

.pagina-principal .footer-link-2 {
    position: relative;
    width: fit-content;
    font-family: var(--material-theme-body-large-font-family);
    font-weight: var(--material-theme-body-large-font-weight);
    color: var(--material-themewhite);
    font-size: var(--material-theme-body-large-font-size);
    letter-spacing: var(--material-theme-body-large-letter-spacing);
    line-height: var(--material-theme-body-large-line-height);
    white-space: nowrap;
    font-style: var(--material-theme-body-large-font-style);
}

.FooterMenu {
    display: flex;
    gap: 7%;
    flex-wrap: wrap;
    width: 100%;
}