body {
    margin: 0;
    color: #fff;
    font-family: myriad;
    text-transform: uppercase;
	background-image: url("../images/novo-fundo.jpg");
	background-size: 120vw;
	background-attachment: fixed;
	
	}

@font-face {
    font-family: myriad;
    src: url(../fonts/myriadPro-Bold.otf);
}
a{
	color: yellow;
}
.ganhadores{
	border: 0.1vw solid #fff;
	padding: 5% 2%;
	
	box-sizing: border-box;
	
margin-bottom:5%;
float: left;
width: 100%;
}
#principal{
	width:100%;
	min-height:90vh;
	text-align: center;
}
#esquerda {
	width: 55%;
	float: left;
	padding: 0.8vw;
	box-sizing: border-box;
	text-align: left;
	
}

#comprar{
	margin-bottom:0.5vw;
	width:100%;
	height: 15vh;
	background: #fff;
	border-radius: 0.5vw;
	overflow: hidden;
	padding:0.5vw;	
	box-sizing:border-box;
	
	
	}
#comprar .div-esq{
	width:60%;
	float: left;
}

#comprar .div-100{
	width:100%;
	float: left;
	height: 7vh;
	box-sizing:border-box
	}

#comprar .div-100r{
	width:97%;
	background:#FFF;
	float: left;
	height: 6vh;
	box-sizing:border-box;
	overflow:hidden;
	border-radius: 1vw;
}


#comprar .div-dir{
	width:40%;
	float:right;
	height:100%;
}
#comprar .qtd-bt{
	
	width:2.8vw;
	height: 2.8vw;
	line-height: 2.2vw;
	background: yellow;
	border-radius: 5vw;
	color: #333;
	margin: 0.5%;
	float:left;
	text-align: center;
	font-family: myriad;
	border:0.3vw solid #08234e;
	box-sizing: border-box;
	cursor:pointer;
	font-size: 1vw;
	text-align:center;
}
#comprar .quadro-qtd{
	background: #fff;
	height: 6vh;
	padding: 0.5vh;
	box-sizing: border-box;
	float:left;
	width: 40%;
	font-size: 1.5vw;
}
#comprar .bt-menos-mais{
	width:30%;
	height: 5vh;
	background:#08234e;
	float: left;
	text-align: center;
	line-height: 5vh;
	cursor:pointer;
	font-family: myriad;
		
}
#comprar .menos-mais-direita{
	border-radius: 0 1vw 1vw 0;
}

#comprar .menos-mais-esquerda{
	border-radius: 1vw 0 0 1vw;
}
#comprar .input-qtd{

	width: 40%;
	background: #333;
	float: left;
	height:100%;
	padding:0;
	margin:0;
	
	
}
#comprar .input-qtd input{
	border: 0.1vw solid #08234e;
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
	box-sizing: border-box;
	height: 5vh;
	font-size: 1.5vw;
	font-family: myriad;
	background:#FFF;
}
#comprar .input-valor{
	width: 50%;
	float: right;
	height:100%;
	box-sizing: border-box;
		border: 0;
	padding:0;
	margin:0;
		
		
	padding: 0.5vh;
}

#comprar .input-valor input{
		border: 0;
	padding:0;
	margin:0;
	width:95%;
	text-align:center;
	height:100%;
	font-size: 1.5vw;
	background:#FFF;
	border: 0.1vw solid #333;
	font-family: myriad;
	height: 5vh;
	box-sizing: border-box;
	border-radius: 1vw;
}

#comprar .bt-comprar{
	width:100%;
	border:0;
	height:13vh;
	box-sizing:border-box;
	background: green;
	color: #FFF;
	font-size: 2vw;
	cursor:pointer;
	font-family: myriad;
	border-radius: 1vw;
}

.proximo-jogo{
	text-align: center;
	margin-top: 2vh;
	font-size: 2vw;
	color:#fff;
}
.proximo-sorteio{
	color: yellow;
}
.menu{
	left:0;
	top: 0;
	width:100%;
	height:10vh;
	background:#08234e;
	border-bottom: 0.1vh #00BF00 solid;
	float:left;
	margin: 0;
	box-sizing: border-box;
	z-index:9999;padding:0 1vw;
}
.logo{
	width:20%;
	float:left;
}
.logo img{
	height: 9vh;
	margin-left: 2vh;
}
.info-menu{
	width:20%;
	float:right;
	color: #FFF;	
	font-size: 1.5vw;
	height:10vh;
	}
	
.info-menu ul {
    padding:0px;
    margin:0px;
    list-style:none;
	text-align: right;
}
.info-menu ul li { display: inline; }
.info-menu  ul li a {
    padding: 0;
    display: inline-block;

    /* visual do link */
   
    color: #FFF;
    text-decoration: none;
}
.info-menu i{
	margin: 0 0.4vw;
	line-height: 10vh;
	
}

@keyframes bell-animado {
  0%   {opacity: 1.0;}
  25%  {opacity: 0.8;}
  50%  {opacity: 0.0;}
  75%  {opacity: 0.8;}
  100% {opacity: 1.0;}
}
.bt-bell img{
	width: 1vw;
	margin-left: -1vw;
	animation: bell-animado 0.5s infinite;
}
.notificacao{
	list-style:none;
	width: 20vw;
	right: 2vw;
	font-size: 1.5vw;
	z-index: 999;
	position: absolute;
	background: #08234e;
	margin: 0;
	padding: 1vw;
	top: 10vh;
	display:none;
	text-align: left;
	box-sizing:border-box;
}

.info-notificao{
	font-size: 1vw;
}

.data-notificao{
	font-size: 0.8vw;
	color: #fff;
}
.notificacao li{
	width: 100%;
	border-bottom: 0.1vw solid #FFF;
	margin-bottom: 1vw;
}
.notificacao li a{
	text-decoration: none;
}
.config{
	float:right;
	margin:0;
}
.fa-volume-up{
	display: none!important;
}
.bem-vindo{
	width: 100%;
	height:1vh;
	line-height:5vh;
	text-align:right;
	float:left;
}
.saldo{
	height: 10vh;
	line-height:10vh;
	text-align:right;
	float:left;
	margin-right:1vw;
}
.saldo-valor{
	color: yellow;
	border: 0.2vw solid #FFF;
	padding:1%;
	border-radius: 1vh;
}
.volume {
	line-height:10vh;
	margin-right: 2vw;
	float: right;
	text-align: right;
	font-size: 2vw;
	color: #FFF;
}
.form-busca{
	width:90%;
	margin: 5%;
}
.campo-buscar{
	
	width:80%;
	padding:4%;
	font-size:2vh;
	text-align: center;
		margin-top: 4vh;
		box-sizing: border-box;
		float: left;
		margin-bottom:4vh;
}
.bt-buscar{
		width: 20%;
		margin: auto;
		float: left;
	padding:4% 0;
	font-size:2vh;
	margin-top: 4vh;
	text-align: center;margin-bottom:4vh;
}
#direita {
	width: 45%;
	float: right;
	padding: 0.8vw;
	box-sizing: border-box;
}
.premiado{
	text-align: center;
	width: 100%;
	padding: 5% 20%;
	height: 100vh;
	background: #18386b;
	position: fixed;
	z-index:9999;
	display: none;
	overflow: scroll;
	 overflow-x: hidden;
	  overflow-y: 10px;
	  box-sizing: border-box;
	scrollbar-face-color:"#8d93b7";
scrollbar-highlight-color:"#8d93b7";
scrollbar-3dlight-color:"#C7CAEB";
scrollbar-darkshadow-color:"#C7CAEB";
scrollbar-shadow-color:"#8d93b7";
scrollbar-arrow-color:"#F8FBE4";
scrollbar-track-color:"#C7CAEB";
}
.separador{
	
	width:100%;
	height: 0.5vw;
	
}
.formulario{
	display: none;
	font-size:1.5vw;
	text-align: center;
	width: 100%;
	height: 100vh;
	background: #18386b;
	position: fixed;
	z-index:9999;
	
	overflow: scroll;
	 overflow-x: hidden;
	  overflow-y: 10px;
	  box-sizing: border-box;
	scrollbar-face-color:"#8d93b7";
scrollbar-highlight-color:"#8d93b7";
scrollbar-3dlight-color:"#C7CAEB";
scrollbar-darkshadow-color:"#C7CAEB";
scrollbar-shadow-color:"#8d93b7";
scrollbar-arrow-color:"#F8FBE4";
scrollbar-track-color:"#C7CAEB";
}

.formulario form{
	width: 60%;
	margin: auto;
	margin-top: 2vw;
	background: #FFF;
	padding: 2%;
	color: #333;
}
.formulario h4{
	font-size: 3vw;
}
.formulario .btn{
	margin: 2vw 0;
	width: 80%;
	margin: 2% 10%;
	background: green;
	padding: 3%;
	border: 0;
	color: #FFF;
	border-radius: 1vw;;
}
.formulario .radio-input{
	width: 1.2vw;
margin-top: -1px;
  vertical-align: middle;
}
.premiado-final img{
		margin:2%;
		width: 40%;
}
.formulario .form-grupo{
	width: 60%;
	margin: auto;
	padding: 2%;
	text-align: left;
	
}

.campo-chave-pix{
	padding: 4%;
	border: 1px #333 solid;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
.formulario .cancelar{
	text-decoration: none;
	color: red;
	width: 100%;
	text-align: center;
}
.premio-img{
	width:100%;
	padding-bottom:4vw;
}
.premio-img img{
	width: 40%;
}
.bolas-sorteadas{	
	width: 17%;
	margin:0.5% 0%;
}
.bola-ultimas-listadas{
	width: 125%;
}
.sorteio-premio{
	width:100%;
	height:54vh;
	float:left;
}
.premio-desativado{
	opacity:0.2;
}
.todos-premios{
	width:35%;
	float:left;
	box-sizing: border-box;
}

.sorteio-video{
	width:64%;
	height: 44vh;
	float: right;
	background:#333;
	border-radius: 1vw;
	overflow: hidden;
	text-align: center;
	padding:1%;
	box-sizing: border-box;
}
.sorteio-video img{
	width: 90%;
}
.detalhes-sorteio{
	width:100%;
	margin:0%;
	height:8vw;
	line-height: 8vw;
	float: left;
	text-align: center;
	font-size: 1.5vw;
	background:#104f7a;
}
.detalhes-titulo{
	background:#104f7a;
	color: yellow;
	height:4vw;
	line-height: 4vw;
}

.detalhes-valor{
	background:#2363a0;
	height:4vw;
	line-height: 4vw;
}

.premios{
	width:100%;
	margin-top:0.5vh;
	float: left;
	text-align: center;
	font-size: 2vw;
	background:#104f7a;
}
.premio-titulo{
	background:#104f7a;
	color: yellow;
	height:5vh;
	padding-top: 1vh;
}

.premio-valor{
	background:#2363a0;
	height:5vh;
	padding-top: 1vh;
	
}
.acumulado{
	background-image: url("../images/bgacumulado.png");
}

.premio-1{
	background-image: url("../images/bgpremio1.png");
}

.premio-2{
	background-image: url("../images/bgpremio2.png");
}

.premio-3{
	background-image: url("../images/bgpremio3.png");
}
.valor-premio{
	width: 100%;
	padding-top: 7vw;
	font-size: 3vw;
	padding-left: 1vw;
}
.bolas-ordem {
    font-size: 2vw;
    width: 100%;
    height: 3vw;
    float: left;
    background-image: radial-gradient(#fff, #08234e);
    text-align: center;
    line-height:3vw;
    border-top: solid 1px #133365;
}
.cartelas-compradas{
    font-size: 2vw;
    width: 100%;
    height: 3vw;
    float: left;
    background-image: radial-gradient(#fff, #08234e);
    text-align: center;
    line-height:3vw;
    border-top: solid 1px #133365;
	border-radius: 0.5vw;
	border: solid #133365 0.2vw;
}
.compradas-nome{
	color: #133365;
}

.compradas-valor{
	color: red;
}
.bola-quantidade-numero {
    float: left;
    box-sizing: border-box;
    margin-left: 1vh;
    color: red;
}
.bola-ordem-nome {
    float: left;
    width: 54%;
    margin: 0;
	font-size:1.5vw;
    text-align: right;
	color: #08234e;
}
.sorteio{
	overflow: hidden;
    width: 100%;
    height: 25vh;
	box-sizing: border-box;
    float: left;
    background-image: radial-gradient(#000, #08234e);
    border-radius: 1.5vw 1.5vw 0 0;
}
.mostrar-cartelas {
	border: 0.5vw solid #133365;
    width: 100%;
    margin: auto;
	margin-top:0.3vw;
	height: 63vh;
	padding:0%;
	overflow: scroll;
	 overflow-x: hidden;
	  overflow-y: 10px;
	  box-sizing: border-box;
	  border-radius: 1vw;
	
	scrollbar-face-color:"#8d93b7";
scrollbar-highlight-color:"#8d93b7";
scrollbar-3dlight-color:"#C7CAEB";
scrollbar-darkshadow-color:"#C7CAEB";
scrollbar-shadow-color:"#8d93b7";
scrollbar-arrow-color:"#F8FBE4";
scrollbar-track-color:"#C7CAEB";

}
.venda-iniciada{
	display: none;
}
.premiado .cartela{
	width: 100%;
	border-radius: 0.7vw;
}
.premiado .cartela-geral{
	width:49%;
	margin:0.5%;
}
.premiado 
.quadros-branco{
	background:#2ba6df;
}
.cartela-geral{
	width:50%;
	float:left;
	margin-bottom: 0.3vw;
	
}

.cartela {
    color: #fff;
    float: left;
    flex-direction: row;
    margin: auto;
    padding: 1% 1%;
    margin-right: %;
    width: 90%;
    margin-top: 0.3vw;
    background: #2062a9;
    box-sizing: border-box;
	padding:0.2vw;
	margin-bottom:0.2vw;
	
	border-radius: 0 0.7vw 0.7vw 0.7vw;
}
.cartela-unica {
    color: #fff;
    float: left;
    flex-direction: row;
    margin: auto;
    padding: 1% 1%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    width: 100%!important;
    margin-top: 0.3vw;
    box-sizing: border-box;
	padding:0.2vw;
	margin-bottom:0.2vw;
	border-radius: 1vw;
}
.cartela-unica .cartela-quadros{
	height:5vw;
	line-height: 5vw;
	font-size: 3vw;
}
.cartela-topo {
	color:#70157c;
    width: 99%;
    text-align: center;
	background: #ead254;
	margin: 0.5%;
	text-align: center;
	border-radius: 1vw;
	 float: left;
	 height:5vh;
    box-sizing: border-box;
	padding: 0 5%;
}
.premiado .cartela-topo{
	color:#FFF;
	background: #2ba6df;
}
.premiado .cartela{
	background:#2564aa;
}
.cartela-codigo{
	width:40%;
	float: left;
	line-height: 5vh;
	text-align: left;
}

.cartela-valor{
	width:60%;
	float: right;
	line-height: 5vh;
	text-align: right;
}
.cartela-doador {
    width: 100%;
    font-size: 1.5vw;
    float: left;
    line-height: 5vh;
    text-align: center;
    box-sizing: border-box;
	 float: left;
	
}
.codigo-vertical{
	
    margin-top: 0.3vw;
	padding-left: 1%;
	width:8%;
	height:6vw;
	border-radius: 0.7vw 0 0 0.7vw ;
	background: #2062a9;
	float:left;

}
.codigo-vertical p{
	color: #fff;
	margin:0;
	padding: 1vw 0;
	font-size:1.2vw;
	margin-top: 2.2vw;
	-webkit-transform:rotate(270deg);
	}
.cartela-quadros {
    width: 10%;
    height: 2vw;
	margin: 0.5%;
    text-align: center;
    line-height: 2.2vw;
    float: left;
    background-color: #fff;
    box-sizing: border-box;
    color: #333;
    font-size: 1.2vw;
	border-radius: 0.5vw;
}
.quadros-branco{
	background:#2ba6df;
}

.todas-bolas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-bottom: 6vw;
}

.bola-premio3 {
    background: yellow !important;
}

.bola-premio2 {
    background: #7f7f7f !important;
}

.bola-premio1 {
    background: #ffa633 !important;
}

.bolas img {
    width: 4vw;
    position: absolute;
    margin-top: 5vw;
}

.bolas {
	border: solid 1px #08234e ;
    background: #fff;
	color: #08234e;
    width: 7vw;
    height: 7vw;
    float: left;
    border-radius: 10vw;
    padding: 1vw;
    text-align: center;
    line-height: 7vw;
    font-size: 5vw;
    margin: 0.4vw;
}
.numero-ultimo {
    color: #FFF!important;
	background:#ff0000!important;
}
.numero-sorteado {
    color: #FFF!;
	background:#0cff00;
}

.numero-premiado {
    color: #FFF!important;
	background:#ff0000!important;
}

.selecionar-sorteio {
    text-align: center;
    margin-top: 3vw;
    margin-bottom: 3vw;
}
  @media(orientation: portrait) {
	  body {
    margin: 0;
    color: #fff;
    font-family: myriad;
    text-transform: uppercase;
	background-image: url("../images/novo-fundo.jpg");
	background-size: 180vh;;
	
	}

	#esquerda {
	width: 100%;
	background: #245091;
	}
	#direita {
	width: 100%;
	padding:0;
	}
.valor-premio{
	width: 100%;
	padding-top: 7.5vh;
	font-size: 6vw;
	padding-left: 1vw;
}

.sorteio-premio{
	width:100%;
	height:auto;
	float:left;
}

.todos-premios{
	width:100%;
	height:auto;
	float:left;
	box-sizing: border-box;
}

.premios{
	width:24%;
	margin:0.5%;
	height:auto;
	float: left;
	text-align: center;
	font-size: 2vh;
	background:#104f7a;
}
.premio-titulo{
	background:#104f7a;
	color: yellow;
	height:4vh;
	line-height: 5vh;
}

.premio-valor{
	background:#2363a0;
	height:5vh;
	line-height: 5vh;
	margin: 5%;
}

.detalhes-sorteio{
	width:100%;
	margin:0.5%;
	height:6vh;
	float: left;
	text-align: center;
	font-size: 3vh;
	line-height: 6vh;
	background:#104f7a;
}
.detalhes-titulo{
	background:#104f7a;
	color: yellow;
	height:4vh;
	line-height: 4vh
}

.detalhes-valor{
	background:#2363a0;
	height:4vh;
	line-height: 4vh;
}

.sorteio-video{
	width:100%;
	height: auto;
	float: right;
	background:#333;
	border-radius: 1vw;
	overflow: hidden;
	margin-top:1vw;
}
.sorteio-video img{
	width: 100%;
}
.bolas-ordem {
	
    width: 100%;
    height: 4vh;
	line-height:3vh;
    float: left;
    border-radius: 0 0 1vw 1vw;
    text-align: center;
    padding-top: 2vh;
    border-top: solid 1px #133365;
}

.cartelas-compradas{
	
    width: 100%;
    height: 4vh;
	line-height:3vh;
    float: left;
    border-radius: 1vw;
    text-align: center;
    padding-top: 2vh;
    border-top: solid 1px #133365;
}
.bola-quantidade-numero {
    float: left;
    box-sizing: border-box;
    margin-left: 1vh;
	font-size:6vw;
}
.bola-ordem-nome {
    float: left;
    width: 54%;
    margin: 0;
    text-align: right;
	font-size:4vw;
}
.sorteio{
	height:13.5vh;
	margin-top: 1vw;
}
.premiado .cartela-geral{
	width:100%;
	margin:0.5%;
	
}
.mostrar-cartelas {
	background: #000;
	border: 0;
	border-radius: 0;
}
.cartela-geral{
	width:98%;
	margin: 1%;
	float:left;
	margin-bottom: 2vw;
	
}
.cartela {
    color: #fff;
    float: left;
    flex-direction: row;
    margin: auto;
    padding: 1% 1%;
    margin-left: -0.3%;
    margin-right: 0.5%;
    width: 94%;
    margin-top: 0.3vw;
    box-sizing: border-box;
	padding:1vw;
	margin-bottom:0.2vw;
	border-radius: 0 2vw 2vw 2vw;
	
}
.cartela-topo {
    width: 99%;
    text-align: center;
	margin: 0.5%;
	text-align: center;
	border-radius: 1vw;
	 float: left;
	 height:5vh;
    box-sizing: border-box;
	padding: 0 5%;
	
}
.cartela-doador {
    width: 100%;
    font-size:4vw;
    float: left;
    line-height: 5vh;
    text-align: center;
    box-sizing: border-box;
	 float: left;
	
}

.codigo-vertical{
	
    margin-top: 0.3vw;
	width:4%;
	height:15vw;
	border-radius: 2vw 0 0 2vw ;
	float:left;

}
.codigo-vertical p{
	
	margin:0;
	margin-top: 6.3vw;
	padding: 3vw 0;
	font-size:3.5vw;
	width: 100%;
	}
.cartela-quadros {
    width: 10%;
    height: 8vw;
	margin: 0.5%;
    text-align: center;
    line-height: 9vw;
    float: left;
    box-sizing: border-box;
    font-size: 6vw;
	border-radius: 2vw;
}
.cartela-unica{
	width: 100%!important;
}
.cartela-unica .cartela-quadros{
	height:8vw;
	line-height: 8vw;
	font-size: 5vw;
}


.proximo-jogo{
	text-align: center;
	margin-top: 2vh;
	font-size: 5vw;
	color:#fff;
}
.premiado{
	padding:2%;
}
#comprar{
	height:auto;
	border: 0.2vw solid #333;
}
#comprar .div-esq{
	width:100%;
	
}

#comprar .div-dir{
	width:100%;
}
#comprar .div-100r{
border-radius: 3vw;
width:100%;
margin-bottom:2vw;
}
#comprar .div-100{
	height: 13vw;
}
#comprar {
	padding: 1vw;
	border-radius: 3vw;
}

#comprar .menos-mais-direita{
	border-radius: 0 3vw 3vw 0;
	font-size: 5.5vw;
}

#comprar .menos-mais-esquerda{
	border-radius: 3vw 0 0 3vw;
	font-size: 5.5vw;
}
#comprar .qtd-bt {
	border:1vw solid #08234e;
    width: 11vw;
	height: 11vw;
    background: yellow;
    border-radius: 10vw;
    line-height: 10vw;
    float: left;
    text-align: center;
    font-family: myriad;
    cursor: pointer;
    font-size: 4.5vw;
}
#comprar .input-qtd input {
    font-size: 5vw;
}

#comprar .input-valor input {
    font-size: 5vw;
	border-radius: 3vw;
}
#comprar .bt-comprar{
	font-size: 7vw;
	border-radius: 3vw;
	height: 14vw;
	line-height: 14vw;
}

.compradas-nome{
	font-size: 6vw;
}

.compradas-valor{
	font-size: 7vw;
}

.premio-img img{
	width: 80%;
}

.menu{
	width:100%;
	height:10vh;
	background:#08234e;
	border-bottom: 0.1vh #00BF00 solid;
	float:left;
}
.logo{
	width:20%;
	width: 50%;
	float:left;
	display:none;
}
.logo img{
	height: 9vh;
	margin-left: 2vh;
	
}
.info-menu{
	width:100%;
	float:left;
	color: #FFF;
	font-size: 7vw;
	}
.info-menu i{
	margin: 0 2vw;
	
}

.notificacao{
	list-style:none;
	width: 100%;
	right: 0;
	font-size: 5vw;
	
	top: 10vh;
	display:none;
}
.notificacao li{
	width: 100%;
	border-bottom: 0.1vw solid #FFF;
	margin-bottom: 1vw;
}
.config{
	float: right;
}
.bem-vindo{
	width: 100%;
	height:1vh;
	line-height:5vh;
	text-align:right;
	float:left;
}
.saldo{
	width: 70%;
	height: 10vh;
	float:left;
	line-height:10vh;
	text-align:left;
}
.saldo-valor{
	color: yellow;
	border: 0.2vw solid #FFF;
	padding:1%;
	border-radius: 1vh;
}
.volume {
	line-height:10vh;
	margin-right: 2vw;
	float: right;
	text-align: right;
	font-size: 5vw;
	color: #FFF;
}


.formulario{
	
	font-size:3.5vw;
	text-align: center;
	width: 100%;
	height: 100vh;
	background: #18386b;
	position: fixed;
	z-index:9999;
	
	overflow: scroll;
	 overflow-x: hidden;
	  overflow-y: 10px;
	  box-sizing: border-box;
	scrollbar-face-color:"#8d93b7";
scrollbar-highlight-color:"#8d93b7";
scrollbar-3dlight-color:"#C7CAEB";
scrollbar-darkshadow-color:"#C7CAEB";
scrollbar-shadow-color:"#8d93b7";
scrollbar-arrow-color:"#F8FBE4";
scrollbar-track-color:"#C7CAEB";
}

.formulario form{
	width: 80%;
	margin: auto;
	margin-top: 10vh;
	margin-top: 5vh;
	background: #FFF;
	padding: 5%;
	color: #333;
}
.formulario h4{
	font-size: 6vw;
}
.formulario .btn{
	margin: 2vw 0;
	width: 100%;
	background: green;
	padding: 3%;
	border: 0;
	color: #FFF;
	border-radius: 1vw;
	font-size: 8vw;
}
.formulario .radio-input{
	width: 4vw;
margin-top: -1px;
  vertical-align: middle;
}
.premiado-final img{
		margin:2%;
		width: 40%;
}
.formulario .form-grupo{
	width: 100%;
	margin: auto;
	text-align: left;
	box-sizing: border-box;
}
.formulario .cancelar{
	text-decoration: none;
	color: red;
	width: 100%;
	text-align: center;
}

.info-notificao{
	font-size: 6vw;
	padding:1vw 2vw;
}

.data-notificao{
	font-size: 4vw;
	color: #fff;
	padding:1vw 2vw;
}

.bt-bell img{
	width: 4vw;
	margin-left: -4vw;
}
.separador{
	width:100%;
	height: 1vh;
}
  }
