@media (max-width: 1090px) {
    .section-1 {
        height: 600px;
    }
    .section-1 article {
        padding: 0;
    }
    .section-1 .title {
        position: absolute;
        bottom: -120px;
        width: auto;
        max-width: 605px;
        margin-right: 200px;
        /* left: 50%;
        transform: translateX(-50%); */
    }

    .flechas {
        bottom: -190px;
    }

    .section-2 {
        margin-top: 180px;
    }

    .section-2 article {
        flex-direction: column;
    }

    .section-2 .rectangle {
        width: 100%;
    }

    .section-2 h2 {
        width: 170px;
    }

    .section-2 .rectangle .line {
        display: none;
    }

    .section-2 .items {
        padding-top: 2rem;
        flex-direction: column;
    }

    .section-2 .item {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .section-2 .item p {
        width: 100%;
        max-width: 290px;
    }

    .section-3 article {
        flex-direction: column;
    }

    .section-3 article img {
        margin-bottom: 2rem;
        width: 100%;
        max-width: 595px;
    }

    .section-5 .items {
        flex-direction: column;
    }

    .section-5 .item {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .section-6::before {
        display: none;
    }

    .section-6 article {
        padding: 0 16px;
    }

    .section-6 article .title h2 {
        font-size: 34px;
    }

    .section-6 article .title p {
        font-size: 18px;
    }

    .section-6 article .title-2 h2 {
        font-size: 34px;
    }

    .group-form {
        flex-direction: column;
        align-items: flex-end;
    }

    .group-form input {
        width: 80%;
        margin-top: 24px;
    }
    .group-form.select::before,
    .group-form.select::after {
        top: calc(50% + 26px);
    }
    .group-form select {
        width: 80%;
        margin-top: 24px;
    }
    .group-form textarea {
        width: 80%;
        margin-top: 24px;
    }


    .section-7 {
        margin: 0;
    }

    .section-7 .items {
        flex-direction: column;
    }

    .section-7 .item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 110px;
        background: var(--primary);
        margin-bottom: 80px;
    }

    .section-7 .item h3 {
        width: 100%;
        margin: 0;
    }

    .section-7 img {
        margin: 0;
    }

    .section-7::after {
        display: none;
    }

    .footer {
        margin-bottom: 60px;
    }

    .footer article {
        flex-direction: column;
    }

    .footer .logo {
        order: 1;
    }

    .footer .items {
        margin: 0;
        margin-bottom: 60px;
    }
}

@media (max-width: 797px) {
    .section-1 .title {
        bottom: -140px;
    }
}

@media (max-width: 623px) {
    .section-1 .title {
        bottom: -161px;
    }
}

@media (max-width: 610px) {
    .section-1 .title {
        bottom: -182px;
    }
}
