/* Azzurro · Remate Final V11 */

html {
    overflow-x: clip;
}

body.azzurro-v11 #azz-chaques {
    position: relative;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: clamp(64px, 7vw, 112px) 0 !important;
    overflow: hidden;
    color: #f7f1e6 !important;
    background:
        radial-gradient(circle at 86% 16%, rgba(197, 161, 91, .18), transparent 28%),
        linear-gradient(135deg, #06172c 0%, #0b2440 100%) !important;
}

body.azzurro-v11 #azz-chaques::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(#c5a15b, #4ebaff);
}

body.azzurro-v11 #azz-chaques > div,
body.azzurro-v11 #azz-chaques .azz-shell,
body.azzurro-v11 #azz-chaques [class*="shell"] {
    width: min(calc(100% - 48px), 1540px) !important;
    max-width: 1540px !important;
    min-height: 0 !important;
    margin-inline: auto !important;
}

body.azzurro-v11 #azz-chaques h1,
body.azzurro-v11 #azz-chaques h2,
body.azzurro-v11 #azz-chaques h3,
body.azzurro-v11 #azz-chaques [class*="title"] {
    color: #fff8ea !important;
    text-wrap: balance;
    text-shadow: 0 2px 28px rgba(0, 0, 0, .24);
}

body.azzurro-v11 #azz-chaques p,
body.azzurro-v11 #azz-chaques li,
body.azzurro-v11 #azz-chaques small {
    color: rgba(255, 250, 240, .87) !important;
}

body.azzurro-v11 #azz-chaques a:not(.azz-button) {
    color: #f0cb7c !important;
}

body.azzurro-v11 #azz-chaques video,
body.azzurro-v11 #azz-chaques img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    max-height: 780px;
    object-fit: cover;
    object-position: center 28%;
    border-radius: 2px;
}

body.azzurro-v11-front #azz-chaques {
    border-top: 1px solid rgba(197, 161, 91, .52);
    border-bottom: 1px solid rgba(197, 161, 91, .32);
}

body.azzurro-v11 .azz-lang-switch,
body.azzurro-v11 [class*="lang-switch"] {
    align-self: center !important;
}

@media (max-width: 980px) {
    body.azzurro-v11 #azz-chaques {
        padding: 56px 0 !important;
    }

    body.azzurro-v11 #azz-chaques > div,
    body.azzurro-v11 #azz-chaques .azz-shell,
    body.azzurro-v11 #azz-chaques [class*="shell"] {
        width: min(calc(100% - 32px), 760px) !important;
    }

    body.azzurro-v11 #azz-chaques video,
    body.azzurro-v11 #azz-chaques img {
        max-height: 700px;
    }
}

@media (max-width: 600px) {
    body.azzurro-v11 #azz-chaques {
        padding: 42px 0 !important;
    }

    body.azzurro-v11 #azz-chaques > div,
    body.azzurro-v11 #azz-chaques .azz-shell,
    body.azzurro-v11 #azz-chaques [class*="shell"] {
        width: calc(100% - 24px) !important;
    }

    body.azzurro-v11 #azz-chaques h1,
    body.azzurro-v11 #azz-chaques h2,
    body.azzurro-v11 #azz-chaques [class*="title"] {
        font-size: clamp(36px, 12vw, 58px) !important;
        line-height: .98 !important;
    }

    body.azzurro-v11 #azz-chaques video,
    body.azzurro-v11 #azz-chaques img {
        max-height: 78vh;
        object-position: center 24%;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.azzurro-v11 *,
    body.azzurro-v11 *::before,
    body.azzurro-v11 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/*
 * BEGIN AZZURRO LAYOUT V13 CORTO
 * Corrige el desplazamiento heredado de V10.
 */
body.azzurro-v11 #azz-chaques.azz-v10-chaques {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box;
}

body.azzurro-v11 #azz-chaques > .azz-v10-shell {
    min-width: 0;
    margin-right: auto !important;
    margin-left: auto !important;
    box-sizing: border-box;
}

body.azzurro-v11 #azz-chaques .azz-v10-copy,
body.azzurro-v11 #azz-chaques .azz-v10-media {
    min-width: 0;
    box-sizing: border-box;
}

body.azzurro-v11 #azz-chaques .azz-v10-button {
    color: #071a31 !important;
    background: #e3c579 !important;
    -webkit-text-fill-color: #071a31 !important;
}

body.azzurro-v11 #azz-chaques .azz-v10-button:hover,
body.azzurro-v11 #azz-chaques .azz-v10-button:focus-visible {
    color: #fffaf0 !important;
    background: transparent !important;
    -webkit-text-fill-color: #fffaf0 !important;
}

@media (max-width: 760px) {
    body.azzurro-v11 #azz-chaques > .azz-v10-shell {
        grid-template-columns: minmax(0, 1fr);
        width: 100% !important;
    }

    body.azzurro-v11 #azz-chaques.azz-v10-chaques {
        padding: 0 !important;
    }

    body.azzurro-v11 #azz-chaques .azz-v10-copy {
        padding: 92px 24px 56px;
    }

    body.azzurro-v11 #azz-chaques .azz-v10-media,
    body.azzurro-v11 #azz-chaques .azz-v10-media video {
        width: 100% !important;
        min-height: 480px;
        height: min(72vh, 680px);
    }
}
/* END AZZURRO LAYOUT V13 CORTO */
