* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #0e1430;
    background: #fff;
}

html,
body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto
}

:root {
    --blue: #0f2dcf;
    --blue2: #081c8e;
    --deep: #071352;
    --text: #0f1633;
    --white: #fff;
    --yellow: #ffc31c;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;

    padding: 18px 0;

    background: rgba(7, 15, 45, 0.45);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.10),
            rgba(255, 255, 255, 0.02));

    pointer-events: none;
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand img {
    width: 150px;
    height: auto
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    color: #fff;
    font-size: 16px;
    letter-spacing: .2px;
    white-space: nowrap;
}

.main-nav a {
    opacity: .95
}

.main-nav a:hover {
    opacity: 1
}

.cart {
    color: #fff;
    font-size: 20px
}

/* =========================
   MENU HAMBURGUESA
========================= */

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    margin: 5px auto;
    border-radius: 20px;
    transition: .3s ease;
}

.hero {
    position: relative;
    min-height: 100vh;
    background-image: url("img/fondo-1.JPEG");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.18) 0%,
            rgba(10, 18, 120, 0.18) 55%,
            rgba(20, 20, 120, 0.72) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 120px 20px 90px;
}

.hero-kicker {
    margin: 0 0 6px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 300;
}

.hero h1 {
    margin: 0;
    font-size: clamp(54px, 9vw, 92px);
    line-height: .93;
    letter-spacing: -1.5px;
    font-weight: 900;
}

.hero h1 span {
    color: var(--yellow)
}

.hero-copy {
    max-width: 730px;
    margin: 15rem auto 0;
    font-size: 14px;
    line-height: 1.8;
    opacity: .96;
}

.hero-copy.small {
    margin-top: 8px;
    opacity: .92
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 10px;
    margin-top: 26px;
    font-weight: 700;
    transition: .2s transform, .2s box-shadow, .2s background, .2s color;
}

.btn:hover {
    transform: translateY(-1px)
}

.btn-primary {
    color: #fff;
    background: linear-gradient(180deg, #2d77ff, #1554f1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
}

.btn-outline {
    color: #143fbf;
    border: 1.4px solid #6f8de8;
    background: #fff;
    padding: 11px 26px;
    border-radius: 12px;
}

.assoc-section {
    position: relative;
    background:
        linear-gradient(rgba(0, 10, 110, 0.78),
            rgba(0, 10, 110, 0.82)),
        url("img/2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 720px;
    overflow: hidden;
    padding: 0;
}

/* CONTENEDOR */
.assoc-inner {
    position: relative;
    min-height: 720px;
    width: 100%;
}

/* ELIMINAMOS LOS CÍRCULOS ANTERIORES */
.assoc-section::before,
.assoc-section::after {
    display: none;
}

/* ESFERA */
.assoc-shape-egsa {
    position: absolute;
    left: 140px;
    top: 170px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, .25),
        0 0 80px rgba(46, 115, 255, .15);
    background:
        radial-gradient(circle at 30% 26%,
            rgba(61, 166, 255, 1) 0%,
            rgba(32, 104, 245, 1) 34%,
            rgba(20, 61, 227, 1) 56%,
            rgba(13, 41, 183, 1) 72%,
            rgba(9, 31, 143, .95) 84%,
            rgba(0, 18, 135, .55) 92%,
            rgba(0, 18, 135, 0) 100%);
}

.assoc-shape-egsa::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 80% 82%,
            rgba(0, 18, 135, 0) 0%,
            rgba(0, 18, 135, .10) 38%,
            rgba(0, 18, 135, .38) 62%,
            rgba(0, 18, 135, .85) 84%,
            rgba(0, 18, 135, 1) 100%);
    pointer-events: none;
}

.egsa-logo {
    width: 190px;
    position: relative;
    z-index: 2;
}

/* TEXTO */
.assoc-text {
    position: absolute;
    right: 140px;
    top: 250px;
    color: #fff;
    text-align: center;
    z-index: 3;
}

.assoc-text h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: .5px;
}

.assoc-text h2 span {
    color: #2a73ff;
}

.assoc-text p {
    margin: 18px 0 0;
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
}

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 991px) {

    .assoc-section,
    .assoc-inner {
        min-height: auto;
    }

    .assoc-section {
        padding: 100px 30px;
        background-position: center;
    }

    .assoc-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .assoc-shape-egsa {
        position: relative;
        left: auto;
        top: auto;
        width: 270px;
        height: 270px;
        margin-bottom: 55px;
    }

    .egsa-logo {
        width: 160px;
    }

    .assoc-text {
        position: relative;
        right: auto;
        top: auto;
        text-align: center;
        width: 100%;
    }

    .assoc-text h2 {
        font-size: 38px;
    }

    .assoc-text p {
        font-size: 52px;
    }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {

    .assoc-section {
        padding: 80px 22px;
        min-height: auto;
        background-position: center right;
    }

    .assoc-inner {
        min-height: auto;
    }

    .assoc-shape-egsa {
        width: 220px;
        height: 220px;
        margin-bottom: 40px;
        box-shadow:
            0 18px 40px rgba(0, 0, 0, .22),
            0 0 45px rgba(46, 115, 255, .12);
    }

    .egsa-logo {
        width: 135px;
    }

    .assoc-text h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    .assoc-text p {
        margin-top: 14px;
        font-size: 44px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */
@media (max-width: 480px) {

    .assoc-section {
        padding: 70px 18px;
    }

    .assoc-shape-egsa {
        width: 190px;
        height: 190px;
    }

    .egsa-logo {
        width: 118px;
    }

    .assoc-text h2 {
        font-size: 25px;
    }

    .assoc-text p {
        font-size: 36px;
    }
}

/* IMPORTANTE */
.mosaic-section .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.mosaic-grid {
    display: grid;
    width: 100%;

    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 170px 170px 170px;

    grid-template-areas:
        "red team title"
        "big white tank"
        "big blue truck";

    gap: 0;
    overflow: hidden;
}

.tile {
    position: relative;
    min-height: 0;
    overflow: hidden;
}

.tile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* posiciones */
.mosaic-grid .tile:nth-child(1) {
    grid-area: red;
}

.mosaic-grid .tile:nth-child(2) {
    grid-area: team;
}

.mosaic-grid .tile:nth-child(3) {
    grid-area: title;
}

.mosaic-grid .tile:nth-child(4) {
    grid-area: big;
}

.mosaic-grid .tile:nth-child(5) {
    grid-area: white;
}

.mosaic-grid .tile:nth-child(6) {
    grid-area: tank;
}

.mosaic-grid .tile:nth-child(7) {
    grid-area: #0053fe;
}

.mosaic-grid .tile:nth-child(8) {
    grid-area: truck;
}

/* estilos de color */
.tile-red {
    background: #ef1111;
    color: #fff;
    padding: 18px;
    font-size: 13px;
    line-height: 1.5;
}

.tile-blue {
    background: linear-gradient(180deg, #0053fe, #0044cc);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    padding: 26px;
}

.tile-blue-dark {
    background: linear-gradient(180deg, #001287, #000e66);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    padding: 26px;
}

.tile-blue h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: .4px;
}

.tile-white {
    background: #fff;
    color: #14214b;

    padding: 26px;
    font-size: 13px;
    line-height: 1.55;

    display: flex;
    align-items: center;
}

.tile.small-copy {
    font-size: 13px;

    display: flex;
    align-items: center;
}

/* ajuste especial para la foto del equipo */
.mosaic-grid .tile:nth-child(2) img {
    object-position: center center;
}

/* camión */
.tile.truck {
    background: linear-gradient(180deg, #001287, #000e66);
}

.tile.truck img {
    object-fit: contain;
    object-position: center center;
    padding: 10px 18px;
}

@media (max-width: 768px) {
    .mosaic-section {

        width: 100vw;
        max-width: 100vw;

        margin: 0;
        padding: 0;

        overflow: hidden;

        background: #f5f7fb;
    }

    .mosaic-grid {

        /* RESET GRID DESKTOP */
        display: flex;
        flex-direction: column;

        grid-template-columns: none;
        grid-template-rows: none;
        grid-template-areas: none;

        width: 100vw;
        max-width: 100vw;

        margin: 0;
        padding: 0;

        gap: 0;

        overflow: hidden;
    }

    .container {
        width: 100% !important;
    }

    .mosaic-grid {

        .tile {

            width: 100%;
            max-width: 100%;

            min-height: auto;

            box-sizing: border-box;

            overflow: hidden;
        }

        /* =========================
        ORDEN MOBILE
        ========================= */

        .mosaic-grid .tile:nth-child(1) {
            order: 2;
        }

        .mosaic-grid .tile:nth-child(2) {
            order: 1;
        }

        .mosaic-grid .tile:nth-child(3) {
            order: 0;
        }

        .mosaic-grid .tile:nth-child(4) {
            order: 5;
        }

        .mosaic-grid .tile:nth-child(5) {
            order: 3;
        }

        .mosaic-grid .tile:nth-child(6) {
            order: 4;
        }

        .mosaic-grid .tile:nth-child(7) {
            order: 6;
        }

        .mosaic-grid .tile:nth-child(8) {
            order: 7;
        }

        /* =========================
        HERO AZUL
        ========================= */

        .tile-blue {

            min-height: 240px;

            padding: 50px 24px;

            display: flex;
            align-items: center;
            justify-content: center;

            text-align: center;

            background: linear-gradient(180deg, #0053fe, #0047db);
        }

        .tile-blue h2 {

            margin: 0;

            font-size: 30px;
            line-height: 1.2;

            font-weight: 700;

            color: #fff;
        }

        /* =========================
        TEXTOS
        ========================= */

        .tile-red,
        .tile-white,
        .tile-blue-dark {

            padding: 28px 24px;

            font-size: 15px;
            line-height: 1.7;

            display: block;
        }

        .tile-red {
            background: #ef1111;
            color: #fff;
        }

        .tile-white {
            background: #fff;
            color: #14214b;
        }

        .tile-blue-dark {

            background: linear-gradient(180deg, #001287, #000d5c);

            color: #fff;

            text-align: left;
        }

        .tile-blue-dark p,
        .tile-red p,
        .tile-white p {

            margin: 0;

            width: 100%;
        }

        /* =========================
        IMÁGENES
        ========================= */

        .tile-image {

            width: 100%;
            height: 240px;
        }

        .tile-image img {

            width: 100%;
            height: 100%;

            display: block;

            object-fit: cover;
        }

        /* FOTO GRANDE */

        .mosaic-grid .tile:nth-child(4) {
            height: 260px;
        }

        /* TANQUE */

        .mosaic-grid .tile:nth-child(6) {
            height: 240px;
        }

        /* =========================
        CAMIÓN
        ========================= */

        .tile.truck {

            height: 220px;

            padding: 20px;

            display: flex;
            align-items: center;
            justify-content: center;

            background: linear-gradient(180deg, #001287, #000d5c);
        }

        .tile.truck img {

            width: 90%;
            max-width: 320px;

            height: auto;

            object-fit: contain;
        }
    }
}

.services-wrap {
    background: #f2f2f2;
    padding: 80px 0;
}

.services-shell {
    width: 100%;
}

.section-title {
    margin: 0 0 60px;
    text-align: center;
    color: #0b53e0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
    font-weight: 900;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    width: min(1300px, 90%);
    margin: 0 auto;
}

.service-card {
    position: relative;
    background: #e9e9e9;
    padding: 70px 70px 50px;
    min-height: 720px;

    display: flex;
    flex-direction: column;
}

.service-thumb {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 240px;
    height: auto;
    object-fit: contain;
}

.service-card h3 {
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    color: #111;
    margin: 40px 0 50px;
    max-width: 420px;
}

.service-card p {
    font-size: 20px;
    line-height: 1.5;
    color: #111;
    margin: 0;
}

.service-card .btn {
    margin-top: auto;
    align-self: center;
}

.btn-outline {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 300px;
    height: 88px;

    border: 2px solid #0b53e0;
    border-radius: 24px;

    font-size: 28px;
    color: #111;
    text-decoration: none;

    margin-top: 60px;
}

.cta-center {
    text-align: center;
    max-width: 700px;
    margin: 10px auto 0;
}

.cta-center p {
    margin: 0 auto 18px;
    font-size: 13px;
    line-height: 1.6;
    color: #111;
    max-width: 560px;
}

.banner-strip {
    position: relative;
    min-height: 360px;
    background: url('img/fondo-4.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 16, 85, .35), rgba(8, 16, 85, .2));
}

.banner-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.banner-content h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}

.products-section {
    width: 100%;
    background: linear-gradient(180deg, #1636e8 0%, #0823b0 100%);
    color: #fff;
    padding: 60px 0 80px;
    overflow: hidden;
    position: relative;
}

.products-shell {
    width: min(1600px, calc(100% - 32px));
    margin: 0 auto;
}

.products-title {
    margin: 0;
    text-align: center;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;
}

.sub-title {
    margin: 42px 0 34px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .5px;
}

.products-carousel {
    display: grid;
    grid-template-columns: 60px 1fr 60px;
    align-items: center;
    gap: 0;
}

.carousel-btn {
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 56px;
    line-height: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    opacity: .95;
}

.products-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-anchor: none;
}

.products-viewport::-webkit-scrollbar {
    display: none;
}

.products-row {
    display: flex;
    gap: 26px;
    padding: 10px 24px 22px;
}

.product-card {
    flex: 0 0 clamp(220px, 22vw, 320px);
    min-height: 320px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: center;
    position: relative;
    cursor: pointer;
    transition: transform .28s ease;
}

.product-card img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 34px;
    transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .18);
}

.product-card:hover,
.product-card.is-active {
    transform: translateY(-6px);
}

.product-card:hover img,
.product-card.is-active img {
    box-shadow:
        0 16px 35px rgba(0, 0, 0, .16),
        0 0 28px rgba(255, 186, 0, .20);
    filter: brightness(1.02);
}

.dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    opacity: .65;
}

.dot.active {
    background: #fff;
    opacity: 1;
}

.carousel-progress {
    width: 220px;
    height: 4px;
    background: rgba(255, 255, 255, .2);
    border-radius: 999px;
    margin: 24px auto 0;
    overflow: hidden;
}

.carousel-progress {
    width: min(220px, 60%);
}

.carousel-progress-bar {
    width: 0%;
    height: 100%;
    background: white;
    border-radius: inherit;
    transition: width .35s ease;
}

/* =========================
   FOOTER
========================= */

.site-footer {
    background: #f3f3f3;
    padding: 90px 0 70px;
    border-top: 1px solid #ddd;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

/* LOGO */

.footer-brand img {
    width: 240px;
    max-width: 100%;
}

/* REDES */

.socials {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}

.socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform .3s ease;
}

.socials a:hover {
    transform: translateY(-4px);
}

.socials img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TITULOS */

.site-footer h4 {
    color: #0c39d0;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 26px;
    text-transform: uppercase;
}

/* LINKS */

.footer-links a {
    display: block;
    color: #122a8f;
    text-decoration: none;
    margin-bottom: 14px;
    font-size: 17px;
    transition: .3s ease;
}

.footer-links a:hover {
    color: #ff4b2b;
    padding-left: 4px;
}

/* CONTACTO */

.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #122a8f;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.footer-contact span {
    min-width: 18px;
}

/* DIRECCION */

.footer-address {
    margin-top: 30px;
}

.footer-address h5 {
    color: #0c39d0;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 14px;
}

.footer-address p {
    font-size: 17px;
    line-height: 1.5;
}

.socials {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}

.socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffb400, #ff2b00);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    text-decoration: none;
    transition: all .3s ease;
}

.socials a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 72, 0, .35);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .site-footer {
        padding: 70px 0;
    }

    .footer-brand {
        text-align: center;
    }

    .socials {
        justify-content: center;
    }

}

/* =========================
   FOOTER MOBILE
========================= */

@media (max-width: 768px) {

    .site-footer {
        padding: 55px 0 45px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 0 24px;
    }

    /* LOGO */

    .footer-brand {
        text-align: center;
    }

    .footer-brand img {
        width: 180px;
        margin: 0 auto;
        display: block;
    }

    /* REDES */

    .socials {
        justify-content: center;
        gap: 14px;
        margin-top: 28px;
    }

    .socials a {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    /* TITULOS */

    .site-footer h4,
    .footer-address h5 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    /* LINKS */

    .footer-links {
        text-align: left;
    }

    .footer-links a {
        font-size: 18px;
        margin-bottom: 16px;
    }

    /* CONTACTO */

    .footer-contact p,
    .footer-address p {
        font-size: 17px;
        line-height: 1.7;
    }

    .footer-contact p {
        gap: 12px;
    }

    .footer-contact span {
        min-width: 20px;
    }

    /* DIRECCIÓN */

    .footer-address {
        margin-top: 26px;
    }

}

@media (max-width: 480px) {

    .footer-grid {
        padding: 0 20px;
    }

    .site-footer h4,
    .footer-address h5 {
        font-size: 21px;
    }

    .footer-links a,
    .footer-contact p,
    .footer-address p {
        font-size: 16px;
    }

    .socials a {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

}

@media (max-width: 1080px) {
    .main-nav {
        display: none
    }

    .assoc-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center
    }

    .assoc-text {
        justify-self: center;
        padding-right: 0
    }

    .mosaic-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(5, 180px)
    }

    .mosaic-grid .tile:nth-child(1) {
        grid-column: 1
    }

    .mosaic-grid .tile:nth-child(2) {
        grid-column: 2
    }

    .mosaic-grid .tile:nth-child(3) {
        grid-column: 1 / span 2
    }

    .mosaic-grid .tile:nth-child(4) {
        grid-column: 1
    }

    .mosaic-grid .tile:nth-child(5) {
        grid-column: 2
    }

    .mosaic-grid .tile:nth-child(6) {
        grid-column: 1 / span 2
    }

    .mosaic-grid .tile:nth-child(7) {
        grid-column: 1
    }

    .mosaic-grid .tile:nth-child(8) {
        grid-column: 2
    }

    .mosaic-grid .tile:nth-child(9) {
        grid-column: 1 / span 2
    }

    .services-grid,
    .products-row,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .services-shell {
        border-top-left-radius: 80px;
        border-top-right-radius: 80px
    }

    .hero-content {
        padding-top: 140px
    }
}

@media (max-width: 720px) {
    .container {
        width: min(100% - 24px, 1180px)
    }

    .brand img {
        width: 74px
    }

    .hero {
        min-height: 92vh
    }

    .hero-kicker {
        font-size: 14px
    }

    .hero-copy {
        font-size: 13px
    }

    .assoc-section {
        padding: 60px 0
    }

    .badge-aiglp {
        width: 190px;
        height: 190px
    }

    .badge-aiglp img {
        width: 118px
    }

    .badge-egsa {
        width: 144px;
        height: 144px;
        margin-top: 72px
    }

    .badge-egsa img {
        width: 92px
    }

    .assoc-text p {
        font-size: 22px
    }

    .assoc-text span {
        font-size: 34px
    }

    .mosaic-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .mosaic-grid .tile {
        grid-column: 1 / -1;
        min-height: 160px
    }

    .tile-image.tall {
        grid-row: auto
    }

    .services-shell {
        margin-top: -20px;
        padding-top: 66px
    }

    .service-card {
        min-height: unset
    }

    .product-card {
        min-height: 280px
    }

    .banner-strip {
        min-height: 280px
    }
}

/* =========================
   MOBILE MENU
========================= */

@media (max-width: 991px) {

    .site-header {
        padding: 14px 0;
    }

    .nav-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .brand img {
        width: 110px;
    }

    /* BOTON */

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;

        width: 42px;
        height: 42px;

        border: none;
        background: transparent;
        cursor: pointer;

        position: relative;
        z-index: 2000;
    }

    .menu-toggle span {
        display: block;
        width: 28px;
        height: 3px;
        background: #ffffff;
        border-radius: 20px;
        transition: .3s ease;
    }

    /* MENU */

    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;

        width: 280px;
        height: 100vh;

        background: #07142e;

        display: flex;
        flex-direction: column;
        align-items: flex-start;

        padding: 120px 40px 40px;

        gap: 24px;

        transition: .4s ease;

        z-index: 1001;
    }

    .main-nav.active {
        right: 0;
    }

    .main-nav a {
        color: white;
        font-size: 22px;
        text-decoration: none;
    }

}