body {
    background-color: white;
}

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

        margin-left: 17.625rem;

        background-color: white;
    }

    .productosList_main > header {
        position: relative;

        width: 100%;
        height: auto;
    }

    .productosList_main > header > img {
        width: 100%;
        height: 228px;

        object-fit: cover;
    }

    .productosList_main > header > h1 {
        position: absolute;
        z-index: 1;

        left: 95px;
        top: 50%;

        transform: translateY(-50%);

        font-size: 57px;
        font-weight: 600;
        color: var(--white);
    }

    .product_card {
        position: relative;

        display: flex;
        width: 80%;

        margin: 0 auto;

        padding: 4rem;

        border-bottom: 1px solid var(--grey-1);
    }

    .product_card > img {
        margin-right: 33px;
    }

    .product_info {
        width: calc(100% - 256px - 33px);
    }

    .product_info > header > h1 {
        font-weight: 600;
        font-size: 1.5rem;

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

    .product_info > header {
        display: flex;
        flex-wrap: wrap;

        justify-content: space-between;

        width: 100%;
        height: auto;
    }

    .product_info > header > .product_availableInList {
        display: flex;
    }

    .product_info > header > .product_availableInList > p {
        padding: 0.5rem;

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

        margin: 0 0.5rem;

        color: var(--green-3);

        background-color: #eefad9;
        border-radius: 5px;
    }

    .product_info > h2 {
        font-weight: 600;
        font-size: 0.9375rem;

        margin: 0.5rem 0;
        max-width: 517px;

        color: var(--grey-1);
    }

    .product_info > p {
        font-size: 0.875rem;
        font-weight: 400;

        margin-bottom: 0.5rem;

        max-width: 517px;

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

    .product_info > a > button {
        border: 1px solid var(--green-5);

        margin-top: 3rem;

        border-radius: 79px;
        padding: 8px 24px;

        background-color: transparent;

        transition: 0.3s;

        cursor: pointer;
    }

    .product_info > a > button:hover {
        background-color: var(--green-1);
        border-color: var(--green-1);
    }

    .product_info > a > button > p {
        font-weight: 400;
        font-size: 0.875rem;

        color: var(--green-5);

        text-transform: uppercase;
    }

    .product_contact {
        margin-top: 4.45rem;
        padding: 2rem 4rem;

        display: flex;
        align-items: center;
        flex-wrap: wrap;

        justify-content: space-between;

        background-color: var(--green-1);
    }

    .product_contact > p {
        width: 545px;

        font-size: 20px;
        font-weight: 400;

        color: var(--green-4);
    }

    .product_contact > button {
        padding: 8px 24px;

        width: 154px;
        height: 36px;

        border-radius: 79px;

        border: none;

        background-color: var(--green-6);
    }

    .product_contact > button > a > p {
        text-transform: uppercase;

        font-weight: 700;
        font-size: 14px;

        color: var(--white);
    }

    .no_products {
        font-size: 2rem;

        padding: 2rem 0;

        font-weight: 600;

        text-align: center;

        width: auto;

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

    footer {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 501px) and (max-width: 1269px) {
    .productosList_main {
        width: 100%;
        height: 100%;

        background-color: white;
    }

    .productosList_main > header {
        position: relative;

        width: 100%;
        height: auto;
    }

    .productosList_main > header > img {
        width: 100%;
        height: 228px;

        object-fit: cover;
    }

    .productosList_main > header > h1 {
        position: absolute;
        z-index: 1;

        left: 45px;
        top: 50%;

        transform: translateY(-50%);

        font-size: 50px;
        font-weight: 600;
        color: var(--white);
    }

    .product_card {
        position: relative;

        display: flex;
        flex-wrap: wrap;
        width: 80%;

        margin: 0 auto;

        padding: 2rem;

        border-bottom: 1px solid var(--grey-1);
    }

    .product_info {
        width: calc(100% - 256px);
    }

    .product_info > header > h1 {
        font-weight: 600;
        font-size: 1.5rem;

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

    .product_info > header {
        display: flex;
        flex-wrap: wrap;

        justify-content: space-between;

        width: 100%;
        height: auto;
    }

    .product_info > header > .product_availableInList {
        display: flex;
    }

    .product_info > header > .product_availableInList > p {
        padding: 0.5rem;

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

        margin: 0 0.5rem;

        color: var(--green-3);

        background-color: #eefad9;
        border-radius: 5px;
    }

    .product_info > h2 {
        font-weight: 600;
        font-size: 0.9375rem;

        margin: 0.5rem 0;
        max-width: 517px;

        color: var(--grey-1);
    }

    .product_info > p {
        font-size: 0.875rem;
        font-weight: 400;

        margin-bottom: 0.5rem;

        max-width: 517px;

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

    .product_info > a > button {
        border: 1px solid var(--green-5);

        margin-top: 3rem;

        border-radius: 79px;
        padding: 8px 24px;

        background-color: transparent;

        transition: 0.3s;

        cursor: pointer;
    }

    .product_info > a > button:hover {
        background-color: var(--green-1);
        border-color: var(--green-1);
    }

    .product_info > a > button > p {
        font-weight: 400;
        font-size: 0.875rem;

        color: var(--green-5);

        text-transform: uppercase;
    }

    .product_contact {
        padding: 2rem 4rem;

        display: flex;
        align-items: center;
        flex-wrap: wrap;

        justify-content: space-between;

        background-color: var(--green-1);
    }

    .product_contact > p {
        width: 545px;

        font-size: 20px;
        font-weight: 400;

        color: var(--green-4);
        margin: 1rem 0;
    }

    .product_contact > button {
        padding: 8px 24px;

        width: 154px;
        height: 36px;

        border-radius: 79px;

        border: none;

        background-color: var(--green-6);
    }

    .product_contact > button > a > p {
        text-transform: uppercase;

        font-weight: 700;
        font-size: 14px;

        color: var(--white);
    }

    .no_products {
        font-size: 2rem;

        padding: 2rem 0;

        font-weight: 600;

        text-align: center;

        width: auto;

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

    footer {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    .productosList_main {
        width: 100%;
        height: 100%;

        background-color: white;
    }

    .productosList_main > header {
        position: relative;

        width: 100%;
        height: auto;
    }

    .productosList_main > header > img {
        width: 100%;
        height: 136px;

        object-fit: cover;
    }

    .productosList_main > header > h1 {
        position: absolute;
        z-index: 1;

        left: 1rem;
        top: 50%;

        transform: translateY(-50%);

        font-size: 2rem;
        font-weight: 600;
        color: var(--white);
    }

    .product_card {
        position: relative;

        display: flex;
        flex-wrap: wrap;
        width: 80%;

        margin: 0 auto;

        padding: 1rem;

        border-bottom: 1px solid var(--grey-1);
    }

    .product_info {
        width: calc(100%);
    }

    .product_info > header > h1 {
        font-weight: 600;
        font-size: 1.5rem;

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

    .product_info > header {
        display: flex;
        flex-wrap: wrap;

        justify-content: space-between;

        width: 100%;
        height: auto;
    }

    .product_info > header > .product_availableInList {
        display: flex;
    }

    .product_info > header > .product_availableInList > p {
        padding: 0.5rem;

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

        margin: 0 0.5rem;

        color: var(--green-3);

        background-color: #eefad9;
        border-radius: 5px;
    }

    .product_info > h2 {
        font-weight: 600;
        font-size: 0.9375rem;

        margin: 0.5rem 0;
        max-width: 517px;

        color: var(--grey-1);
    }

    .product_info > p {
        font-size: 0.875rem;
        font-weight: 400;

        margin-bottom: 0.5rem;

        max-width: 517px;

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

    .product_info > a > button {
        border: 1px solid var(--green-5);

        margin-top: 3rem;

        border-radius: 79px;
        padding: 8px 24px;

        background-color: transparent;

        transition: 0.3s;

        cursor: pointer;
    }

    .product_info > a > button:hover {
        background-color: var(--green-1);
        border-color: var(--green-1);
    }

    .product_info > a > button > p {
        font-weight: 400;
        font-size: 0.875rem;

        color: var(--green-5);

        text-transform: uppercase;
    }

    .product_contact {
        padding: 2rem 4rem;

        display: flex;
        align-items: center;
        flex-wrap: wrap;

        justify-content: space-between;

        background-color: var(--green-1);
    }

    .product_contact > p {
        width: 545px;

        font-size: 20px;
        font-weight: 400;

        color: var(--green-4);
        margin: 1rem 0;
    }

    .product_contact > button {
        padding: 8px 24px;

        width: 154px;
        height: 36px;

        border-radius: 79px;

        border: none;

        background-color: var(--green-6);
    }

    .product_contact > button > a > p {
        text-transform: uppercase;

        font-weight: 700;
        font-size: 14px;

        color: var(--white);
    }

    .no_products {
        font-size: 2rem;

        padding: 2rem 0;

        font-weight: 600;

        text-align: center;

        width: auto;

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

    footer {
        margin-top: 0 !important;
    }
}
