.main-content {
    background-color: white;
}

.section .separator {
    background-color: rgb(255 204 0);
    height: 6px;
    line-height: 0;
    width: 60px;
    display: inline-block;
    margin: 1.5em 0;
}

/* HERO */
#singleHero {
    background-color: #000;
    display: block;
    min-height: 500px;
    height: 100vh;
    padding-top: 0;
    width: 100%;
}

#singleHero .background {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.fallas #singleHero .background {
    background: url(https://specials.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/images/hero-fallas-768.jpg)
        no-repeat center center;
}

.ordino #singleHero .background {
    background: url(https://specials.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/images/hero-ordino-768.jpg)
        no-repeat center center;
}

.madriu #singleHero .background {
    background: url(https://specials.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/images/hero-madriu-768.jpg)
        no-repeat center center;
}

#singleHero .hero-info {
    overflow: hidden;
    color: #fff !important;
    font-feature-settings: "swsh";
    font-weight: 400;
    line-height: 1.6;
    min-height: 150px;
    padding: 2em;
    padding-top: 5em;
    width: calc(100% - 4em);
    position: absolute;
    background: rgba(0, 0, 0, 0);
    top: 10px;
    text-align: center;
}

#singleHero .hero-info h1 {
    font-family: "Geograph Edit Bold";
    font-feature-settings: "swsh";
    font-size: clamp(2em, 2vw + 1em, 2.5em);
    letter-spacing: 0.1875em;
    line-height: 1.2;
    margin: 0.5em 0 auto;
    text-transform: uppercase;
}

#singleHero .hero-info .text {
    font-size: 1em;
    letter-spacing: 0.00625em;
    line-height: 1.6;
    padding-bottom: 2em;
}

@media (min-width: 768px) {
    .fallas #singleHero .background {
        background: url(https://specials.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/images/hero-fallas-1024.jpg)
            no-repeat center center;
    }

    .ordino #singleHero .background {
        background: url(https://specials.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/images/hero-ordino-1024.jpg)
            no-repeat center center;
    }

    .madriu #singleHero .background {
        background: url(https://specials.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/images/hero-madriu-1024.jpg)
            no-repeat center center;
    }
}

@media (min-width: 1024px) {
    .fallas #singleHero .background {
        display: block;
        background: url(https://specials.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/images/hero-fallas-1280.jpg)
            no-repeat center center;
    }

    .ordino #singleHero .background {
        background: url(https://specials.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/images/hero-ordino-1280.jpg)
            no-repeat center center;
    }

    .madriu #singleHero .background {
        background: url(https://specials.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/images/hero-madriu-1280.jpg)
            no-repeat center center;
    }

    #singleHero .hero-info {
        padding: 1em;
        padding-top: 6em;
        max-width: calc(980px - 2em);
        min-width: 360px;
        margin: 0;
        top: 20px;
        left: 50%;
        right: auto;
        bottom: auto;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        text-align: center;
    }

    #singleHero .hero-info h1 {
        letter-spacing: 0.1875em;
        line-height: 1.6;
    }

    #singleHero .hero-info .text {
        font-size: 1.1875em;
    }
}

@media (min-width: 1280px) {
    .fallas #singleHero .background {
        background: url(https://specials.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/images/hero-fallas-1600.jpg)
            no-repeat center center;
    }

    .ordino #singleHero .background {
        background: url(https://specials.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/images/hero-ordino-1600.jpg)
            no-repeat center center;
    }

    .madriu #singleHero .background {
        background: url(https://specials.techops.disn.io/ng/es/andorra2025/andorra-al-natural/assets/images/hero-madriu-1600.jpg)
            no-repeat center center;
    }
}

/* CONTENT */
#singleContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#singleContent .text {
    padding: 60px 20px;
    width: calc(100% - 40px);
    max-width: calc(1080px - 40px);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: initial;
    margin: 0 auto 20px;
    text-align: center;
}

#singleContent .video {
    width: 100%;
    max-width: 1080px;
    margin-bottom: 30px;
}

#singleContent .video .cover-image {
    width: 100%;
    position: relative;
    cursor: pointer;
}

#singleContent .video picture {
    aspect-ratio: 16 / 9;
}

#singleContent .video .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: 70px;
    width: 70px;
    margin: 0;
}

#singleContent .video .play-icon {
    background: rgba(0, 0, 0, 0.8);
    z-index: 14;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 50px;
    width: 75px;
    height: 75px;
}

#singleContent .video .play-button .play-icon:hover {
    background: #fc0;
}

#singleContent .video .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 #fc0;
}

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

/* ARCHIVE */
#singleArchive {
    background: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#singleArchive > .button {
    text-decoration: none;
    font-family: "Geograph Edit Bold";
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-feature-settings: "swsh";
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    background-color: #fc0;
    color: black;
    padding: 16.5px 20px;
    font-size: 0.75em;
    line-height: 0.75em;
    margin-bottom: 60px;
}

#singleArchive > .button:hover {
    color: #fff;
}

#singleArchive > .button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: black;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

#singleArchive > .button:hover:before {
    width: 100%;
}

#singleArchive .archive {
    content-visibility: auto;
    margin-bottom: 40px;
    background-color: #fff;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    contain-intrinsic-size: 0 599px;
}

#singleArchive .archive .archive-flex {
    display: flex;
    width: 100%;
    max-width: 74em;
    padding: 0.5em;
    flex-wrap: wrap;
    justify-content: center;
}

#singleArchive .archive .archive-flex .box {
    width: 100%;
    max-width: 100%;
    padding: 1em;
}

#singleArchive .archive .archive-flex .box .box-content {
    position: relative;
    width: 100%;
    background-color: #000;
    max-height: 603px;
    overflow: hidden;
}

#singleArchive .archive .archive-flex .box .box-content picture {
    aspect-ratio: 3 / 4;
    opacity: 0.6;
}

#singleArchive .archive .archive-flex .box .box-content .box-info {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: 10%;
    text-transform: uppercase;
}

#singleArchive .archive .archive-flex .box .box-content .box-info h2 {
    font-family: "Geograph Edit Bold";
    font-feature-settings: "swsh";
    font-weight: 400;
    color: #000;
    color: #000;
    font-size: 1.375em;
    letter-spacing: 0.1px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #fff;
    margin-bottom: 5em;
    letter-spacing: 0.1875em;
}

#singleArchive .archive .archive-flex .box .box-content .box-info h2:hover {
    color: #999;
}

#singleArchive .archive .archive-flex .box .box-content .box-info .button {
    margin: 15px 0;
    color: #000;
    font-family: "Geograph Edit Bold";
    font-feature-settings: "swsh";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 15px 30px;
    display: inline-block;
    background-color: #fc0;
}

#singleArchive
    .archive
    .archive-flex
    .box
    .box-content
    .box-info
    .button:hover {
    background-color: #fff;
}

#singleArchive .inner .title {
    font-family: "Geograph Edit Bold", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: 3.6px;
    position: relative;
    margin: 0 auto 20px auto;
    max-width: 1080px;
}

@media (min-width: 768px) {
    #singleContent .text {
        padding: 60px 50px;
        width: calc(100% - 100px);
        max-width: calc(1080px - 100px);
    }

    #singleArchive .archive {
        contain-intrinsic-size: 0 590px;
    }

    #singleArchive .archive .archive-flex .box {
        padding: 1.5em;
        width: calc(50% - 3em);
        max-width: calc(50% - 3em);
    }
}

@media (min-width: 1024px) {
    #singleArchive .archive {
        contain-intrinsic-size: 0 737px;
    }

    #singleArchive .inner .title {
        font-size: 44px;
        line-height: 1.3;
    }

    #singleArchive .archive .archive-flex {
        flex-wrap: nowrap;
    }

    #singleArchive .archive .archive-flex .box {
        padding: 1.5em;
        width: 33.33333333333333%;
        max-width: 33.33333333333333%;
    }
}

@media (min-width: 1280px) {
    #singleArchive .archive {
        contain-intrinsic-size: 0 922px;
    }

    #singleArchive .archive .archive-flex .box {
        padding: 1.5em;
        width: 33.33333333333333%;
        max-width: 33.33333333333333%;
    }
}

/* SWIPER */

.andorra__gallery {
    position: relative;
    width: calc(100% - 40px);
    position: relative;
    padding: 0 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.andorra__gallery .swiper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.swiperThumbs {
    padding-top: 5em !important;
    padding-bottom: 3em !important;
    position: relative;
}

.swiperThumbs .swiper-slide img {
    transition: all 300ms ease-in-out;
    border: 4px solid transparent;
}

.swiperThumbs .swiper-slide:hover img {
    cursor: pointer;
    border: 4px solid #ffcc01;
}

.swiperThumbs .swiper-slide::before {
    content: "";
    height: 4px;
    width: 70%;
    background-color: #ffffff;
    position: absolute;
    top: -50px;
    left: 15%;
    right: 15%;
    transition: all 300ms ease-in-out 300ms;
}

.swiperThumbs .swiper-slide-thumb-active img {
    border: 4px solid #ffcc01;
}

.swiperThumbs .swiper-slide-thumb-active::before {
    background-color: #ffcc01;
}

.swiperGallery {
    position: relative;
    margin-bottom: 2em;
}

.swiper-button-next,
.swiper-button-prev {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    --swiper-navigation-sides-offset: 10px !important;
    --swiper-navigation-size: 22px !important;
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
}

.gallery-text {
    margin: 20px auto 0;
    width: 100%;
    max-width: 960px;
    text-align: left;
}

.swiper-caption {
    padding-bottom: 1.5em;
    font-size: 1em;
    line-height: 1.45;
}

.swiper-credits {
    font-feature-settings: "swsh";
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 1.42;
    color: #999;
}

.swiper-credits a {
    color: #999;
    text-decoration: none;
    position: relative;
}

.swiper-credits a:before {
    background-color: #fc0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    width: 100%;
    z-index: 0;
}

.swiper-credits a:hover:before {
    height: 100%;
}

.swiper-credits a span {
    position: relative;
    z-index: 1;
    display: inline-block;
}

@media (min-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        --swiper-navigation-sides-offset: 70px !important;
        --swiper-navigation-size: 44px !important;
    }
}
