.main-content {
    transition: opacity 0.2s ease;
    opacity: 0;
    position: relative;
    width: 100%;
}

.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;
}

.swiper-wrapper {
    height: auto;
}

.stretched-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/** Montserrat Light **/
/** Montserrat Light-Italic **/
/** Montserrat Regular **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2"),
        url("../assets/fonts/Montserrat-Regular.woff") format("woff");
}
/** Montserrat Regular-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: italic;
    src: url("../assets/fonts/Montserrat-Italic.woff2") format("woff2"),
        url("../assets/fonts/Montserrat-Italic.woff") format("woff");
}
/** Montserrat Medium **/
/** Montserrat SemiBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("../assets/fonts/Montserrat-SemiBold.woff2") format("woff2"),
        url("../assets/fonts/Montserrat-SemiBold.woff") format("woff");
}
/** Montserrat SemiBold-Italic **/
/** Montserrat Bold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("../assets/fonts/Montserrat-Bold.woff2") format("woff2"),
        url("../assets/fonts/Montserrat-Bold.woff") format("woff");
}
:root {
    --font-serif: Georgia, SSFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --font-mono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    --font-sans: "Montserrat", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-base: var(--font-sans);
    --font-weight-base: 400;
    --line-height-base: 1.2;
    --font-size-root: 100%;
    --font-size-xxxl: 15vw;
    --font-size-xxl: 4.20875rem;
    --font-size-xl: 3.1575rem;
    --font-size-l: 2.36875rem;
    --font-size-m: 1.776875rem;
    --font-size-s: 1.333125rem;
    --font-size-xs: 1rem;
    --font-size-xxs: 0.75rem;
    --font-size-xxxs: 0.5625rem;
    --line-height-sans: 1;
    --letter-spacing: 0;
    --zoom: 1;
    --min-font-size: 14px;
    --max-font-size: 14px;
    --font-size: clamp(
        var(--min-font-size),
        1.11111vw * var(--zoom),
        var(--max-font-size)
    );
    font-size: var(--font-size);
}
@media (max-width: 767.98px) {
    :root {
        font-size: 12px;
    }
}

.text1 {
    font-size: 1rem;
    line-height: 1.45;
    text-align: center;
}

.text2 {
    font-size: 1.15rem;
    line-height: 1.85;
    text-align: center;
}

.text3 {
    font-size: 3.25rem;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0.12rem;
}

.text4 {
    font-size: 3rem;
    text-align: center;
}
@media (min-width: 768px) {
    .text4 {
        font-size: 3.75rem;
    }
}

.andorra__wrapper * {
    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;
}
.andorra__wrapper *,
.andorra__wrapper *:before,
.andorra__wrapper *:after {
    box-sizing: inherit;
}
.andorra__wrapper *,
.andorra__wrapper :after,
.andorra__wrapper :before,
.andorra__wrapper *:after,
.andorra__wrapper *:before {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.andorra__wrapper h1,
.andorra__wrapper h2,
.andorra__wrapper h3,
.andorra__wrapper h4,
.andorra__wrapper h5,
.andorra__wrapper h6 {
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    margin: 0;
}
.andorra__wrapper a {
    color: inherit;
    text-decoration: none;
}
.andorra__wrapper a:hover {
    text-decoration: none;
    color: inherit;
}
.andorra__wrapper p {
    margin-bottom: 0;
}
.andorra__wrapper img {
    width: 100%;
    height: auto;
}
.andorra__wrapper ul {
    list-style-type: none;
    margin-bottom: 0;
}
.andorra__wrapper dt {
    font-weight: normal;
}
.andorra__wrapper button {
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.andorra__nav {
    font-weight: 700;
    color: #ffffff;
    font-family: var(--font-base);
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    font-weight: 600;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
}
@media (min-width: 768px) {
    .andorra__nav {
        font-size: 0.9rem;
    }
}
@media (min-width: 992px) {
    .andorra__nav {
        font-size: 1.2rem;
    }
}

/** 
Banner
*/
.andorra__banner {
    width: 100%;
    height: 2.6rem;
    background-color: #000000;
    position: relative;
}
.andorra__banner span {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    width: 100%;
}

/**
Nav
*/
.andorra__menu {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    height: 2.6rem;
    display: none;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .andorra__menu {
        display: flex;
        padding: 0.6rem 1.5rem;
    }
}
@media (min-width: 992px) {
    .andorra__menu {
        display: flex;
        padding: 0.6rem 2rem;
    }
}
.andorra__menu ul {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
@media (min-width: 992px) {
    .andorra__menu ul {
        gap: 2rem;
    }
}
.andorra__menu li {
    list-style: none;
    display: inline;
}
.andorra__menu a {
    transition: opacity 300ms ease-in-out;
}
.andorra__menu a:hover {
    opacity: 0.5;
}

/**
Aside
*/
.andorra__aside {
    font-weight: 700;
    font-size: 1.5rem;
    color: #ffffff;
    font-family: var(--font-base);
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    font-weight: 600;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    pointer-events: none;
}

.andorra__aside__inner {
    pointer-events: all;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 3rem;
    padding-top: 10rem;
    overflow-y: scroll;
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 500ms ease-in-out, transform 500ms ease-in-out 300ms;
}
.open .andorra__aside__inner {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.andorra__aside__inner ul {
    opacity: 0;
    transition: opacity 500ms ease-in-out 1000ms 300ms;
}
.open .andorra__aside__inner ul {
    opacity: 1;
}
.andorra__aside__inner li {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    border-top: 1px solid #ffffff;
}

/**
Toggler
*/
/* Icon 1 */
.andorra__toggler__wrapper {
    padding: 0.75rem 1.5rem;
    color: white;
    position: fixed;
    top: 2.6rem;
    left: 0;
    width: 100%;
    z-index: 99;
}
.andorra__toggler__wrapper::after {
    content: "";
    opacity: 0.4;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 4rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
@media (min-width: 768px) {
    .andorra__toggler__wrapper {
        display: none;
    }
}

@media (max-width: 768px) {
    .andorra__toggler__wrapper,
    .andorra__toggler__wrapper:after {
        display: none;
    }
}

.andorra__toggler {
    transform: scale(0.5);
    transform-origin: top left;
    mix-blend-mode: difference;
}

.andorra__toggler #nav-icon {
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.andorra__toggler #nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #ffffff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

/* Icon 4 */
.andorra__toggler #nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.andorra__toggler #nav-icon span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.andorra__toggler #nav-icon span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.open .andorra__toggler #nav-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.open .andorra__toggler #nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.open .andorra__toggler #nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

/**
Articles
**/
.andorra__articles {
    width: 100%;
    min-height: max-content;
    position: relative;
    margin-top: -0.53rem;
    background-color: #000000;
}

.andorra__articles__bgimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.andorra__articles__bgimage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.9;
    transition: opacity 300ms ease-in-out;
}
.andorra__articles__bgimage img {
    height: 100%;
}

.andorra__articles__content {
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
}

.andorra__articles__content--logo {
    width: 15.5rem;
    margin-left: 50%;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    transform: translate(-50%);
}

.andorra__articles__content--logo img {
    width: 100%;
}

.andorra__articles__showcase {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    margin-top: 0;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 576px) {
    .andorra__articles__showcase {
        max-width: 70%;
    }
}
@media (min-width: 768px) {
    .andorra__articles__showcase {
        flex-wrap: nowrap;
        padding-bottom: 5rem;
        max-width: 100%;
    }
}

.andorra__articles__showcase__item {
    max-width: 100%;
    width: 100%;
    margin: 0px 1%;
    margin-top: 2.8rem;
    position: relative;
}
@media (min-width: 768px) {
    .andorra__articles__showcase__item {
        max-width: 33%;
        width: 33%;
    }
}

.andorra__article__thumb {
    width: 100%;
    overflow: hidden;
}
.andorra__article__thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.5;
    transition: opacity 300ms ease-in-out;
    z-index: 1;
}

.andorra__article__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    display: grid;
    row-gap: 0.75rem;
    align-items: end;
    justify-items: start;
    align-content: center;
    z-index: 2;
}

.andorra__article__thumb img {
    width: 100%;
    min-height: 100%;
    position: relative;
}
.andorra__article__thumb img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1000;
}

.andorra__article__title {
    font-size: 1.5rem;
    letter-spacing: 0.04rem;
    color: white;
    font-family: var(--font-base);
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

.andorra__article__subtitle {
    color: white;
    font-family: var(--font-base);
}

/**
Video
*/
.--andorra__video {
    width: 100%;
    position: relative;
}
.--andorra__video .oval-outside {
    display: none;
}
@media (hover: hover) {
    .--andorra__video:hover {
        cursor: pointer;
    }
    .--andorra__video:hover .oval-outside {
        transform: scale(0.8, 0.8);
    }
    .--andorra__video:hover .oval-inside {
        transform: scale(1.2, 1.2);
        fill: #000000;
    }
    .--andorra__video:hover .play-arrow {
        transform: scale(1.1, 1.1);
        fill: #ffcc01;
    }
}

.--andorra__video video {
    width: 100%;
    object-fit: cover;
}

.--playbtn-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

.--playbtn {
    pointer-events: none;
}
.--playbtn svg * {
    transform-box: fill-box;
    transform-origin: center;
}
.--playbtn svg circle {
    transition: all 300ms ease-in-out;
}
.--playbtn svg path {
    transition: all 200ms ease-in-out 100ms;
}

.--playbtn video:hover {
    cursor: pointer;
}

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

.andorra__gallery {
    margin-top: 4rem;
    margin-bottom: 4rem;
    position: relative;
}
@media (min-width: 768px) {
    .andorra__gallery {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}

.swiperThumbs {
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;
    position: relative;
}
.swiperThumbs::before {
    content: "";
    background: linear-gradient(
        90deg,
        #fff 23.14%,
        rgba(255, 255, 255, 0) 99.99%
    );
    width: 4rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.swiperThumbs::after {
    content: "";
    background: linear-gradient(
        270deg,
        #fff 23.14%,
        rgba(255, 255, 255, 0) 99.99%
    );
    width: 4rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.swiperThumbs .swiper-slide img {
    transition: all 300ms ease-in-out;
    border: 0px solid #ffcc01;
}
.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: 2rem;
}

.swiper-caption {
    text-align: center;
    padding-bottom: 1.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.45;
    text-align: center;
}

.swiper-credits {
    text-align: center;
    padding-bottom: 2rem;
    letter-spacing: 0.12rem;
}
.swiper-credits a {
    border-bottom: 3px solid #ffcc01;
    transition: border 300ms ease-in-out;
}
.swiper-credits a:hover {
    border-color: #000000;
}

.swiper-button-next,
.swiper-button-prev {
    filter: drop-shadow(0px 4px 4.3px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(0px 4px 4.3px rgba(0, 0, 0, 0.5));
    /* Safari/Chrome */
    -moz-filter: drop-shadow(0px 4px 4.3px rgba(0, 0, 0, 0.5));
    /* Firefox */
    -ms-filter: drop-shadow(0px 4px 4.3px rgba(0, 0, 0, 0.5));
    /* IE */
    -o-filter: drop-shadow(0px 4px 4.3px rgba(0, 0, 0, 0.5));
    /* Opera */
    --swiper-navigation-sides-offset: 10px !important;
    --swiper-navigation-size: 22px !important;
}
@media (min-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        --swiper-navigation-sides-offset: 50px !important;
        --swiper-navigation-size: 44px !important;
    }
}

/**
cards
*/
.andorra__cards__intro {
    font-size: 1.15rem;
    line-height: 1.85;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem;
}

.andorra__cards {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Centra las tarjetas horizontalmente */
    column-gap: 0.5rem;
    row-gap: 1.5rem;
    padding-bottom: 5rem;
}
@media (min-width: 768px) {
    .andorra__cards {
        padding-bottom: 8rem;
        padding: 1.5rem;
    }
}

.andorra__cards__item {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    flex: 100%;
    max-width: 300px;
    aspect-ratio: 1/1.75;
}
@media (min-width: 768px) {
    .andorra__cards__item {
        max-width: 300px;
    }
}
@media (min-width: 1200px) {
    .andorra__cards__item {
        flex: 1 0 calc(33.333% - 1.2rem);
        max-width: calc(33.333% - 1.2rem);
    }
}

.andorra__cards__link:hover .andorra__cards__image {
    transform: scale(1.1);
}
.andorra__cards__link:hover .andorra__cards__image::before {
    opacity: 0;
}

.andorra__cards__image {
    transition: transform 300ms ease-in-out;
    height: 100%;
}
.andorra__cards__image img {
    object-fit: cover;
    height: 100%;
}
.andorra__cards__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.5;
    transition: opacity 300ms ease-in-out;
}

.andorra__cards__text {
    font-size: 1rem;
    line-height: 1.45;
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 2rem;
    padding: 2rem;
    position: absolute;
    bottom: 3rem;
}
.andorra__cards__text p {
    pointer-events: none;
}

.andorra__cards__item h3 {
    font-size: 1.75rem;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    pointer-events: none;
}

/**
Video Popup
*/
.andorra-videopopup {
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    z-index: 10001;
    display: none;
}

.andorra-videopopup--close {
    width: 100vw;
    height: 100vh;
    z-index: 0;
    position: absolute;
}

.andorra-videopopup--close svg {
    position: absolute;
    top: 3rem;
    right: 3rem;
    transition: opacity 300ms ease-in-out;
}

.andorra-videopopup--close svg:hover {
    cursor: pointer;
    opacity: 0.3;
}

.andorra-videopopup--content {
    position: relative;
    width: 80%;
    height: max-content;
    margin-top: 50vh;
    margin-left: 50%;
    transform: translate(-50%, -50%);
}

.andorra-videopopup--video {
    display: none;
}

.andorra-videopopup--content video:hover {
    cursor: pointer;
}

.andorra__wrapper .--button {
    border: 2px solid #ffffff;
    padding: 0.65rem 3.5rem;
    display: inline-block;
    font-family: var(--font-base);
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff !important;
    transition: all 300ms ease;
    font-size: 1.15rem;
    line-height: 1.85;
    text-align: center;
}
.andorra__wrapper .--button:hover {
    background-color: #ffcc01;
    color: #000000;
    border-color: #ffcc01;
}

.andorra__wrapper .--button-negative {
    background-color: #ffcc01;
    color: #000000 !important;
    border-color: #ffcc01;
}
.andorra__wrapper .--button-negative:hover {
    background-color: #000000;
    color: #ffcc01 !important;
    border-color: #ffcc01;
}

.andorra__headerVideo {
    position: relative;
}

.andorra__headerVideo__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    overflow: hidden;
    z-index: 0;
}
@media (min-width: 768px) {
    .andorra__headerVideo__image {
        height: 70%;
    }
}
.andorra__headerVideo__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.7;
    transition: opacity 300ms ease-in-out;
}
.andorra__headerVideo__image img {
    height: 100%;
    object-fit: cover;
}

.andorra__headerVideo__content {
    z-index: 1;
    position: relative;
}

.andorra__headerVideo__text {
    color: #ffffff;
    text-align: center;
    padding-top: 10rem;
    padding-bottom: 2.5rem;
}
.andorra__headerVideo__text .andorra__headerVideo__title {
    font-size: 3.25rem;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0.12rem;
    padding-bottom: 2rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .andorra__headerVideo__text .andorra__headerVideo__title {
        max-width: 70%;
    }
}
.andorra__headerVideo__text p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.45;
    text-align: center;
    padding-bottom: 1rem;
}
.andorra__headerVideo__text a {
    color: #ffcc01;
    text-decoration: underline;
}

.andorra__headerVideo__video {
    width: 100%;
    position: relative;
}
.andorra__headerVideo__video video {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.andorra__headerVideo__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    text-align: center;
}

.andorra__single .andorra__headerVideo {
    padding-bottom: 4.5rem;
}
.andorra__single .andorra__headerVideo__text {
    padding-top: 12.5rem;
}
.andorra__single .andorra__headerVideo__text p {
    font-size: 1.15rem;
    line-height: 1.85;
    text-align: center;
}
.andorra__single .andorra__headerVideo__title {
    font-size: 3rem;
    text-align: center;
}
@media (min-width: 768px) {
    .andorra__single .andorra__headerVideo__title {
        font-size: 3.75rem;
    }
}

/**
Ajustes previos entrega
**/
body {
    margin: 0;
}

/**
Nat geo pre-layout
**/
.headers-container {
    width: 100vw;
    height: 5rem;
    background-color: rgb(255, 231, 195);
    position: relative;
}

.block-nationalgeographicfooterblock {
    width: 100vw;
    height: 23rem;
    background-color: rgb(255, 231, 195);
    position: relative;
}

.placeholder {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.placeholder img {
    width: 100%;
}

/**
Global
*/
.andorra__wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: var(--font-base);
    color: #000000;
    background-color: #ffffff;
    line-height: var(--line-height-base);
    margin: 0;
    padding: 0;
}

.andorra__container {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}
@media (min-width: 768px) {
    .andorra__container {
        max-width: 950px;
    }
}
@media (min-width: 1200px) {
    .andorra__container {
        max-width: 1200px;
    }
}

.andorra__container--narrow {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}
@media (min-width: 768px) {
    .andorra__container--narrow {
        max-width: 650px;
    }
}
@media (min-width: 1200px) {
    .andorra__container--narrow {
        max-width: 950px;
    }
}

.andorra__container--wide {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}
@media (min-width: 768px) {
    .andorra__container--wide {
        max-width: 1200px;
    }
}
@media (min-width: 1200px) {
    .andorra__container--wide {
        max-width: 1500px;
    }
}

/**
Header
*/
.andorra__header {
    height: 90vh;
}
@media (min-width: 576px) {
    .andorra__header {
        height: 60vh;
    }
}
@media (min-width: 768px) {
    .andorra__header {
        height: auto;
    }
}
.andorra__header img {
    height: 100%;
    object-fit: cover !important;
}

.andorra__intro {
    background-color: #000000;
    color: #ffffff;
    padding: 5rem 1rem;
    margin-top: -5px;
}
@media (min-width: 768px) {
    .andorra__intro {
        padding: 5rem 2rem;
    }
}
.andorra__intro h1 {
    font-size: 3rem;
    text-align: center;
    padding-bottom: 2rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .andorra__intro h1 {
        font-size: 3.75rem;
    }
}
@media (min-width: 768px) {
    .andorra__intro h1 {
        max-width: 70%;
    }
}
.andorra__intro p {
    font-size: 1.15rem;
    line-height: 1.85;
    text-align: center;
}

.andorra__single__images {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0.5rem;
    padding-bottom: 4.5rem;
    justify-content: space-evenly;
}

.andorra__single__text {
    padding-bottom: 4.5rem;
}
.andorra__single__text p {
    font-size: 1.15rem;
    line-height: 1.85;
    text-align: center;
}

.andorra__single__button {
    text-align: center;
    padding-bottom: 4.5rem;
}

/* POPUP */
.external-link-layout {
    position: fixed;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    font-family: "Montserrat", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}

.external-link-layout.animate {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.external-link-layout.show {
    opacity: 1;
    pointer-events: visible;
}

.external-link-layout p {
    width: 90%;
    max-width: 550px;
    line-height: 1.4;
}

.external-link-layout .button {
    margin: 25px 0 0;
    color: #000;
    font-family: "Montserrat", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-feature-settings: "swsh";
    font-size: 15px;
    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;
    cursor: pointer;
}

.external-link-layout .close {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.external-link-layout .close:before,
.external-link-layout .close:after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
}

.external-link-layout .close:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.external-link-layout .close:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

#mainHeader>.row {
    max-width: 100%;
}

#menuBtn {
    left: 20px;
}

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

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