@font-face {
    font-family: "montserrat-light";
    src: url("fonts/Montserrat-Light.woff") format("woff"),
         url("fonts/Montserrat-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "montserrat-regular";
    src: url("fonts/Montserrat-Regular.woff") format("woff"),
         url("fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "montserrat-medium";
    src: url("fonts/Montserrat-Medium.woff") format("woff"),
         url("fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "montserrat-semibold";
    src: url("fonts/Montserrat-SemiBold.woff") format("woff"),
         url("fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "montserrat-bold";
    src: url("fonts/Montserrat-Bold.woff") format("woff"),
         url("fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geograph Edit Regular";
    src: url("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("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-ecotour/assets/fonts/geographeditweb-bold.woff2")
        format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


:root {
    --white: #fff;
    --black: #000;
    --swiper-navigation-color: #000000 !important;
    --swiper-theme-color: #000000 !important;
    --swiper-navigation-color: #ffffff !important;
    --swiper-navigation-sides-offset: 50px !important;
}

body {
    margin: 0;
    background: white !important;
}

::selection {
    background: #fc0;
}

picture {
    width: 100%;
}

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

p {
    margin: 0;
}

.main-content {
    font-family: "montserrat-light", sans-serif;
    color: black;
    transition: opacity 0.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;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    font-feature-settings: "calt" 0, "kern" 1;
    font-variant-ligatures: none;
    font-kerning: auto !important;
}

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

.natgeo__container,
.natgeo__container--medium,
.natgeo__container--narrow,
.natgeo__container--wide {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

    @media (min-width: 768px) {
        .natgeo__container {
            max-width: 1024px;
            padding: 0 40px;
        }

        .natgeo__container--medium {
            max-width: 950px;
        }

        .natgeo__container--wide {
            padding: 0 40px;
        }
    }

    
    @media (min-width: 900px) {
        .natgeo__container--narrow {
            max-width: 900px;
        }
    }
    

    @media (min-width: 1280px) {
        .natgeo__container {
            max-width: 1130px;
        }

        .natgeo__container--medium {
            max-width: 1250px;
        }

        .natgeo__container--wide {
            max-width: 1380px;
            padding: 0 20px;
        }
    }

    
.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: 28px;
    text-align: center;
    z-index: 999;
    font-family: "Geograph Edit Medium";
    font-feature-settings: "swsh";
    font-weight: 600;
    font-size: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    @media (min-width: 900px) {
        .andorra-top-banner {
            min-height: 47px;
            font-size: 16px;
            letter-spacing: 3px;
        }
    }


.separator {
    display: inline-block;
    background-color: #fc0;
    height: 4px;
    width: 58px;
    z-index: 1;
}

    @media (min-width: 1280px) {
        .separator {
            margin: 0 0 70px 0;
        }
    }

.center {
    text-align: center;
}

.font-size-title {
    font-family: "montserrat-bold", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: initial;
}

    @media (min-width: 400px) {
        .font-size-title {
            font-size: 28px;
            line-height: 32px;
        }
    }

    @media (min-width: 768px) {
        .font-size-title {
            font-size: 42px;
            line-height: 40px;
        }
    }

    @media (min-width: 1024px) {
        .font-size-title {
            font-size: 52px;
            line-height: 50px;
        }
    }

.font-size-text {
    font-family: "montserrat-light", sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .6px;
}

.font-size-text b {
    font-family: "montserrat-bold", sans-serif;
}

.font-size-text p {
    margin-bottom: 28px;
}

.font-size-text p:last-child {
    margin-bottom: 0px;
}

    @media (min-width: 550px) {
        .font-size-text {
            font-size: 16px;
            line-height: 30px;
            letter-spacing: .8px;
        }

        .font-size-text p {
            margin-bottom: 34px;
        }
    }


/* NAV */
.nav-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 47px;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    padding: 0 0px;
    z-index: 99;
}

.nav-wrapper .nav-wrapper-inner {
    position: relative;
    display: none;
    width: 100%;
    height: 0;
    color: var(--white);
    font-family: "montserrat-semibold", sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nav-wrapper.opened .nav-wrapper-inner {
    position: fixed;
    display: flex;
    height: 100vh;
    flex-flow: column;
    align-items: center;
    padding: 93px 40px 0;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, .8);
}

.nav-wrapper .nav-wrapper-inner .logo { 
    display: block;
    width: 100%;
    max-width: 342px;
}

.nav-wrapper a {
    color: var(--white);
    text-decoration: none;
    font-family: "montserrat-bold", sans-serif;
    display: flex;
    height: 95px;
    align-items: center;
    border-top: 1px solid #fff;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0 50px;
}

.nav-wrapper .nav a:hover,
.nav-wrapper .nav .current {
    text-decoration-line: underline;
    text-decoration-color: var(--white);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-skip-ink: none;
}

.nav-wrapper .nav {
    position: relative;
    display: flex;
    flex-flow: column;
    border-bottom: 1px solid #fff;
    width: 100%;
    max-width: 342px;
}

    @media (min-width: 550px) {
        .nav-wrapper .nav {
            width: 100%;
            max-width: none;
        }

        .nav-wrapper .nav-wrapper-inner .logo {
            max-width: none;
        }

        .nav-wrapper.opened .nav-wrapper-inner {
            padding: 93px 64px 0;
        }
    }

    @media (min-width: 1200px) {
        .nav-wrapper {
            position: absolute;
            background: rgba(0, 0, 0, .6);
            padding: 0 40px;
        }

        .nav-wrapper .nav-wrapper-inner { 
            display: flex;
            height: 100%;
            align-items: center;
            justify-content: space-between;
            flex-flow: row;
        }

        .nav-wrapper .nav-wrapper-inner .logo { 
            display: inline-block;
            width: fit-content;
        }
        
        .nav-wrapper .nav {
            width: fit-content;
            max-width: none;
            flex-flow: row;
            column-gap: 32px;
            border-bottom: 0px solid #fff;
            padding: 0 0px;
        }
        
        .nav-wrapper a {
            font-family: "montserrat-semibold", sans-serif;
            display: inline-block;
            height: fit-content;
            border-top: 0px solid #fff;
            width: fit-content;
            text-align: left;
            padding: 0px;
        }
    }

.nav-wrapper .hamburger {
    position: absolute;
    display: block;
    z-index: 2;
    width: 26px;
    height: 17px;
    margin-top: 15px;
    left: 16px;
    cursor: pointer;
}

.nav-wrapper.opened .hamburger {
    position: fixed;
}

.nav-wrapper .hamburger span {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    top: 7px;
    pointer-events: none;
}

.nav-wrapper.opened .hamburger span {
    height: 0px;
}

.nav-wrapper.opened .hamburger span::before {
    top: 0;
    transform: rotate(45deg);
}

.nav-wrapper.opened .hamburger span::after {
    top: 0;
    transform: rotate(-45deg);
}

.nav-wrapper .hamburger span::before,
.nav-wrapper .hamburger span::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    pointer-events: none;
}

.nav-wrapper .hamburger span::before {
    top: -8px;
}

.nav-wrapper .hamburger span::after {
    top: 8px;
}

    @media (min-width: 550px) {
        .nav-wrapper .hamburger {
            left: 40px;
        }
    }

    @media (min-width: 1200px) {
        .nav-wrapper .hamburger {
            display: none;
        }
    }


/* BUTTON */
.--button {
    outline: none;
    cursor: pointer;
    display: flex;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 300ms ease;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 48px;
    text-decoration: none;
	transition: background .4s ease, color .4s ease;
	-webkit-transition: background .4s ease, color .4s ease;
	-moz-transition: background .4s ease, color .4s ease;
	-o-transition: background .4s ease, color .4s ease;
}

.--button-negative {
    background-color: transparent;
    color: #fff;
    border: 2px solid var(--white);
    width: 100%;
    max-width: 240px;
}

.--button-negative:hover {
    border: 2px solid #fc0;
    background-color: #fc0;
    color: var(--black);
}

.--button-default {
    border: 2px solid #fc0;
    background-color: #fc0;
    color: var(--black);
    padding: 0 24px;
    width: fit-content;
}

.--button-default:hover {
    background-color: var(--black);
    color: #fc0;
}

    @media (min-width: 1280px) {
        .--button {
            font-size: 16px;
            height: 50px;
        }
        
        .--button-default {
            padding: 0 30px;
        }
    }


/* PREFOOTER */
#preFooter {
    padding: 32px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
}

#preFooter .message {
    font-family: "Geograph Edit Regular";
    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;
}

    @media (min-width: 768px) {
        #preFooter .message {
            width: 100%;
            max-width: 1120px;
        }
    }


/* HEADER FIX */
#mainHeader > .row {
    max-width: 100%;
}

#menuBtn {
    left: 20px;
}

    @media (max-width: 1024px) {
        #menuBtn {
            left: 0;
        }
    }

    @media (min-width: 1200px) {
        .css-1tx1uz0 {
            margin-left: 61px;
        }
    }

/* PLYR */
.plyr__control--overlaid {
    background: #fc0 !important;
    color: var(--black) !important;
    border: 0;
    border-radius: 100%;
    width: 64px !important;
    height: 64px !important;
}    
    @media (min-width: 1280px) {
        .plyr__control--overlaid {
            width: 76px !important;
            height: 76px !important;
        }
    }

.plyr--video .plyr__control:hover {
    background-color: var(--black) !important;
    color: #fc0 !important;
}

.plyr__control--overlaid:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 20px solid #000;
}

.plyr__control--overlaid:hover:after {
    border-left: 20px solid #fc0;
} 

    @media (min-width: 1280px) {
        .plyr__control--overlaid:after {
            border-bottom: 14px solid transparent;
            border-top: 14px solid transparent;
            border-left: 24px solid #000;
        }
        
        .plyr__control--overlaid:hover:after {
            border-left: 24px solid #fc0;
        } 
    }


.plyr__control--overlaid svg {
    display: none !important;
}

.plyr--video .plyr__control.plyr__tab-focus, 

.plyr--video .plyr__control[aria-expanded="true"] {
    background: #fc0 !important;
    color: var(--black) !important;
}

.plyr__control.plyr__tab-focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.plyr--video .plyr__control.plyr__tab-focus {
    background: transparent !important;
    color: #fc0 !important;
}

.plyr--full-ui input[type="range"] {
    color: #fc0 !important;
    margin-right: 5px !important;
}

.plyr__progress .plyr__tooltip {
    display: none !important;
}

.plyr--video .plyr__progress__buffer {
    box-shadow: none !important;
    color: transparent !important;
}

.plyr__time {
    font-family: "montserrat-regular", sans-serif !important;
    font-size: 14px !important;
    color: var(--white) !important;
}

.plyr__progress input[type="range"], .plyr__progress__buffer {
    width: calc(100% + 0px) !important;
}


/* Play */
.video-wrapper .video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: fit-content;
    height: fit-content;
    flex-flow: column;
    align-items: center;
    row-gap: 40px;
    transform: translate(-50%, -50%);
    z-index: 23;
}

.video-wrapper.play .play-button {
    display: none;
}

.video-wrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    height: 72px;
    width: 72px;
    margin: 0;
    z-index: 12;
}

.video-wrapper .video-container .play-button {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
}

.video-wrapper .play-button .play-icon {
    background: #fc0;
    z-index: 14;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 50px;
    width: 75px;
    height: 75px;
}

.video-wrapper .play-button .play-icon:hover {
    background: #000;
}

.video-wrapper .play-button .play-icon:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
    border-bottom: 14px solid transparent;
    border-top: 14px solid transparent;
    border-left: 24px solid #000;
}

.video-wrapper .play-button .play-icon:hover:after {
    border-left-color: #fc0 !important;
}


/* Poster */
.video-wrapper .cover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100.5%;
    top: 0;
    left: 0;
    z-index: 10;
}

.video-wrapper.play .cover {
    display: none;
}

.video-wrapper .cover img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}





/* REVEAL */
.reveal {
    opacity: 0;
	transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
}

.reveal.revealed {
    opacity: 1;
	transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
}


