:root {
    --read-text-strong: #112016;
    --read-text-soft: #2a3b2d;
    --read-glass-light: rgba(255, 255, 255, 0.82);
    --read-glass-soft: rgba(255, 255, 255, 0.72);
    --read-shadow-soft: 0 12px 34px rgba(8, 25, 13, 0.14);
    --read-shadow-text-dark: 0 2px 14px rgba(0, 0, 0, 0.28);
    --read-shadow-text-light: 0 1px 8px rgba(255, 255, 255, 0.35);
}

body {
    color: var(--read-text-strong);
}

html,
body {
    overflow-x: hidden;
}

.nav-main {
    top: 14px;
    left: 50%;
    width: min(1120px, 90%);
    margin: 0;
    padding: 14px 24px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 22px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: var(--read-shadow-soft);
    z-index: 1000;
}

.nav-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.nav-brand img {
    display: block;
    width: auto;
    height: 56px;
    max-width: 180px;
    object-fit: contain;
}

.nav-main ul li a {
    color: var(--read-text-strong);
    font-weight: 600;
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.26);
}

.menu-btn {
    background: rgba(11, 42, 18, 0.82);
    color: #ffffff;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.showcase {
    position: relative;
    overflow: hidden;
}

.showcase > * {
    position: relative;
    z-index: 1;
}

.showcase h1,
.showcase h2,
.Ti1,
h1,
h2,
.Social p,
.Social-dos p {
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.28), 0 2px 10px rgba(0, 0, 0, 0.1);
}

.showcase p {
    max-width: 720px;
    color: #f6fbf6;
    background: rgba(8, 22, 12, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 16px 20px;
    line-height: 1.75;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.Noticias {
    gap: 22px;
    margin-block: 48px;
}

.Noticias > div {
    background: var(--read-glass-light);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 26px;
    padding: 20px 18px 24px;
    box-shadow: var(--read-shadow-soft);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.Noticias h2,
.Noticias h3,
.Noticias p,
.P-p,
p,
li {
    color: var(--read-text-soft);
    text-shadow: var(--read-shadow-text-light);
}

.Noticias h2,
.Noticias h3 {
    margin: 20px;
}

.Noticias p,
.P-p {
    line-height: 1.7;
}

.Noticias a,
.btn {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.18);
}

.Baner-uno {
    position: relative;
    overflow: hidden;
    box-shadow: var(--read-shadow-soft);
}

.Baner-uno::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(10, 31, 14, 0.24) 100%);
}

.Baner-uno h2,
.Baner-uno p {
    color: var(--read-text-strong);
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.28);
}

.Baner-uno .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    padding: 14px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2f7d32 0%, #245f28 100%);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 14px 30px rgba(24, 74, 29, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.Baner-uno .btn:hover,
.Baner-uno .btn:focus-visible {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #3a9440 0%, #2b6f2f 100%);
    box-shadow: 0 18px 34px rgba(24, 74, 29, 0.34);
    outline: none;
}

.Baner-uno .cont-baner,
.showcase,
section,
.Social,
.Social-dos,
main.container,
.container {
    box-shadow: var(--read-shadow-soft);
}

.Baner-uno .cont-baner,
.Social,
.Social-dos,
main.container {
    background: var(--read-glass-soft);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.P-p,
section {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 24px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

main.container {
    margin-top: 108px;
}

footer {
    margin-top: 28px;
    background: rgba(20, 24, 21, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

footer,
.footer-section h3,
.footer-section p,
.footer-section a,
.footer-bottom p {
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.24);
}

.footer-container {
    gap: 18px;
    align-items: stretch;
}

.footer-section {
    flex: 1 1 280px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.footer-section h3 {
    margin-bottom: 12px;
    color: #f6fbf6;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
}

.footer-section p,
.footer-section address,
.footer-bottom p {
    color: rgba(246, 251, 246, 0.9);
    line-height: 1.7;
}

.footer-section address {
    font-style: normal;
}

.footer-section address p + p {
    margin-top: 6px;
}

.footer-section a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.28);
    text-underline-offset: 3px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.footer-section a:hover,
.footer-section a:focus-visible {
    color: #d9f5dd;
    text-decoration-color: rgba(217, 245, 221, 0.75);
    outline: none;
}

.social-icons {
    align-items: center;
    flex-wrap: wrap;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.servicios-page h1,
.servicios-page h2 {
    color: #1f6b2a;
}

.servicios-page h2 {
    border-bottom-color: rgba(31, 107, 42, 0.45);
}

.servicios-page section {
    border: 1px solid rgba(31, 107, 42, 0.18);
    box-shadow: 0 10px 24px rgba(31, 107, 42, 0.08);
}

.servicios-page .nav-menu a[aria-current="page"] {
    background: rgba(31, 107, 42, 0.12);
    color: #1f6b2a;
    box-shadow: inset 0 0 0 1px rgba(31, 107, 42, 0.16);
}

.servicios-page .nav-menu a:hover,
.servicios-page .nav-menu a:focus-visible {
    color: #1f6b2a;
}

.servicios-page .Social-dos {
    background: rgba(232, 244, 233, 0.78);
    border: 1px solid rgba(31, 107, 42, 0.16);
}

.servicios-page .Social-dos p {
    color: #1f6b2a;
}

.servicios-page .Links-dos a {
    background: rgba(31, 107, 42, 0.08);
    border-radius: 999px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(31, 107, 42, 0.12);
}

.servicios-page .Links-dos a:hover,
.servicios-page .Links-dos a:focus-visible {
    transform: translateY(-2px) scale(1.06);
    outline: none;
}

.servicios-page .container {
    border-color: rgba(31, 107, 42, 0.12);
}

.nosotros-page h1,
.nosotros-page h2,
.nosotros-page .Ti1 {
    color: #1f6b2a;
}

.nosotros-page h2 {
    border-bottom-color: rgba(31, 107, 42, 0.45);
}

.nosotros-page .showcase {
    border: 1px solid rgba(31, 107, 42, 0.16);
}

.nosotros-page .P-p {
    border-color: rgba(31, 107, 42, 0.18);
    box-shadow: 0 10px 24px rgba(31, 107, 42, 0.08);
}

.nosotros-page .nav-menu a[aria-current="page"] {
    background: rgba(31, 107, 42, 0.12);
    color: #1f6b2a;
    box-shadow: inset 0 0 0 1px rgba(31, 107, 42, 0.16);
}

.nosotros-page .nav-menu a:hover,
.nosotros-page .nav-menu a:focus-visible {
    color: #1f6b2a;
}

.nosotros-page .Social-dos {
    background: rgba(232, 244, 233, 0.78);
    border: 1px solid rgba(31, 107, 42, 0.16);
}

.nosotros-page .Social-dos p {
    color: #1f6b2a;
}

.nosotros-page .Links-dos a {
    background: rgba(31, 107, 42, 0.08);
    border-radius: 999px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(31, 107, 42, 0.12);
}

.nosotros-page .Links-dos a:hover,
.nosotros-page .Links-dos a:focus-visible {
    transform: translateY(-2px) scale(1.06);
    outline: none;
}

.nosotros-page .container {
    border-color: rgba(31, 107, 42, 0.12);
}

@media (max-width: 1024px) {
    .nav-main {
        width: calc(100% - 28px);
        padding: 12px 18px;
    }

    .nav-main ul.nav-menu,
    .nav-menu {
        left: auto !important;
        right: 0;
        width: min(320px, calc(100vw - 24px));
        height: 100vh;
        margin: 0;
        padding: 96px 24px 32px;
        transform: translateX(115%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
        border-top-left-radius: 28px;
        border-bottom-left-radius: 28px;
        box-shadow: -18px 0 40px rgba(0, 0, 0, 0.22);
        overflow-y: auto;
    }

    .nav-main ul.nav-menu.show,
    .nav-menu.show {
        left: auto !important;
        right: 0;
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav-main ul.nav-menu li,
    .nav-menu li {
        width: 100%;
        margin: 0;
    }

    .nav-main ul.nav-menu li a,
    .nav-menu li a {
        display: block;
        width: 100%;
        padding: 14px 16px;
        border-radius: 14px;
        text-align: left;
    }

    main.container {
        margin-top: 92px;
    }

    .Baner-uno {
        min-height: 480px;
        border-radius: 36px;
    }

    .Baner-uno::before {
        background: linear-gradient(180deg, rgba(8, 22, 12, 0.3) 0%, rgba(8, 22, 12, 0.58) 100%);
    }

    .Baner-uno .cont-baner {
        width: min(100%, 680px);
        padding: 24px 20px 28px;
        background: rgba(10, 25, 13, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.18);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
    }

    .Baner-uno h2,
    .Baner-uno p {
        color: #f7fbf7;
        text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
    }

    .Baner-uno h2 {
        font-size: 1.7rem;
        line-height: 1.2;
    }

    .Baner-uno p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .Baner-uno .btn {
        width: 100%;
        min-height: 52px;
        font-size: 1rem;
        justify-content: center;
    }

    .showcase p {
        max-width: 92%;
        padding: 15px 16px;
        background: rgba(8, 22, 12, 0.68);
        line-height: 1.7;
    }

    .footer-section {
        padding: 16px 16px 18px;
    }
}

@media (min-width: 1025px) {
    .nav-main {
        min-height: 88px;
        gap: 18px;
        padding-inline: 28px;
    }

    .nav-brand {
        padding-right: 8px;
    }

    .nav-brand img {
        height: 68px;
        max-width: 220px;
        filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.12));
    }

    .nav-main ul.nav-menu {
        margin-left: auto;
        align-items: center;
        gap: 6px;
    }

    .nav-main ul li {
        margin: 0;
        padding: 8px 10px;
    }

    .nav-main ul li a {
        display: inline-flex;
        align-items: center;
        min-height: 42px;
        padding: 0 10px;
        border-radius: 12px;
    }
}

@media (max-width: 640px) {
    .Baner-uno {
        min-height: auto;
        padding: 20px 14px;
        border-radius: 28px;
    }

    .Baner-uno .cont-baner {
        padding: 22px 16px 24px;
        border-radius: 22px;
    }

    .Baner-uno h2 {
        font-size: 1.45rem;
    }

    .Baner-uno p {
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .showcase p {
        max-width: 100%;
        font-size: 0.98rem;
        padding: 14px 14px;
        border-radius: 18px;
    }

    .footer-container {
        gap: 14px;
    }

    .footer-section {
        text-align: left;
    }
}
