@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alef:wght@400;700&family=Asap:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 100vh;
}

input[type="checkbox"]{
    margin-right: 5px;
    margin-left: 2px;
    cursor:pointer;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #111;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

nav ul li{
    margin: 0;
}
nav ul{
    display: flex;
}
nav ul li:hover{
    color: #bbb;
}

header input:checked ~ .dp{
    display: block;
}

#contacto-bg{
    background-image: url(../images/ski2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#landing-bg{
    background-image: url(../images/ski3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#reserva-bg{
    background-image: url(../images/ski4.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



h1, a{
    font-family: 'Asap', sans-serif;
}

p{
    font-family: 'Montserrat', sans-serif;
}

span{
    font-family: 'Alef', sans-serif;
}

.brand, .brand *{
    font-family: 'Nosifer', cursive !important;
}