@charset "UTF-8";
/* font-family: 'DM Sans', sans-serif;
font-family: 'Spectral', serif; */
@font-face {
    font-family: 'bodoni_72book';
    src: url('../fonts/bodonisvtytwoitctt-book-01-webfont.eot');
    src: url('../fonts/bodonisvtytwoitctt-book-01-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bodonisvtytwoitctt-book-01-webfont.woff2') format('woff2'),
         url('../fonts/bodonisvtytwoitctt-book-01-webfont.woff') format('woff'),
         url('../fonts/bodonisvtytwoitctt-book-01-webfont.svg#bodoni_72book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droulersregular';
    src: url('../fonts/droulers-webfont.eot');
    src: url('../fonts/droulers-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droulers-webfont.woff2') format('woff2'),
         url('../fonts/droulers-webfont.woff') format('woff'),
         url('../fonts/droulers-webfont.svg#droulersregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    font-size: 1.5vw;
    -webkit-overflow-scrolling: touch;
    color: #1D1D1B;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-family: 'droulersregular';
}
/*body > *{
    opacity: 0.3;
}*/
body.hidden{
  overflow: hidden;
}
*{
    line-height: 1.2em;
}

a{
    text-decoration: none;
    color: currentColor;
}

.clear{
    clear: both;
}

.centrar{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.centrar_int{position: relative;width: 100%;height: 100%;}
.centrar_int img{
    width: 36.42vw;
    max-width: calc(100vw - 40px);
    min-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 10;
    cursor: pointer;
}
.centrar .image{}
.centrar .image_on{
    opacity: 0;
}




footer{
    position: absolute;
    bottom: 1vw;
    width: 100%;
    height: auto;
}
footer a{}
footer .bottom{
    width: 35.29vw;
    max-width: calc(100vw - 40px);
    min-width: 300px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
footer .bottom img{
    width: 35.29vw;
    max-width: calc(100vw - 40px);
    min-width: 300px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;

}
.link-instagram{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
}
.link-cafe{
    width: 33%;
    height: 38%;
    position: absolute;
    bottom: 0;
    left: 40%;
    z-index: 3;
    display: block;
}
footer .bottom img.image{
    position: relative;
}
footer .image{}
footer .image_on{
    opacity: 0;
}

footer:hover .image{
    opacity: 0;
}
footer:hover .image_on{
    opacity: 1;
}

#scene, #scene div{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: auto!important;
    backface-visibility: initial!important;
}


.outline .image{
    opacity: 0;
}
.outline .image_on{
    opacity: 1;
}




