#footer {
    padding: 50px 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background-color: var(--primary-background-color);
    font-size: 1.2rem;
    position: relative;
}

.company-data-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-logo-container {
    height: inherit;
}

.footer-logo {
    width: 220px;
    height: 90px;
}

.data-group {
    width: 100%;
    padding: 0 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0.25em;
}

#footer strong {
    font-size: 1em;
    font-family: var(--bold-font);
    color: #7d7d7d;
}

#footer p,
#footer p a {
    font-size: 0.9em;
    color: var(--light-input-color);
    line-height: 1.75em;
}

#footer p:hover:not(.news, .not-clickable, .all-rights-reserved),
#footer p a:hover {
    color: var(--company-color1);
}

.all-rights-reserved {
    color: var(--input-color);
    font-size: 0.9em;
}

.all-rights-reserved > a{
    color: var(--input-color);
    font-size: 1em !important;
}

.legals {
    margin: 0;
}

.legals * {
    color: var(--company-color3) !important;
    font-size: 0.75em !important;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
}

.socials * {
    width: 2em;
}

.news {
    color: var(--light-input-color);
    font-size: 0.9em;
}

.news>a {
    color: #7d7d7d;
}

/* NEWSLETTER */

.newsletter-container {
    padding: 50px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    background-color: var(--primary-background-color);
}

.want-more-green-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.want-more-green-title {
    margin: 0;
    margin-bottom: 1rem;
    text-align: center;
}

.want-more-green-title,
.want-more-green-title>* {
    font-size: 2rem;
}

.want-more-green-title>span {
    color: #0ba14a;
    font-family: var(--bold-font);
    font-size: 1.1em;
}

.want-more-green-container>hr {
    width: 40%;
    margin: 0.5rem 0 1rem 0;
    background-color: var(--company-color3);
    border: 2px solid var(--company-color3);
}

.want-more-green-container>p {
    margin: 0;
    text-align: justify;
}

.newsletter-form-container {
    padding: 2rem 2rem 1.5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    /* background-color: var(--primary-background-color); */
    border-radius: 0.5rem;
}

.newsletter-form-container>h1,
.newsletter-form-container>h2 {
    margin: 0;
    text-align: center;
}

.newsletter-form-container>h1 {
    font-family: var(--bold-font);
    font-size: 1.5rem;
}

.newsletter-form-container>h2 {
    font-family: var(--light-font);
    font-weight: 300;
    font-size: 0.9rem;
    color: var(--light-input-color);
}

.newsletter-form-container>input {
    width: 100%;
    padding: 1rem;
    outline: none;
    color: var(--dark-input-color);
    border: none;
    background-color: var(--secondary-background-color);
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1.15rem;
}

.newsletter-form-container>button {
    padding-bottom: 0.5rem;
    font-family: var(--bold-font);
    font-size: 1.15rem;
    background-color: unset;
    border: none;
    position: relative;
}

.newsletter-form-container>button>hr {
    margin: 0;
    background-color: var(--company-color3);
    border: 2px solid var(--company-color3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.green-bars {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1rem;
}

@media (width>=768px) {
    .newsletter-container {
        width: 70%;
    }

    .newsletter-form-container>h1 {
        font-size: 2rem;
    }

    .newsletter-form-container>h2 {
        font-size: 1.35rem;
    }

    .green-bars {
        width: 2rem;
    }
}

@media (width>=1440px) {
    #footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 50px 10%;
        padding-top: 140px;
        gap: 2rem;
    }

    #footer>div {
        width: 50% !important;
    }

    .footer-icon-group {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .data-group {
        padding: 0;
    }

    strong {
        font-size: 1.1em;
    }

    p,
    p a {
        font-size: 1em;
        line-height: 2em;
    }

    .news>a {
        font-size: 1.1em;
    }

    /* NEWSLETTER */

    .newsletter-container {
        padding: 0;
        margin-top: 146px;
        gap: 1rem;
    }

    .want-more-green-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .want-more-green-container>* {
        width: 100%;
    }

    .want-more-green-title,
    .newsletter-form-container>input {
        text-align: start;
    }

    .newsletter-form-container {
        width: 75%;
        padding: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}