/* ======================================== */
/*               SERVICES MAIN              */
/* ======================================== */
.servicesBox a {
    width: max-content;
    margin: 0 auto;
}
.servicesMain {
    display: flex;
    align-items: flex-start;
    gap: 60px;

    padding-top: 100px;
}

.servicesMain__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* ======================================== */
/*                  TITLES                  */
/* ======================================== */

.servicesMain__content h1 {
    position: relative;

    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;

    color: #111;

    margin-bottom: 28px;
    padding-bottom: 16px;
}

.servicesMain__content h1::after {
    content: '';

    position: absolute;
    left: 0;
    bottom: 0;

    width: 72px;
    height: 4px;

    border-radius: 999px;

    background: linear-gradient(
        135deg,
        #10662F 0%,
        #5FA543 100%
    );
}

/* ======================================== */
/*                TEXT CONTENT              */
/* ======================================== */

.servicesMain__content__paragraphs {
    display: flex;
    flex-direction: column;

    margin-bottom: 40px;
}

.servicesMain__content__paragraph {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;

    color: #555;
}

/* ======================================== */
/*                 BENEFITS                 */
/* ======================================== */

.servicesMain__content p {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    margin-bottom: 24px;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;

    color: #555;
}

.servicesMain__content p i {
    flex-shrink: 0;

    margin-top: 5px;

    font-size: 1.1rem;

    color: #1B9849;
}

/* ======================================== */
/*                  BUTTON                  */
/* ======================================== */

.servicesMain .button01 {
    width: fit-content;
    margin-top: 10px;
}

/* ======================================== */
/*             SERVICES FOOTER              */
/* ======================================== */

.servicesMain__footer {
    position: relative;
    overflow: hidden;

    padding: 70px 40px;
    margin: 90px 0;

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            rgba(16, 102, 47, 0.98) 0%,
            rgba(27, 152, 73, 0.96) 55%,
            rgba(95, 165, 67, 0.94) 100%
        );

    box-shadow:
        0 20px 50px rgba(16, 102, 47, 0.18);

    text-align: center;

    isolation: isolate;
}

/* Elementos decorativos */

.servicesMain__footer::before {
    content: '';

    position: absolute;
    top: -120px;
    right: -120px;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.08);

    filter: blur(10px);

    z-index: -1;
}

.servicesMain__footer::after {
    content: '';

    position: absolute;
    bottom: -140px;
    left: -140px;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.05);

    filter: blur(12px);

    z-index: -1;
}

.servicesMain__footer h2 {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;

    color: #FFF;

    margin-bottom: 20px;
}

.servicesMain__footer p {
    max-width: 760px;

    margin: 0 auto;

    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.9;

    color: rgba(255, 255, 255, 0.92);
}

/* ======================================== */
/*                RESPONSIVE                */
/* ======================================== */

@media (max-width: 992px) {
    .servicesMain {
        flex-direction: column;
        gap: 70px;

        padding-top: 80px;
        padding-bottom: 80px;
    }

    .servicesMain__content {
        width: 100%;
    }

    .servicesMain__content h1 {
        font-size: 1.9rem;
    }

    .servicesMain__footer {
        padding: 60px 32px;
        margin: 70px 0;
    }

    .servicesMain__footer h2 {
        font-size: 2.1rem;
    }
}

@media (max-width: 768px) {
    .servicesMain {
        gap: 50px;

        padding-top: 60px;
        padding-bottom: 60px;
    }

    .servicesMain__content h1 {
        font-size: 1.7rem;
    }

    .servicesMain__content__paragraph,
    .servicesMain__content p,
    .servicesMain__footer p {
        font-size: 0.96rem;
        line-height: 1.8;
    }

    .servicesMain__footer {
        padding: 50px 24px;

        border-radius: 20px;
    }

    .servicesMain__footer h2 {
        font-size: 1.8rem;
    }
}

/* ========================================
   RESPONSIVO EXTRA — NOTEBOOKS
======================================== */

@media (max-width: 1200px) {

    .servicesMain {
        gap: 40px;
    }

    .servicesMain__content h1 {
        font-size: 1.8rem;
    }
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 992px) {

    .servicesMain {
        flex-direction: column;
        gap: 70px;

        padding-top: 80px;
        padding-bottom: 80px;
    }

    .servicesMain__content {
        width: 100%;
    }

    .servicesMain__content h1 {
        font-size: 1.9rem;
    }

    .servicesMain__content__paragraphs {
        margin-bottom: 30px;
    }

    .servicesMain .button01 {
        width: 100%;
    }

    .servicesMain__footer {
        padding: 60px 32px;
        margin: 70px 0;
    }

    .servicesMain__footer h2 {
        font-size: 2.1rem;
    }

    .servicesMain__footer p {
        max-width: 100%;
    }
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 768px) {

    .servicesMain {
        gap: 50px;

        padding-top: 60px;
        padding-bottom: 60px;
    }

    .servicesMain__content h1 {
        font-size: 1.7rem;
        line-height: 1.3;

        margin-bottom: 24px;
        padding-bottom: 14px;
    }

    .servicesMain__content h1::after {
        width: 58px;
        height: 3px;
    }

    .servicesMain__content__paragraphs {
        gap: 16px;
    }

    .servicesMain__content__paragraph,
    .servicesMain__content p,
    .servicesMain__footer p {
        font-size: 0.96rem;
        line-height: 1.8;
    }

    .servicesMain__content p {
        gap: 12px;
        margin-bottom: 18px;
    }

    .servicesMain .button01 {
        width: 100%;
        justify-content: center;
    }

    .servicesMain__footer {
        padding: 50px 24px;
        margin: 60px 0;

        border-radius: 20px;
    }

    .servicesMain__footer h2 {
        font-size: 1.8rem;
        line-height: 1.25;
        margin-bottom: 16px;
    }
}


/* ========================================
   MOBILE PEQUENO
======================================== */

@media (max-width: 480px) {

    .servicesMain {
        gap: 40px;

        padding-top: 48px;
        padding-bottom: 48px;
    }

    .servicesMain__content h1 {
        font-size: 1.5rem;
    }

    .servicesMain__content__paragraph,
    .servicesMain__content p,
    .servicesMain__footer p {
        font-size: 0.93rem;
        line-height: 1.75;
    }

    .servicesMain__footer {
        padding: 40px 20px;
        margin: 48px 0;

        border-radius: 18px;
    }

    .servicesMain__footer h2 {
        font-size: 1.55rem;
    }

    .servicesMain__footer::before,
    .servicesMain__footer::after {
        display: none;
    }
}