
@font-face {
    font-family: myriad;
    src: url(https://vidrosfloripaglass.com.br/venda2/fonts/myriadPro-Bold.otf);
}
body{
    margin: 0;
    padding: 0;
    font-family: myriad;
    background-image: url("../img/fundo.jpg");
    background-size: 100%;
    animation: background 20s infinite alternate;
    align-items: center;
    overflow:hidden;
}

:root {
    --transition: all 0.20s ease;
    --azul-forte: #07295f;
    --azul-fraco: #326195;
    --amarelo: yellow;
    --verde:#18ff00;
    --branco:#fff;
    --cinza-label: #848484;
    --cinza-value: #5b5b5b;
}
@keyframes  ouro {
    from {
        width: 100%;
      }
    
    to {
        width: 105%;
        margin-left: -2.5%;
      }
    
    }
@keyframes  lightsOn {
    from {
        filter: none;
      }
    
    to {
        filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.7));
      }
    
    }

@keyframes background {
    from {
        background-size: 100%;
    }   
    to {
        background-size: 110%;
    }        
}
@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);
    }
  }
.principal{
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
} 
.propaganda{
    display: none;
}
#owl-propaganda .item img{
    display: block;
    width: 78%;
    margin: 1% auto;
    height: auto;
}
@font-face {
    font-family: myriad;
    src: url(../fonts/myriadPro-Bold.otf);
}
.row{
    flex-direction: row;
    width: 100%;
}
.display-none{
    display: none;
}
.display-block{
    display: block;
}
.video{
	width:100%;
	height: 100%;
    border-radius: 0.4vw;
    overflow: hidden;
    position: relative;
}
.bt-video{
    position: absolute;
    bottom: 0.5vw;
    left: 0.5vw;
    height: 2vw;
    width: 2vw;
    background:#fff;
    cursor:pointer;
}

.bt-video2{
    display: none;
    position: absolute;
    bottom: 0.5vw;
    right: 0.5vw;
    height: 4vw;
    width: 4vw;
    background:#fff;
    cursor:pointer;
}
.bt-video img{
    width: 100%;
}
.bt-video2 img{
    width: 100%;
}
.video-expandido{
	position: absolute;
    width: 41vw;
    /* padding-top: 5%; */
    height: 24vw;
    text-align: center;
    margin: auto;
    z-index: 9;
    left: -41.8vw;
    /* bottom: 24vw; */
    top: -24.5vw;
}
.fechar-video{
	color: yellow;
	cursor: pointer;
}
.bt-audio{
    position: absolute;
    top: 1vw;
    left: 1vw;
    cursor:pointer;
    z-index: 9;
}
.bt-audio img{
    width: 100%;
}
.coluna-esquerda{
    width: 20%;
    height: 100%;
}
.coluna-centro{
    width: 42%;
    height: 100%;
    position: relative;
}
.coluna-direita{
    width: 38%;
    height: 100%;
}
.coluna-esquerda .informacoes{
    width: 92%;
    margin: 0.5vw 4%;
    float: left;
}
.coluna-esquerda .informacoes .box{
    width: 48%;
    margin: 1%;
    float: left;
    position: relative;
    height: 6vw;
}

.coluna-esquerda .informacoes .box .label{
    width: 80%;
    margin: auto;
    background: var(--azul-forte);
    color: var(--amarelo);
    border-radius: 0.5vw;
    text-align: center;
    position: absolute;
    font-size: 1.5vw;
    top: 0;
    left: 10%;
    z-index: 2;
    height: 2.5vw;
    line-height: 2.5vw;
    box-shadow: 0vw 0.4vw 0.8vw rgb(0 0 0 / 50%);
}
.coluna-esquerda .informacoes .box .value{
    width: 100%;
    height: 5vw;
    padding-top: 2vw;
    color: var(--branco);
    background: var(--azul-fraco);
    text-align: center;
    position: absolute;
    font-size: 2.2vw;
    top: 1vw;
    left: 0;
    border-radius: 0.5vw;
    box-sizing: border-box;
    z-index: 1;
}

.coluna-esquerda .premios{
    float: left;
    width: 100%;
    
}

.coluna-esquerda .premios .box{
    position: relative;
    margin:0;
    height: 8.7vw;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: 100%;
}
.coluna-esquerda .premios .premio-desativo{
    background-image: url('../img/premio.png')!important;
}
.coluna-esquerda .premios .premio-ativo{
    background-image: url('../img/premio-ativo.png')!important;
}

.coluna-esquerda .premios .acumulado-desativo{
    background-image: url('../img/premio-acumulado.png')!important;
    font-size: 1vw;
}
.coluna-esquerda .premios .acumulado-ativo{
    background-image: url('../img/premio-acumulado-ativo.png')!important;
}
.coluna-esquerda .premios .box .bg {
    width: 100%;
}

.coluna-esquerda .premios .box .star {
    width: 8vw;
    position: absolute;
    right: -4.5vw;
    top: 0.3vw;
}

.coluna-esquerda .premios .box .star img{
    width: 100%;
}
.coluna-esquerda .premios .box .acumulado-numero{
    Width: 4vw;
    color: #fff;
    position: absolute;
    right: -2.7vw;
    top: 3.2vw;
    font-size: 2.5vw;
    transform: rotate(20deg); 
}
.coluna-esquerda .premios .box .label{
    width: 100%;
    text-align: center;
    font-size: 2vw;
    position: absolute;
    top: 0.6vw;
}
.coluna-esquerda .premios .box .value{
    width: 100%;
    text-align: center;
    font-size: 3vw;
    position: absolute;
    top: 3.2vw;
}

.coluna-esquerda .premios .premio-ativo .label{
   color: var(--amarelo);
}
.coluna-esquerda .premios .premio-ativo .value{
    color: var(--branco);
}
.coluna-esquerda .premios .acumulado-ativo .value{
    color: var(--branco);
    top: 3vw;
}

.coluna-esquerda .premios .premio-desativo .label{
    color: var(--cinza-label);
    opacity: 0.3;
}
 .coluna-esquerda .premios .premio-desativo .value{
     color: var(--cinza-value);
     opacity: 0.3;
}
 .coluna-esquerda .premios .acumulado-desativo .value{
    color: var(--cinza-value);
    opacity: 0.3;
    top: 3vw;
}
.coluna-centro .bolas-sorteadas{
    width: 100%;
    height: 24.3vw;
    margin-bottom: 0.5vw;
    position: relative;
}

.coluna-centro .bolas-sorteadas .bola-principal{
    position: absolute;
    height: 20vw;
    width: 20vw;
    border: 1vw solid var(--branco);
    border-radius: 100%;
    top: 0.5vw;
    left: 5vw;
    background-image: url(../img/bg-bola.png);
    background-size: 100%;
    animation: lightsOn 1s infinite alternate;
    animation: rotating 20s linear infinite;

}
.coluna-centro .bolas-sorteadas .pre-bola{
    position: absolute;
    height: 0vw;
    width: 0vw;
    border-radius: 100%;
    top: 13vw;
    left: 16vw;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.coluna-centro .bolas-sorteadas .primeira-bola{
    position: absolute;
    height: 20vw;
    width: 20vw;
    border-radius: 100%;
    top: 1.5vw;
    left: 6vw;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.coluna-centro .bolas-sorteadas .segunda-bola{
    position: absolute;
    height: 9vw;
    width: 9vw;
    border-radius: 100%;
    top: 1.2vw;
    right: 4.2vw;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.coluna-centro .bolas-sorteadas .terceira-bola{
    position: absolute;
    height: 7vw;
    width: 7vw;
    border-radius: 100%;
    top: 11.22vw;
    right: 4.17vw;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.coluna-centro .bolas-sorteadas .quarta-bola{
    position: absolute;
    height: 6vw;
    width: 6vw;
    border-radius: 100%;
    top: 17.7vw;
    right: 10.2vw;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.coluna-centro .bolas-sorteadas .bola-principal img{
    animation: 0.8s ease-out 0s 1 bolaAnimada;
    }
    .coluna-centro .bolas-sorteadas .bola-principal .anima img{
        width: 100%!important;
        margin: 0!important;
    }
.coluna-centro .bolas-sorteadas .bola-1{
    position: absolute;
    height: 9vw;
    width: 9vw;
    border: 0.2vw solid var(--branco);
    border-radius: 100%;
    top: 1vw;
    right: 4vw;
}

.coluna-centro .bolas-sorteadas .bola-2{
    position: absolute;
    height: 7vw;
    width: 7vw;
    border: 0.2vw solid var(--branco);
    border-radius: 100%;
    top: 11vw;
    right: 4vw;
}

.coluna-centro .bolas-sorteadas .bola-3{
    position: absolute;
    height: 6vw;
    width: 6vw;
    border: 0.2vw solid var(--branco);
    border-radius: 100%;
    top: 17.5vw;
    right: 10vw;
}

.coluna-centro .bolas-sorteadas .bola-ordem{
    position: absolute;
    height: 3vw;
    width: 8vw;
    bottom: 0.5vw;
    left: 0.5vw;
    display: flex;
}
.coluna-centro .bolas-sorteadas .bola-ordem .label{
    width: 60%;
    display: none;
    margin-top: 0.7vw;
    background:var(--azul-forte);
    font-size: 1.5vw;
    text-align: center;
    padding-top: 0.5vw;
    box-sizing: border-box;
    color: var(--branco);
    border-radius: 0.5vw 0 0 0.5vw;
}
.coluna-centro .bolas-sorteadas .bola-ordem .value{
    width: 100%;
    height: 3.3vw;
    border-radius: 0.5vw;
    border: 0.2vw solid var(--azul-fraco);
    background:var(--azul-forte);
    text-align: center;
    font-size: 2.7vw;
    box-sizing: border-box;
    color: var(--amarelo);
}

.coluna-centro .bolas-sorteadas .mostrar-video{
    position: absolute;
    height: 5vw;
    width: 10vw;
    bottom: 1vw;
    right: 0.5vw;
	cursor: pointer;
}

.coluna-centro .bolas-sorteadas .mostrar-video img{
	width: 100%;
}
.coluna-centro .painel-numeros{
    width: 99%;
    background:var(--azul-forte);
    border-radius: 0.5vw;
    padding:0.2vw;
    box-sizing: border-box;
    float: left;
    COLOR:#2d2d2d;
   
}

.coluna-centro .painel-numeros .numero{
    width: 9.2%;
    background:#000;
    font-size: 2vw;
    border-radius: 0.5vw;
    height: 2.3vw;
    text-align: center;
    margin: 0.1vw 0.4%;
    float: left;
    padding-top: 0.2vw;
    box-sizing: border-box;
}

.coluna-centro .painel-numeros .sorteado{
    color: var(--verde);
}

.coluna-centro .painel-numeros .ultimo{
    color: var(--branco);
    background: red;
}


.coluna-direita {
    padding:0.3vw;
    box-sizing: border-box;
}
.coluna-direita .lista-melhores-cartelas{
    width: 100%;
    height: 24.4vw;
    margin-bottom: 0.2vw;
    background:var(--azul-fraco);
    font-size: 1.2vw;
    border-radius: 0.5vw;
    overflow: hidden;
	position: relative;
}

.coluna-direita .lista-melhores-cartelas .topo{
    background:var(--azul-forte);
    display: flex;
    height: 1.5vw;
    color: var(--amarelo);
}

.coluna-direita .lista-melhores-cartelas .topo .cupom{
    text-align: center;
    padding-top: 0.2vw;
    width: 20%;
}

.coluna-direita .lista-melhores-cartelas .topo .doador{
    text-align: center;
    padding-top: 0.2vw;
    width: 55;
}

.coluna-direita .lista-melhores-cartelas .topo .faltam{
    text-align: center;
    padding-top: 0.2vw;
    width: 40%;
}

.coluna-direita .lista-melhores-cartelas .linha{
    display: flex;
    height: 2vw;
    padding:0.14vw;
}

.coluna-direita .lista-melhores-cartelas .corpo .bg-branco{
    background:var(--branco);
    border-radius: 0.5vw;
    height: 2vw;
    line-height: 2.2vw;
}
.coluna-direita .lista-melhores-cartelas .corpo .cupom{
    text-align: center;
    padding: 0.1vw;
    width: 20%;
    color: red;
}

.coluna-direita .lista-melhores-cartelas .corpo .doador{
    text-align: center;
    padding: 0.1vw;
    width: 55%;
    color: var(--azul-forte);
}

.coluna-direita .lista-melhores-cartelas .corpo .faltam{
    padding: 0.1vw;
    width: 40%;
}

.coluna-direita .lista-melhores-cartelas .corpo .faltam span{
    width: 18.4%;
    float: left;
    background:var(--azul-forte);
    color: var(--amarelo);
    border-radius: 0.5vw;
    margin: 0.1vw;
    height: 1.8vw;
    text-align: center;
    line-height: 2vw;
}
.coluna-direita .lista-melhores-cartelas .corpo .faltam .nulo{
    background:#d3d3d3;
}
.coluna-direita .bilhete-melhores-cartelas{
    width: 100%;
    height: 22.9vw;
    margin-bottom: 0.5vw;
	position: relative;
}

.coluna-direita .bilhete-melhores-cartelas .cartela{
background: #ffd798;
width: 49%;
height: 11.2vw;
border-radius: 0.5vw;
float: right;
margin-bottom: 0.3vw;
padding:0.2vw;
box-sizing: border-box;
}

.coluna-direita .bilhete-melhores-cartelas div:nth-child(odd){
    float: left;
}

.coluna-direita .bilhete-melhores-cartelas .cartela .numero{
    width: 18.7%;
    background: var(--branco);
    height: 2.2vw;
    border-radius: 0.5vw;
    font-size: 1.6vw;
    text-align: center;
    line-height: 2.3vw;
    float: left;
    margin: 0.1vw;
}

.coluna-direita .bilhete-melhores-cartelas .cartela .doador{
width: 100%;
font-size: 1.5vw;
text-align: center;
line-height: 2vw;
color: var(--amarelo);
background:var(--azul-forte);
border-radius: 0.5vw;
height: 1.6vw;
margin-bottom: 0.2vw;
}
.coluna-direita .bilhete-melhores-cartelas .cartela .cupom{
width: 100%;
font-size: 1.5vw;
text-align: center;
line-height: 2vw;
color: var(--amarelo);
background:var(--azul-forte);
border-radius: 0.5vw;
height: 1.6vw;
margin-top: 0.2vw;;
}
.coluna-direita .bilhete-melhores-cartelas .cartela .sorteado{
    background: var(--azul-fraco);
    color: var(--branco);
}
.premiado{
    display: none;
    width: 100%;
    height: 100%;
    background-size: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
    background-color:rgba(0,0,0,0.8);
    right: 0;
    display: ;
}
.premiado .bg-ouro{
    width: 100%;
    overflow: hidden;
    bottom: 0;
    z-index: -1;
    position: absolute;
}
.premiado .bg-ouro img{
   
   
    width: 100%;
   
    animation: ouro 1s infinite alternate;
}
.premiado .modal{
    width: 90%;
    height: 85%;
    margin: 3% auto;
    background-color:rgba(0,0,0,0.5);
    border-radius: 3vw;
    justify-content: center;
    border: 0.2vw solid yellow;
}

.premiado .modal .box{
    width: 30%;
    height: 6vw;
    margin: auto;
    color: yellow;
    background: #07295f;
    border-radius: 2vw;
    text-align: center;
    line-height: 6.5vw;
    font-size: 4vw;
    margin-top: -2vw;
}

.premiado .premiado-cartelas{
    width: 90%;
    margin: auto;
    height: auto;
    margin-bottom: 0.5vw;
}

.premiado .cartela{
background: #ffd798;
width: 48%;
height: auto;
border-radius: 0.5vw;
float: left;
margin-bottom: 0.5vw;
padding:0.2vw;
box-sizing: border-box;
margin: 1%;
z-index: 99999;
}

.premiado .cartela .numero{
    width: 19.3%;
    background: var(--branco);
    height: 3vw;
    border-radius: 0.5vw;
    font-size: 2.5vw;
    text-align: center;
    line-height: 3.5vw;
    float: left;
    margin: 0.1vw;
}

.premiado .cartela .doador{
width: 100%;
font-size: 2vw;
text-align: center;
line-height: 3.5vw;
color: var(--amarelo);
background:var(--azul-forte);
border-radius: 0.5vw;
height: 3vw;
margin-bottom: 0.2vw;
}
.premiado .cartela .rodape{
width: 100%;
font-size: 2vw;
line-height: 3.5vw;
color: var(--amarelo);
background:var(--azul-forte);
border-radius: 0.5vw;
height: 3vw;
margin-top: 0.2vw;;
float: left;
}

.premiado .cartela .cupom{
    width: 40%;
    float: left;
    padding-left: 1vw;
}
.premiado .cartela .valor{
    width: 40%;
    float: right;
    padding-right: 1vw;
    text-align: right;
}

.premiado .cartela .sorteado{
    background: var(--azul-fraco);
    color: var(--branco);
}

.descanso{
	width: 100%;
	position: absolute;
	z-index:99;
    display: none;
}
.descanso .coluna-esquerda{
	float: left;
	width: 55%;
	height: 100%;
    text-align: center;
	
}

.descanso .titulo{
    width: 100%;
    height: 6vw;
    margin: 0;
    font-size: 4vw;
    text-shadow:1px 1px 10px #fff, 1px 1px 10px #00ffff;
    -webkit-text-stroke-width: 0.1vw; /* largura da borda */
    -webkit-text-stroke-color: #333; /* cor da borda */
}

.descanso .amarelo{
    color: yellow;
    line-height: 6.7vw;
}
.descanso .vermelho{
    color: red;
    line-height: 6vw;
}
.descanso .coluna-esquerda .linha{
    width: 98%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.descanso .coluna-esquerda .sorteio-especial .box{
    position: relative;
    margin:0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.descanso .coluna-esquerda .sorteio-especial .info{ 
    background-image: url('../img/bg-descanso-info.png')!important;
    width: 33.3%;
    background-size: 80%;
    background-position-x: center;
    height: 6vw;
}

.descanso .coluna-esquerda .sorteio-especial .premio{ 
    background-image: url('../img/bg-descanso-premio.png')!important;
    width: 33.3%;
    background-size: 98%;
    background-position-x: center;
    height: 8vw;
}
.descanso .coluna-esquerda .sorteio-especial .info .label{
    color:yellow;
    font-size: 1.5vw;
    line-height: 2.4vw;
}

.descanso .coluna-esquerda .sorteio-especial .info .value{
    color:#fff;
    font-size: 2vw; 
    line-height: 2.7vw; 
}
.descanso .coluna-esquerda .sorteio-especial .premio .label{
    color:yellow;
    font-size: 1.5vw;
    line-height: 3vw;
}

.descanso .coluna-esquerda .sorteio-especial .premio .value{
    color:#fff;
    font-size: 2vw; 
    line-height: 3.3vw; 
}
.descanso .coluna-direita{
	float: left;
	width: 45%;
	height: 100%;
    text-align: center;
	
}

.descanso .coluna-direita .relogio{
    width: 100%;
    height: 14vw;
    display: flex;
    padding: 2%;
    box-sizing: border-box;
    justify-content: space-between;
    background: #07295f;
}

.descanso .coluna-direita .relogio .numero{
    width: 20%;
    font-size: 14vw;
    text-align: center;
    border: solid 0.3vw #fff;
    color: yellow;
    line-height: 14vw;
    border-radius: 1vw;
}

.descanso .coluna-direita .relogio .doispontos{
    width: 10%;
    font-size: 10vw;
    text-align: center;
    color: yellow;
}


.descanso .coluna-direita .proximos{
    margin-top: 1vw;
    width: 100%;
    height: 26vw;
    background: #07295f;
    border-radius: 0.5vw;
}

.descanso .coluna-direita .proximos .topo{
    display: flex;
    justify-content: space-between;
}

.descanso .coluna-direita .proximos .linha{
    display: flex;
    justify-content: space-between;
}


.descanso .coluna-direita .proximos .topo .box{
    width: 25%;
    border: 0.1vw solid #fff;
    border-radius: 0.5vw;
    margin:1%;
    color:yellow;
    line-height: 4.5vw;
    height: 4vw;
    font-size:2vw;
}

.descanso .coluna-direita .proximos .menor{
    font-size: 1.5vw!important;
}
.descanso .coluna-direita .proximos .linha .box{
    width: 25%;
    border-radius: 0.5vw;
    margin:0.5% 1%;
    background: #fff;
    color: red;
    font-size:2vw;
    height: 3.66vw;
    line-height: 4vw;
}
.teste{
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 9999999;
    background: #333;
    font-size: 1.5vw;
    height: 4vw;
    line-height: 4vw;
}
.ganhadores-final{
    width: 96%;
    margin: 0 2%;
    height: 100vh;
    display: none;
}

.ganhadores-final .box{
height: 42vw;
width: 25%;
margin: 0.8%;

margin-top: 3vw;
}

.ganhadores-final .box .ganhadores{
 width: 60%;
 margin: 15% 20%;
}

.ganhadores-final .box .logo-doou{
    width: 70%;
    margin: 5% 15%;
   }
.ganhadores-final .box-amarelo{
    background:yellow;
    border-radius: 1.5vw;
    margin-top: 3.5vw;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 2vw;
    flex-wrap: wrap;
    align-content: baseline;
}
.ganhadores-final .box-amarelo .premio{
position: absolute;
top: -2vw;
width: 60%;
}

.ganhadores-final .box-amarelo .box-ganhador{
    width: 100%;
    background-image: url("../img/bg-premio-final.png");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 9vw;
    margin-top: 1vw;
}

.ganhadores-final .box-amarelo .box-ganhador span{
width: 100%;
display: block;
text-align: center;
}

.ganhadores-final .box-amarelo .box-ganhador .codigo{
    font-size: 2.4vw;
    color: yellow;
}

.ganhadores-final .box-amarelo .box-ganhador .nome{
    font-size: 1.5vw;
    line-height: 2.5vw;
    color: #fff;
}

.ganhadores-final .box-amarelo .box-ganhador .valor{
    font-size: 2.2vw;
    color: yellow;
    line-height: 2vw;
    
}