@media screen and (min-width: 1270px) {
    .productos_main {
        position: relative;

        width: calc(100% - 17.625rem);
        height: auto;
        margin-left: 17.625rem;
    }

    .productos_main > h1 {
        margin: 7.5rem 0rem 3.5rem 5.25rem;

        color: #30644c;

        font-weight: 700;
        font-size: 2.5rem;
        line-height: 2.75rem;
    }

    .productos_main-card {
        display: flex;
        justify-content: space-between;
        width: 100%;

        height: 14.25rem;

        margin: 1.1875rem 0;

        /* background-color: #EEFAD9; */
    }

    .productos_main-card > .card-information {
        padding: 2.5rem 1rem 0rem 5.125rem;
        width: 50%;
    }

    .card-information > h1 {
        text-transform: uppercase;

        width: 29rem;

        font-weight: 600;
        font-size: 1.5rem;
        /* line-height: 2.75rem; */

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

    .card-information > p {
        margin: 1rem 0;
        font-weight: 400;
        font-size: 0.875rem;
        /* line-height: 1.25rem; */

        width: 30rem;

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

    .card-information > div {
        display: flex;
        align-items: center;
    }

    .card-information > div > a > button {
        text-transform: uppercase;
        padding: 0.5rem 1.5rem;

        color: var(--black-1);

        border: 1px solid var(--green-5);
        border-radius: 5rem;

        background-color: transparent;
        margin-right: 1rem;

        cursor: pointer;
        transition: 0.3s;
    }

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

    .card-information > div > a {
        color: var(--green-5);
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.25rem;

        text-transform: uppercase;
    }

    .productos_main-card > .card-images {
        position: relative;
        width: 50%;
        height: auto;
    }

    .productos_main-card > .card-images > .card-image {
        object-fit: cover;
        width: 100%;
    }

    .card-images > .card-image-logos {
        position: absolute;
        top: 0;
        right: 0;

        padding: 1rem;

        transform: translateY(25%);

        display: flex;
        justify-content: center;
        align-items: center;

        background-color: white;
        border-radius: 5rem 0rem 0rem 5rem;

        width: 8.5rem;
        height: 2rem;
    }

    .card-images > .card-image-logos > img {
        width: 6.5rem;
        height: 4rem;
    }

    .card-images > .logo-1 {
        top: 0%;

        transform: translateY(25%);
    }

    .card-images > .logo-2 {
        top: 32.5%;

        transform: translateY(25%);
    }
}

@media screen and (max-width: 1269px) {
    .productos_main {
        position: relative;

        width: 100%;
        height: auto;
    }

    .productos_main > h1 {
        margin: 3.5rem 2.5rem;

        color: #30644c;

        font-weight: 700;
        font-size: 2.5rem;
        line-height: 2.75rem;
    }

    .productos_main-card {
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: space-between;
        width: 100%;

        min-height: 14.25rem;

        margin: 1.1875rem 0;

        /* background-color: #EEFAD9; */
    }

    .productos_main-card > .card-information {
        padding: 2.5rem;
    }

    .card-information > h1 {
        text-transform: uppercase;

        max-width: 29rem;

        font-weight: 600;
        font-size: 1.5rem;
        /* line-height: 2.75rem; */

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

    .card-information > p {
        margin: 1rem 0;
        font-weight: 400;
        font-size: 0.875rem;
        /* line-height: 1.25rem; */

        max-width: 30rem;

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

    .card-information > div {
        display: flex;
        flex-wrap: wrap;

        align-items: center;
        justify-content: space-between;
    }

    .card-information > div > a > button {
        text-transform: uppercase;
        padding: 0.5rem 1.5rem;

        border: 1px solid var(--green-5);
        border-radius: 5rem;

        background-color: transparent;
        margin-right: 1rem;

        cursor: pointer;
        transition: 0.3s;

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

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

    .card-information > div > a {
        color: var(--green-5) !important;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.25rem;

        margin: 0.25rem 0;

        text-transform: uppercase;
    }

    .productos_main-card > .card-images {
        position: relative;
        width: auto;
        min-width: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .productos_main-card > .card-images > .card-image {
        object-fit: cover;
        width: 100%;
    }

    .card-images > .card-image-logos {
        position: absolute;
        top: 4%;
        right: 0;

        padding: 0.5rem;

        /* transform: translateY(-50%); */

        display: flex;
        justify-content: center;
        align-items: center;

        background-color: white;

        border-radius: 5rem 0rem 0rem 5rem;

        width: 9.5rem;
        height: 3.5rem;
    }

    .card-images > .card-image-logos > img {
        width: 8rem;
        height: 3.5rem;
    }

    .card-images > .logo-1 {
        top: -4%;

        transform: translateY(25%);
    }

    .card-images > .logo-2 {
        top: 55%;

        transform: translateY(-55%);
    }
}

@media screen and (max-width: 500px) {
    .productos_main > h1 {
        margin: 2rem 2.5rem;

        color: #30644c;

        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2.75rem;
    }
}
