body,h1,h2,h3,h4,h5,h6,html {
    font-family:Montserrat,sans-serif;
    font-weight:400
}
body,h2,h3,html {
    line-height:1.4rem
}
#menuToggle,nav {
    position:relative;
    display:flex
}
#menuToggle a:hover,a {
    color:var(--link)
}
#menu,#menuToggle,nav {
    display:flex
}
#menu,img,nav {
    width:100%
}
#menu,body,html {
    -webkit-font-smoothing:antialiased
}
#menu,.login-box .user-box label {
    pointer-events:none;
    position:absolute
}
#menuToggle a,.login-box form a,a {
    text-decoration:none
}
:root {
    --background-body:#000000;
    --background-nuvoler:#476279c4;
    --background-title:#c4b4a3;
    --background-data:#031b30b0;
    --background-origin:#9ebeba;
    --text:#1a394b;
    --link:#99eeff;
    --hover:#fff;
    --white:#fff;
    --blue-light:#03e9f4;
    --blue-dark:#153647;
    --blue-light02:#99eeff
}
@font-face {
    font-family:Montserrat;
    font-style:italic;
    font-weight:100 900;
    font-display:swap;
    src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2) format("woff2");
    unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}
body,html {
    margin:0 0 0.2rem 0;
    padding:0;
    color:var(--text);
    font-size:1rem;
    background:url(../img/image-bg.jpg) repeat-x fixed;
    background-color:var(--background-body);
    box-sizing:border-box
}
#menuToggle a,h1,li span.units {
    color:var(--white)
}
a:active,a:hover {
    color:var(--hover)
}
.station-data li,.station-data p {
    color:var(--blue-light02)
}
h1,h2,h3,h4,h5,h6 {
    font-style:normal;
    margin:0
}
h1 {
    font-size:2.4rem;
    line-height:3rem
}
h2 {
    font-size:1.4rem
}
#menu li,h3 {
    font-size:1rem
}
img {
    height:auto;
    border-radius:4px
}
.txt-center {
    text-align:center;
    margin:0 auto
}
#menu,.station-title {
    margin:0;
    box-sizing:border-box
}
nav {
    position: absolute; /* flotante, no ocupa espacio */
    top: 0;
    right: 0;
    z-index: 1000;
    justify-content: flex-end;
    flex-direction: column;
}

/* Botón hamburguesa flotante */
#menuToggle {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1001;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0;
    padding: 0;
}
#menuToggle a {
    transition:color .3s
}
#menuToggle input {
    display:block;
    width:40px;
    height:32px;
    position:absolute;
    top:0;
    right:0;
    cursor:pointer;
    opacity:0;
    z-index:2;
    -webkit-touch-callout:none
}
#menuToggle span,.login-box .user-box,.login-box form a {
    position:relative
}
#menuToggle span {
    display:block;
    width:33px;
    height:4px;
    margin-bottom:5px;
    background:#cdcdcd;
    border-radius:3px;
    z-index:1;
    transform-origin:4px 0px;
    transition:transform .5s cubic-bezier(.77, .2, .05, 1),background .5s cubic-bezier(.77, .2, .05, 1),opacity .55s
}
#menuToggle span:first-child {
    transform-origin:0% 0%
}
#menuToggle span:nth-last-child(2) {
    transform-origin:0% 100%
}
#menuToggle input:checked~span {
    opacity:1;
    transform:rotate(45deg) translate(-2px,-1px);
    background:var(--white)
}
#menuToggle input:checked~span:nth-last-child(3) {
    opacity:0;
    transform:rotate(0) scale(.2,.2)
}
#menuToggle input:checked~span:nth-last-child(2) {
    transform:rotate(-45deg) translate(0,-1px)
}
#menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 96vh;
    width: auto;
    padding: 50px;
    overflow-y: auto;
    background: #476279fa;
    list-style-type: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    border-radius: 8px;
}
.logonav {
    width:auto
}
#menu li {
    line-height:1rem;
    text-align:center;
    width:90%;
    margin:4px auto;
    padding:20px 5px;
    border-bottom:1px solid #5b778e
}
#menu li label {
    cursor:pointer
}
#menuToggle input:checked~ul {
    opacity:1;
    pointer-events:all
}
#nuvoler {
    width:90%;
    max-width:1530px;
    min-height:80vh;
    margin:0 auto;
    padding:0 1rem 1rem !important;
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:auto;
    border-radius:12px;
    box-sizing:border-box;
    background-color:var(--background-nuvoler)
}
.logo-station {
    display:grid;
    grid-template-columns:30% 70%
}
.nuvoler-nav {
    padding:1rem 0;
    display:flex;
    justify-content:flex-end
}
.nuvoler-nav>ul {
    padding:.5rem;
    list-style-type:none;
    text-align:center;
    padding-right:80px
}
.nuvoler-nav>ul li {
    display:inline
}
.nuvoler-active a {
    padding:.4rem 2rem;
    background-color:var(--blue-dark);
    border-radius:8px
}
.nuvoler-active a:hover,.nuvoler-inactive {
    padding:.4rem 2rem;
    background-color:var(--blue-light02);
    color:var(--blue-dark);
    border-radius:8px
}
.logo-station {
    padding:1rem 0
}
.station-title {
    background-color:var(--background-title);
    border-radius:8px 8px 0 0;
    width:100%;
    padding:.5rem;
    min-height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column
}
.station-data {
    width:100%;
    background-color:var(--background-data);
    border-radius:0 0 12px 12px;
    margin:0 0 2rem;
    padding:1rem 1rem;
    box-sizing:border-box
}
.station-data>div>img {
    width:30%;
    height:auto;
    padding:0;
    margin:0
}
.station-data ul {
    display:grid;
    grid-template-columns:50% 50%;
    margin:0;
    padding:0
}
.station-data>ul>li:first-child {
    grid-column-start:1;
    grid-column-end:3;
    padding:4rem;
    font-size:3rem;
    background-color:#476279
}
.station-data li {
    font-size:2rem;
    display:block;
    padding:1rem;
    border:1px solid #99eeff9c;
    margin:.4rem;
    border-radius:8px
}
.station-data li span {
    font-size:1.2rem;
    line-height:2rem;
    display:block
}
li span.units {
    font-size:1.4rem;
    display:contents
}
li span.info {
    font-size:1.2rem;
    display:block;
    color:#c4b4a3
}
.gallery-station {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:1rem
}
.login-box .user-box label,.login-box h2,h1.documentation,h2.documentation,p.documentation,p.text-legals,p.txt-center.txt-end {
    color:var(--white)
}
h1.documentation {
    text-align:left;
    padding:0 0 1rem
}
h2.documentation {
    text-align:left;
    padding:2rem 0 1rem
}
.action,.footer-station p,.login-box h2,p.text-legals {
    text-align:center
}
#map {
    height:640px;
    z-index:0
}
.footer-station {
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap:1rem;
    margin:0
}
.footer-station img {
    width:60%
}
p.txt-center.txt-end {
    font-size:.8rem;
    padding:0
}
.login-box {
    width:60%;
    padding:40px;
    box-sizing:border-box;
    border-radius:10px;
    margin:0 auto
}
.login-box h2 {
    margin:0 0 30px;
    padding:0
}
.login-box .user-box input {
    width:100%;
    padding:10px 0;
    font-size:16px;
    color:var(--white);
    margin-bottom:30px;
    border:none;
    border-bottom:1px solid var(--white);
    outline:0;
    background:0 0
}
.login-box .user-box label {
    top:0;
    left:0;
    padding:10px 0;
    font-size:1.2rem;
    transition:.5s
}
.login-box .user-box input:focus~label,.login-box .user-box input:valid~label {
    top:-20px;
    left:0;
    color:var(--blue-light);
    font-size:12px
}
.login-box form a {
    display:inline-block;
    padding:10px 20px;
    color:var(--blue-light);
    font-size:16px;
    text-transform:uppercase;
    overflow:hidden;
    transition:.5s;
    margin-top:40px;
    letter-spacing:4px
}
.action {
    padding:1rem
}
.action-button {
    padding:1rem 4rem;
    border-radius:8px;
    background-color:var(--blue-light02);
    font-size:1.2rem
}
p.text-legals {
    font-size:.8rem
}
.nuvoler-footer {
    padding:4rem 0 1rem;
    display:flex;
    flex-direction:column;
    align-items:center
}
.logo-footer {
    padding:0;
    max-width:220px
}
@media (max-width:576px) {
    .footer-station img,.login-box,.logonav {
        width:100%
    }
    body,html {
        width:98%;
        padding:.2rem;
        margin:.2rem auto
    }
    h1 {
        font-size:1.4rem;
        line-height:1.8rem
    }
    h2 {
        font-size:1.2rem;
        line-height:1.4rem
    }
    h3 {
        font-size:1rem;
        line-height:1.2rem
    }
    #nuvoler {
        width:98%;
        margin:0 auto;
        padding:.5rem
    }
    .logo-station {
        display:grid;
        grid-template-columns:100%;
        padding:1rem 0
    }
    .logo-station>img {
        max-width:100px
    }
    .station-data {
        padding:1rem
    }
    .login-box {
        padding:40px 10px;
        box-sizing:border-box;
        border-radius:10px;
        margin:0 auto
    }
    ul {
        padding:0
    }
    .nuvoler-nav {
        display:none
    }
    .nuvoler-nav>ul li {
        display:flex;
        justify-content:center;
        flex-direction:column;
        margin:.5rem auto
    }
    .station-data ul {
        display:grid;
        grid-template-columns:1fr;
        margin:0;
        padding:0
    }
    .station-data>ul>li:first-child {
        padding:2rem
    }
    .station-data>ul>li {
        grid-column-start:1;
        grid-column-end:3
    }
    .gallery-station {
        grid-template-columns:1fr 1fr;
        grid-gap:0.5rem
    }
    .action-button {
        padding:1rem 3rem
    }
    .nuvoler-footer {
        padding:2rem 0 1rem;
        display:flex;
        flex-direction:column;
        align-items:center
    }
}
body {
    overflow:auto
}
body:has(#menuToggle input:checked) {
    overflow:hidden
}



.other-spots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.other-spots-item {
  position: relative;
  display: block;
  width: 100%;
  height: 250px; /* altura fija */
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.other-spots-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  filter: brightness(0.75);
  transition: filter 0.3s ease;
}

.other-spots-item:hover .other-spots-bg {
  filter: brightness(0.5);
}

.other-spots-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
  pointer-events: none;
  text-shadow: 0 0 6px rgba(0,0,0,0.7);
  user-select: none;
}








