@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,800);
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@600;700;800&display=swap");

@font-face {
	font-family: 'Margem';
	src: url('/assets/fonts/Margem-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }

body {
	padding-top: 71px;
	font-family: "Source Sans Pro", sans-serif;
	font-style: normal;
	font-weight: 400;
}
* {
	max-width: 100%;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: color .3s ease;
	-moz-transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-webkit-transition: opacity .6s ease;
	-o-transition: opacity .6s ease;
	line-height: 1.1em
}
::-webkit-scrollbar {
	width: 8px
}
::-webkit-scrollbar-track {
	background-color: #eaeaea
}
::-webkit-scrollbar-thumb {
	background-color: #ccc
}
::-webkit-scrollbar-thumb:hover {
	background-color: #bbb
}

ul {
	list-style: none;
}
#topo {
	position: fixed;
	width: 100%;
	background: rgba(255, 255, 255, 0.94);
	z-index: 2;
	padding: 5px 0 0;
	top: 0;
}
#topo img {

}
#faixa-compartilhe {
	padding: 6px 0;
	width: 100%;
	background: #1D4284;
	border-bottom: 1px solid #12387D;
	float: left;
	width: 100%
}
#faixa-compartilhe h3 {
	margin: 5px 0 3px;
}
.fb_iframe_widget {
	margin-top: 3px
}
.padding-top-0 {
	padding-top: 0 !important;
}
#faixa-compartilhe h3 small b {
	color: #fff;
	text-transform: none
}
#meio {
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
}
#formulario {
	width: 100%;
	background: center center url(../img/bg-.jpg) #001514;
	background-size: cover;
	float: left;
	background-attachment: fixed;
}
#formulario-bg h1 b {
	font-size: 50px;
	margin: 25px 0 !important;
	float: left;
	text-transform: uppercase;
	width: 100%;
	text-shadow: 0px 2px 3px #333333;
	line-height: 1.1em
}
.section-simulado h1 {
	text-shadow: 0px 2px 3px #ffffff;
}
.cor-branco {
	color: #fff;
}
.bg-red {
	background: #ed2024;
}
.bg-blue {
	background: #1D4284
}
.cor-blue {
	color: #1D4284
}
.cor-red {
	color: #ed2024;
}
.border-none {
	border: none;
}
#formulario .col-md-6 {
	padding-top: 20px
}
.margin-0 {
	margin: 0;
}
.margin-top-0 {
	margin-top: 0;
}
#formulario	a.borda-destaque {
	border: 2px solid #fff;
	font-weight: 600;
	padding: 8px 19px;
	text-decoration: none;
	line-height: 40px;
	width: auto;
	float: left;
	color: #1d4284;
	background: #fff;
	border-radius: 4px;
}
#formulario-bg {
	float: left;
	padding: 20px 0 77px;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.39) 10%,rgb(0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(237,32,36,0.39)), color-stop(100%,rgb(29, 66, 132)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.39) 10%,rgb(0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.39) 10%,rgb(0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.39) 10%,rgb(0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.39) 10%,rgb(0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );

}
#formulario .well {
	background: #fff;
	margin: 0 0 20px;
	width: 100%;
	border: none;
	padding: 0;
	box-shadow: 0 3px 5px #bbbbbb;
}
#formulario .well h4 {
	float: left;
	padding: 0;
	background: #ec2024;
	margin: 0;
	width: 100%;
	border-radius: 4px 4px 0 0;
	color: #ffffff;
	padding: 10px 20px;
}
#formulario .well:nth-child(odd) h4 {
	background: #1d4284
}
#formulario .well h4 span {
	margin: 0
}
.box-form {
	border-radius: 0 0 4px 4px;
}

.hs-form fieldset.form-columns-2 .hs-form-field, .hs-form input:not([type="image"]), .hs-form textarea, .hs-form .hs-input, .hs-form textarea.hs-input {
	width: 100% !important;
	max-width: 100% !important
}
input {
	box-shadow: none !important
}
.hs-form input:not([type="image"]), .hs-form textarea {
	box-sizing: initial !important;
	padding: 0 !important
}

.hs-form.stacked .inputs-list>li {
	padding-top: 0;
	max-width: 33%;
	float: left;
	height: 60px;
	text-align: center;
}
.hs-form.stacked .inputs-list>li label {
	font-weight: normal;
	padding-top: 0;
	text-align: center;
	line-height: 13px;
}

.hs-form .inputs-list input[type=radio], .hs-form .inputs-list input[type=checkbox] {
	box-shadow: none
}
#titulo-tabela {
	float: left;
	width: 100%;
	background: #ED2024;
	padding: 10px;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
#tabela {
	float: left;
	width: 100%;
	border-radius: 0 0 4px 4px;
	padding: 0;
}
#tabela li {
	float: left;
	width: 100%;
}
#tabela li>span:nth-child(3),#tabela li>span:nth-child(4), #titulo-tabela li>span:nth-child(3),#titulo-tabela li>span:nth-child(4)  {
	text-align: center;
}
#tabela li>span {
	padding: 20px 0 15px;
	text-transform: none;
	font-size: 15px;
	font-weight: 600;
	color: #333;
}
#titulo-tabela li span {
	padding: 0;
}
#tabela .addtocalendar {
	margin-top: -14px;
	margin-bottom: 0px;
}



li.atcb-item {
	padding: 0 !important;
}
.atc-style-glow-orange .atcb-item-link:hover,
.atc-style-glow-orange .atcb-item-link:active,
.atc-style-glow-orange .atcb-item-link:focus
{
	color: #fff;
	background: #ED2024;
}

.atc-style-glow-orange .atcb-item.hover,
.atc-style-glow-orange .atcb-item:hover {
	background: #ED2024;
}

#tabela li:nth-child(odd) {
	background: #f1f2f6;
}

.row {
	float: left;
	width: 100%;
	margin: 0;
}

.hs-error-msgs.inputs-list {
	display: none !important
}
.hs-form.stacked fieldset {
	padding: 0;
	width: 100%;
	float: left;
	max-width: 100%;
}
input.hs-input[type="text"], input.hs-input[type="email"] {
	background: 0 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	color: #000;
	height: 44px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
	font-family: roboto,Arial,sans-serif;
	line-height: 1.428571429;
	padding: 0 0 0 7.5px;
}

.bg-orange {
	background: #990E11;
}

input.hs-input[type="text"]:focus, input.hs-input[type="email"]:focus, input.hs-input:focus, textarea.hs-input:focus {
	border-color: #990E11!important;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
	border: 1px solid;
	height: 42px;
	background: #f9f9f9 !important;
}

.actions input[type="submit"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	border: 1px solid #e2141e;
	color: #FFFFFF !important;
	padding: 15px 0px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	outline: 0;
	background: #ED2024 !important;
	text-shadow: none !important;
	font-weight: normal !important;
}

.actions input[type="submit"]:active, .actions input[type="submit"]:hover, .actions input[type="submit"]:focus{
	background: #e2141e !important;
	color: #fff !important;
	border: 1px solid #e2141e !important;
	box-shadow: none !important;
}

.hsformerror em {
	border: 8px solid !important;
	border-color: #E2141E transparent transparent !important;
	bottom: -17px !important;
	display: block;
	height: 0;
	left: 60px;
	position: absolute;
	width: 0;
}
.actions {
	float: left;
	width: 100%;
	text-align: center;
}
.hsformerror {
	margin: 0 0 2px;
	padding: 2px 6px;
	height: auto;
	background-color: #FFFFFF !important;
	font-size: 11px;
	border: 1px solid #E2141E !important;
	padding: 4px 16px 4px 10px;
	color: #000;
	display: none;
	background-image: none !important;
	background-size: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:  none !important;
	-webkit-box-shadow:  none !important;
	box-shadow: none !important;
	z-index: 99999;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-form.stacked fieldset {
	padding: 0 !important;
}

.hs-form.stacked .actions {
	padding: 0 !important;
	margin: 0 !important
}

.hs_concurso_s_de_interesse {
	width: 100% !important
}
.hs-form fieldset.form-columns-1 .hs-input, .hs-form input:not([type="image"]), .hs-form textarea {
	height: 50px !important;
	text-align: center;
	font-size: 20px !important
}

.hs-button.primary.large {
	padding: 0 !important
}
footer {
	float: left;
	width: 100%;
	background: #ED2024;
	padding: 30px 0;
	text-align: center;
}
#copy_right {
	color: #fff;
	text-transform: none
}
#copy_right ul {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 0
}
#copy_right ul a i {
	color: #fff;
	border: 2px solid #f1f2f6;
	border-radius: 50%;
	padding: 10px;
	width: 38px;
	margin-right: 5px;
}
#copy_right ul a:hover i {
	background: #f1f2f6;
	color: #ED2024;
}
#copy_right a {
	color: #fff;
}
.display-none {
	display: none;
}

.titulo-secao {
	margin-top: 60px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
	z-index: -1;
	position: relative;
}
h1.titulo-secao b {
	font-weight: 400;
}
.titulo-secao i {
	color: #1D4284;
}

#modal-simulado .modal-content {
	box-shadow: none;
	float: left;
	text-transform: none;
}
#modal-simulado .modal-content a {
	font-weight: 600;
}
#modal-simulado .btn-info {
	background: rgb(29, 66, 132);
	border-color: #fff;
	outline: transparent !important;
	font-weight: 600;
	text-transform: uppercase;
}
#modal-simulado .btn-info:hover, #modal-simulado .btn-info:focus {
	background: #ED2024;
	border-color: #fff
}
#modal-simulado .modal-body {
	float: left;
}
.foto-professor {
	float: left;
	width: 50%;
	margin-left: -54%;
	border-left: 2px solid #1D4284;
	border-top: 2px solid #1D4284;
	border-bottom: 3px solid #1D4284;
	margin-top: -12px;
}
.professor-box {
	position: absolute;
	z-index: 2;
	background: rgb(255, 255, 255);
	text-transform: none;
	border: 2px solid #1D4284;
	padding: 10px 10px 10px 11px;
	font-size: 11px;
	line-height: 13px;
	opacity: 0;
	margin-left: 0;
	display: none;
	margin-top: -48px;
	width: 100%;
	font-weight: lighter;
}
.professor-link.aberto .professor-box {
	display: block !important;
	opacity: 1;
}
.professor-link {
	font-weight: 600;
}
.curriculo h2 {
	margin: 0;
	padding: 11px 0 15px;
	font-size: 20px;
	font-weight: 600;
}
.professor-link:hover {
	cursor: default;
}
#modal-simulado .modal-header .close {
	margin-top: -2px;
	font-size: 38px;
	line-height: 38px;
	opacity: 1;
	outline: transparent !important;
}
#modal-simulado .modal-header .close:hover {
	opacity: .7
}
#modal-simulado .modal-header {
	font-size: 20px;
	line-height: 35px;
	padding: 5px 15px;
}
#modal-simulado hr {
}
.clean {
	border: none;
}
.maiusculo {
	text-transform: uppercase;
}

@media (max-width: 992px) {
	#myModal .modal-sm {
		width: 100% !important;
		left: 0;
		margin: 0;
		padding: 0;
		float: left;
		height: 100%;
		background-color: #fff;
	}
	body {
		padding: 0;
	}
	#topo {
		position: relative;
		float: left;
		width: 100%;
		background: #fff
	}
	.btn-lg {
		width: 100%;
		margin-bottom: 7px;
		white-space:normal;
	}
	.col-md-12 {
		width: 100%;
	}
	.modal {
		padding: 0 !important
	}
	.modal-content {
		box-shadow: none !important;
		border: none !important;
		width: 100%
	}
	.modal-header,   .modal-body {
		float: left;
		width: 100%
	}
	.close {
		font-size: 44px !important;
	}
	#formulario {
		background-size: cover !important	;
	}
	#tabela li>span {
		padding: 0px;

	}
	.professor-link {
		font-size: 15px !important
	}
	#tabela li>span span {
		padding-bottom: 25px;
		margin-top: 10px !important
	}
	#tabela li>span:first-child {
		font-size: 18px !important;
		color: #ED2024;
		padding-top: 23px;
		text-transform: uppercase;
	}
	.professor-box {
		margin: -20px 0 0;
	}
	h1 small {
		color: #fff !important
	}
	.foto-professor {
		width: 100%;
		left: 0;
		margin: 0;
		border: none;
		margin-bottom: 15px;
	}
	.professor-link.aberto .professor-box {
		z-index: 99999;
		margin: -20px 0 0 -15px;
		width: 100%
	}
	#faixa-compartilhe .col-md-7, #formulario h1, #formulario h3, #formulario .col-md-6 {
		width: 100% !important;
		text-align: center !important	;
		text-transform: none;
	}
	#faixa-compartilhe {
		min-height: 61px
	}
	#tabela li {
		width: 100%;
		margin: 10px 0;
		border: 1px solid #f1f2f6;
		border-radius: 4px;
	}
	.atc-style-glow-orange .atcb-list, .atc-style-glow-orange .atcb-item {
		width: 100%
	}
	#formulario .borda-destaque, #formulario .borda-destaque h3 {
		width: 100% !important;
	}

	#formulario .borda-destaque {
		margin-bottom: 10px;
	}
	#formulario-bg .col-md-7 {
		text-align: center;
	}
	#formulario	h1 {
		border: none;
		margin-top: 0px;
		line-height: 30px;
	}
	#formulario	.well {
		border-radius: 0 0 4px 4px;
	}
	#faixa-compartilhe .pull-left, #faixa-compartilhe .pull-right {
		width: 50%;
	}
	#faixa-compartilhe .pull-left {
		text-align: right;
		padding-right: 5px
	}
	#faixa-compartilhe .pull-right {
		text-align: left;
		padding-left: 5px
	}
	#titulo-tabela {
		display: none
	}
	#tabela li span {
		float: left;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 540px) {
	#faixa-compartilhe {
		min-height: 77px
	}
}

.icone-fechar {
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px;
	background: #ED2024;
	color: #fff;
	cursor: pointer !important;
	font-size: 12px;
}
.icone-curriculo {
	color: #1D4284;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 19px !important;
	cursor: pointer !important	;
}
.icone-curriculo:hover {
	opacity: .7
}
.modal-body {
	float: left;
	width: 100%;
	padding: 30px 15px;
}
.questao {
	line-height: 28px;
	margin-bottom: 20px;
	float: left;
	width: 100%
}
.negrito {
	font-weight: 900 !important;
}
.questionario .radio {
	float: left;
	width: 100%;
	margin: 0;
	border-bottom: 1px dotted #eee;

}
.texto-desc {
	line-height: 25px;
}
.questionario .radio label {
	border-radius: 4px;
	padding: 5px 9px;
	width: 100%
}
.titulo-questao {
	width: 100%;
	float: left;
	padding: 10px;
	border-radius: 4px 4px 0 0;
	margin-bottom: 0px;
	margin-top: 20px;
	z-index: 3;
	position: relative;
	background: #1c4183;
	font-size: 18px;
	color: #fff
}
.questionario .radio:hover label {
	background: #f1f2f6;
}
.questionario .checkbox label, .questionario .radio label {
	padding: 15px
}
/*modal login*/
.login-or {
	position: relative;
	font-size: 18px;
	color: #aaa;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.span-or {
	display: block;
	position: absolute;
	left: 50%;
	top: -2px;
	background-color: #fff;
	text-align: center;
	background: #ffffff;
	color: #000000;
	padding: 1px;
	border-radius: 50%;
	height: 27px;
	width: 27px !important;
	font-size: 13px;
	font-weight: bold;
	margin-left: -13.5px !important;
	line-height: 20px;
}
.hr-or {
	border-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}
#myModal h3 {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}
#myModal input[type="text"] {
	margin: 0;
}
#myModal .modal-header {
	border-bottom: none;
}
#myModal .btn-comprar {
	margin-bottom: 20px;
}
#login, .modal-content, #myModal .modal-body {
	float: left;
}
#myModal .modal-body {
	padding-top: 0;
}
#myModal .modal-sm {
	width: 350px;
}
#myModal .form-group {
	float: left;
	width: 100%;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}

.styled-select select {
	background: 0 0;
	width: 100%;
	padding: 5px;
	padding-left: 15px;
	border: 0;
	border-radius: 0;
	height: 41px;
	margin: 0;
	font-weight: 400;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	color: #000
}
.styled-select {
	width: 100%;
	overflow: hidden;
	height: 44px;
	border: 1px solid #ededed;
	margin-bottom: 10px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.styled-select {background: #fff url(../img/down_arrow_select.png) no-repeat right center;}
}

.styled-select select::-ms-expand, .styled-select-2 select::-ms-expand {
	display: none
}
.input-icon {
	position: absolute;
	right: 8px;
	top: 10px;
	width: 32px;
	height: 24px;
	text-align: right;
	border-left: 1px solid #ececec
}
.input-icon .fa {
	margin-left: 2px;
	float: left;
	width: 100%;
	text-align: center;
}
.input-icon .glyphicon {
	margin-left: 3px;
	text-align: center;
	width: 100%;
}
.input-icon i {
	color: #ccc;
	font-size: 18px;
	line-height: 24px
}
.form-group {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 10px !important;
}
.input-group button {
	height: 45px;
	border: none;
	background-color: #333;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.input-group button:hover {
	background-color: #006db8;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none
}
.input-group button:focus {
	outline: 0;
	border: none
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}
.form-control::-webkit-input-placeholder {
	color: #999
}
input.form-control, textarea.form-control, .bootstrap-timepicker-widget table td input {
	background: 0 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	color: #000;
	height: 44px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.428571429;
	padding: 6px 12px;
}
input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
	border-color: #366eab!important;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
	border: 2px solid;
}
input.form-control#email_newsletter {
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid #eee !important;
	height: 52px;
	width: 80% !important;
	padding-left: 25px;
	color: #676767;
	float: left;
	border-radius: 5px 0 0 5px;
}
.newsletter .btn-newsletter {
	width: 20% !important;
}
input.form-control#email_newsletter:focus {
	border-color: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}
label {
	font-weight: 600
}
label.error {
	font-size: 11px;
	position: absolute;
	top: -28px;
	right: -15px;
	z-index: 9;
	height: 25px;
	line-height: 25px;
	background-color: #e34f4f;
	color: #fff;
	font-weight: 600;
	padding: 0 6px
}
label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%
}
.login-or {
	position: relative;
	font-size: 18px;
	color: #aaa;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	float: left;
	padding-bottom: 0
}
.login_social {
	margin-bottom: 5px
}
.section-simulado .panel-primary {
	border-color: #eeeeee;
}
.box-simulado {
	padding-bottom: 25px;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0px 2px 3px #000000;
	text-shadow: 0px 2px 3px #ffffff;
	float: left;
}
.box-simulado:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 50px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	margin: 0 auto;
	position: relative;
	bottom: -55px;
	left: 0%;
	margin-top: -50px;
	color: #ffffff;
	text-shadow: 0px 2px 3px #000000
}
/*botoes*/
.btn-danger {
	background-color: #ed2024 !important;
	border-color: #ed2024 !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.btn-success {
	background-color: #7fb941 !important;
	border-color: #7fb941 !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.btn-info {
	background-color: #1d4284 !important;
	border-color: #1d4284 !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
#btn-iniciar-gabarito {
	padding: 22px 18px;
	margin-top: 5px;
	transition: background .3s ease;
	-moz-transition: background .3s ease;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
}

#btn-iniciar-gabarito h3 {
	text-shadow: 0 2px 3px #940407;
}
#btn-iniciar-gabarito:hover {
	background: #a9171a !important
}
.button_fullwidth, a.button_fullwidth, .btn-comprar, .btn-saiba-mais {
	border: none !important;
	color: #fff;
	outline: 0 !important;
	padding: 7px 12px !important;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: block;
	width: 100% !important;
	cursor: pointer !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	margin-bottom: 5px !important;
	text-align: center !important;
	-webkit-font-smoothing: antialiased
}

/*checkbox*/
label input[type=checkbox],
label input[type=radio] {
	z-index: -100 !important;
	width: 0 !important;
	height: 0 !important;
	position: fixed;
	display: none;
}
.modal span.lbl {
	color: #777f83;
	font-size: 12px;
}
.button_fullwidth:hover, a.button_fullwidth:hover {
	background: #262c2d
}
.modal-body .row {
	margin: 0;
}
.p-0 {
	padding: 0 !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}

input[type=checkbox]:checked+.lbl::before, input[type=radio]:checked+.lbl::before {
	display: inline-block;
	content: '\f00c';
	color: #32A3CE;
	background-color: #F5F8FC;
	border-color: #ADB8C0;
	box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
}
input[type=radio]+.lbl::before {
	border-radius: 100%;
	font-size: 10px;
	font-family: FontAwesome;
	text-shadow: 0 0 1px #32A3CE;
	line-height: 15px;
	height: 17px;
	min-width: 17px;
}

input[type=checkbox]+.lbl::before, input[type=radio]+.lbl::before {
	cursor: pointer;
	font-family: fontAwesome;
	font-weight: 400;
	font-size: 12px;
	color: #FFF;
	content: "\a0";
	background-color: #FAFAFA;
	border: 1px solid #C8C8C8;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	border-radius: 0;
	display: inline-block;
	text-align: center;
	height: 16px;
	line-height: 14px;
	min-width: 16px;
	margin-right: 1px;
	position: relative;
	top: -1px;
}
.checkbox label input[type=checkbox].lbl, .radio label input[type=radio].lbl {
	margin-left: -10px;
}
input[type=checkbox].lbl, input[type=radio].lbl {
	position: relative;
	display: inline-block;
	margin: 0;
	line-height: 20px;
	min-height: 18px;
	min-width: 18px;
	font-weight: 400;
	cursor: pointer;
}
.bigger-120 {
	font-size: 120%!important;
}



input[type=radio].input-lg+.lbl::before {
	font-size: 14px;
	height: 24px;
	line-height: 22px;
	min-width: 24px;
	top: auto;
}
input[type=radio]:checked+.lbl::before {
	content: "\f111";
}
input[type=checkbox]+.lbl:hover::before, input[type=checkbox]:hover+.lbl::before, input[type=radio].ace+.lbl:hover::before, input[type=radio].ace:hover+.lbl::before {
	border-color: #FF893C;
}
input[type=radio]+.lbl::before {
	border-radius: 100%;
	font-size: 10px;
	font-family: FontAwesome;
	text-shadow: 0 0 1px #32A3CE;
	line-height: 15px;
	height: 17px;
	min-width: 17px;
}
#modal-simulado .box-carrinho {
	float: left;
	width: 100%;
	box-shadow: none;
	border: none;
	padding: 0;
	margin-top: 15px
}
#modal-simulado .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	width: 50%;
	text-align: center;
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
}
#modal-simulado li, #modal-simulado li a {
	border-radius: 0;
	border-color: #eee;
	color: #777f83;
	margin: 0;
}
#modal-simulado li:hover a {
	background: transparent;
	color: #1d4284;
}
#modal-simulado li.active a {
	background-color: #F9F9F9 !important;
	border-radius: 0;
	border-color: #eee;
	margin: 0;
}
#modal-simulado .nav {
	margin: 0 15px;
	background-color: #fff;
}



.filterable {
	margin-top: 15px;
}

.filterable .filters input[disabled] {
	background-color: transparent;
	border: none;
	cursor: auto;
	box-shadow: none;
	padding: 0;
	height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
	color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
	color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
	color: #333;
}

.panel-title {
	line-height: 25px
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #1d4284;
	border-color: #1d4284;
}
.pagination>li>a, .pagination>li>span {color: #333333}

#titulo-simulado {
	padding: 0;
	width: 100%;
	background: center center url(../img/bg-.jpg) #001514;
	background-size: cover;
	float: left;
	/*background-attachment: fixed;*/
	margin-bottom: 60px;
}
#titulo-simulado .shadow-box {
	float: left;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.39) 10%,rgb(0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(237,32,36,0.39)), color-stop(100%,rgb(29, 66, 132)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.39) 10%,rgb(0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.39) 10%,rgb(0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.39) 10%,rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.39) 10%,rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	padding: 30px 10px 40px
}
.btn-success {
	background-color: #1d843d !important;
	border-color: #1d843d
}
#formulario-bg h1 b {
	margin: 0 !important
}
#form-questionario .btn {
	box-shadow: 0 3px 5px #bbbbbb;
}
#btn-responder-concluir  {
	outline: transparent !important;
	text-shadow: 0 2px 3px #4b7122;
}
.section-simulado {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
}

.gabarito-header {
background: #1d4284;
padding: 15px 0;
position: fixed;
top: 0;
z-index: 9999;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

html, body, #meio, #formulario, #formulario-bg {
	overflow: visible !important;
  }

.gabarito-header .container {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
gap: 15px;
min-height: 60px;
position: relative;
height: 100%;
}

.gabarito-header .logo-section {
display: flex;
align-items: center;
gap: 15px;
grid-column: 1;
justify-self: start;
}

.gabarito-header .logo-section img {
height: 35px;
width: auto;
}

.gabarito-header .logo-section h1 {
color: white;
margin: 0;
font-size: 1.5rem;
font-weight: bold;
}

.gabarito-header .countdown-section {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
grid-column: 2;
justify-self: center;
min-width: 200px;
}

.gabarito-header .countdown-section:empty {
display: none;
}

.gabarito-header .countdown {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin: 0;
text-align: center;
}

.gabarito-header .countdown .time {
display: flex;
align-items: center;
gap: 3px;
}

.gabarito-header .countdown .countdown-badge-number {
height: auto;
color: #0160ef;
background-color: #ebf1ff;
border-radius: 0.3rem;
font-size: 14px;
padding: 0.2rem 0.5rem;
line-height: 15px;
text-align: center;
font-weight: 600;
font-family: 'Margem', sans-serif;
margin: 0;
min-width: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
}

.gabarito-header .countdown .colon {
color: #0160ef;
font-size: 14px;
}

.gabarito-header .countdown .primary {
color: #0160ef;
margin-right: 8px;
}

.gabarito-header .actions-section {
display: flex;
align-items: center;
gap: 10px;
grid-column: 3;
justify-self: end;
}

.gabarito-header .btn-voltar {
background: transparent;
border: 2px solid white;
color: white;
padding: 8px 16px;
border-radius: 5px;
text-decoration: none;
display: flex;
align-items: center;
gap: 8px;
transition: all 0.3s ease;
}

.gabarito-header .btn-voltar:hover {
background: white;
color: #1d4284;
text-decoration: none;
}

.gabarito-header .btn-concluir {
background: #0160ef;
border: none;
color: white;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
display: flex;
align-items: center;
gap: 8px;
font-weight: bold;
transition: all 0.3s ease;
}

.gabarito-header .btn-concluir:hover {
background: #0056d6;
color: white;
text-decoration: none;
}

.gabarito-header .btn-toggle-timer {
background: transparent;
border: 1px solid white;
color: white;
padding: 5px 10px;
border-radius: 3px;
cursor: pointer;
font-size: 12px;
transition: all 0.3s ease;
}

.gabarito-header .btn-toggle-timer:hover {
background: white;
color: #1d4284;
}

.gabarito-header .countdown.timer-hidden .countdown-badge-number {
position: relative;
color: transparent !important;
}

.gabarito-header .countdown.timer-hidden .countdown-badge-number::after {
content: "-";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
color: #0160ef;
font-weight: 600;
background-color: #ebf1ff;
border-radius: 0.3rem;
padding: 0.2rem 0.5rem;
text-align: center;
width: 100%;
}

@media (max-width: 768px) {
.gabarito-header {
	padding: 10px 0;
}

.gabarito-header .container {
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	text-align: center;
	gap: 15px;
	position: relative;
}

.gabarito-header .logo-section {
	display: none;
}

.gabarito-header .countdown-section {
	grid-column: 1;
	grid-row: 1;
	min-height: auto;
}

.gabarito-header .actions-section {
	justify-content: center;
	flex-wrap: wrap;
	grid-column: 1;
	grid-row: 2;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
	gap: 15px;
}

.gabarito-header .btn-voltar,
.gabarito-header .btn-concluir {
	min-width: 120px;
	justify-content: center;
}

.control-group.questionario {
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 10px;
	overflow-x: auto;
}

.control-group.questionario .radio {
	width: fit-content;
	flex: 0 0 auto;
	white-space: nowrap;
}

}
