#areasTematicas {
	width: auto;
	color: #656563;
	font-weight: normal;
	padding: 0px;
	font-size: 11px;
	border-radius: 10px;
	background-color: #EBF5FF;
	height: 180px;
}

#areasTematicas .tituloPerfilSorteio {
	background: #79BEFE;
	border-radius: 10px 10px 0px 0px;
	height: 40px;
}

.tituloPerfilSorteioLabel {
	padding: 10px 20px !important;
	margin: 0px !important;
	border: 0;
	/* Sorteio AP Perfil */
	/* width: 127px; */
	height: 22px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px !important;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.04em;
	color: #000050 !important;
}

#descricaoSorteio {
	width: auto;
	padding: 5px 0px;
	vertical-align: middle;
    text-align: center;
} 

.textoSorteio {
	padding: 10px 0px;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: -0.04em;
	color: #43434D;
}

.spanNumeroSorteios {
	padding: 10px 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 15px;
	letter-spacing: 0.5em;
	color: #000050;
}

#descricaoSorteio a.confiraSorteios {
	padding: 10px 0px;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: -0.04em;
	color: #0B45E4;
}

#descricaoSorteio a {
	color: #0B45E4;
}

#areasTematicas .menuExtra {
	width: 190px;
}

#descricaoSorteio .numeroSorteios {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.5em;
    color: #000050;
    display: inline-flex; 
}

.boxNumeroSorteio {
    text-align: center;
    margin: 0px 2px;
    width: 22px;
    height: 32px;
    border: 1px solid #79BEFE;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
}

.boxNumeroSorteioSpan {
    position: absolute;
    transform: translate(-40%, -50%);
    top: 50%;
    left: 71%;
}  