#ecraInicial{
    display: none;
    background-image: url('../../data/layout/fundo.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ecraInicial-frame{
    width: 100%;
    height: 100%;
    max-width: 744px;
    margin: auto;  
    font-size: 18px;  
    text-align: center;
    background-image: url('../../data/layout/fundo.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color:#FFF;
}

.instructions-bg{
    background-image: url('../../data/layout/fundo3.jpg') !important;
}


.ecraInicial-frame .ui-btns{
    display: inline-block;
}
.ecraInicial-txt{    
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 300px;
}

.ecraInicial-txt .button-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.home-fundo-left{
    position: absolute;
    bottom: 0;
    width: 50%;
}

.home-fundo-right{
    position: absolute;
    bottom: 0;
    width: 50%;
}

.ecraInicial-txt h1{
    line-height: 1;
    font-weight: bold;
}
.ecraInicial-txt h2{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0;
}


.aviso-som-txt{    
    position: absolute;
    width: 100%;
    bottom: 204px;
    text-align: center;
}

.aviso-som-txt h1{    
    font-weight: bold;
    margin-bottom: 0;
    color: white;
}

.aviso-som-txt p{    
    color: white;
    /* font-weight: bold; */
    font-size: 20px;
    width: 430px;
    margin: 0;
}

.aviso-som-txt-paragraphs{
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    align-items: center;
    top: 50px;
    gap: 30px;
}

#aviso-som{
    display: none;
    background-image: url('../../data/layout/aviso-som.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.paginacao{
    margin-top: 13px;
    font-size: 13px;
    display: none;
}
.circle-btn{
    cursor: pointer;
    user-select: none;
}
.ui-btns{
    width: 120px;
    margin: auto;
    text-align: center;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 25px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.0);
    cursor: pointer;
    font-size: 18px;
    padding: 0 10px;
    user-select: none;
}
.ui-btns-neg{
    width: 195px;
    margin: 15px auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 25px;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
    z-index: 5;
    padding: 0 10px;
    user-select: none;
}
.ui-btns-neg:hover{
    background-color: rgba(200,200,200,0.2);
}

.pontuacao{
    color: white;
    text-align: center;
    width: 25%;
    height: 75px;
    position: absolute;
    font-weight: 400;
    font-size: 30px;
}
.barraUI{
    color: #FFF;
    border: solid 2px #172628;
    border-radius: 7px;
    width: 100%;
    height: 40%;
    overflow: hidden;
}
.barraUI-fill{    
    background-color: #172628;
    width: 50%;
    height: 100%;
    transition-delay: 10ms;
    transition-property: width,transform, scale, opacity; 
    transition-duration: 1000ms; 
    transition-timing-function: cubic-bezier(0.3, 1.6, 0.7, 1);
}

.feedback-btns{
    /* width: 195px;    
    margin: 10px auto;
    text-align: center;
    font-weight: bold; */
    /* font-size: 18px; */
    /* color: #FFF; */
    /* border: 3px solid #FFF; */
    /* border-radius: 25px;
    background-color: rgba(0,0,0,0.2); */
    display: block;
    position: relative;
    width: 100%;
    /* height: 100%; */
    cursor: pointer;
    z-index: 5;
    user-select: none;
    text-align: center;
}
.feedback-btns:hover{
    /* background-color: rgba(255,255,255,0.2); */
    scale: 1.1;
}

.feedback-btns.tema{
    width: 195px;    
    /* margin: 10px auto; */
    margin: 100px auto;
    text-align: center;
    /* font-weight: bold; */
    font-size: 18px;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.2);
    text-transform: uppercase;
    padding: 4px;
}

.feedback-btns.continuar{
    width: 195px;    
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.2);
}

.feedback-btns.briefing{
    width: 325px;    
    padding: 5px;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.2);
}

.feedback-btns.voltar-btn{
    width: 325px;    
    padding: 5px;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.2);
}

.feedback-btns.super-briefing:not(.start){
    width: 300px;
    padding: 5px;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.2);
    /* margin-top: 80px; */
}


.feedback-btns.novojogo{
    width: 300px;
    padding: 5px;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.2);
}

.feedback-btns.ranking{
    width: 300px;
    padding: 5px;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: black;
    border: 3px solid #FFF;
    border-radius: 25px;
    background-color: white
}

.feedback-btns.terminar{
    width: 300px;
    padding: 5px; 
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.2);
}

.feedback-btns.continuarTimeup{
    width: 195px;    
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
}

.won-padlock-feedback{
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#ecraQuestoes{
    width: 100%;
    height: 100%;
    margin: auto;    
    display: none;
}
.exercicio{
    position: absolute;
    width: 100%;
    z-index: 1;
}
.questao{
    display: inline-table;
    width: 100%;
}
.questao-caixa{
    position: absolute;
    width: 100%;
    height: 250%;
    z-index: -1;
    opacity: 0.96;
}
.caixa-cinza{
    background-color: #eaeaea;
    box-shadow: 0px -1px 5px rgba(0,0,0,0.5);
}
.questao-txt{   
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
    align-self: center;
}
.questao-num-txt{
    font-weight: bold;
    font-size: 56px;
    text-align: center;
    color: #FFF;
    padding: 20px;
}

.alineas{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.alineas-caixas{
    position: absolute;
    z-index: -1;
}
.alineas-caixas{
    position: absolute;
    width: 100%;
    height: 94%;
    z-index: -1;
}
.alineas-barra{
    width: 100%;
    height: 94%;
}
.caixa-imagens{
    position: absolute;
    z-index: -1;
    display: none;
}
.barra-status{
    width: 100%;
    height: 180px;
    display: inline-table;
    background-color: rgba(37, 55, 60, 0.5);
    color: #FFF;
    text-align: center;
    opacity: 0.96;
}
.small-icon{
    width: 41px;
    height: 41px;
    margin: 5px 0 0 3px;
    display: inline-block;
    background-image: url('../../images/icones_temas.png');
} 
.small-icon .icon-img{
    width: 42px;
    position: absolute;
} 
.icon1{
    stroke:#1abc9c;
    background-position: 0px 0px;
}
.icon2{
    stroke:#3498db;
    background-position: 0px -42px;
}
.icon3{
    stroke:#9b59b6;
    background-position: 0px -84px;
}
.icon4{
    stroke:#f39c12;
    background-position: 0px -126px;
}
.icon5{
    stroke:#d35400;
    background-position: 0px -168px;
}
.icon6{
    stroke:#c0392b;
    background-position: 0px -210px;
}
.icon7{
    stroke:#FFF;
    background-position: 0px -252px;
}
.icon-outline{
    
}
circle {    
    fill: rgba(255,255,255,0.6);
    stroke-width: 3;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: dashoffset 2s ease-in-out 1;
}

@keyframes dashoffset {
    0% {
        stroke-dashoffset: 200;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.barra-status .nomeTema{
    /* background-color: rgba(0,0,0,0.2); */
    /* padding:  2px; */
    padding: 30px;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    /* width: 350px; */
    width: 470px;
    text-align: left;
}
.barra-status .mapaQuestoes{
    /* background-color: rgba(0,0,0,0.1);
    width: 100%;    
    padding-top: 1%;
    height: 46px; */
    width: 100%;
    padding-top: 1%;
    height: 46px;
    position: relative;
    top: 110px;
}
.barra-status .miniHex{
    position: absolute;
    width: 8%;
    height: 10%;
}
.barra-status .miniHexCor{
    position: absolute;
    width: 100%;
    height: 100%;
}
.barra-status .miniHexNum{
    position: absolute;
    margin-top: 25%;
    width: 100%;    
    /* color: black; */
    font-weight: bold;
}
.barra-status .line{
    position: absolute;
    margin-top: 3.2%;
    border-top: solid 2px #FFF;
}

.cor1{
    background-color: #c1272d !important;
}
.cor2{
    background-color: #e4564c !important;
}
.cor3{
    background-color: #f15a24 !important;
}
.cor4{
    background-color: #f9c44b !important;
}
.cor5{
    background-color: #8ecb5c !important;
}
.cor6{
    background-color: #b9cb5d !important;
}
.cor7{
    /*background-color: #aaffe4 !important;*/
    background-color: #89d0b9 !important;
    
}
.cor8{
    background-color: #00e1af !important;
}
.cor9{
    background-color: #44b9e0 !important;
}
.cor10{
    background-color: #be84e3 !important;
}

.border-cor1{
    border-color: #c1272d !important;
}
.border-cor2{
    border-color: #e4564c !important;
}
.border-cor3{
    border-color: #f15a24 !important;
}
.border-cor4{
    border-color: #f9c44b !important;
}
.border-cor5{
    border-color: #8ecb5c !important;
}
.border-cor6{
    border-color: #b9cb5d !important;
}
.border-cor7{
    /*border-color: #aaffe4 !important;*/
    border-color: #89d0b9 !important;
}
.border-cor8{
    border-color: #00e1af !important;
}
.border-cor9{
    border-color: #44b9e0 !important;
}
.border-cor10{
    border-color: #be84e3 !important;
}
.alineas-txt{
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
    padding-right: 10px;
    color: #777;

    font-size: 17px;
}
.alineas-box{
    /* width: 100%;
    padding: 25px 5px;
    background-color: #FFF;
    display: inline-table;
    box-shadow: 0px -1px 5px rgba(0,0,0,0.2); */
    width: 100%;
    padding: 25px 5px;
    background-color: #FFF;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
/*
.alineas-box:hover{
    color: rgb(255, 118, 0);
}
*/
.alineas-box .alinea-N{
    /* display: table-cell;
    vertical-align: middle; */
    width: 4%;
    /* padding: 0px 18px; */
    margin-left: 20px;
    position: relative;
}
.alineas-box .circle{
    width: 35px;
    height: 35px;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    /* padding-top: 5px;     */
    padding-top: 4px;
    font-size: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}
.alinea-click{
    cursor: pointer;
}
.desmarcado{
    /* color: #FFF; */
}
.marcado{
    /* background-color: rgba(37, 55, 60, 0.50) !important; */
    color: #FFF !important;
}
.incorreto-box{
    background-color: #CC3300 !important;
}

.correto-box{
    background-color: #6AE277 !important;
}
/*
 .marcado1{
    background-color: #f2e2f9 !important; 
}
 .marcado2{
    background-color: #d9ebf7 !important; 
}
 .marcado3{
    background-color: #ffd1b2 !important; 
}
 .marcado4{
    background-color: #f39c12 !important; 
}
 .marcado5{
    background-color: #8e44ad !important; 
}*/

.simboloFbAlineas{
    width: 25px;
    height: 25px;
    margin-left: auto;
}
.fbsymbol{
    width: 7%;    
}


/*--------- Cronometro ------- */
.barraCrono{
    width: 100%;
    height: 5px;
    background-color: rgba(0,0,0,0.2);
}
.barraFill{
    width: 100%;
    height: 5px;
    background-color: rgba(255,255,255,1);
}
.tempoFrame{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#tempoTxt{
    font-weight: bold;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.7); */
    font-size: 30px;
    color: #FFF;
    float: right;
    padding: 20px;
}

.ganhouPontos{
    position: absolute;
    font-size: 5em;
    color:#fb5e29;   
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    font-weight: bold;
    z-index: 6;
}
.perdeVidas{
    position: absolute;
    z-index: 6;
    width: 100%;
    display: none;
}
.heartL{
    position: absolute;
    width: 20%;
    left: 33%;
}
.heartR{
    position: absolute;
    width: 20%;
    left: 47%;
}

#containment-wrapper{
    position: absolute;
    width: 100%;
    height: 200%;
    top: 100%;
}

#cronometro{
    width: 100%;
    position: absolute;
    display: none;   
    text-align: center;
    z-index: 1;
}

.contador {
    height: 100%;
    width: 100%;
    display: table;
}

.contador .sombra{
    position: absolute;
    z-index: 3;
}
.contador .tempo-icon{
    width: 50px;
    margin: auto;
}

.popups{
    color: #FFF;    
    z-index: 5;
    display: none;
}
.popup-msg{
    border-radius: 5px;
}
.popupFeedback{
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.popupFeedback-body{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.popupFeedback-body-flex{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.feedback-titulo{
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
    right: 30px;
    top: -10px;
}

.feedback-titulo h1, .feedback-titulo h2{
    margin: 0
}

#popupFeedback.expanded{
    min-height: 740px !important;
    height: 740px !important;
    bottom: 0px;
}

#popupFeedback.minimized{
    min-height: 235px !important;
    height: 235px !important;
    bottom: 0px;
}

#popupFeedback.expanded .popupFeedback-body{
    gap: 100px;
}

.instructions-video{
    width: auto;
    height: 100%;
}

.footerMsg{
    color: #FFF;    
    z-index: 5;
    display: none;
    position: absolute;
    top: 70%;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    text-align: center;
}
.iconFdBack{
    display: none;
    margin: auto;
}
.feedback-icon{    
    width: 25%;
    /* margin: auto; */
    margin: 0;
    max-width: 168px;
}
.fb-icon{
    width: 21%;
}
.fim-icon{    
    width: 16%;
    margin: auto;
    max-width: 168px;
    min-width: 140px;
}
.fimTema-body{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.feedback-txt{
    padding: 0 25px 7px 25px ;    
    font-size: 18px;
    text-align: center;
}
.popup-txt{
    padding: 0px 25px 25px;    
    font-size: 18px;
}

.screen-cover{
    display: none;
    z-index: 2;
}

.icon-pontos-fim{
    
}

.pontosTxt-fim{
    font-size: 46px;
    padding-top: 16%;
    display: block;
}

.drag-icon{
    position: absolute;
    width: 65px;
    height: 20px;
    top: -20px;
    left: 46.5%;
    background-color: inherit;
    border-top-left-radius:     5px;
    border-top-right-radius:    5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius:  0;
    cursor: pointer;
    text-align: center;
}
.drag-icon i{
    color: #666;
    margin-top: 3px;
}

.ganhouShape{
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;    
    position: absolute;    
    width: 180%;
    margin-top: -38%;
    margin-left: -40%;
}

.popupTimeup-body{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 30px;
}

.timeupIcon {
    animation: zoomInOut 1s ease-in-out infinite alternate;
    -webkit-animation: zoomInOut 1s ease-in-out infinite alternate;
}
.btn-slide-feedback{
    font-size: 26px;
    position: relative;
    top: 20px;
    width: 100%;
    text-align: center;
}

/* ---- TABULEIRO ---- */

.tabuleiro{
    width: 87%;
    top: 18%;
    left: 12%;
    position: absolute;    
}
.casaTema{
    width: 40%;
    position: absolute;
}
.casaCor{
    
}
.casaOutline{
    z-index: -1;
}
.botaoGrande{
    cursor: pointer;
    align-self: center;
}

/* ----- footer ----- */

.quizFooter{
    position: absolute;
    bottom: -130px;
    width: 100%;
    height: 130px;
    background-color: #25373c;
    box-shadow: 0px -1px 5px rgba(0,0,0,0.5);
    z-index: 5;
}
.quizFooter .semi-circ{
    margin: auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #FFF;
    opacity: 0.8;
    margin-top: 3px;
    cursor: pointer;
}
.iconFooter{
    width: 79px; 
    height: 75px; 
    margin: 10px auto;
}
.quizFooter .semi-circ .txtBtn{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #25373c;
    margin-top: -5px;
    text-align: center;
}
.pontosInfo{
    opacity: 1;
    color: #CCAC00;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    font-size: 72px;
    font-weight: bold;
    line-height: 0.8;
}
.iconBooksFB{
    width: 15%;
    margin: auto;
}

.welcome-txt{
    position: absolute;
    transform: translate(203px, 288px);
    font-size: 22px;
}

.button-flex{
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 50px;
    height: 100px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes zoomInOut {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}


.responsiveCellRow{
    text-align: right;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@media (max-width: 320px) { 
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 1.2em;
    }
    .pontosInfo{
        font-size: 36px;
    }.popups{
        font-size: 15px;
    }
    #tempoTxt {
        font-size: 26px;
    }
    .alineas-box {
        padding: 5px 5px;
    }
    /* .feedback-btns {
        height: 22px;
        padding-top: 2px;
        font-size: 15px;
    } */
    .feedback-txt, .feedback-titulo{
        font-size: 14px;
    }    
    .iconBooksFB{
        width: 12%;
    }
    .icon-pontos-fim{
        height: 75px;
    }
    .fim-icon{
        min-width: 100px;
    }
    .pontosTxt-fim{
        font-size: 35px;
    }
    .ganhouPontos{
        font-size: 3em;
    }
    .roda-size1{  
        width: 250px;
        height: 250px;
        font-size: 14px;
    }
    .ecraInicial-txt h1{
        font-size: 36px;
    }
    .ecraInicial-txt h2{
        font-size: 25px;
    }
    .paragraphs {
        font-size: 14px;
        margin: 5px;
    }
    .ui-btns-neg{
        margin: 5px auto;
    }
    .iconFooter{
        display: none;
    }
    .quizFooter {
        height: 40px;
    }
    .barra-status{
        text-align: center;
    }
    .questao-num-txt {
        font-size: 24px;
    }
    .contador .tempo-icon {
        width: 25px;
        display: inline-block;
    }
    #tempoTxt {
        font-size: 35px;
        /* margin-left: 15px;
        display: inline-block; */
    }
    .pontosInfo {
        font-size: 36px;
    }
    .exercicio{
        font-size: 12px;
    }
}

@media (max-width: 550px) { 
    .responsiveCellRow{
        display: table-row;
        text-align: center;
    }
}

@media (min-width: 321px) 
  and (max-width: 640px) { 
    .popups{
        font-size: 15px;
    }
    #tempoTxt {
        font-size: 26px;
    }
    .alineas-box {
        padding: 25px 5px;
    }
    .alineas-txt {
        display: table-cell;
        vertical-align: middle;
        padding-left: 28px;
        padding-right: 10px;
        color: #777;
        font-size: 20px;
    }
    /* .feedback-btns {
        height: 24px;
        padding-top: 2px;
        font-size: 18px;
    } */
    .feedback-txt, .feedback-titulo{
        font-size: 22px;
    }
    .iconBooksFB{
        width: 12%;
    }
    .icon-pontos-fim{
        height: 125px;
    }
    .pontosTxt-fim{
        font-size: 35px;
    }
    .ganhouPontos{
        font-size: 3em;
    }
    .roda-size1{  
        width: 300px;
        height: 300px;
        font-size: 16px;
    }
    .ecraInicial-txt h1{
        font-size: 36px;
    }
    .ecraInicial-txt h2{
        font-size: 25px;
    }
    .paragraphs {
        font-size: 14px;
        margin: 5px;
    }
    .ui-btns-neg{
        margin: 5px auto;
    }
    .iconFooter{
        width: 55px;
        height: 55px;
        margin: 5px auto;
    }
    .quizFooter {
        height: 100px;
    }
    .barra-status{
        text-align: center;
    }
    .questao-num-txt {
        font-size: 38px;
    }
    .barra-status .nomeTema {
        /* background-color: rgba(0,0,0,0.2); */
        /* padding: 2px; */
        padding: 30px;
        float: left;
        font-size: 20px;
        text-transform: uppercase;
        /* width: 350px; */
        width: 470px;
        text-align: left;
    }
    .barra-status .miniHexNum{
        position: absolute;
        margin-top: 25%;
        width: 100%;
        /* color: black; */
        font-weight: bold;
        font-size: 25px;
    }
    .questao-txt {
        padding: 15px;
        display: table-cell;
        vertical-align: middle;
        font-weight: bold;
        color: #FFF;
        font-size: 20px;
        align-self: center;
    }
    .contador .tempo-icon {
        width: 25px;
        display: inline-block;
    }
    #tempoTxt {
        font-size: 35px;
        /* margin-left: 15px;
        display: inline-block; */
    }
    .pontosInfo {
        font-size: 42px;
    }
}
@media (min-width: 641px) 
  and (max-width: 1280px)
  and (orientation : landscape) { 
    .popups{
        font-size: 16px;
    }
    #tempoTxt{
        font-size: 36px;
    }
    /* .feedback-btns {
        height: 24px;
        padding-top: 2px;
        font-size: 18px;
    } */
    .pontosTxt-fim{
        font-size: 35px;
    }
    .roda-size1{  
        width: 350px;
        height: 350px;
        font-size: 18px;
    }
}

/*tablet portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {     
    .roda-size1{  
        width: 450px;
        height: 450px;
        font-size: 24px;
    }
    .pontuacao{
    width: 35%;
    }
}
@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 640px) 
and (orientation : portrait) {     
    h1{
        font-size: 24px;
    }
    .pontuacao{
    width: 25%;
    }
    .barra-status .line{
        margin-top: 5.5%;
    }
    .barra-status .miniHex{
        width: 13%;
        height: 15%;
    }
    
}

@media (min-width: 1281px) 
  and (max-width: 1600px) { 
    .popups{
        font-size: 18px;
    }
    .questao{
        
    }
}

@media (hover: none) {
   .cor1Hover:hover{
	color: initial !important;
    }
    .cor2Hover:hover{
	color: initial !important;
    }
    .cor3Hover:hover{
	color: initial !important;
    }
    .cor4Hover:hover{
	color: initial !important;
    }
    .cor5Hover:hover{
	color: initial !important;
    }
    .cor6Hover:hover{
	color: initial !important;
    }
    .cor7Hover:hover{
	color: initial !important;
    }
    .cor8Hover:hover{
	color: initial !important;
    }
    .cor9Hover:hover{
	color: initial !important;
    }
    .cor10Hover:hover{
	color: initial !important;
    }
}

#rolling-intro {
    position: absolute;
    width: 200%;
    top: 150%;
    height: calc(100% - 100px);
    left: -50%;
    padding: 0 calc(50% + 16px);
    transition: all 0.5s ease-in;
    background: var(--white);
    color: var(--colorA);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1000;
        /* background-image: url(../images/bg.png); */
	background: rgba(0, 0, 0, 0.90);
    backdrop-filter: blur(16px);

}

#rolling-intro.active {
    top: 100px;
    transition: all 0.5s ease-out;
}

.rolling-page {
    position: absolute;
    /* display: none; */
    top: 32px;
    left: calc(25% + 32px);
    width: calc(50% - 64px);
    height: calc(100% - 64px);
    display: flex;
    opacity: 0;
    z-index: 1000;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 8rem;
    justify-content: flex-start;
    text-align: center;
    /* background: var(--white); */
    overflow: hidden;
    transition: all 0.5s ease;
    /* background-image: url(../images/bg.png);*/
}

.rolling-page.active {
    opacity: 1;
    pointer-events: initial;
}
#rolling-intro-close {
    position: absolute;
    width: 70px;
    padding: 10px;
    z-index: 1000;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.no-click {
    pointer-events: none !important;
}

#rolling-intro-player {
    position: absolute;
    /*background: red;*/
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
#rolling-intro-bar {
    position: absolute;
    background: rgba(127,127,127,0.25);
    width: 90%;
    height: 10px;
    left: 5%;
    top: calc(50% - -20px);
    border-radius: 5px;
}
#rolling-intro-progress {
    position: absolute;
    height: 10px;
    min-width: 20px;
    background-color: rgba(127, 127, 127, 0.5);
    border-radius: 5px;
    top: 0;
    left: 0;
    cursor: pointer;
    /*transition: 1s width linear;*/
}

#rolling-intro-position {
    position: absolute;
    height: 10px;
    min-width: 20px;
    background-color: #9800b3;
    border-radius: 5px;
    top: 0;
    left: 0;
    pointer-events: none;
}

#rolling-intro-marker {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #9800b3;
    border-radius: 50%;
    transform: translate(-10px, -10px);
    pointer-events: none;
}

video#rolling-tutorial-video {
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
    border-radius: 30px
}
div#rolling-sign-here {
    display: none;
    position: absolute;
    top: 700px;
}

div#rolling-tutorial-play {
    position: absolute;
    color: #ffffff;
    /* border: 9px solid #ffffff; */
    /* border-radius: 50%; */
    width: 200px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 98px;
    padding-left: 22px;
    top: 500px;
    top: calc(50% - 100px);
    cursor: pointer;
    /* background: transparent; */
    /* background: #5a6f88; */
    background-image: url(../../data/layout/favo_empty.png);
    background-size: contain;
    background-repeat: no-repeat;
}

div#rolling-tutorial-play:hover {
    /* border: 9px solid #5a6f88; */
    /* background-color: #5a6f88; */
    color: #b067ae;
}

video#rolling-tutorial-video.filtered{
    filter: opacity(0.5);
    /* transition: all 0.3s ease; */
}

.rolling-intro-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 120px;
    transition: all 0.5s ease;
    z-index: 1000;
}
.rolling-intro-buttons.inactive {
    opacity: 0;
    pointer-events: none;
}

.rolling-intro-buttons .rolling-layout-bt {
    margin: 5px;
}

.rolling-layout-bt {
    background-color: var(--colorB);
    color: var(--colorA);
    border: 3px solid var(--colorA);
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: none;
    margin: 10px auto;
    cursor: pointer;
    
    width: 8rem;
    text-align: center;
    font-weight: bold;
}

.rolling-layout-bt.reverse {
    background-color: var(--colorB);
    color: var(--colorA);
    border: 3px solid var(--colorB);
}

.rolling-layout-bt:hover {
    background-color: var(--colorA);
    color: var(--colorB);
    border: 3px solid var(--colorA);
}
.rolling-layout-bt.reverse:hover {
    background-color: var(--colorA);
    color: var(--colorB);
    border: 3px solid var(--colorB);
}


.btn-help.inactive{
    display: none;
}