@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800&family=Open+Sans:wght@400;500&family=Poppins:wght@100;200;300;400&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

#footer {
    color: black;
    padding: 20px 0;
    height: auto;
    width: 100%;
    background-color: #f1f7ec;
    display: flex;
    justify-content: space-evenly;
    /* align-items: center; */
}

.list-menu__item--link {
    color: black;
    text-decoration: none;
    font-size: 13px;
}

#footer>div {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

#footer>a {
    height: 30px;
}

#footer>a>img {
    height: 30px;
}

#footer>div>h3 {
    color: black;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 15px;
}

#footer>div>a {
    color: black;
    text-decoration: none;
    font-size: 12px;
    margin: 5px 0;
}

#footer>div>a>span {
    margin-left: 5px;
}

#footer_div>span {
    background-color: #4a4a4a;
    color: rgb(186, 185, 185);
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding-bottom: 10px;
}

#span {
    color: white;
    background-color: #475d4b;
    display: flex;
    justify-content: space-around;
    font-size: 13px;
}

#span>div:nth-child(2) {
    display: flex;
    gap: 20px;
    margin: auto;
}

#span>div:nth-child(3) {
    padding-top: 15px;
    padding-right: 10px;
}

#span>div:nth-child(1) {
    padding-top: 15px;
    padding-left: 10px;
}

#Subscribe {
    width: 50%;
    margin-top: 10px;
    color: white;
    background-color: #475d4b;
    padding: 5px 20px 5px 20px;
    border-color: transparent;
    border-radius: 0;
}

#NewsletterForm--footer {
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 20px;
}

#svg>a>svg {
    width: 16px;
    vertical-align: middle;
}