.au-hero {
    position: relative;
    padding-top: clamp(62px, 5.8vw, 90px);
    background: #fff;
    overflow: visible;
}

.au-hero-img {
    position: relative;
    width: 100%;
    aspect-ratio: 3.075;
    min-height: clamp(245px, 32vw, 520px);
    max-height: 620px;
    overflow: hidden;
    background: var(--blue-dark);
    clip-path: shape(from 0% 3.84%,curve to 1.25% 0% with 0% 1.72%/0.56% 0%,hline to 98.75%,curve to 100% 3.84% with 99.44% 0%/100% 1.72%,vline to 80.81%,hline to 73.52%,curve to 72.53% 82.28% with 73.13% 80.81%/72.77% 81.35%,line to 68.42% 98.52%,curve to 67.43% 100% with 68.18% 99.45%/67.82% 100%,hline to 0%,vline to 3.84%,close);
}

.au-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    display: block;
}

.au-hero-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 16, 31, 0.95) 0%, rgba(2, 26, 47, 0.82) 28%, rgba(2, 26, 47, 0.2) 68%, rgba(2, 26, 47, 0.08) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.35) 100%);
    z-index: 1;
}

.au-hero-title {
    position: absolute;
    left: clamp(26px, 6.5vw, 120px);
    top: calc(clamp(62px, 5.8vw, 90px) + clamp(96px, 10vw, 160px));
    width: min(1500px, 86vw);
    z-index: 3;
}

.au-hero-title-content {
    position: relative;
    z-index: 2;
    max-width: min(1500px, 100%);
}

.au-hero-kicker {
    position: relative;
    display: inline-block;
    margin-bottom: clamp(12px, 1.4vw, 28px);
    padding-bottom: clamp(10px, 1vw, 16px);
    color: #fff;
    font-family: var(--font-h);
    font-size: var(--type-caption);
    font-weight: var(--weight-body-bold);
    letter-spacing: 0.32em;
    line-height: 1;
    text-transform: uppercase;
    
    
}

.au-hero-kicker::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: clamp(54px, 5vw, 88px);
    height: 4px;
    background: #0E7ED5;
}

.au-hero-title h1 {
    width: 100%;
    color: #fff;
    font-size: var(--type-about-hero);
    font-weight: var(--weight-heading-heavy);
    line-height: 0.95;
    text-align: left;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);

}

.au-hero-title h1 span {
    display: block;
}

.au-hero-title-main {
    color: #fff;
    font: inherit;
    white-space: nowrap;
}

.au-hero-title-accent {
    color: #288ee7;
    font: inherit;
    font-size: 0.9em;
    white-space: nowrap;
}

.au-intro {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--section-y-tight) var(--section-x-wide);
}

.au-intro-inner {
    width: min(1300px, 100%);
    display: grid;
    grid-template-columns: minmax(320px, 0.94fr) minmax(360px, 1fr);
    align-items: center;
    justify-content: center;
    gap: var(--layout-gap-wide);
    margin-bottom: var(--section-y-tight);
}

.au-video-wrap {
    width: 100%;
}

.au-video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1.35;
    overflow: hidden;
    padding: clamp(6px, 0.8vw, 9px);
    border-radius: 12px;
    background: var(--blue);
}

.au-video-card img,
.au-video-card video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: var(--blue-dark);
    border-radius: 7px;
    display: block;
}

.au-intro-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--layout-gap);
}

.au-intro-text p {
    color: #101923;
    text-align:justify;
}

.au-value-grid {
    width: min(1040px, 100%);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 0;
    margin: clamp(1.5rem, 3vw, 2.6rem) 0 var(--layout-gap);
}

.au-value-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: clamp(0.7rem, 1.1vw, 0.95rem);
    min-height: 11.4rem;
    padding: clamp(0.25rem, 0.8vw, 0.55rem) clamp(1.25rem, 2.1vw, 2rem);
    text-align: center;
}

.au-value-card + .au-value-card {
    border-left: 1px solid rgba(9, 55, 90, 0.22);
}

.au-value-card img {
    width: clamp(3.25rem, 4.2vw, 4.15rem);
    height: clamp(3.25rem, 4.2vw, 4.15rem);
    object-fit: contain;
}

.au-value-card > div {
    display: grid;
    justify-items: center;
    gap: 0.32rem;
}

.au-value-card h3 {
    color: #0b1420;
    font-size: var(--type-h4);
    line-height: 1.1;
    letter-spacing: 0;
}

.au-value-card p {
    max-width: 12.5rem;
    color: #28313b;
    font-size: var(--type-body-sm);
    line-height: 1.38;
}

.au-vm-section {
    padding: 0 0 var(--section-y);
    overflow: hidden;
}

.au-vm-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.au-vm-item {
    position: relative;
    display: flex;
    width: 80%;
    align-items: flex-end;
}


.au-vm-rock {
    width: 82.5%;
    max-width: none;
    height: auto;
    display: block;
}

.au-vm-overlay {
    position: absolute;
    text-align: center;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.au-vm-overlay p {
    font-size: var(--type-vm-body);

}

.au-vm-overlay h2 {
    margin: 0 0 clamp(12px, 1.4vw, 20px);
    font-size: var(--type-vm-title);
}

.au-vm-vision {
    justify-content: flex-end;
    align-items: flex-start;
}
.au-vm-mision {
    justify-content: flex-start;
}

.au-vm-overlay-vision {
    width: 70%;
    height: 55%;
    padding: 5% 15% 0 5%;
}

.au-vm-overlay-mision {
    height: 65%;
    width: 70%;
    padding: 8% 9% 0 12%;
}

.au-valores {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: clamp(76px, 9.5vw, 120px);
    overflow: visible;
}

.au-valores-hex {
    position: absolute;
    left: clamp(20px, 4%, 80px);
    top: 10%;
    transform: translateY(-40%);
    width: clamp(30px, 15vw, 200px);
    z-index: 10;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.28));
}


.au-valores-label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.au-valores-content {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    gap: var(--layout-gap-wide);
    padding: 0 var(--section-x);
}



.au-valores-phrase strong {
    font-size: inherit;
    color: #fff;
    display: inline;
    text-transform: none;
    letter-spacing: 0;
    line-height: inherit;
}

.au-gallery-section {
    background: #fff;
    overflow: hidden;
}

.au-gallery-wrap {
    position: relative;
    width: min(1200px, 92vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: var(--section-x);
}

.au-gallery-stage {
    position: relative;
    height: clamp(260px, 38vw, 480px);
    overflow: visible;
}

.au-gallery-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.au-gallery-slide {
    position: absolute;
    inset: 0;
    margin: auto;
    width: min(760px, 100%);
    height: 100%;
    transition:
        transform 0.55s ease,
        opacity 0.55s ease,
        filter 0.55s ease;
    opacity: 0;
    pointer-events: none;
}

.au-gallery-slide.is-active {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
}

.au-gallery-slide.is-prev-1 {
    transform: translateX(-15%) scale(0.88);
    opacity: 0.82;
    z-index: 4;
}

.au-gallery-slide.is-next-1 {
    transform: translateX(15%) scale(0.88);
    opacity: 0.82;
    z-index: 4;
}

.au-gallery-slide.is-prev-2 {
    transform: translateX(-26%) scale(0.74);
    opacity: 0.45;
    z-index: 3;
}

.au-gallery-slide.is-next-2 {
    transform: translateX(26%) scale(0.74);
    opacity: 0.45;
    z-index: 3;
}

.au-gallery-slide.is-hidden {
    transform: scale(0.65);
    opacity: 0;
    z-index: 1;
}

.au-gallery-card {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: var(--radius-panel);
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.au-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.au-gallery-nav {
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 999px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0,0,0,0.14);
    z-index: 20;
}

.au-gallery-nav svg {
    width: 22px;
    height: 22px;
}

.au-gallery-dots {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.au-gallery-dot {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 999px;
    background: #c6c6c6;
    cursor: pointer;
}

.au-gallery-dot.active {
    background: var(--blue);
}

/*CERTIFICADO*/
.au-cert-link {
    display: inline-block;
    margin-top: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--blue);
    font: inherit;
    font-size: var(--type-caption);
    font-weight: var(--weight-heading);
    line-height: 1.15;
    text-decoration: underline;
    cursor: pointer;
}

.cert-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px 18px 24px;
}

.cert-modal.is-open {
    display: flex;
}

.cert-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.64);
    backdrop-filter: blur(1px);
}

.cert-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(610px, 100%);
    height: min(725px, 88vh);
    background: #ffffff;
    border: 20px solid #eceee8;
    border-image: linear-gradient(135deg, rgba(200, 205, 210, 0.7), rgba(60, 70, 80, 0.7)) 1;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
}

.cert-modal-close {
    position: absolute;
    top: -42px;
    right: -50px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: var(--blue-dark);
    font-size: var(--type-h2);
    line-height: 34px;
    font-weight: var(--weight-body-bold);
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.cert-modal-close:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.cert-modal-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.cert-tab {
    position: relative;
    min-height: 47px;
    border: 0;
    color: #ffffff;
    font-family: var(--font-h);
    font-size: var(--type-caption);
    font-weight: var(--weight-heading-heavy);
    letter-spacing: 0;
    cursor: pointer;
    transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.cert-tab:hover {
    filter: brightness(1.08);
}

.cert-tab[data-cert-product="4060"] {
    background: var(--green);
}

.cert-tab[data-cert-product="5000"] {
    background: var(--blue);
}
.cert-tab[data-cert-product="6000"] {
    background: var(--red);
}

.cert-tab.is-active {
    z-index: 2;
    transform: translateY(-5px);
    filter: brightness(1.08);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.26);
}

.cert-tab.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.cert-modal-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 50px;
    padding: 8px 12px;
    background: #ffffff;
    border-bottom: 1px solid rgba(9, 26, 61, 0.12);
}

.cert-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    background: var(--blue);
    color: #ffffff;
    font-family: var(--font-h);
    font-size: var(--type-caption);
    font-weight: var(--weight-heading-heavy);
    line-height: 1;
    text-decoration: none;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
    transition: filter 160ms ease, transform 160ms ease;
}

.cert-download:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}


.cert-modal-viewer {
    height: calc(100% - 97px);
    overflow: hidden;
}

.cert-modal-viewer iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

@media (max-width: 640px) {
    .cert-modal {
        padding: 52px 12px 14px;
    }

    .cert-modal-dialog {
        height: 82vh;
        border-width: 10px;
    }

    .cert-modal-close {
        top: -46px;
        right: 0;
    }

    .cert-tab {
        min-height: 46px;
        font-size: var(--type-caption);
    }

    .cert-modal-viewer {
        height: calc(100% - 46px);
    }
}

@media (max-width: 650px) {
    .au-vm-grid {
        flex-direction: column;
        align-items: center;

    }

    .au-vm-item {width: 100%;}

    .au-vm-overlay p {
        font-size: clamp(0.5rem, 2.5vw, 0.9375rem);
    }

    .au-valores-hex {
        display: none;
    }

    .au-valores-label {
        margin-left: 0;
        padding-left: 0;
    }

    .au-intro {
        padding-inline: 20px;
    }

    .au-intro-inner {
        gap: 22px;
        margin-bottom: 22px;
    }

    .au-video-wrap {
        width: 100%;
    }

    .au-video-card {
        aspect-ratio: 1.55;
        border-radius: 9px;
        padding: 5px;
    }

    .au-intro-text {
        width: 100%;
        gap: 14px;
    }

    .au-intro-text p {
        font-size: var(--type-body-sm);
        line-height: 1.52;
    }

    .au-value-grid {
        grid-template-columns: 1fr;
        margin-bottom: 24px;
    }

    .au-value-card {
        display: grid;
        grid-template-columns: 58px 1fr;
        justify-items: start;
        align-items: center;
        min-height: auto;
        padding: 14px 0;
        text-align: left;
        gap: 14px;
    }

    .au-value-card + .au-value-card {
        border-left: 0;
        border-top: 1px solid #d3d8de;
    }

    .au-value-card img {
        width: 44px;
        height: 44px;
    }

    .au-value-card > div {
        justify-items: start;
        gap: 4px;
    }

    .au-value-card h3 {
        font-size: var(--type-h4);
    }

    .au-value-card p {
        max-width: none;
        font-size: var(--type-caption);
    }
}

@media (max-width: 750px) {
    .au-valores-hex {
        display: none;
    }
}

@media (max-width: 820px) {
    .au-hero-title {
        left: clamp(24px, 5vw, 44px);
        top: calc(clamp(62px, 5.8vw, 90px) + clamp(76px, 17vw, 112px));
        width: min(560px, 86vw);
    }

    .au-hero-img {
        min-height: clamp(290px, 44vw, 380px);
        object-position: center;
    }

    .au-hero-title h1 {
        max-width: min(100%, 11.8em);
        font-size: var(--type-about-hero);
    }

    .au-intro-inner {
        grid-template-columns: 1fr;
        width: min(640px, 100%);
        gap: 34px;
    }

    .au-video-card {
        aspect-ratio: 1.8;
    }

    .au-value-grid {
        width: min(640px, 100%);
    }

    .au-value-card {
        padding-inline: clamp(10px, 2vw, 20px);
    }

    .au-vm-overlay h2 {
        margin-bottom: 2px;
    }
    .au-vm-overlay-vision {
        padding: 4% 15% 0 6%;
    }

    .au-vm-overlay-mision {
        padding: 7% 9% 0 12%;
    }

    .au-gallery-wrap {
        grid-template-columns: 1fr;
    }

    .au-gallery-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .au-gn-prev {
        left: 8px;
    }

    .au-gn-next {
        right: 8px;
    }

    .au-gallery-stage {
        height: clamp(220px, 62vw, 360px);
    }

    .au-gallery-slide.is-prev-2,
    .au-gallery-slide.is-next-2 {
        display: none;
    }
    
}

@media (max-width: 560px) {
    .au-hero-img {
        min-height: clamp(270px, 70vw, 320px);
        clip-path: polygon(0 0, 100% 0, 100% 80%, 77% 80%, 69% 100%, 0 100%);
    }

    .au-hero-title {
        left: clamp(14px, 4vw, 24px);
        width: min(390px, 92vw);
    }

    .au-hero-title h1 {
        font-size: clamp(1.65rem, 7.7vw, 2.1rem);
        line-height: 0.94;
    }

    .au-hero-title-accent {
        font-size: 0.88em;
    }
}
