#verMas_button {
    color: var(--green-2);

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

    margin-top: 2rem;

    cursor: pointer;

    padding: 0;
    background-color: transparent;
    border: none;
}

#verMas_button:hover {
    text-decoration: underline;
}

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

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

        margin: 5rem 0 0 17.625rem;

        display: flex;
    }

    .nosotros_main-informacion {
        width: calc(50% - (5.25rem));
        height: auto;
        margin: 0 0 0 5.25rem;
    }

    .nosotros_main-informacion > h1 {
        font-weight: 700;
        font-size: 2.5rem;
        margin: 0rem 0rem 2rem 0rem;

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

    .nosotros_main-informacion > p {
        font-weight: 400;
        font-size: 1rem;
        width: 65%;

        text-align: justify;

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

    .nosotros_main-informacion > .see_more {
        font-weight: 500;
        font-size: 0.875rem;

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

    .nosotros_main-imagen {
        position: relative;

        width: 50%;
        height: auto;
    }

    .nosotros_main-imagen > h1 {
        font-weight: 800;
        font-size: 3.75rem;

        width: 90%;

        color: #8bc079;
    }

    .nosotros_main-imagen > img,
    .nosotros_main-imagen > video {
        width: 90%;
        height: 248px;
        object-fit: cover;
    }

    .nosotros_main-bubble {
        position: absolute;
        right: 45%;
        top: -1.2rem;

        transform: translateX(-50%);

        z-index: -1;

        width: 7rem;
        height: 7rem;

        border-radius: 100%;

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

    .nosotros_background {
        width: 100%;

        position: absolute;
        top: -20%;
        left: -1;

        z-index: -10;
    }
}

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

        width: 100%;
        height: auto;

        margin: 5rem 0 0 0;

        display: flex;
        flex-wrap: wrap;
    }

    .nosotros_main-informacion {
        width: calc(50% - (5.25rem));
        height: auto;
        margin: 0 0 0 5.25rem;
    }

    .nosotros_main-informacion > h1 {
        font-weight: 700;
        font-size: 2.5rem;
        margin: 0rem 0rem 2rem 0rem;

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

    .nosotros_main-informacion > p {
        font-weight: 400;
        font-size: 1rem;
        width: 65%;

        text-align: justify;

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

    .nosotros_main-informacion > .see_more {
        font-weight: 500;
        font-size: 0.875rem;

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

    .nosotros_main-imagen {
        position: relative;

        width: 50%;
        height: auto;
    }

    .nosotros_main-imagen > h1 {
        font-weight: 800;
        font-size: 3.75rem;

        width: 90%;

        color: #8bc079;
    }

    .nosotros_main-imagen > img,
    .nosotros_main-imagen > video {
        width: 90%;
        height: 248px;
        object-fit: cover;
    }

    .nosotros_main-bubble {
        position: absolute;
        right: 45%;
        top: -1.2rem;

        transform: translateX(-50%);

        z-index: -1;

        width: 7rem;
        height: 7rem;

        border-radius: 100%;

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

    .nosotros_background {
        display: none;
    }
}

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

        width: calc(100% - 5rem);
        height: auto;

        margin: 3.5rem 2.5rem;

        display: flex;
        flex-wrap: wrap;
    }

    .nosotros_main-informacion {
        width: 100%;
        height: auto;
    }

    .nosotros_main-informacion > h1 {
        font-weight: 700;
        font-size: 2.5rem;
        margin: 0rem 0rem 2rem 0rem;

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

    .nosotros_main-informacion > p {
        font-weight: 400;
        font-size: 1rem;
        width: 100%;

        /* text-align: justify; */

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

    .nosotros_main-imagen {
        position: relative;

        width: 100%;

        margin-top: 1rem;
        height: auto;
    }

    .nosotros_main-imagen > h1 {
        font-weight: 800;
        font-size: 2rem;

        margin-bottom: 1.5rem;

        width: 100%;

        color: #8bc079;
    }

    .nosotros_main-imagen > img,
    .nosotros_main-imagen > video {
        width: 100%;
        height: 248px;
        object-fit: cover;
    }

    .nosotros_main-bubble {
        position: absolute;
        right: 45%;
        top: -1.2rem;

        transform: translateX(-50%);

        z-index: -1;

        width: 7rem;
        height: 7rem;

        border-radius: 100%;

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

    .nosotros_background {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .nosotros_main-imagen > h1 {
        font-weight: 800;
        font-size: 1.5rem;

        margin-bottom: 1.5rem;

        width: 100%;

        color: #8bc079;
    }
}
