@font-face {
	font-family: 'Inserat';
	src: url("helvetica-inserat-lt-std-roman.otf") format('opentype');
	font-weight: 400;
	font-style: normal;
}

body,html {
    background:white;
    margin:0;padding:0;border:0;
    width:100vw;
    height:100vh;
    overflow: hidden;

}

div {
    border:0;margin:0;padding:0;border-collapse: collapse;
}

::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
  }
  
  @-moz-document url-prefix() { /* Disable scrollbar Firefox */
    html{
      scrollbar-width: none;
    }
  }
  .email {
    display:none;
  }
  div {
    margin: 0; /* remove default margin */
    scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
    -ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
    border-collapse: collapse;
    
  }
  div::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
  }
  
img, .selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.icon {
    background: #70B5E0;
    border-radius: 50%;
    box-shadow: inset -15px -15px 0px 0px rgba(0, 0, 0, 0.1);
}
.anchor {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #f77;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: anchor 10s both infinite;
}

.place {
    position: absolute;
    width: 20px;
    height: 13px;
    background: #F2DDAA;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.anchor:before {
    position: absolute;
    content: "";
    top: 70%;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: 13px solid #f77;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.anchor:after {
    position: absolute;
    content: "";
    width: 30%;
    height: 30%;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.place1 {
    top: 77%;
    left: 64%;
}

.place2 {
    width: 17px;
    height: 10px;
    top: 67%;
    left: 25%;
}

.place3 {
    width: 17px;
    height: 10px;
    top: 36%;
    left: 75%;
}

.place4 {
    width: 17px;
    height: 10px;
    top: 26%;
    left: 35%;
}

.anchor1 {
    top: 55%;
    left: 65%;
    animation-delay: 0.3s;
}

.anchor2 {
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%) scale(0.8);
    animation-delay: 0.6s;
}

.anchor3 {
    top: 20%;
    left: 75%;
    transform: translate(-50%, -50%) scale(0.8);
    animation-delay: 0.9s;
}

.anchor4 {
    top: 10%;
    left: 35%;
    transform: translate(-50%, -50%) scale(0.7);
    animation-delay: 1.2s;
}

@keyframes anchor {
    0% {
        opacity: 0;
        margin-top: -20px;
    }

    10% {
        opacity: 1;
        margin-top: 0px;
    }

    85% {
        opacity: 1;
        margin-top: 0px;
    }

    91% {
        opacity: 0;
        margin-top: -20px;
    }

    100% {
        opacity: 0;
        margin-top: -20px;
    }
}
.hotspot {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}

.hotspot.search {
    width: 24px;
    height: 24px;
    /* border: 1px solid #fff; */
}

.hotspot.search:before {
    position: absolute;
    content: "";
    width: 1vmax;
    height: 1vmax;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    background:red;
    border: 0.25vmax solid red;
}

.hotspot.search {
    width: 24px;
    height: 24px;
    /* border: 1px solid #fff; */
}

.hotspot.search_2:before {
    position: absolute;
    content: "";
    width: 1vmax;
    height: 1vmax;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    background:white;
    border: 0.25vmax solid white;
}

.hotspot.search_2 {
    width: 24px;
    height: 24px;
    /* border: 1px solid #fff; */
}

.hotspot.pista {
    width: 24px;
    height: 24px;
    /* border: 1px solid #fff; */
}

.hotspot.pista:before {
    position: absolute;
    content: "";
    width: 1vmax;
    height: 1vmax;
    top: 0px;
    left: 0px;
    background:red;
    border: 0.25vmax solid red;
}

.hotspot.link {
    text-align: center;
    font-weight: bold;
    color: #fff;
}



.viewer[data-page="1"] .hotspot[data-page="1"] {
    display: block;
}

.viewer[data-page="2"] .hotspot[data-page="2"] {
    display: block;
}

.viewer[data-page="3"] .hotspot[data-page="3"] {
    display: block;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 4;
    display: none;
}

.layer img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#toolbar {
    position:fixed;
    top:3px;
    left:3px;
    display:inline-block;
}
.cor_inverter {
    opacity:0.3;
    filter: invert(100%);
    animation: cor_inverter_frame 2s linear forwards;
}

@keyframes cor_inverter_frame {
    from {
        opacity: 0.3;
      
    }
    to {
        opacity:1;
        
    }
  }
 
.cor_pb {
    animation: cor_pb_frame 2s linear forwards;
}

@keyframes cor_pb_frame {
    from {
      filter: grayscale(100%);
    }
    to {
        filter: grayscale(100%);
    }
  }


.cor_inverter_2::before {
    mix-blend-mode: difference;
    transition: opacity 5s linear;
}

.radar {
    display:none;
    position:fixed;
    bottom:15vh;
    left:15vw; 
    display:inline-block;
    pointer-events: none;
    
}
.radar img {
    width:26vw;
    
}

.radar_vertical {
    display:none;
    position:fixed;
    bottom:10vh;
    left:10vw; 
    display:inline-block;
    pointer-events: none;
    
}
.radar_vertical img {
    width:50vw;
    
}

#debug {
    position:fixed;
    bottom:0;
    left:0;
    background:white;
    width:100vw;
    height:15em;
    z-index:6;
}

.flip_h{
    display: inline-block; 
    font-size: 10vmax;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    cursor:pointer;
}

.flip_h2{
    display: inline-block; 
    font-size: 2vmax;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    cursor:pointer;
}

#palco_inicio {
    pointer-events: none;
    display:block;    
    position:fixed;

    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:transparent;
    font-family: Inserat; 
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
    font-size:10vmax;
    letter-spacing: 8px;
    z-index:5;

}
#palavra_iniciar {
    font-family: Inserat; 
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
    font-size:10vmax;
    letter-spacing: 30px;
    
}
#palco_palavra_rever {
    display:none;    
    pointer-events: none;
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:transparent;
    font-family: Inserat; 
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
    font-size:10vmax;
    letter-spacing: 8px;
    

}

#palco_palavra {
    display:none;    
    pointer-events: none;
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:transparent;
    font-family: Inserat; 
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
    font-size:7.2vmax;
    

}

#palavra {
    cursor:pointer;
    display:none;
    pointer-events: all;
}

#palco_pista {
    display:none;    
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index:5;
    

}

#pista_imagem {
    display:block;    
    position:fixed;
    width:100vw;
    height:100vh;


}

#pista_imagem img {
    width:100%;
    height:100%;
    object-fit: cover;
}
#pista_close {
    position:absolute;
    top:5px;
    right:7px;
    display:none;
    height:1em;
    z-index:6;
}
.c2{
    display:inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  
}

.hotspot {
    visibility: hidden;
}

#palco_texto {
    display:block; 
    position:relative;
    top:5vh;
    left:5vw;
    width:90vw;
    height:90vh; 
    z-index:4;
    
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:1vmax;
}

#palco_texto .container {
    margin-top:1em;
    width:100%;
    height:85vh;
    overflow-y: scroll;
}

#palco_texto .conteudo {
    
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:2.2vmax;
    

}

#palco_texto .autores {
    
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:2.2vmax;
    

}

.lang {
    cursor:pointer;
}

.audio_txt {
    display:none;
}

.audio_txt_es {
    display:inline-block; 
}
