
@font-face {
  font-family: 'Hey August';
  src: url('fonts/ddaystencilsc-regular-webfont.woff2') format('woff2'),
         url('fonts/ddaystencilsc-regular-webfont.woff') format('woff');
    font-weight: normal;
}

@font-face {
  font-family: 'stagSansRegula';
  src: url('fonts/ColourSans.eot');
  src: url('fonts/ColourSans.eot?#iefix') format('embedded-opentype'),
       url('fonts/ColourSans.otf') format('otf'),
       url('fonts/ColourSans.ttf') format('truetype'),
       url('fonts/ColourSans.woff') format('woff'),
       url('fonts/ColourSans.woff2') format('woff2');
}
@font-face {
  font-family: 'ColourSans';
  src: url('fonts/ColourSans.eot');
  src: url('fonts/ColourSans.eot?#iefix') format('embedded-opentype'),
       url('fonts/ColourSans.otf') format('otf'),
       url('fonts/ColourSans.ttf') format('truetype'),
       url('fonts/ColourSans.woff') format('woff'),
       url('fonts/ColourSans.woff2') format('woff2');
}

h1, .titleFaq, .titleRegulamento, .titleFale, .titleMeta, .titleRanking, .titleRanking{
	font-family: 'Hey August';
	
	width: 100%;
    text-align: center;
    font-size: 60px !important;
    color: #010101 !important;
    text-transform: none !important;
    margin: 10px auto 0;
    font-style: normal !important;
    font-weight: 400 !important;
}

:root{
    --branco:#fff;
    --cinza:rgb(127,132,138);
    --cinza-2:rgb(119,120,123);
    --laranja:rgb(228,115,4);
    --error: #c4161c;
    --alert:#e2e410;
    --ativo: #0b5e68;
    --main-color: #1bacbc;
    
    --color-2:rgb(15,118,143);
    --color-3: rgb(6,72,100);   
    --body:rgb(196,198,199);  
    --azul-secundario: rgb(0, 220, 255);
}
html,body{
    width:100%;
	margin:0px;
    padding:0px;
	min-height:100%;
	font-family: 'ColourSans',Arial, Helvetica, sans-serif;
}
input[readonly]{
	cursor:not-allowed !important;
	opacity:0.5;
}
.inputErro{
	color:#FFF!important;
	text-align:right !important;
	font-size:80%;
	font-weight:bold;
	/* margin: -0px 0px 0px 10px; */
}
.inputErro div{
	background-image:url(../img/btReprova.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:auto 100%;
	display:block;
	width:20px;
	height:20px;
	/* margin:-20px 5px 0px 0px; */
	float:right;
	z-index:2;
	position:relative;
}
.inputOk div{
	background-image:url(../img/btAprova.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:auto 100%;
	display:block;
	width:15px;
	height:15px;
	margin:-20px 5px 0px 0px;
	float:right;
	z-index:2;
	position:relative;
}
.inputAlert{
	color:var(--alert);
	text-align:right !important;
	font-size:70%;
	font-weight:bold;
}
.inputAlert div{
	background-image:url(../img/btAlerta.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:auto 100%;
	display:block;
	width:15px;
	height:15px;
	margin:-20px 5px 0px 0px;
	float:right;
	z-index:2;
	position:relative;
}
.msgGeral{
	position:fixed;
	height:100%;
	margin:0px;
	left:0px;
	top:0px;
	background-color: rgba(0, 0, 0, 0.50);
	z-index:20003 !important;
	/*display:none;*/
}
#msgMsg{
	background-color: rgba(255, 255, 255, 1);
	padding:20px;
	max-width:300px;
	text-align:center;
	border:solid 2px #000000;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	outline: none;
}
.msgMsgErro{
	color:#c4161c !important;
	border:solid 2px #c4161c !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(185,55,62,0.75) !important;
	-moz-box-shadow: 0px 0px 10px 0px rgba(185,55,62,0.75) !important;
	box-shadow: 0px 0px 10px 0px rgba(185,55,62,0.75) !important;
}
.msgMsgAlert{
	color:#dede02 !important;
	border:solid 2px #ffff00 !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,0,0.75) !important;
	-moz-box-shadow: 0px 0px 10px 0px rgba(255,255,0,0.75) !important;
	box-shadow: 0px 0px 10px 0px rgba(255,255,0,0.75) !important;
}
.msgMsgOk{
	color:#003899  !important;
	border:solid 2px #003899  !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,56,153,0.75) !important;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,56,153,0.75) !important;
	box-shadow: 0px 0px 10px 0px rgba(0,56,153,0.75) !important;
}
#msgMsg img{
	float:right;
	margin:-10px -10px 0 0;
	cursor:pointer;
}
#loadPage{
	background:rgba(0,0,0,0.75);
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10;
}
.divTab{
	display:table;
}
.divCell{
	display:table-cell
}

.ativo {
    font-weight: 900;
    text-decoration-line: underline;
}

.escondeDesk {
	display: none;
}
.escondeResp {
	display: block;
}
.txtBranco{
	color:#FFF !important;
}
#conteudo {
    background: var(--body);
    background: -moz-linear-gradient(top, #e6e7e8 0%,#e6e7e8 100%);
    background: -webkit-linear-gradient(top, #e6e7e8 0%,#e6e7e8 100%);
    background: linear-gradient(to bottom, #e6e7e8 0%,#e6e7e8 100%);
    background-image: url(../img/bg_page_all.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 2% 0%;
	background-repeat: no-repeat;
    background-color: #fff;
	min-height: 600px;
}
#container_home {
    display: block;
    margin: 0px auto;
    width: 100%;
}
.divTab{
	display:table;
}
.divCell{
	display:table-cell;
	vertical-align:middle;
}
/* RESPONSIVO */
@media only screen and (max-width:600px){
    .escondeResp{
        display: none !important;
    }
	.escondeDesk{
        display: block !important;
    }
	h1, .titleFaq, .titleRegulamento, .titleFale, .titleMeta, .titleRanking, .titleRanking{
		font-size: 50px !important;
	}
	#conteudo{
		/*background-image: url();
		background-color: #dbdedead;
		padding-bottom: 220px;*/
	}
	.ativo {
		font-weight: normal;
		text-decoration: none;
	}
	
	.divTab{
		display:block;
	}
	.divCell{
		display:block;
	}
}
