@font-face {
    font-family: "Arquitecta Heavy";
    src: url("/assets/ArquitectaHeavy.woff") format("woff");
}

@font-face {
    font-family: "Arquitecta Light";
    src: url("/assets/ArquitectaLight.woff") format("woff");
}

@keyframes open {
    100% {
        left: 2%;
    }
}

.openAnim {
    animation-name: open;
    animation-duration: 7s;
    animation-fill-mode: forwards;
}

@keyframes close {
    0% {
        left: 2%;
    }

    100% {
        left: 94%;
    }
}

.closeAnim {
    animation-name: close;
    animation-duration: 7s;
    animation-fill-mode: forwards;
}

@keyframes drag {
    0% {
        left: 100%;
    }

    100% {
        left: 0%;
    }
}

.drag {
    animation-name: drag;
    animation-duration: 7s;
    animation-fill-mode: forwards;
}

@keyframes dragOut {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

.dragOut {
    animation-name: dragOut;
    animation-duration: 7s;
    animation-fill-mode: forwards;
}

@keyframes dragCar {
    0% {
        left: 120%;
    }

    100% {
        left: 15%;
        ;
    }
}

.dragCar {
    animation-name: dragCar;
    animation-duration: 7s;
    animation-fill-mode: forwards;
}

@keyframes dragCarOut {
    0% {
        left: 15%;
    }

    100% {
        left: 120%;
        ;
    }
}

.dragCarOut {
    animation-name: dragCarOut;
    animation-duration: 7s;
    animation-fill-mode: forwards;
}

.info {
    z-index: -1;
}

#gal {
    z-index: 1;
}

html,
body {
    margin: 0;
}

body {
    margin: 0;
    padding: 0%;
    background: white;
    overflow-x: hidden;
    overflow-y: hidden;
}

#background {
    position: absolute;
    z-index: -1;
}

#background2 {
    position: absolute;
    left: 100%;
    z-index: 0;
    width: 100vw;
    height: 100vh;
}

li {
    list-style: none;
    width: 100%;
}

#logos {
    /* position: absolute; */
    text-align: center;
    position: absolute;
    height: 100vh;
}

#logos>img:nth-of-type(2) {
    position: relative;
    width: 15%;
    top: 35%;
    right: 5%;
}

#logos>img:nth-of-type(1) {
    position: relative;
    width: 12%;
    bottom: 20%;
    left: 9%;
}

#aloj {
    color: white;
    font-family: 'Arquitecta Light';
    transform: rotate(-90deg);
    position: absolute;
    width: 18%;
    top: 41%;
    right: 89%;
    font-size: 18px;
}

#gal {
    position: absolute;
    width: 18%;
    height: 10%;
    top: 50%;
    left: 94%;
    cursor: pointer;
}

#volt {
    position: absolute;
    width: 18%;
    height: 10%;
    top: 50%;
    left: 2%;
    cursor: pointer;
}

#galeria {
    color: white;
    font-family: 'Arquitecta Light';
    transform: rotate(-90deg);
    position: absolute;
    font-size: 18px;
}

#gal>img {
    position: relative;
    width: 6%;
    bottom: 13%;
    left: 3%;
}

#voltar {
    color: white;
    font-family: 'Arquitecta Light';
    transform: rotate(-90deg);
    position: absolute;
    font-size: 18px;
}

#volt>img {
    position: relative;
    width: 6%;
    bottom: 13%;
    left: 3%;
}

#reserva {
    position: absolute;
    width: 18%;
    top: 87%;
    left: 41%;
    text-align: center;
    height: 15%;
}

#reserva>:first-child {
    position: relative;
    color: white;
    font-family: 'Arquitecta Heavy';
    font-size: 15px;
    bottom: 20%;

}

a {
    text-decoration: none;
}

#icons>a img {
    margin-right: 5%;
}

/* external css: flickity.css */


.carousel {
    position: relative;
    box-sizing: border-box;
    top: 24vh;
    height: 60vh;
    width: 70vw;
    left: 120%;
}

.carousel-cell {
    width: 100%;
    height: 100%;

    /* flex-box, center image in cell */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;

}

.carousel-cell img {
    display: block;

    max-width: 100%;
    max-height: 100%;


    /* dim unselected */
    opacity: 0.65;
    -webkit-transform: scale(0.80);
    transform: scale(0.80);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
    transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

/* brighten selected image */
.carousel-cell.is-selected img {
    box-shadow: 0px 0px 20px black;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: none;
    filter: none;
}

.flickity-page-dots .dot {
    background-color: white;
}

@media screen and (min-width: 768px) {
    .carousel-cell {
        height: 400px;
    }
}

@media screen and (min-width: 1200px) {
    .carousel-cell {
        width: 35%;
    }
}

@media screen and (min-width: 960px) {
    .carousel-cell {
        width: 50%;
    }
}

/* buttons, no circle */
.flickity-prev-next-button {
    width: 60px;
    height: 60px;
    background: transparent;
    opacity: 0.6;
}

.flickity-prev-next-button:hover {
    background: transparent;
    opacity: 1;

}

/* arrow color */
.flickity-prev-next-button .arrow {
    fill: white;
}

.flickity-prev-next-button.no-svg {
    color: white;
}

/* closer to edge */
.flickity-prev-next-button.previous {
    left: -10%;
}

.flickity-prev-next-button.next {
    right: -10%;
}

/* hide disabled button */
.flickity-prev-next-button:disabled {
    display: none;
}


@media only screen and (max-width: 1200px) {

    body {
        overflow-x: hidden;
        overflow-y: hidden;
        width: 100vw;
        height: 100vh;
    }

    #background {
        width: 100vw;
        height: 100vh;
    }

    #background>img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    li {
        list-style: none;
        width: 100%;
    }

    #logos>img:nth-of-type(2) {
        width: 18%;
        top: 35%;
        right: 5%;
    }

    #logos>img:nth-of-type(1) {
        position: relative;
        width: 15%;
        bottom: 16%;
        left: 12%;
    }

    #aloj {
        color: white;
        font-family: 'Arquitecta Light';
        transform: rotate(-90deg);
        position: absolute;
        width: 19%;
        top: 46%;
        right: 88%;
        font-size: 18px;
    }

    #gal {
        width: 18%;
        height: 10%;
        top: 48%;
        left: 92%;
    }

    #gal>img {
        position: relative;
        width: 6%;
        bottom: 13%;
        left: 3%;
    }

    #reserva {
        width: 18%;
        top: 87%;
        left: 43%;
        height: 15%;
    }

    #reserva>:first-child {
        position: relative;
        color: white;
        font-family: 'Arquitecta Heavy';
        font-size: 15px;
        bottom: 20%;

    }

    a {
        text-decoration: none;
    }

    #icons>a img {
        margin-right: 5%;
    }
}


@media only screen and (max-width: 415px) {

    #logos>img:nth-of-type(1) {
       z-index: -1;
    }

    body {
        overflow-x: hidden;
        overflow-y: hidden;
        width: 100vw;
        height: 100vh;
    }

    #background {
        width: 100vw;
        height: 100vh;
    }

    #background>img, #background2 {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    #background2 {
        top: 120%;
        left: 0%;
    }

    #logos {
        /* position: absolute; */
        text-align: center;
        position: absolute;
        height: 100vh;
    }

    #logos>img:nth-of-type(2) {
        width: 40%;
        right: 16%;
    }

    #logos>img:nth-of-type(1) {
        width: 35%;
        bottom: 8%;
        height: auto;
        left: 22%;
    }

    #aloj {
        font-family: 'Arquitecta Heavy';
        transform: rotate(0deg);
        width: 43%;
        top: 61%;
        right: 28%;
        text-align: center;
        font-size: 20px;
    }

    #gal {
        width: 18%;
        height: 30%;
        top: 95%;
        left: 38%;
        cursor: pointer;
    }

    #galeria {
        font-family: 'Arquitecta Light';
        transform: rotate(0deg);
        font-size: 15px;
    }

    #gal>img {
        position: relative;
        transform: rotate(90deg);
        width: 20%;
        bottom: 13%;
        left: 50%;
    }

    #reserva {
        position: absolute;
        width: 45%;
        top: 80%;
        left: 28%;
        text-align: center;
        height: 15%;
    }

    #reserva>:first-child {
        font-family: 'Arquitecta Light';
        font-size: 15px;
        bottom: 20%;

    }

    .flickity-page-dots{
        width: 105%;
    }

    .flickity-page-dots .dot {
        background-color: white;
        width: 5px;
        height: 5px;
    }

    #icons>a img {
        margin-right: 5%;
        width: 13%;
    }

    .carousel {
        width: 70vw;
        left: 14%;
        top: 120%
    }


    @keyframes open {
        100% {
            top: 5%;
        }
    }

    .openAnim {
        animation-name: open;
        animation-duration: 7s;
        animation-fill-mode: forwards;
    }

    @keyframes close {
        0% {
            top: 5%;
        }

        100% {
            top: 94%;
        }
    }

    .closeAnim {
        animation-name: close;
        animation-duration: 7s;
        animation-fill-mode: forwards;
    }

    @keyframes drag {
        0% {
            top: 100%;
        }

        100% {
            top: 0%;
        }
    }

    .drag {
        animation-name: drag;
        animation-duration: 7s;
        animation-fill-mode: forwards;
    }

    @keyframes dragOut {
        0% {
            top: 0%;
        }

        100% {
            top: 100%;
        }
    }

    .dragOut {
        animation-name: dragOut;
        animation-duration: 7s;
        animation-fill-mode: forwards;
    }

    @keyframes dragCar {
        0% {
            top: 120%;
        }

        100% {
            top: 15%;
        }
    }

    .dragCar {
        animation-name: dragCar;
        animation-duration: 7s;
        animation-fill-mode: forwards;
    }

    @keyframes dragCarOut {
        0% {
            top: 15%;
        }

        100% {
            top: 120%;
        }
    }

    .dragCarOut {
        animation-name: dragCarOut;
        animation-duration: 7s;
        animation-fill-mode: forwards;
    }

}