@charset "UTF-8";
.clear:after {
    clear: both;
    content: "";
    display:table
}

*, :after, :before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

:after, :before {
    text-decoration: inherit;
    vertical-align:inherit
}

:where(:root) {
/*    word-wrap: break-word;*/
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size:4
}

:where(body) {
    margin:0
}

:where(h1) {
    font-size: 2em;
    margin:.67em 0
}

:where(dl, ol, ul) :where(dl, ol, ul) {
    margin:0
}

:where(hr) {
    color: inherit;
    height:0
}

:where(nav) :where(ol, ul) {
    list-style-type: none;
    padding:0
}

:where(nav li):before {
    content: "\200b";
    float:left
}

:where(pre) {
    font-family: monospace, monospace;
    font-size: 1em;
    overflow:auto
}

:where(abbr[title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration:underline dotted
}

:where(b, strong) {
    font-weight:bolder
}

:where(code, kbd, samp) {
    font-family: monospace, monospace;
    font-size:1em
}

:where(small) {
    font-size:80%
}

:where(audio, canvas, iframe, img, svg, video) {
    vertical-align:middle
}

:where(iframe) {
    border-style:none
}

:where(svg:not([fill])) {
    fill:currentColor
}

:where(table) {
    border-collapse: collapse;
    border-color: inherit;
    text-indent:0
}

:where(button, input, select) {
    margin:0
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
    -webkit-appearance:button
}

:where(fieldset) {
    border:1px solid #a0a0a0
}

:where(progress) {
    vertical-align:baseline
}

:where(textarea) {
    margin: 0;
    resize:vertical
}

:where([type=search i]) {
    -webkit-appearance: textfield;
    outline-offset:-2px
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height:auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity:.54
}

::-webkit-search-decoration {
    -webkit-appearance:none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font:inherit
}

:where(dialog) {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width:fit-content
}

:where(dialog:not([open])) {
    display:none
}

:where(details > summary:first-of-type) {
    display:list-item
}

:where([aria-busy=true i]) {
    cursor:progress
}

:where([aria-controls]) {
    cursor:pointer
}

:where([aria-disabled=true i], [disabled]) {
    cursor:not-allowed
}

:where([aria-hidden=false i][hidden]) {
    display: inline;
    display:initial
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
    clip: rect(0, 0, 0, 0);
    position:absolute
}

/*.container {
    margin: 0 auto;
    max-width: 1800px;
    max-width: var(--container-width);
    padding: 0 20px;
    width:100%
}

@media (min-width: 768px) {
    .container {
        padding:0
    }
}

.container-wide {
    --sides: 16px;
    margin: 0 auto;
    max-width: 1800px;
    max-width: var(--container-width);
    width: calc(100% - 16px);
    width:calc(100% - var(--sides))
}

@media (min-width: 768px) {
    .container-wide {
        --sides:24px
    }
}*/

:root {
    --container-width: 1800px;
    --switcher-offset: 16px;
    --ease-quart: cubic-bezier(.165, .84, .44, 1);
    --ease-cubic: cubic-bezier(.785, .135, .15, .86);
    --ease-inout-quart:cubic-bezier(.76, 0, .24, 1);
    --contenedor-simple-with: 600px;
    --contenedor-creditos-with: 736px;
    --contenedor-simple-with-sm: 300px;
    --contenedor-simple-with-md: 400px;
}

@media (min-width: 768px) {
    :root {
        --switcher-offset:max(20px, min(3vw, 40px))
    }
}

html {
    font: 28px/1.2 'Work Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    min-width: 320px;
    word-break:normal;
    scroll-behavior: smooth;
}

body, html {
    color:#fff
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    background: #DFEAFF;
    cursor: default;
    overflow-x: hidden;
    overscroll-behavior:none
}

body.block-scroll {
    overflow:hidden
}

body.is-loading * {
    cursor:wait !important
}

*, :after, :before {
    text-rendering:optimizeLegibility
}


:root {
--azul-claro: #DFEAFF;
--azul-oscuro: #00266B;
--blanco: #ffffff;
--naranja: #FF9F00;
}

html,body {font-family: 'Work Sans', sans-serif; background-color: var(--azul-claro); color: var(--azul-oscuro); font-weight: 400;}

.landing {overflow: hidden;}

.topbar{z-index:22}.topbar a{display:inline-block;background:#001c4c;padding:10px}

.topbar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #001c4c;
    text-align: center;
    z-index: 30;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items:center
}

.topbar a {
    line-height:0;
    width: 100%;
    align-self: center;
}


.topbar .logo {
    width:250px;

}

.intro {display: block; position: relative; padding-bottom: calc(96px + 20vw); overflow: hidden;}
.titulo {position: relative; display: inline-block; width: 100%; height: 100%; overflow: hidden;}

.intro h1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    font-family: 'Baskervville', serif;
    color: var(--azul-oscuro);
    font-weight: 400;
/*    font-size: 25vw;*/
/*    font-size: max(2.5rem,min(100vw,3.8rem));*/
    font-size: clamp(2.5rem, 26vw, 3.8rem);
    margin-block-start: 0;
    margin-block-end: 76px;
    margin-top: 0px;
    margin-left: -10px;
    line-height: 1;
    letter-spacing: -.01em;
    white-space: nowrap;
    opacity: 0;
}

@media (max-width:414px) {
    .intro h1 {margin-block-end: 0;}
}

.titulo--singapur .line {
/*    width: 100%;*/
}

h1.titulo--singapur .line .word {
    margin: 0 auto;
}

h1.titulo--singapur .line .word .char {
/*    letter-spacing: -.01em;*/
/*    display: inline-block;*/
}
.titulo--singapur span {
/*    letter-spacing: -.06em;*/
}

.razones {display: block; position: relative; max-width: 376px; margin: 0 auto; padding-top: 40px; padding-left: 10px; padding-right: 10px;}

.razones p {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-weight: 300;
}

.vuelos {display: block; position: relative; max-width: 606px; margin: 0 auto; padding-left: 10px; padding-right: 10px;}

.vuelos p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-weight: 300;
}

.boton {text-align: center;}
/*.boton a {background-color: var(--blanco); padding: 8px;}*/

@media (min-width:768px) {
    .intro {padding-bottom: calc(280px + 10vw);}
    .titulo--singapur {width: 100%;}
    .intro h1 {
        margin-top: -30px;
        margin-left: -28px;
        font-size: clamp(3.5rem, 26vw, 16rem);
/*        font-size: max(7.143rem,min(38vw,16rem));*/
/*        font-size: clamp(3.5rem, 100vw, 17.5rem);*/
    }
    .titulo--singapur .line {margin: 0 auto;}

}

@media (min-width:1820px) {
    .titulo--singapur {width: 100%;}
    .intro h1 {
        margin-top: 0;
        margin-left: -42px;
        font-size: clamp(3.5rem, 38vw, 17.9rem);
    }
   .titulo--singapur .line {margin: 0 auto;}
}

/*@media (min-width:1921px) {
    .titulo--singapur {width: 100%;}
    .intro h1 {
        margin-top: 0;
        margin-left: -42px;
        font-size: clamp(3.5rem, 38vw, 21.6rem);
    }

    .line {margin: 0 auto;}

}*/



/* CSS */
.btn-blanco {
  align-items: center;
  background-clip: padding-box;
  background-color: var(--blanco);
  border: 1px solid transparent;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: var(--naranja);
  cursor: pointer;
  display: inline-flex;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 2rem;
  padding: calc(.875rem - 1px) calc(1.5rem + 10px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.circulo {
    align-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid var(--naranja);
    border-radius: 100px;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
    vertical-align: baseline;
}

.circulo img {
    width: 7px;
    height: 8px;
    -webkit-animation:flechabajo 1.5s infinite;
    animation:flechabajo 1.5s infinite;
}


@-webkit-keyframes flechabajo {
  0% {
    -webkit-transform: translateY(-6px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(8px);
    opacity: 0;
  }
}@keyframes flechabajo {
  0% {
    transform: translateY(-6px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(8px);
    opacity: 0;
  }
}


.fotos {
/*    display: block;*/
    position: relative;
    /*padding-top: 120px;
    padding-bottom: 120px;*/
    width: 100%;
}

.galeria {
    /*position: relative;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 220px;
    overflow: hidden;*/
    grid-template-columns: repeat(32,1fr);grid-template-rows: repeat(2,1fr);height: max(400px,min(40vw,800px));
}

.galeria a {
    cursor: zoom-in;
}

@media (max-width:1400px){
    .galeria {overflow: auto;}
}

.galeria a:nth-child(1) img {
/*    position: absolute;*/
    width: 100%;
    height: 100%;
    /*max-width: 450px;
    max-height: 300px;*/
    left: -140px;
/*    top: 889.58px;*/
    z-index: 10;
    transform: rotate(-10.06deg);
}

.galeria a:nth-child(2) img {
/*    position: absolute;*/
    width: 450px;
    height: 300px;
    left: 169.2px;
    top: 113px;
    z-index: 9;
    transform: rotate(3.67deg);
}

.galeria a:nth-child(3) img {
/*    position: absolute;*/
    width: 450px;
    height: 300px;
    left: 411px;
    top: 100px;
    z-index: 8;
    transform: rotate(-0.14deg);
}

.galeria a:nth-child(4) img {
/*    position: absolute;*/
    width: 450px;
    height: 300px;
    left: 680px;
    top: 110px;
    z-index: 7;
    transform: rotate(-6.46deg);
}

.galeria a:nth-child(5) img {
/*    position: absolute;*/
    width: 450px;
    height: 300px;
    right: -140px;
    transform: rotate(12.12deg);
}

/*.btn-blanco:hover,
.btn-blanco:focus {
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.btn-blanco:hover {
  transform: translateY(-1px);
}

.btn-blanco:active {
  background-color: #000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}*/

html {
    scrollbar-color: rgba(223, 234, 255, .6) #00266B;
    scrollbar-width:thin;
}

::-webkit-scrollbar {
    width:12px;
}

::-webkit-scrollbar-track {
    background: #00266B;
}

::-webkit-scrollbar-thumb {
    background: rgba(223,234,255,.6);
    border: 4px solid #00266B;
    border-radius: 10px;
}


.simple {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 20vh;
}

@media (max-width:600px){
    .simple {
        padding-top: 0;
    }
}

.contenedor--simple {
    position: relative;
    max-width: var(--contenedor-simple-with);
    margin: 0 auto;
}

@media (max-width:600px){
    .contenedor--simple {
        max-width: var(--contenedor-simple-with-md);
    }
}

@media (max-width:414px){
    .contenedor--simple {
        max-width: var(--contenedor-simple-with-sm);
    }
}

.texto--simple {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 20px;
}

.texto--subtitulo {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    color: #00266B;
}

.section {
    position: relative;
    display: block;
    width: 100%;
/*    min-height: 100vh;*/
    height: 100%;
/*    padding-bottom: 10vh;*/
}

.contenedor--card {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-15%, -50%);
    max-width: 450px;
    background-color: var(--azul-oscuro);
    color: var(--azul-claro);
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(38, 58, 95, 0.1);
    border-radius: 10px;
}

@media (max-width:600px){
    .section {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 4vh;
    }

    .contenedor--card {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        margin: 0 auto;
/*        margin-top: -50px;*/
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        /*max-height: 400px;
        overflow-x: hidden;
        overflow-y: scroll;*/
        border-radius: 0;
    }
}

.contenedor--titulo {
    /*display: flex;
    flex-direction: row;
    align-items: flex-start;*/
/*    max-height: 64px;*/
    display: flex;
    align-items: center;
/*    justify-content: center;*/
}

.col {
    display: flex;
    align-self: flex-start;
/*    align-items: left;*/
/*    justify-content: center;*/
    text-align: left;
/*    flex: 1;*/
    flex-direction: column;
}

.numero--titulo {
    align-self: flex-start;
    font-size: 64px;
    text-align: left;
/*    line-height: 64px;*/
    color: var(--naranja);
    margin-block-start: 0; margin-block-end: 0;
}

.numero--titulo h2 {
/*    font-family: 'Baskervville', serif;*/
    text-align: left;
    font-weight: 400;
    margin-block-start: 0; 
    margin-block-end: 0;
}

.texto--titulo {
    align-self: flex-start;
    padding-top: 6px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    color: var(--naranja);
}

.texto--card {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

.leer--mas {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    cursor: pointer;
}

.video--globo {
    margin-top: -1px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imagen--grande {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



#moreGlobo {display: none;}
#moreAeropuerto {display: none;}
#moreNaturaleza {display: none;}
#moreFoodies {display: none;}
#moreCulturas {display: none;}
#moreMejoresPlanes {display: none;}
#moreAtracciones {display: none;}
#moreArquitectura {display: none;}
#morePlayas {display: none;}
#moreAventura {display: none;}




.contenedor--colaboraciones {
    display: flex;
    /*justify-content: center;
    align-items: center;*/
}

.colaboracion {width: 100%; height: 100%;}
.colaboracion img {width: 100%; height: 100%;}
.colaboracion img:nth-child(3) {margin-left: auto;}


.contenedor--creditos {
    position: relative;max-width: var(--contenedor-creditos-with);margin: 0 auto;
}

@media (max-width:600px){
    .contenedor--creditos {
        max-width: var(--contenedor-simple-with-md);
    }
}

@media (max-width:414px){
    .contenedor--creditos {
        max-width: var(--contenedor-simple-with-sm);
    }
}


.creditos {
    padding-top: 77px;
    padding-bottom: 40px;
}

.titulo--creditos {
    font-family: 'Tiempos Headline', sans-serif;
    font-size: 28px;
    text-align: center;
    color: #77A2F1;
    padding-bottom: 20px;
}

.texto--creditos {
    font-size: 14px;
    text-align: center;
    color: #77A2F1;
}





footer {
    display: block;
    background:#001c4c;
    color: #D1D1D1;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.logo--foter {
/*    padding-top: 20px;*/
}

.copy--footer {padding-top: 12px;padding-bottom: 12px; font-family: 'Tiempos Headline', sans-serif;}


.links--footer ul li {display: inline;}
.links--footer ul li:not(:first-child)  {padding-left: 1em;}
.links--footer ul li a{color: #D1D1D1; text-decoration: none;}
.links--footer ul {
    margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 0;
}

/*.contenedor--lista {display: flex;}*/

@media (max-width:414px){
    .links--footer ul li {display: block; padding: .5em;}
    .links--footer ul li:not(:first-child)  {padding-left: 0;}
    .links--footer ul {
        margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 0;
    }
}



/*.contenedor--lista {
    list-style:none;
    margin: 0;
    padding: 0;
}

.flex {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}*/

.pin--content {
    position: relative;
    width: 100%;
}


.contenedor--visual {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
}

.visual--active {
    opacity: 1;
}




