#poweredBy {
    position: absolute;
    right: 1rem;
    opacity: 0.5;
    color: var(--green-4);
    font-size: 0.8rem;
}

@media screen and (min-width: 1270px) {
    footer {
        width: calc(100% - 17.625rem);

        background-color: var(--green-5);

        padding: 4rem 0 2rem 17.625rem;

        margin-top: 3.5rem;
    }

    .footer-main {
        display: flex;
        justify-content: space-between;
    }

    .footer_importador {
        position: relative;

        background-color: white;

        padding: 1rem;

        width: auto;
        height: 11.25rem;

        display: flex;

        border-radius: 0 10rem 10rem 0;
    }

    .footer_importador > p {
        font-weight: 500;
        font-size: 1.25rem;

        color: black;

        margin-left: 2rem;
        margin-top: 1rem;
    }

    .footer_importador > .svg_container {
        position: relative;
        width: 230px;
        height: 177px;
    }

    .footer_importador > .svg_container > img {
        position: absolute;
        top: 1rem;
        left: 0rem;
    }

    .footer_lists {
        display: flex;
    }

    .footer_lists > ol {
        padding: 2rem 1.5rem;
    }

    .footer_lists > ol > li {
        text-align: end;
    }

    .footer_lists > ol > li > h1 {
        font-weight: 500;
        font-size: 1.25rem;

        color: #edfff7;

        margin-bottom: 1.625rem;
    }

    .footer_lists p,
    .footer_lists a {
        font-weight: 400;
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }

    .footer_contacto p,
    .footer_contacto a {
        margin-bottom: 0.5rem;
    }

    .footer_social-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_social-list > a {
        margin: 0 0.25rem;
    }

    .copyright {
        text-align: center;

        font-size: 1rem;
        font-weight: 400;

        margin-top: 4.5rem;

        width: 100%;
        color: var(--green-4);
    }
}

@media screen and (min-width: 850px) and (max-width: 1269px) {
    footer {
        width: calc(100% - 0);

        background-color: var(--green-5);

        padding: 4rem 0 2rem 0;

        margin-top: 15.5rem;
    }

    .footer-main {
        display: flex;
    }

    .footer_importador {
        position: relative;

        background-color: white;

        padding: 1rem;

        width: auto;
        height: 11.25rem;

        display: flex;

        border-radius: 0 10rem 10rem 0;
    }

    .footer_importador > p {
        font-weight: 500;
        font-size: 1.25rem;

        color: black;

        margin-left: 2rem;
        margin-top: 1rem;
    }

    .footer_importador > .svg_container {
        position: relative;
        width: 230px;
        height: 177px;
    }

    .footer_importador > .svg_container > img {
        position: absolute;
        top: 1rem;
        left: 0rem;
    }

    .footer_lists {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .footer_lists > ol {
        margin: 2rem 0rem;
        padding: 0;
    }

    .footer_lists > ol > li {
        text-align: end;
    }

    .footer_lists > ol > li > h1 {
        font-weight: 500;
        font-size: 1.25rem;

        color: #edfff7;

        margin-bottom: 1.625rem;
    }

    .footer_lists p,
    .footer_lists a {
        font-weight: 400;
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }

    .footer_contacto p,
    .footer_contacto a {
        margin-bottom: 0.5rem;
    }

    .footer_social-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_social-list > a {
        margin: 0 0.25rem;
    }

    .copyright {
        text-align: center;

        font-size: 1rem;
        font-weight: 400;

        margin-top: 4.5rem;

        width: 100%;
        color: var(--green-4);
    }
}

@media screen and (max-width: 849px) {
    footer {
        width: calc(100% - 0);

        background-color: var(--green-5);

        padding: 2.5rem 0 2rem 0;

        margin-top: 2.5rem;
    }

    .footer-main {
        display: flex;
        flex-wrap: wrap;
    }

    .footer_importador {
        display: none;

        position: relative;

        background-color: white;

        padding: 1rem;

        width: auto;
        height: 11.25rem;

        border-radius: 0 10rem 10rem 0;
    }

    .footer_importador > p {
        font-weight: 500;
        font-size: 0.8rem;

        color: black;

        margin-left: 2rem;
        margin-top: 1rem;
    }

    .footer_importador > .svg_container {
        position: relative;
        width: 150px;
        height: 100px;
    }

    .footer_importador > .svg_container > img {
        position: absolute;
        width: 150px;
        height: 100px;
        top: 3rem;
        left: 0rem;
    }

    .footer_lists {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footer_lists > ol {
        margin: 2rem 0rem;
        padding: 0;
    }

    .footer_lists > ol > li {
        text-align: end;
    }

    .footer_lists > ol > li > h1 {
        font-weight: 500;
        font-size: 1rem;

        color: #edfff7;

        margin-bottom: 1.625rem;
    }

    .footer_lists p,
    .footer_lists a {
        font-weight: 400;
        font-size: 0.7rem;
        margin-bottom: 1.25rem;
    }

    .footer_contacto p,
    .footer_contacto a {
        margin-bottom: 0.5rem;
    }

    .footer_social-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_social-list > a {
        margin: 0 0.25rem;
    }

    .copyright {
        text-align: center;

        font-size: 1rem;
        font-weight: 400;

        margin-top: 4.5rem;

        width: 100%;
        color: var(--green-4);
    }
}
