@font-face {
    font-family: "Geograph Edit Regular";
    src: url("https://specials-stage.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/fonts/geographeditweb-regular.woff2")
        format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Geograph Edit Medium */
@font-face {
    font-family: "Geograph Edit Medium";
    src: url("https://specials-stage.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/fonts/geographedit-medium.woff2")
        format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Geograph Edit Bold */
@font-face {
    font-family: "Geograph Edit Bold";
    src: url("https://specials-stage.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/fonts/geographeditweb-bold.woff2")
        format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

::selection {
    background: #fc0;
}

picture {
    width: 100%;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

p {
    margin: 0;
}

.main-content {
    font-family: "Geograph Edit Regular", sans-serif;
    color: black;
    transition: opacity .2s ease;
    opacity: 0;
}

.legal .main-content section {
    padding-bottom: 0;
}

.main-content.show {
    opacity: 1;
}

.main-content * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}

.section {
    position: relative;
    width: 100%;
}

#preFooter {
    padding: 32px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preFooter .message {
    font-feature-settings: "swsh";
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
    border: 1px solid #c9c9c9;
    color: #999;
    font-size: 15px;
    line-height: 1.4;
    padding: 16px 20px;
    text-align: center;
}

.andorra-top-banner {
    position: sticky;
    top: 50px;
    color: white;
    background-color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    min-height: 44px;
    text-align: center;
    z-index: 5;


    font-family: "Geograph Edit Bold", sans-serif;
    font-feature-settings: "swsh";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* RESPONSIVE */
@media (min-width: 768px) {
    #preFooter .message {
        width: calc(100% - 370px);
    }
}
