body {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 13pt;
	margin: 0;
}

#header {
	background: #008cb0;
	color: #fff;
	padding: 20px 0;
}
#header .container {
	margin: 0 20%;
}

#header .instrao {
	float: left;
}
#header .iea {
	float: right;
}

#info {
	background: #81bfd5;
	color: #333;
	clear: both;
}

#info .text_intro {
	clear: both;
	padding: 10px 0 15px;	
	margin: 0 20%;
}
#info .text_intro h1 {
	margin: .5em 0;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #6d2463;
	text-align: center;
}
#info .text_intro h1 .yellow {
	color: #EC5B00;
}

#info .text_intro p {
	margin: 0.5em 0;
}

#info .text_intro p.align_center {
	text-align: center;
}

#variants {
	clear: both;
	margin: 0 20%;
}

#variants #cl4 {
	width: 50%;
	margin: 15px 0 40px;
	float: left;
	text-align: center;
	border-right: 1px solid #008cb0;
	box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

#variants #cl8 {
	width: 50%;
	margin: 15px 0 40px;
	float: right;
	text-align: center;
	border-left: 1px solid #008cb0;
	box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

#variants h2 {
    font-size: 1.2em;
}

#variants p {
	margin: 5px 0;
}

.qnum {
    background-color: #81BFD5;
    border: 2px solid #000;
    font-size: 15px;
    width: 45px;
    line-height: 30px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 0 #0d72b8 inset, 0 0 0 #031929, 0 15px #fff inset;
    -webkit-box-shadow: 0 0 0 0 #0d72b8 inset, 0 0 0 rgba(3,25,41,.17), 0 15px rgba(255,255,255,.45) inset;
    -ms-box-shadow: 0 0 0 0 #0d72b8 inset,0 0 0 #031929,0 15px #fff inset;
    box-shadow: 0 0 0 0 #0d72b8 inset, 0 0 0 #031929, 0 15px #fff inset;
    box-shadow: 0 0 0 0 #0d72b8 inset, 0 0 0 rgba(3,25,41,.17), 0 15px rgba(255,255,255,.45) inset;
    cursor: pointer;
    /* display: flex; */
    display: table-cell;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
	color: #000;
	text-decoration: none;
	text-align: left;
	width: 200px !important;
	padding: 0 20px;
	margin: 0 auto;
	display: block !important;
}
.btn.instr {
	margin-bottom: 15px;
}

.btn:hover {
	color:#000044;
	border-color:#000044;
	background-color: #99ccee;
}

#footer {
	clear: both;
	margin: 0 20%;
	text-align: center;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox + label {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}
.checkbox + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
  transition: .2s;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 2px rgba(0,0,0,1);
}
.checkbox + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: .2s;
}
.checkbox:checked + label:before {
  background: #81bfd5;
}
.checkbox:checked + label:after {
  left: 26px;
}
.checkbox:focus + label:before {
	/* focus outline */
 /* box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);*/
}
