@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;700;800&display=swap');


/* DEFAULTS */

* {
    /* image-rendering: pixelated; */
    box-sizing: border-box;
    backface-visibility: none;
    outline: none;
    /*-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    animation-fill-mode: both !important;
}

body {
    background: #fff;
    color: #51475f;
    font-size: 14px;
    line-height:1.25;
    letter-spacing: 0.035em;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

pre table {border-collapse: collapse;width: 100%;}
pre table tr>* {border:solid 1px;padding: 0.2em 0.5em;}

img {object-fit: contain;max-width: 100%;}

a,a:visited,a:active{color:inherit;}

p {margin:1em 0;padding: 0;letter-spacing: 0.0075em;/* text-align: justify; */}
p:first-child {margin-top:0em;}
p:last-child {margin-bottom:0em;}
h1,h2,h3,h4,h5,h6{font-family: 'Montserrat', sans-serif;margin:0;padding: 0;line-height: 1;/* letter-spacing:-0.05em; */}
h1 {font-size: 150%;line-height: 0.8;}
h2 {font-size: 145%;}
h3 {font-size:144%;font-weight:normal;margin: 0.5em 0 -0.5em;}
h4 {font-size:133%; font-weight:normal; }
h5 {font-size:111%; }
h6 {font-size:100%; }

button {
  font-size: 120%;
  padding: 1em;
  border: solid 2px;
  border-radius: 3px;
  cursor: pointer;
}

big {font-size: 160%;}
small {font-size:75%;}
.pre {white-space: pre-wrap;}

input, textarea, select, button {background:none;font:inherit;border:solid 1px;padding: 0 0.3em;margin:0;color: inherit;outline: none;}





/* LAYOUT */

.container {margin:0 auto;max-width: 987px;position: relative;width: 90%;z-index: 1;}
.row {display: flex;align-items: stretch;/* flex-flow: wrap; */gap: 1em;width: 100%;}
[class*="col"] {/* flex:0.5; */}
.col-1 {width:8.33%;}
.col-2 {width:16.66%;}
.col-3 {width:25%;}
.col-4 {width:33.33%;}
.col-5 {width:41.66%;}
.col-6 {width:50%;}
.col-7 {width:58.33%;}
.col-8 {width:66.66%;}
.col-9 {width:75%;}
.col-10 {width:83.33%;}
.col-11 {width:91.66%;}
.col-12 {width:100%;}

.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-justify {text-align:justify;}

.float-left{float:left;margin-right:10px;clear:both;width:auto;}
.float-right{float:right;margin-left: 10px;clear:both;width:auto;}

/*@media (max-width:987px){
    .container {margin: 0 1rem;}
}*/

@media (max-width:678px){
    body {font-size: 14px;}
    .row {flex-direction: column; }
    [class*="col"]{width: auto;}
    [class^="float-"]{float:none;margin-left:0;margin-right:0;width:100%;}
}

@keyframes fadein {from{opacity:0;} }
@keyframes zoomin {from{transform:scale(0);} }
@keyframes flyin {from{opacity:0; transform:rotateX(-90deg) translateY(50px); } }
.enter,.enter-children>*{opacity:0; }
.entered {opacity:1; animation: flyin 1s cubic-bezier(0.49, 0.08, 0, 0.99); }
.enter-children.entered {animation: none; }

.spacer {flex:1;}






.modal-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #94018740;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal {
    width: 75%;
    height: 45vw;
    max-height: 70vh;
    overflow: visible;
    background: #1d111fd4;
    padding: 2% 4%;
    position: relative;
    border-radius: 5px;
    color: #fff;
    /*    backdrop-filter: blur(5px);*/
    display: flex;
    flex-direction: column;
    font-size: 80%;
    justify-content: space-between;
}

.modal-on .modal-wrap {
    display: flex;
    animation: fadein 0.3s ease-out;
}
.modal-on .modal {
    animation: zoomin 0.5s cubic-bezier(0, 1.23, 0.17, 1);
}

.modal .slider {
    flex: 1;
    max-height: 60vh;
}
.slick-slide>div {height:100%;}
.slick-slide .slide {height:100%;width: 100%;display: flex !important;align-items: center;}
.modal-nav {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
}

.modal-nav .slick-dots {
    position: absolute;
    left: 33%;
    width: 33%;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.modal-nav .slick-dots li {
    display: inline-block;
    /* background: #fff; */
    /* border-radius: 100px; */
    opacity: 0.35;
}
.modal-nav .slick-dots li button {
    border: none;
    background: #fff;
    overflow: hidden;
    width: 0.5em;
    height: 0.5em;
    display: block;
    padding: 0.4em;
    border-radius: 100px;
    margin: 0 0.5em;
}
.modal-nav .slick-dots li.slick-active {
    opacity: 1;
}
.modal-nav .slick-arrow {
    border: none;
    font-size: 200%;
    padding: 0;
}
.modal-nav .slick-disabled {opacity: 0;pointer-events: none;}
.modal-nav .slick-prev {}
.modal-nav .slick-next {}

.modal-ico {
    position: absolute;
    pointer-events: none;
    top: -5em;
    left: -5em;
    width: 10em;
    height: 10em;
    transform: rotate(-3deg);
}

.modal-x {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2em;
    padding: 0.5em;
    opacity: 0.5;
}

.modal-x:hover {
    opacity: 1;
    cursor: pointer;
}

.modal .row {align-items: center;}

.col.intro {}
.col.video {text-align: center;}
.col.video iframe {width: 100%;height: 30vw;max-height: 50vh;}
.col.video img {width: 100%; height: 100%; }
.col.texto {}
.texto2 {column-count:2;}
.texto3 {column-count:3;}
.col.imagen {}
.col.imagen img {width: 100%; height: 100%; }






body {
    background: #000;
}
section {
    height: 100vh; 
/*    height: calc(var(--vh, 1vh) * 100) !important;*/
    width: 100%;
    position: relative;
    z-index: 1;
    background: black url(img/fondo.jpg) center top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}
nav {
    display: flex;
    height: 13%;
    padding: 2%;
    align-items: center;
    justify-content: space-between;
    position:relative;
    z-index: 2;
}
nav.top {
    top: 0;
}
nav.bottom {
    bottom: 0;
}
nav .center {
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0%;
    pointer-events: none;
    text-align: center;
    max-width: none;
}
nav img {
    height: 5em;
    max-width: 12.5em;
    object-position: top center;
}
nav button {
    /* font-size: 150%; */
    padding: 0.5em 1.5em;
    border-radius: 10em;
    /* border: solid 2px; */
    opacity: 0.75;
    transition: all 0.3s ease-out;
}
nav button:hover {
    background: #fff;
    color: #6c3758;
    scale: 0.95;
    transition: all 0.15s ease-out;
}
article {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    flex-direction: column;
}

#inicio {}

#escena {background: #000; }
#escena nav.top {justify-content: center;pointer-events: none;}
#escena nav.bottom {/* background: #1d111fd4; */}
.accesos {
    display: flex;
    gap: 0.5em;
    align-items: center;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: center;
}
.acceso {
    height: 4em;
    transition: all 0.3s cubic-bezier(0.05, 1.34, 0.58, 1);
    opacity: 0.8;
}
.acceso:hover {opacity: 1;cursor:pointer; transition: all 0.1s ease-out;}
.acceso.on {pointer-events: none;height:6em;opacity:1;}

a-scene {
    width:100vw !important;
    height:100vh !important;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: -1;
}

#creditos {background-position: center;/* height: 100vh !important; *//* display: block; *//* overflow: scroll; */}
.creditos {
    list-style: none;
    padding: 0 5%;
    margin: 5vh 0;
    /* column-count: 3; */
    /* column-count: 2; */
    white-space: pre-wrap;
    text-align: center;
    line-height: 1.8vh;
    font-size: 90%;
    /* text-shadow: 1px 2px 0 #00000047; */
}
.creditos li{
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}
.creditos big{}
.creditos small{
    font-size: 100%;
}

#creditos nav {/* position: absolute; *//* width:100%; */}

#creditos ul.slick-dots {
    position: absolute;
    bottom: -2em;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
#creditos ul.slick-dots li {}
#creditos ul.slick-dots li button {
    border: none;
    background: #fff;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    color: transparent;
    font-size: 50%;
    opacity: 0.5;
}
#creditos ul.slick-dots li.slick-active button {opacity: 1;}

#creditos .slider {background:#1d111fd4;border-radius: 5px;position: relative;z-index: 9;}
#creditos .slick-slide .slide {/* align-items: flex-start; */}


body {
    background: #333;
}


*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.mouse_scroll {display: inline-block;/* margin: 0 auto; *//* width: 24px; *//* height: 100px; *//* margin-top: 125px; */}
.m_scroll_arrows {display: block;width: 5px;height: 5px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */transform: rotate(45deg);border-right: 1px solid white;border-bottom: 1px solid white;margin: 0 0 -8px 4px;width: 16px;height: 16px;}
.unu {margin-top: -5px;}
.unu, .doi, .trei {-webkit-animation: mouse-scroll 1s infinite; -moz-animation: mouse-scroll 1s infinite; animation: mouse-scroll 1s infinite; }
.unu {-webkit-animation-delay: .1s; -moz-animation-delay: .1s; -webkit-animation-direction: alternate; animation-direction: alternate; animation-delay: alternate; }
.doi {-webkit-animation-delay: .2s; -moz-animation-delay: .2s; -webkit-animation-direction: alternate; animation-delay: .2s; animation-direction: alternate; margin-top: -6px; }
.trei {-webkit-animation-delay: .3s; -moz-animation-delay: .3s; -webkit-animation-direction: alternate; animation-delay: .3s; animation-direction: alternate; margin-top: -6px; }
.mouse {height: 36px;width: 24px;border-radius: 14px;transform: none;border: 1px solid white;top: 170px;}
.wheel {height: 5px;width: 2px;display: block;margin: 5px auto;background: #ffffffbd;position: relative;height: 4px;width: 4px;/* border: 2px solid #fff; */-webkit-border-radius: 8px;border-radius: 8px;}
.wheel {-webkit-animation: mouse-wheel 0.6s linear infinite; -moz-animation: mouse-wheel 0.6s linear infinite; animation: mouse-wheel 0.6s linear infinite; }
@keyframes mouse-wheel {
   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

#inicio .intro {
    max-width: 50em;
    text-align: center;
    margin: 3em 0 0;
    font-size: 125%;
}
.intro img{
    height: 10em;
}
.intro p{}
.zoom2 {width:100%;height: 10em;object-position: right center;}

.volume {
    display:none;
    padding: 1.3em;
    position: absolute;
    z-index: 2;
    font-size: 1.7rem;
    cursor: pointer;
    }
.volume.on {display:inline-block;opacity: 0.5;}
.volume .i-volume {display:none;}
.volume .i-volume-2 {display:block;}
.volume.off {opacity: 0.25;}
.volume.off .i-volume {display:block;}
.volume.off .i-volume-2 {display:none;}
.volume:hover {opacity: 1;}

.a-dialog {background:#000 !important;}
.a-dialog .a-dialog-text-container {/*color:#000;*/text-align: center;}
.a-dialog .a-dialog-allow-button {background-color: #940187; }
.a-dialog .a-dialog-deny-button {background-color: #444; color:#999; }
.a-dialog .a-dialog-ok-button {background-color: #444; }

@media (max-width:1200px) {

    body { font-size: 1vw; }
    .modal {}

}

@media (max-width: 678px) {

    body { font-size: 12px; }
    nav img {object-position: center center;}
    nav {height: 10%;padding: 0 5%;}
    section {height:87.5vh;}
    section#contacto {height:100vh;}
    .mouse_scroll {/* zoom: 0.5; */ }
    .mouse {display: none;}
    .modal {height: 100%;max-height: 70vh;font-size: 66%;width: 96%;}
    .modal .slider {max-height: 60vh; }
    .modal-ico {left: 0%;top: -10%;width: 10%;height: 10%;}
    .modal-x {top: -2em; }
    .texto2,.texto3 {column-count:1;}
    .row {gap:0;}
    #inicio .intro {font-size:100%;}
    #creditos .top {/* display:none; */}
    #creditos .top img {height: 2em; margin: 1em 0; }
    #creditos .slider {width:100%;max-height: 70vh;/* font-size: 85%; */}
    #creditos .slider .texto2 {/* column-count:2; */}
    #creditos .slider .texto3 {/* column-count:3; */}
    .creditos{margin: 1em 0;line-height: 1;font-size: 60%;}
    .creditos h3 {margin: 0;font-size: 100%;font-weight:bold;}
    #creditos .slick-slide .slide {align-items: center; }
    #escena nav.bottom button {display:none;}
    .acceso {height:3em;}
    .acceso.on {height:4em;}
    .col.video iframe {height: 50vw;width: 88vw !important;margin: 0 0 1em;}
    .slick-slide .slide {align-items: stretch; /* flex-direction: row; */ }
    .modal .row {justify-content: space-evenly; }
    .zoom2 {object-position: center center;}
    .volume {padding: 0.7em;bottom:0;z-index: 999;}

}