body {
    font-family: 'Raleway';
    position: relative;
}

.number-font {
    font-family: 'Open Sans', sans-serif;
}

.header-background1 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-image:
        linear-gradient(102deg, rgba(255, 255, 255, 0.5) 4%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.5) 100%),
        url(../img/background_lmp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-background1::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -120px;
    z-index: -1;
    width: 440px;
    height: 440px;
    border: 44px solid rgba(0, 89, 147, 0.05);
    border-radius: 50%;
}

.header-background1::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: 14%;
    z-index: -1;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 89, 0, 0.16);
    border-radius: 50%;
}

/* TEXT LANDING */

h3.name {
    font-size: 22px;
    margin-top: 16px;
}

p.title {
    font-weight: 600;
}

.text-justify {
    text-align: justify;
}

.tr-h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #005993;
}

.tr-h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
}

.tr-h2.boldtr {
    font-weight: 800;
}

.tr-h4 {
    font-size: 26px;
    margin-bottom: 0;
}

.tr-h5 {
    font-size: 20px;
    margin-bottom: 0;
}

.tr-h6 {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #888888;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.p-bold {
    font-weight: 700;
}

.title-upr-m {
    font-size: 15px;
    text-transform: uppercase;
}

.simple-article p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.simple-article.novedades {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.simple-article {
    color: #444;
}

/* COLORES */

.white {
    color: #ffffff;
}

.orange {
    color: #ff5900;
}

.tr-dark {
    color: #343434;
}

.tr-gris {
    color: #929292;
}

/* UTILIDADES */

.card.card-member {
    max-width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: var(--bs-gutter-y);
}

.card-header {
    background-color: #313437 !important;
    color: #fff;
}

.card-header2 {
    background-color: #ff5900 !important;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 1.25rem 1.25rem 0 0;
}

.card-header3 {
    background-color: #ff5900 !important;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 1.25rem 1.25rem 0 0;
}

.card {
    background-clip: border-box;
    border: solid 1px #ccc;
}

.card-body2 {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 1.25rem 1.25rem 1.25rem 1.25rem
}

.navbar-dark .navbar-toggler {
    color: #ff59000e;
    border-color: #adadad;
    background-color: #6161614b;
}

.hplink {
    color: inherit;
}

.hplink.orange {
    color: #ff5900;
    font-size: 15px;

}

.hplink:hover {
    color: #ff5900;
}

.box-info {
    background: #FFFFFF;
    padding: 40px 60px 30px 60px;
    border-radius: 32px;
    width: 90%;
    max-width: 700px;
    margin: 40px auto 0 auto;
    text-align: left;
    color: #444444;
    font-size: 16px;
    line-height: 1.5;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.box-info p {
    padding-bottom: 12px;

}

.box-info li {
    padding-bottom: 12px;
}

.ir-arriba {
    display: none;
    padding: 10px 20px;
    background: #ff5900;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 100%;
}

/* Background */
.bg-white {
    background-color: #fff;
}

.bg-orange {
    background-color: #ff5900;
}

.bg-atention {
    background-color: #ff590011;
}

.bg-gris {
    background-color: #f5f5f5;
}

.navbar.bg-gris {
    border-bottom: 2px solid #ccc;
}

.bg-gdark {
    background-color: #2b2b2b;
}

.bg-box-soft {
    background: #fcfcfc;
}

a {
    color: #212529;
    text-decoration: underline;
}

a:hover {
    color: #ff5900;
}

/* Bordes */
.border.orangebr {
    border: 1px solid #ff5900 !important;
}

.border-t.orangebr {
    border-top: 1px solid #ff5900 !important;
}

.border-e.orangebr {
    border-right: 1px solid #ff5900 !important;
}

.border-b.orangebr {
    border-bottom: 1px solid #ff5900 !important;
}

.border-s.orangebr {
    border-left: 1px solid #ff5900 !important;
}

/* Carousel */
i.fa-solid.fa-chevron-right,
i.fa-solid.fa-chevron-left {
    color: #000000;
    font-size: 44px;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.btn-primary {
    border-radius: 100px !important;
    background-color: #ffffff;
    border: solid 1px #ff5900;
    color: #ff5900;
    font-size: 14px;
}

.btn-primary.btn2 {
    border-radius: 20px !important;
    background-color: #ffffff;
    border: solid 1px #999999;
    color: #ff5900;
    font-size: 14px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #ff5900;
    color: #ffffff;
    border: solid 1px #f3f3f3;
}

.btn-secondary {
    border-radius: 100px !important;
    background-color: #ff5900;
    border: solid 1px #fff;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
}

.btn-secondary:hover {
    background-color: #ff5900;
    color: #ffffff;
    border: solid 1px #f3f3f3;
}

.bg-secondary {
    background-color: #ff5900 !important;
}

/* FOOTER */
footer {
    background: #343434;
    position: relative;
}

.footer-bottom {
    padding: 30px 0;
}

footer .follow {
    display: inline-block;
    vertical-align: bottom;
}

/* ICONS */

.follow {
    font-size: 0;
    margin-bottom: -7px;
}

.follow .entry {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #424242;
    color: #fff;
    font-size: 14px;
    margin: 0 7px 7px 7px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.follow a:hover {
    background: #ff5800;
}

.follow .entry .fa {
    display: block;
    line-height: inherit;
    position: relative;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ICONS 2 */

.social-icons.big i {
    font-size: 32px;
    width: auto;
    height: auto;
    margin: 0 15px 0 15px;
}

.social-icons i {
    text-shadow: none;
    padding: 8px;
    text-align: center;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.social-icons a {
    color: #616161;
}

.social-icons a:hover {
    color: #ff5800;
}

/* ==========================================================
   EQUIPO
   ========================================================== */

.team-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 12%,
            rgba(0, 89, 147, 0.06),
            transparent 25%),
        linear-gradient(180deg,
            #ffffff 0%,
            #f7f8fa 100%);
    border-top: 1px solid var(--lmil-border);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

/* Tarjeta */

.team-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--lmil-border);
    border-radius: 22px;
    box-shadow: 0 8px 25px rgba(28, 40, 52, 0.07);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.team-card:hover {
    border-color: rgba(255, 89, 0, 0.28);
    box-shadow: 0 20px 42px rgba(28, 40, 52, 0.13);
    transform: translateY(-6px);
}

/* Encabezado y fotografía */

.team-card__header {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 0;
}

.team-card__photo {
    position: relative;
    width: 112px;
    height: 112px;
    padding: 5px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 89, 147, 0.14);
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(28, 40, 52, 0.11);
}

.team-card__photo::after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 20px;
    height: 20px;
    background: var(--lmil-orange);
    border: 4px solid #fff;
    border-radius: 50%;
}

.team-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team-card__number {
    color: rgba(0, 89, 147, 0.35);
    font-family: "Open Sans", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

/* Contenido */

.team-card__body {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 1.35rem 1.5rem 1.5rem;
}

.team-card__role {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 0.75rem;
    padding: 0.38rem 0.7rem;
    color: var(--lmil-orange);
    background: rgba(255, 89, 0, 0.08);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.35;
    text-transform: uppercase;
}

.team-card h3 {
    min-height: 3.3rem;
    margin-bottom: 0.8rem;
    color: #27313a;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.45;
}

.team-card__body p {
    margin: 0;
    color: #697179;
    font-size: 0.87rem;
    line-height: 1.7;
}

/* LinkedIn siempre al final */

.team-card__footer {
    margin-top: auto;
    padding: 0 1.5rem 1.5rem;
}

.team-card__footer a {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    color: var(--lmil-blue);
    text-decoration: none;
    background: #f7f9fa;
    border: 1px solid rgba(0, 89, 147, 0.14);
    border-radius: 13px;
    font-size: 0.82rem;
    font-weight: 600;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}

.team-card__footer a:hover {
    color: #fff;
    background: var(--lmil-orange);
    border-color: var(--lmil-orange);
    transform: translateY(-2px);
}

.team-card__footer i {
    font-size: 1rem;
}

/* Tablet */

@media (max-width: 991.98px) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-card h3 {
        min-height: auto;
    }
}

/* Celular */

@media (max-width: 575.98px) {
    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-card {
        border-radius: 19px;
    }

    .team-card__header {
        padding: 1.35rem 1.35rem 0;
    }

    .team-card__body {
        padding: 1.25rem 1.35rem 1.35rem;
    }

    .team-card__footer {
        padding: 0 1.35rem 1.35rem;
    }

    .team-card__photo {
        width: 180px;
        height: 180px;
    }
}

iframe {
    border: 1px solid #ff5900;
}



/* Celular Resposivo */

@media screen and (max-width: 720px) {
    .tr-h1 {
        padding-top: 10px;
        font-size: 45px;
        line-height: 50px;
        font-weight: 700;
    }

    .tittle-m h5 {
        padding-bottom: 10px;
    }

    .large {
        height: 0px !important;
    }

    .p-sm p {
        margin-top: 20px;
    }

    .bg-box-soft.border {
        border: 0px !important;
        background-color: #fff;
        margin-top: -30px !important;
    }

    .tr-h5 {
        font-size: 12px;
        /* Ajusta según tus necesidades */
    }
}

.logos1 {
    width: 450px;
}


@media (max-width: 992px) {
    .logos1 {
        width: 10px;
    }
}

@media (max-width: 768px) {
    .logos1 {
        width: 70%;
    }
}

/* ==========================================================
   ACTUALIZACIÓN LANDING 2026
   Bootstrap 5.3.8 + Swiper: mejoras visuales y de interacción
   ========================================================== */

:root {
    --lmil-orange: #ff5900;
    --lmil-blue: #005993;
    --lmil-dark: #2b2b2b;
    --lmil-soft: #f5f5f5;
    --lmil-border: #e2e5e9;
    --lmil-shadow-sm: 0 8px 24px rgba(28, 40, 52, 0.08);
    --lmil-shadow-md: 0 18px 45px rgba(28, 40, 52, 0.13);
    --lmil-radius: 18px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body {
    overflow-x: hidden;
    color: #343a40;
    background: #fff;
}

/* Navegación */
.navbar.bg-gris {
    min-height: 76px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background-color: rgba(248, 249, 250, 0.96) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition: box-shadow 220ms ease, background-color 220ms ease;
}

.navbar.navbar-scrolled {
    box-shadow: 0 8px 25px rgba(26, 35, 45, 0.10);
}

.navbar .nav-link {
    position: relative;
    padding: 0.75rem 0.65rem !important;
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 180ms ease;
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    right: 0.65rem;
    bottom: 0.48rem;
    left: 0.65rem;
    height: 2px;
    background: var(--lmil-orange);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

.navbar .nav-link:hover::after {
    transform: scaleX(1);
}

.navbar-toggler {
    border: 1px solid rgba(0, 0, 0, 0.18);
    box-shadow: none !important;
}

.logos1 {
    width: min(450px, 44vw);
    height: auto;
}

/* Encabezado y carrusel principal */
.header-background1 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-repeat: no-repeat;
}

.header-background1::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    /* background: linear-gradient(105deg, rgba(255, 255, 255, 0.97) 5%, rgba(255, 255, 255, 0.82) 52%, rgba(255, 255, 255, 0.38) 100%); */
}

.tr-h1 {
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.hero-news-slider .title-section {
    margin-bottom: 0.55rem;
}

.btn-archive {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    color: var(--lmil-blue);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 89, 147, 0.22);
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 89, 147, 0.10);
    transition: transform 180ms ease, color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.btn-archive:hover,
.btn-archive:focus-visible {
    color: #fff;
    background: var(--lmil-orange);
    border-color: var(--lmil-orange);
    box-shadow: 0 8px 20px rgba(255, 89, 0, 0.24);
    transform: translateY(-2px);
}

.hero-news-carousel {
    overflow: hidden;
    border: 1px solid rgba(0, 89, 147, 0.12);
    border-radius: var(--lmil-radius);
    box-shadow: var(--lmil-shadow-md);
}

.hero-news-carousel .carousel-inner {
    border-radius: inherit;
}

.hero-news-carousel .carousel-item {
    transition: opacity 650ms ease-in-out;
}

.hero-news-carousel .bg-card {
    min-height: 210px;
    background-color: rgba(255, 255, 255, 0.80);
}

.hero-news-carousel .card-img-top {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.hero-news-carousel .text-img-over {
    overflow: hidden;
    border: 0 !important;
    border-radius: 0 !important;
}

.hero-news-carousel .post-body {
    padding: 1.25rem 1.4rem;
}

.hero-news-indicators {
    right: 1rem;
    bottom: 0.4rem;
    left: auto;
    z-index: 3;
    width: auto;
    margin: 0;
}

.hero-news-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    margin: 0 4px;
    background-color: var(--lmil-blue);
    border: 0;
    border-radius: 50%;
    opacity: 0.28;
}

.hero-news-indicators .active {
    width: 22px;
    border-radius: 999px;
    opacity: 1;
}

/* Secciones y tarjetas */
body>section,
body>header {
    position: relative;
}

.card,
.bg-white.border.rounded {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.card:hover,
.bg-white.border.rounded:hover {
    border-color: rgba(255, 89, 0, 0.28);
    box-shadow: var(--lmil-shadow-sm);
    transform: translateY(-4px);
}

iframe {
    border: 0;
    border-radius: 14px;
    box-shadow: var(--lmil-shadow-sm);
}


/* Carrusel de noticias: una tarjeta por movimiento */
.news-section {
    overflow: hidden;
    padding-top: 1rem;
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
}

.news-swiper {
    overflow: visible;
    padding: 0.4rem 0.25rem 4.5rem;
}

.news-swiper .swiper-wrapper {
    align-items: stretch;
}

.news-swiper .swiper-slide {
    display: flex;
    height: auto;
}

.news-card {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--lmil-border);
    border-radius: var(--lmil-radius);
    box-shadow: 0 5px 18px rgba(24, 36, 49, 0.06);
}

.news-card:hover {
    box-shadow: var(--lmil-shadow-md);
}

.news-card .card-img-top {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: transform 500ms ease;
}

.news-card:hover .card-img-top {
    transform: scale(1.035);
}

.news-card .card-body {
    min-height: 360px;
    padding: 1.35rem;
}

.news-card .card-title {
    display: -webkit-box;
    overflow: hidden;
    min-height: 4.65rem;
    font-size: 1.05rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-card-text {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 1.25rem;
    color: #5d636a;
    font-size: 0.94rem !important;
    line-height: 1.65 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.news-swiper-controls {
    position: absolute;
    right: 0;
    bottom: 0.35rem;
    left: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: 44px minmax(120px, 240px) 44px;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.news-swiper-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    color: var(--lmil-blue);
    background: #fff;
    border: 1px solid rgba(0, 89, 147, 0.18);
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(24, 36, 49, 0.09);
    transition: transform 180ms ease, color 180ms ease, background-color 180ms ease;
}

.news-swiper-button:hover,
.news-swiper-button:focus-visible {
    color: #fff;
    background: var(--lmil-orange);
    border-color: var(--lmil-orange);
    transform: translateY(-2px);
}

.news-swiper-pagination {
    position: static !important;
    display: flex;
    justify-content: center;
}

.news-swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: var(--lmil-blue);
    opacity: 0.25;
    transition: width 180ms ease, opacity 180ms ease, border-radius 180ms ease;
}

.news-swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 99px;
    opacity: 1;
}

/* Aparición visible y sobria de cada sección al recorrer la página */
.reveal-enabled .reveal-section {
    opacity: 0;
    transform: translate3d(0, 30px, 0) scale(0.992);
    filter: blur(2px);
    transition:
        opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 620ms ease;
    will-change: opacity, transform, filter;
}

.reveal-enabled .reveal-section.is-visible,
.reveal-enabled.reveal-fallback .reveal-section {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

/* Evita que una sección anidada espere mientras su sección padre ya aparece. */
.reveal-enabled .reveal-section.is-visible .reveal-section {
    transition-delay: 90ms;
}

/* Mejor foco de teclado */
a:focus-visible,
button:focus-visible {
    outline: 3px solid rgba(255, 89, 0, 0.35);
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
    .logos1 {
        width: min(360px, 72vw);
    }

    .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem 1rem 1rem;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.07);
        border-radius: 14px;
        box-shadow: var(--lmil-shadow-sm);
    }

    .navbar .nav-link::after {
        right: auto;
        width: 34px;
    }

    .header-background1 {
        background-attachment: scroll;
    }

    .header-background1::before {
        background: rgba(255, 255, 255, 0.90);
    }
}

@media (max-width: 767.98px) {
    .tr-h1 {
        font-size: clamp(2.55rem, 12vw, 3.65rem);
        line-height: 1.02;
    }

    .tr-h2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .tr-h5 {
        font-size: 1rem;
    }

    .hero-news-carousel .card-img-top {
        height: 185px;
    }

    .hero-news-carousel .bg-card {
        min-height: 0;
    }

    .hero-news-indicators {
        right: 50%;
        bottom: 0.55rem;
        transform: translateX(50%);
    }

    .news-card .card-img-top {
        height: 210px;
    }

    .news-card .card-body {
        min-height: 340px;
    }

    .news-swiper-controls {
        grid-template-columns: 42px minmax(100px, 190px) 42px;
        gap: 0.65rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .reveal-enabled .reveal-section {
        filter: none;
        transform: translate3d(0, 6px, 0);
        transition-duration: 180ms !important;
    }

    .reveal-enabled .reveal-section.is-visible,
    .reveal-enabled.reveal-fallback .reveal-section {
        opacity: 1;
        transform: none;
    }
}

/* ==========================================================
   OBJETIVOS
   ========================================================== */

.objectives-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%,
            rgba(255, 89, 0, 0.07),
            transparent 26%),
        linear-gradient(180deg,
            #f7f8fa 0%,
            #f2f4f6 100%);
}

/* Objetivo general */

.objective-general {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(145deg,
            var(--lmil-blue),
            #003e6a);
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(28, 40, 52, 0.16);
}

.objective-general::before {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -105px;
    width: 260px;
    height: 260px;
    border: 24px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.objective-general::after {
    content: "";
    position: absolute;
    right: 65px;
    bottom: 55px;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.objective-general__icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 64px;
    height: 64px;
    margin-bottom: 1.75rem;
    place-items: center;
    color: var(--lmil-orange);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    font-size: 1.65rem;
}

.objective-general__label {
    position: relative;
    z-index: 1;
    margin-bottom: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.objective-general h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 700;
    line-height: 1.2;
}

.objective-general p {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.96rem;
    line-height: 1.75;
}

.objective-general p:last-child {
    margin-bottom: 0;
}

/* Contenedor de objetivos específicos */

.objectives-specific {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 89, 147, 0.1);
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(28, 40, 52, 0.08);
}

.objectives-specific__heading {
    margin-bottom: 1.5rem;
}

.objectives-specific__heading span {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--lmil-orange);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.objectives-specific__heading h3 {
    margin: 0;
    color: #27313a;
    font-size: 1.55rem;
    font-weight: 700;
}

/* Grilla */

.objectives-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

/* Tarjeta individual */

.objective-card {
    position: relative;
    min-height: 260px;
    padding: 1.5rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--lmil-border);
    border-radius: 19px;
    box-shadow: 0 7px 22px rgba(28, 40, 52, 0.06);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.objective-card::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -48px;
    width: 110px;
    height: 110px;
    background: rgba(0, 89, 147, 0.035);
    border-radius: 50%;
    transition:
        transform 280ms ease,
        background-color 280ms ease;
}

.objective-card:hover {
    border-color: rgba(255, 89, 0, 0.28);
    box-shadow: 0 18px 36px rgba(28, 40, 52, 0.12);
    transform: translateY(-5px);
}

.objective-card:hover::after {
    background: rgba(255, 89, 0, 0.055);
    transform: scale(1.2);
}

.objective-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.objective-card__icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    background: rgba(255, 89, 0, 0.08);
    border: 1px solid rgba(255, 89, 0, 0.13);
    border-radius: 16px;
}

.objective-card__icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.objective-card__number {
    color: rgba(0, 89, 147, 0.34);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.objective-card h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 0.65rem;
    color: #27313a;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
}

.objective-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #697179;
    font-size: 0.9rem;
    line-height: 1.65;
}

/* Responsive */

@media (max-width: 991.98px) {
    .objective-general {
        padding: 2.25rem;
    }

    .objectives-specific {
        padding: 1.75rem;
    }
}

@media (max-width: 767.98px) {
    .objectives-grid {
        grid-template-columns: 1fr;
    }

    .objective-general,
    .objectives-specific {
        padding: 1.6rem;
        border-radius: 20px;
    }

    .objective-card {
        min-height: 0;
    }
}

/* ==========================================================
   INNOVA DAY
   ========================================================== */

.innova-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 10% 20%,
            rgba(255, 89, 0, 0.16),
            transparent 28%),
        radial-gradient(circle at 90% 80%,
            rgba(0, 89, 147, 0.26),
            transparent 32%),
        linear-gradient(145deg,
            #24282c 0%,
            #181b1f 100%);
}

.innova-section::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    z-index: -1;
    width: 420px;
    height: 420px;
    border: 42px solid rgba(255, 255, 255, 0.025);
    border-radius: 50%;
}

.innova-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -100px;
    z-index: -1;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.section-kicker--light {
    color: rgba(255, 255, 255, 0.72);
}

.section-kicker--light::before,
.section-kicker--light::after {
    background: rgba(255, 255, 255, 0.24);
}

.innova-intro {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1rem;
    line-height: 1.8;
}

/* Tarjeta de video */

.innova-video-card {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 22px;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
    transition:
        transform 240ms ease,
        border-color 240ms ease,
        box-shadow 240ms ease;
}

.innova-video-card:hover {
    border-color: rgba(255, 89, 0, 0.45);
    box-shadow: 0 28px 58px rgba(0, 0, 0, 0.34);
    transform: translateY(-6px);
}

/* Video */

.innova-video-card__media {
    position: relative;
    overflow: hidden;
    background: #111;
}

.innova-video-card__media iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.innova-video-card__label {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    padding: 0.6rem 0.9rem;
    color: #fff;
    background: rgba(20, 24, 28, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-size: 0.78rem;
    font-weight: 600;
}

.innova-video-card__label i {
    color: var(--lmil-orange);
}

/* Contenido */

.innova-video-card__body {
    position: relative;
    min-height: 220px;
    padding: 1.8rem;
}

.innova-video-card__number {
    display: block;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.34);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.innova-video-card h3 {
    margin-bottom: 0.85rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
}

.innova-video-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.94rem;
    line-height: 1.75;
}

/* Llamado a la acción */

.innova-action {
    max-width: 720px;
    margin: 3rem auto 0;
    padding-top: 2.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.innova-action p {
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.innova-action__button {
    display: inline-flex;
    gap: 0.7rem;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.65rem;
    text-decoration: none;
    transition:
        gap 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.innova-action__button:hover {
    gap: 1rem;
    box-shadow: 0 12px 26px rgba(255, 89, 0, 0.24);
    transform: translateY(-2px);
}

/* Responsive */

@media (max-width: 767.98px) {
    .innova-video-card {
        border-radius: 18px;
    }

    .innova-video-card__body {
        min-height: 0;
        padding: 1.4rem;
    }

    .innova-video-card__label {
        bottom: 12px;
        left: 12px;
        padding: 0.5rem 0.75rem;
        font-size: 0.7rem;
    }

    .innova-action {
        margin-top: 2.25rem;
        padding-top: 1.75rem;
    }

    .innova-action__button {
        width: 100%;
    }
}

/* ==========================================================
   PROPUESTA 2026: PROGRAMA Y BENEFICIOS
   ========================================================== */

.section-heading {
    margin-bottom: 2.25rem;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.65rem;
    color: var(--lmil-blue);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.section-kicker::before,
.section-kicker::after {
    content: "";
    width: 28px;
    height: 1px;
    background: rgba(0, 89, 147, 0.35);
}

.section-intro {
    max-width: 720px;
    color: #626970;
    font-size: 1rem;
    line-height: 1.75;
}

/* Programa */
.program-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(0, 89, 147, 0.07), transparent 28%),
        linear-gradient(180deg, #f7f8fa 0%, #f2f4f6 100%);
}

.program-card {
    max-width: 980px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 89, 147, 0.12);
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(28, 40, 52, 0.13);
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.program-card:hover {
    box-shadow: 0 28px 65px rgba(28, 40, 52, 0.17);
    transform: translateY(-5px);
}

.program-card__hero {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 390px;
    padding: 3rem 2.5rem;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(0, 89, 147, 0.98), rgba(0, 57, 99, 0.98));
}

.program-card__hero::before,
.program-card__hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.program-card__hero::before {
    right: -72px;
    bottom: -82px;
    width: 230px;
    height: 230px;
}

.program-card__hero::after {
    right: -14px;
    bottom: -24px;
    width: 120px;
    height: 120px;
    border-width: 12px;
    opacity: 0.38;
}

.program-card__icon {
    display: grid;
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
    place-items: center;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.program-card__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.program-card__label {
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.program-card__hero h3 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    font-weight: 700;
    line-height: 1.05;
}

.program-card__hero p {
    max-width: 300px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.98rem;
    line-height: 1.7;
}

.program-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 2.5rem;
}

.program-card__date {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.7rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e8ebee;
}

.program-card__date-icon {
    display: grid;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    place-items: center;
    color: var(--lmil-orange);
    background: rgba(255, 89, 0, 0.09);
    border-radius: 14px;
    font-size: 1.25rem;
}

.program-card__date span:not(.program-card__date-icon) {
    display: block;
    margin-bottom: 0.2rem;
    color: #7b8188;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.program-card__date strong {
    display: block;
    color: #27313a;
    font-size: 1.2rem;
    line-height: 1.35;
}

.program-days {
    display: grid;
    gap: 1rem;
}

.program-day {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    background: #f8f9fa;
    border: 1px solid #eaedef;
    border-radius: 16px;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.program-day:hover {
    background: #fff;
    border-color: rgba(255, 89, 0, 0.28);
    transform: translateX(4px);
}

.program-day__number {
    display: grid;
    flex: 0 0 66px;
    min-height: 72px;
    place-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e6e9;
    border-radius: 14px;
    box-shadow: 0 5px 14px rgba(28, 40, 52, 0.06);
}

.program-day__number span {
    color: var(--lmil-orange);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.program-day__number strong {
    color: var(--lmil-blue);
    font-family: 'Open Sans', sans-serif;
    font-size: 1.7rem;
    line-height: 1;
}

.program-day__tag {
    display: inline-block;
    margin-bottom: 0.25rem;
    color: #7a8086;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.program-day__detail h4 {
    margin-bottom: 0.25rem;
    color: #27313a;
    font-size: 1.05rem;
    font-weight: 700;
}

.program-day__detail p {
    color: #687078;
    font-size: 0.9rem;
}

.program-day__detail i {
    margin-right: 0.35rem;
    color: var(--lmil-orange);
}

/* Beneficios */
.benefits-section {
    overflow: hidden;
    background:
        linear-gradient(180deg, #f7f8fa 0%, #fff 100%);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.25rem;
}

.benefit-card {
    position: relative;
    display: flex;
    grid-column: span 2;
    gap: 1.15rem;
    min-height: 215px;
    padding: 1.75rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--lmil-border);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(28, 40, 52, 0.07);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.benefit-card--wide {
    grid-column: span 3;
}

.benefit-card::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -65px;
    width: 135px;
    height: 135px;
    background: rgba(0, 89, 147, 0.035);
    border-radius: 50%;
    transition: transform 300ms ease, background-color 300ms ease;
}

.benefit-card:hover {
    border-color: rgba(255, 89, 0, 0.28);
    box-shadow: 0 20px 42px rgba(28, 40, 52, 0.13);
    transform: translateY(-6px);
}

.benefit-card:hover::after {
    background: rgba(255, 89, 0, 0.055);
    transform: scale(1.18);
}

.benefit-card__icon {
    display: grid;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    place-items: center;
    background: rgba(255, 89, 0, 0.08);
    border: 1px solid rgba(255, 89, 0, 0.12);
    border-radius: 18px;
}

.benefit-card__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.benefit-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.benefit-card__number {
    margin-bottom: 1rem;
    color: rgba(0, 89, 147, 0.38);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.benefit-card h3 {
    margin-bottom: 0.65rem;
    color: #27313a;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.benefit-card p {
    color: #697179;
    font-size: 0.9rem;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .program-card__hero {
        min-height: auto;
        padding: 2.5rem;
    }

    .program-card__hero p {
        max-width: 560px;
    }

    .benefit-card,
    .benefit-card--wide {
        grid-column: span 3;
    }
}

@media (max-width: 767.98px) {
    .section-heading {
        margin-bottom: 1.75rem;
    }

    .program-card {
        border-radius: 20px;
    }

    .program-card__hero,
    .program-card__content {
        padding: 2rem 1.4rem;
    }

    .program-card__date strong {
        font-size: 1.05rem;
    }

    .program-day {
        align-items: flex-start;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card,
    .benefit-card--wide {
        grid-column: auto;
        min-height: 0;
    }
}

@media (max-width: 479.98px) {

    .program-card__date,
    .program-day,
    .benefit-card {
        align-items: flex-start;
    }

    .benefit-card {
        flex-direction: column;
    }
}

/* ==========================================================
   REDES SOCIALES Y FOOTER
   ========================================================== */

/* ==========================================================
   REDES SOCIALES SIMPLES - VERSIÓN CLARA
   ========================================================== */

.social-simple-section {
    position: relative;
    overflow: hidden;
    color: #27313a;
    background:
        radial-gradient(circle at 15% 20%,
            rgba(255, 89, 0, 0.07),
            transparent 28%),
        linear-gradient(180deg,
            #f7f8fa 0%,
            #ffffff 100%);
    border-top: 1px solid #e2e5e9;
}

.social-simple-section .section-kicker {
    color: var(--lmil-blue);
}

.social-simple-section .section-kicker::before,
.social-simple-section .section-kicker::after {
    background: rgba(0, 89, 147, 0.3);
}

.social-simple-section h2 {
    color: var(--lmil-orange) !important;
}

.social-simple-intro {
    max-width: 650px;
    margin-bottom: 2.5rem;
    color: #697179;
    font-size: 0.95rem;
    line-height: 1.7;
}

.social-simple-groups {
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: center;
}

.social-simple-group {
    min-width: 220px;
}

.social-simple-group h3 {
    margin-bottom: 1.15rem;
    color: #27313a;
    font-size: 1rem;
    font-weight: 700;
}

.social-simple-links {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
}

.social-simple-links a {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: var(--lmil-blue);
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(0, 89, 147, 0.18);
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(28, 40, 52, 0.08);
    font-size: 1.05rem;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.social-simple-links a:hover {
    color: #fff;
    background: var(--lmil-orange);
    border-color: var(--lmil-orange);
    box-shadow: 0 10px 22px rgba(255, 89, 0, 0.22);
    transform: translateY(-4px);
}

.social-simple-divider {
    width: 1px;
    height: 75px;
    background: #d9dde1;
}

@media (max-width: 767.98px) {
    .social-simple-groups {
        flex-direction: column;
        gap: 2rem;
    }

    .social-simple-divider {
        width: 80px;
        height: 1px;
    }

    .social-simple-group {
        min-width: 0;
    }
}

/* Footer */

.site-footer {
    position: relative;
    color: #fff;
    background: #101316;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.site-footer__main {
    padding: 3rem 0 2.5rem;
}

.site-footer__brand img {
    display: block;
    width: 100%;
    max-width: 330px;
    height: auto;
    margin-bottom: 1.35rem;
}

.site-footer__brand p {
    max-width: 490px;
    margin: 0;
    color: rgba(255, 255, 255, 0.57);
    font-size: 0.87rem;
    line-height: 1.7;
}

/* Navegación footer */

.site-footer__navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 1.5rem;
    max-width: 500px;
    margin-left: auto;
}

.site-footer__navigation a {
    position: relative;
    padding: 0.45rem 0 0.45rem 1rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.87rem;
    font-weight: 500;
    text-decoration: none;
    transition:
        color 180ms ease,
        transform 180ms ease;
}

.site-footer__navigation a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--lmil-orange);
    border-radius: 50%;
    transform: translateY(-50%);
}

.site-footer__navigation a:hover {
    color: #fff;
    transform: translateX(4px);
}

/* Franja inferior */

.site-footer__bottom {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.43);
    font-size: 0.78rem;
}

/* Responsive */

@media (max-width: 991.98px) {
    .site-footer__navigation {
        max-width: none;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .social-network-card {
        padding: 1.5rem;
        border-radius: 18px;
    }

    .social-network-card__heading {
        align-items: flex-start;
    }

    .social-network-card__heading h3 {
        font-size: 1.15rem;
    }

    .site-footer__main {
        padding: 2.5rem 0 2rem;
    }

    .site-footer__brand img {
        max-width: 280px;
    }

    .site-footer__navigation {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 479.98px) {
    .social-network-card__heading {
        flex-direction: column;
    }

    .site-footer__navigation {
        grid-template-columns: 1fr;
    }
}