*, *:after, *:before {
    box-sizing: border-box;
}
html {
    position: relative;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
}
body {
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;
    /* font-weight: 300; */
    font-size: 14px;
    background-image: url('../../data/layout/bg_body.png');
    color:#333;
    position: relative;
    width: 100%;
    height: 100%;

} 

a{    
    color:#e07019;
    text-decoration: none;
}

h1{
    font-weight: 100;
    font-size: 25px;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.flex-container{
    display: flex;
    justify-content: center;
    align-items: center;  
    height: 100%;
    width: 100%;
}

.main-div{
    height: 100%;
    margin: auto;
}
#app{
    display: none; 
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
}


.clearfix{clear:both;}
.menu .menu-container .blocked{opacity:0.5;}
.rsABlock{display: none; position: absolute; z-index: 1}

.video-viewport{width:100%;height:100%;background-image: url('../../data/layout/w_transp.png');}

.popupDiv{position:absolute;z-index: 99;display:none;}
.popupDivClose{position:absolute;top:3%;right:3%;z-index: 100;background-image: url('../../data/layout/botao-fechar.png');width:28px;height:28px;cursor:pointer;}
.hidden-block{display:none;}
.position-absolute{position:absolute;}
.img-responsive{ width: 100%; max-width: 100%;height: auto;}
.menu-img{max-width: 100%;height: auto;}
.clickable{cursor:pointer;}
.disabled{cursor:default;}

.currentSlide{z-index: 2;}
.oldSlide{z-index: 1;}

/* TOP NAVIGATION - START  */
#top-navigation{
    /* background-color: #efefef; */
    position: absolute;
    /* z-index: 9999; */
    width: 100%;
    height: 65px;
    color: #345a5c;
    z-index: 3;
}

#top-navigation.no-index{
    z-index: 1;
}

.top-container{
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    visibility: hidden;
}
.top-container-left {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-basis: fit-content;
    gap: 10px;
    align-items: center;
    align-content: center;
    justify-content: left;
}
.top-container-right{
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
}
.top-container .btns{  
    width: 30px;    
}
.top-container .titulo{
    text-align: center;
    text-transform: uppercase;
}
.logo{
    width: 30%;
}
.logo-eu{
    width: 50%;
}
.btn-help{
    cursor:pointer;
    display: none;
}
.btn-sound{ 
    cursor:pointer;
}
.btn-exit{
    cursor:pointer;
}
#exit-popup .btns{
    cursor:pointer;
    color: #FFF;
    font-size: xx-large;
    display: inline;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.cell{
    display: table-cell; 
    vertical-align: middle;
}
.maxW{
    /* max-width: 550px; */
}
.maxInnerW{
    /* max-width: 540px; */

}


#courseContainer{    
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    /* background-image: url('../../data/layout/fundo.jpg'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#courseContainer.game{
    background-image: url('../../data/layout/fundo2.jpg');
}

#targetDiv {
    width: 100%;
    height: 100%;
    position: absolute;
}
.fill {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.full-width-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fundoPreto {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
}
.fundoPreto2 {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
}
.fundoPreto3 {
  background: rgba(0,0,0,0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
}
.fundoPreto3 {
  background: rgba(0,0,0,0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
}
.fundoBranco {
  background: rgba(255,255,255,0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  z-index: -1;
}
.fundoBranco2 {
  background: rgba(255,255,255,0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  z-index: -1;
}
.fundoBranco3 {
  background: rgba(255,255,255,1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  z-index: -1;
}
.caixa-branca{
    background: rgba(255,255,255,0.98);
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);    
    padding: 1px 30px 16px 30px;
}
.caixa-preta{
    background: rgba(0,0,0,0.9);
    border-radius: 10px;
    padding: 20px;
}

.fullWidth {
  max-width: 100%;
}

/*  HOME  */

.homelabels{
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #FFF;
    position: absolute;
    margin-top: 10px;
}
/*
.homelabels{
    width: 140px;
    text-align: center;
    color: rgb(50,2,20);
    font-weight: 700;
    background-color: #FFF;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    display: none;
}
*/
.menu-principal{
    color: #24363c;
    width: 744px;
}

.menu-principal ul{
    list-style-type: none;    
}
.menu-principal li{    
    display: inline;   
}

.btns-principais{
    float: left;
    cursor: pointer;
    transform: scale(1);
    -ms-transform: scale(1);
    transition-property: transform, scale; 
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.3, 1.6, 0.7, 1);
}

.btns-principais:hover{    
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition-property: transform, scale; 
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.3, 1.6, 0.7, 1);
}

.btns-principais .icone{
    width: 100px;
    height: 88px;
    font-size: 72px;
    margin: 0px 20px;
    border: 5px solid #24363c;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
}

.bloq{
    opacity: 0.5;
    cursor: default !important;
}
.bloq:hover{
    transform: scale(1) !important;
    -ms-transform: scale(1) !important;
}

.gotoJogo{
    border-color: #fb5e29 !important; 
    color: #fb5e29 !important; 
    background-color: rgba(255,255,255,0) !important;
}
.gotoJogo:hover{
    background-color: rgba(208, 37, 108, 0.1) !important;
}

.opacity0{
    opacity: 0;
}

.ecraResultado-frame {
    color: #FFF;
    width: 100%;
    height: 100%;
}
.ecraResultado-txt{
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    min-width: 550px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px;
    margin: auto;
    width: 70%;
}
.ecraResultado-txt h1{
    line-height: 1;
    margin-bottom: -1%;
    margin-top: 3%;
}
.grey{
    color: #999;
}
.italic{
    font-style: italic;
}
.paragraph1{    
    margin: 15px;
}

.img-btn-grande{
    width: 250px;
}


#leaderboard {

    position: absolute;

    width: 200%;

    top: 100px;



    height: calc(100% - 100px);

    left: -50%;

    padding: 0 calc(50% + 16px);

    transition: all 0.5s ease-in;

    background: var(--white);

    color: var(--colorA);

    opacity: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    pointer-events: none;

}

#leaderboard.active {

    opacity: 1;

    pointer-events: initial;

    transition: all 0.5s ease-out;

}



#leaderboard-temp {

    display: none;

    opacity: 0;

}



#leaderboard-list {

    /*width: 400px;*/

}

#leaderboard-list ul li {

    font-size: 1rem;

    margin: 20px 0;

    display: flex;

    flex-direction: row;

    justify-content: flex-start;

}



#leaderboard-list ul li .first-part {

    width: 3rem;

}



#leaderboard-list ul li .middle-part {

    /*margin-right: auto;*/

}



#leaderboard-list ul li .second-part {

    margin-left: 3rem;

    text-align: left;

}



.iconLeaderboardPodium {

    width: 170px;

    margin-bottom: 50px;

}



#leaderboard-points {

    text-transform: none;

    font-weight: bold;

    text-align: center;

    font-size: 1.25rem;

}

#ranking-window {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
}

#ranking-close-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    z-index: 5;
    top: 20px;
    cursor: pointer;
    background-image: url("../../data/layout/btn-exit.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#ranking-window-form {
    position: absolute;
    left: 100px;
    top: calc(0% + 138px);
}

#ranking-window-body-left ul, #ranking-window-body-right ul {
    list-style-type: none !important;
}

#ranking-window-header {
    font-family: 'Libre Franklin', sans-serif;
    color: #D4398B;
    font-weight: bold;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 37%;
    font-size: 2rem;
}

#ranking-window-body-left {
    position: absolute;
    left: 80px;
    color: white;
    top: 500px;
    line-height: 115%;
    text-align: end;
    text-decoration: none;
    font-size: 30px;
}

#ranking-window-body-left ul li.active,#ranking-window-body-right ul li.active {
    color: #D4398B;
    font-weight: bold;
}

#ranking-window-body-right {
    position: absolute;
    right: 100px;
    color: white;
    top: 500px;
    line-height: 115%;
    text-align: start;
    text-decoration: none;
    font-size: 30px;
}

#ranking-window-footer {
    color: white;
    text-align: center;
    font-weight: bold;
    width: 100%;
    position: absolute;
    bottom: 110px;
    left: 2px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 100px;
    font-size: 30px;
    color: #D4398B;
}

.cadeado{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* dev tools */
#developer-tools{border:2px solid red;position:absolute;right:0;top:100px;width:200px;color:red;text-align: center;display: none;}

#llwindow{width: 400px; padding-bottom: 50px;position: absolute;background-color: #FFFFFF;right:20px;top:90px;display:none;z-index:9999;cursor:pointer;}
#llwindow .info{width:380px;padding:10px;background-color: #4d94ff;color:#FFFFFF;margin:0 0 4px 0;}
#llwindow .label{width:120px;padding:4px 12px 4px 12px;float:left;text-align: right;  font-size: medium;}
#llwindow .title-top{padding:10px;border-bottom:1px solid #CCCCCC;margin:0 0 10px 0;}
#llwindow .text-input{width:180px;padding:4px 12px 4px 12px;float:left;}
#llwindow .btn-save{padding:6px;background-color: #009900;text-decoration: none;color:#FFFFFF;margin:5px;cursor:pointer;line-height: 2;}
#llwindow .btn-refresh{padding:6px;background-color: #4d94ff;text-decoration: none;color:#FFFFFF;margin:5px;cursor:pointer;line-height: 2;}
#llwindow .btn-interac{padding:6px;background-color: #4d94ff;text-decoration: none;color:#FFFFFF;margin:5px;cursor:pointer;line-height: 2;}
#llwindow .btn-previous-dev{font-size: 40px;float:right;cursor:pointer;font-weight: bold;margin:0 10px 0 0;}
#llwindow .btn-next-dev{font-size: 40px;float:right;cursor:pointer;font-weight: bold;}
#llwindow .close{font-weight: bold;cursor:pointer;}


/*tablet portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    .maxW{
        /* max-width: 100%; */
    }
    .maxInnerW{
        /* max-width: 100%; */
    }
}

@media (max-width: 640px) { 
    
}

@media (min-width: 641px) 
and (max-width: 800px) { 
    
}

@media (min-width: 801px) 
and (max-width: 1024px) { 
    
}



.main-div {
    height: 1080px;
    width: 608px;
}

.resultado-num{
    font-size: 20px;
}