.g--footer-links {
    font-family: 'Inter';
    font-weight: lighter;
}

.g--footer-links__tittle {
    font-family: 'InterBold';
    font-weight: bolder;
}

.g--footer-links__icons {
    background-color: #000;
    border-radius: 5em;
    color: #fff;
    height: 34px;
    display: grid;
    justify-content: center;
    align-content: center;
    width: 34px;
}

.g--footer-partners__img {
    max-width: 100px;
    max-height: 60px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;

}

.g--footer-partners__title {
    font-family: "Inter";
    text-transform: uppercase !important;
    font-weight: bolder;
    color: #575756;
}

.g--footer-partners__div-img {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.g--newsletter__form__input {
    border-radius: 0px;
    background-color: #f2f2f2;
    border: 1px solid #000;
}

@media (min-width: 1001px) {
    /**All desktop**/
    .g--border-1px {
        border-right: 1px solid;
    }

    .g--footer-partners__div-img {
        width: auto;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (max-width: 1000px) {
    /**All movil**/
    .g--border-1px {
        position: relative;
    }

    .g--border-1px:before {
        content: "";
        position: absolute;
        left: auto;
        right: auto;
        bottom: 0;
        width: 90%;
        border-bottom: 1px solid;
    }

    .g--footer-partners__div-img {
        width: 50%;
        height: 60px;
    }
}