html, body {
	width: 100%;
	border: none;
	font-family: 'Montserrat', sans-serif;
	color: #27515b;
	overflow-x: hidden;
	box-sizing: border-box;
}

.container-fluid {
	padding: 0;
}

/* NAVBAR ---------------------------------------------- */

.logo{
	background-image: url("/imagens/topo/topo_aprovei_logo.svg");
	height: 89px;
	background-repeat: no-repeat;
}

.topo-azul .logo{
	background-image: url("/imagens/rodape/rodape_logo_aprovei.svg");
}

.navbar-custom {
	background-color: white;
}

.topo-azul .navbar-custom {
	background-color: #27515b !important;
}

.nav-item {
	margin: 0 8px;
}

.topo-azul .navbar-custom .nav-item > a {
	color: white;
}

.nav-item > a {
	color: #27515b;
	font-size: 17px;
	white-space: nowrap;
}

.nav-item.active > a {
	color: #0dbc7a;
}

.nav-item > .btn-custom {
	color: #27515b;
	background-color: transparent;
	border: 4px solid #0dbc7a;
	border-radius: 25px;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
}

.topo-azul .navbar-custom .nav-item > .btn-custom {
	color: white;
}
.navbar-brand {
	width: 120px;
}

.nav-line {
	width: 2px;
	background-color: #0dbc7a;
	height: 60%;
}

.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(61, 184, 123, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
	border-color: #0dbc7a;
}


.topo-azul .nav-hr {
	display: none !important;
}

.nav-hr {
	margin-top: 0px;
	width: 60%;
	text-align: right;
	margin-right: 0;
}


/* COVER ---------------------------------------------- */

.cover-owl {
	margin-top: 100px;
	margin-bottom: 100px;
}

.cover-left {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.cover-left > h2 {
	font-weight: 800;
	font-size: 24px;
	color: #135465;
}

.cover-left > h1 {
	font-weight: 800;
	font-size: 2.4em;
	color: #0dbc7a;
}

.cover-left p {
	display: inline;
	color: #27515b;
}

.cover-left .p1 {
	margin: 0;
	font-size: 1.2em;
}

.cover-left .p2 {
	font-weight: 500;
	font-size: 1.2em;
}

.cover-text-right {
	text-align: right;
}

.cover-text-right button {
	margin-left: auto;
}

.carousel-control-prev,
.carousel-control-next{
	bottom: 75%;
	border: 4px solid #0dbc7a;
}

.btn-cover {
	display: block;
	background-color: #3DB87B;
	border: 1px solid #3db87b;
	padding: 10px 30px;
	border-radius: 20px;
	color: white;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.owl-prev {
	position: absolute;
	top: 91.5%;
	left: 44%;
	margin: auto !important;
	background-color: red;
}

.owl-next {
	position: absolute;
	top: 91.5%;
	left: 55%;
	margin: auto !important;
	background-color: red;
}

/* PLANOS ----------------------------- */


.planos-left:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 90vw;
	background: #27515B;
	z-index: -1;
}
.planos-right:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 100vw;
	background: #dce8ef;
	z-index: -2;
}

.planos-bg-left {
	height: 300px;
	background-color:#27515B ;

}

.planos-left {
	background-color: #27515B;
	padding: 30px;
	text-align: center;
}
.planos-left > img {
	text-shadow: 2px 2px 5px black;
	width: 250px;
}
.planos-left > p {
	font-weight: 500;
	color: white;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	background-color: transparent;
	max-width: 220px;
	margin-top: 30px;
}

.planos-teste {
	height: 200px;
}

.btn-planos {
	font-weight: 500;
	color: white;
	background-color: #0dbc7a;
	border-radius: 25px;
	padding-left: 40px;
	padding-right: 40px;
	box-shadow:3px 3px 10px rgba(0, 0, 0, 0.6);
}

.planos-right {
	background-color: #dce8ef;
	padding: 40px;
}

.right-content1 > h1{
	font-weight: 800;
	font-size: 30px;
	color: #2f8f5f;
}

.right-content1 > p{
	font-size: 20px;
	color: #2f8f5f;
	display: inline;
}

.right-content1-end {
	font-weight: 600;
}

.right-content2-1 {
	text-align: center;
	margin-top: 30px;
}

.right-content2-1 > h2{
	display: inline;
	color: #2f8f5f;
	font-weight: 500;
	font-size: 30px;
}
.right-content2-1 > h1{
	display: inline;
	color: #2f8f5f;
	font-weight: 700;
	font-size: 52px;

}
.right-content2-1 > p {
	font-size: 17px;
	margin-bottom: 5px;
}

/* PROXIMOS CONCURSOS -------------------------*/

.proximos {
	padding-top: 100px;
}

.proximos-title {
	margin-bottom: 50px;
}
.proximos-title > h1 {
	font-weight: 800;
	color: #2f8f5f;
	font-size: 40px;
}

.proximos-title > p {
	display: inline;
	font-size: 20px;
}

.proximos-owl {
	margin-bottom: 100px;
}

.semi-bold {
	font-weight: 600;
}

.concurso-item-title {
	color: white;
	padding: 15px;
	background-color: #27515B;
	border-radius: 20px 20px 0 0;
	width: 100%;
}

.concurso-item-title > h4 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}

.concurso-item-content {
	background-color: white;
	border: 2px solid #27515b;
	border-radius: 0 0 20px 20px;
	padding: 30px 30px 40px 30px;

}

.concurso-item-content > hr {
	border: 1px solid #3db87b;
	margin-top: 30px;
	margin-bottom: 20px;
}

.concurso-icon {
	width: 15px !important;
	float: left;
	margin-right: 18px;
}

.concurso-item-content > h5 {
	font-size: 20px;
	margin-bottom: 20px;
}

.concurso-item-content > p {
	font-size: 21px;
	margin-bottom: 6px;
}

#concurso-date {
	color: #3db87b;
}

.btn-concursos {
	font-weight: 600;
	color: white;
	font-size: 24px;
	background-color: #0dbc7a;
	border-radius: 25px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: -30px;
}

.proximos-owl-background{
	position: relative;
	bottom: 500px;
	left: 0px;
	height: 140px;
	width: 90%;
	background-color: #dce8ef;

}

/* QUESTOES  ---------------------------------------------*/

.questoes {
	margin-top: -150px;
	background-color: #27515b;
}

.questoes-other {
	padding-top: 50px;
	background-color: #27515b;
}

.questoes-other-titulo {
	color: white;
	background-color: #3db87b;
	border-radius: 0 25px;
	width: 100%;
	padding: 10px 40px;
	font-size: 30px;
}

.questoes-titulo {
	color: white;
	background-color: #3db87b;
	border-radius: 0 25px;
	width: 100%;
	padding: 10px 40px;
	margin-top: -30px;
	font-size: 30px;
}
.buscar-icon {
	height: 30px;
}
.questoes-buscar {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: white;
	display: inline;
	padding: 20px;
	width: 100%;
}
.questoes-buscar > * {
	margin-left: 10px;
	margin-right: 10px;
}
.buscar-line {
	height: 30px;
	border: 1px solid #27515B;
}

.buscar-input {
	border: none;
	width: 90%;
	/* flex: 1 0.5 auto; */
	font-size: 22px;
}
.buscar-input:focus {
	border: none;
	outline: none;
}

.questoes-filtro {
	margin: 10px 0 ;
}

.questoes-filtro-title > p {
	margin: 0 40px 0 0;
	text-decoration: none;
	color: white;
	font-size: 20px;
}

.questoes-filtro-title{
	margin-top: 3px;
}

.questoes-filtro-item {
	margin-top: 10px;
	margin-right: 10px;
}
.questoes-filtro-item > img {
	margin-bottom: 3px;
}

.questoes-filtro-item label {
	margin-right: 20px;
	text-decoration: none;
	height: 30px;
	color: white;
	font-size: 17px;
}

.questoes-filtro-item label:hover {
	color: #a5ebc4;
}

.questoes-filtro-item input[type="radio"] {
	display: none;
}

.questoes-filtro-item input[type="radio"]+label {
	isplay: inline-block;
	float: left;
	height: 20px;
	padding: 0 10px 0 25px;
	margin: 0 20px 0px 0px;
	margin-bottom: 0px;
	background-image: url(/imagens/questao/questoes_selecao.svg);
	background-repeat: no-repeat;
	font-size: 15px;
}

.questoes-filtro-item input[type="radio"]:checked+label {
	background-image: url("/imagens/questao/questoes_selecao_hover.svg");
}

.filtro-icon {
	width: 15px;
}


.btn-filtro-salvo {
	background-color: transparent;
	border: 2px solid #3db87b;
	color: white;
	padding: 5px 40px;
	width: 200px;
}

.btn-filtro-salvo:hover {
	background-color: #3db87b;
	color: #27515b;
}

.btn-filtro-buscar {
	background-color: transparent;
}
.btn-filtro-buscar:focus {
	outline: none !important;
	box-shadow: none;
}


.btn-filtro-buscar-icon {
	width: 30px;
	background-repeat: no-repeat;
}

.filtros-item {
	color: #27515b;
	padding: 5px 20px;
	border-radius: 2px;
}

.filtros-item > h4 {
	margin: 0;
	font-size:18px
}

.questoes-filtro-filtros {
	margin-top: 15px;
}

.questoes-filtro-filtros > * {
	margin-bottom: 10px;
}

.btn-filtros-item-group {
	width: 100%;
}

.btn-filtros-item-name {
	width: 100%;
}

.filter-option-inner-inner {
	color: #27515b;
}

.questoes-filtro-filtrar {
	margin: 0;
}

.questoes-filtro-filtrar-opcoes {
	margin-bottom: 30px;
	margin-left: auto !important;
}
.btn-filtro-filtrar {
	background-color: #3db87b;
	border: 2px solid #3db87b;
	color: white;
	padding: 5px 40px;
	width: 200px;
	margin-left: auto;
	margin-top: 10px;
}

.btn-filtro-filtrar:hover {
	background-color: #27515b;
}


/* QUESTAO INDIVIDUAL -----------------------*/
.questao {
	padding-bottom: 50px;
}
.questao-row {
	padding-top: 15px;
	padding-bottom: 15px;
}

.questao-numero {
	background-color: #27515b;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

.questao-numero > .row {
	margin: 5px;
}

.questao-numero > .row > h4 {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
}

.questao-greenline {
	width: 1px;
	height: 45px;
	border: 1px solid #3db87b;
	margin-left: 17px;
	margin-right: 17px;
}

.questao-whiteline {
	width: 1px;
	height: 30px;
	border: 1px solid white;
	margin-left: 10px;
	margin-right: 10px;
}

.questao-identifica {
	background-color: #dce8ef;
	padding-right: 0;
}

.questao-identifica-row {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

.questao-identifica-item > p {
	margin: 0;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
}

.questao-identifica-item > h5 {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
}

.questao-nome {
	display: flex;
	align-items: center;
	background-color: #dce8ef;
	padding-left: 0;
}

.questao-nome-texto {
	width: 100%;
	padding: 15px;
}

.questao-nome-texto > p {
	margin: 0;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.questao-nome-texto > h5 {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
}

.questao-hr {
	border: 2px solid #27515b;
	width: 100%;
}
.questao-item {
	margin-bottom: 30px;
}
.questao-item-enunciado {
	padding: 40px 30px 20px 30px;
}

.questao-item-enunciado > h4 {
	font-size: 25px;
}

.questao-item-enunciado > p {
	font-size: 18px;
	width: 100%;
}

.questao-item-alternativas {
	margin: 0;
}

.questao-item-alternativa {
	padding: 0px 40px;
}

.questao-item-alternativa > a {
	text-decoration: none;
	color: #27515b;
}

.questao-item-alternativa > a:hover {
	color: #3db87b;
}

.questao-item-alternativa > a > .row {
	margin-bottom: 10px;
}
.questao-item-alternativa  > a > .row > p {
	margin: 0 15px;
	font-size: 20px;
}

.questao-item-alternativa-icon {
	width: 20px;
}

.questao-item-alternativa-confirma {
	padding: 12px 30px;
}

.questao-item-alternativa-confirma > .row {
	margin: 0;
}

.questao-item-alternativa-confirma > .row > img {
	margin-left: 40px;
	width: 30px;
}

.questao-item-alternativa-confirma > .row > h2{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin: 5px 0 0 10px;
	color: #00a352;
}

.btn-questao {
	padding: 10px 40px;
	border-radius: 25px;
	border: 1px solid #00C4D4;
	background-color: #00C4D4;
	color: white;
	font-weight: 600;
	font-size: 20px;
}

.btn-questao:hover {
	background-color: white;
	color: #00C4D4;
}

.questao-footer-btn {
	border: none;
	border-radius: 0;
	background-color: white;
	color: #27515b;
	font-weight: 500;
}

.questao-footer-btn > img {
	width: 40px;
	margin-right: 10px;
}

.questao-footer-right {
	padding-right: 0;
}

.questao-footer-item {
	margin: 0 15px;
}

.questao-footer > a {
	text-decoration: none;
	color: #27515b;
}

.questao-footer-nav-item {
	width: 70%;
}

.questao-footer-item > img {
	width: 40px;
}

.questao-footer-item > p {
	margin-top: 10px;
	margin-left: 15px;
	font-weight: 500;
}

.questao-footer-line {
	width: 1px;
	height: 30px;
	border: 1px solid #4ecf7b;
	margin: 0 25px;
	vertical-align: middle;
}
.questao-footer-nav {
	margin: 0;
	width: 100%;
}

.questao-footer-nav > .col {
	padding: 0;
	margin: 0;
}

.questao-footer-nav-line {
	width: 1px;
	height: 20px;
	border:1px solid #DCE8EF;
	margin: 0 20px;
}

.questao-footer-icon {
	width: 100%;
}

.questao-aba {
	background-color: #dce8ef;
	/* padding: 30px; */
}

/* PROF */
.questao-prof {
	padding: 30px;
}

.questao-prof-perfil {
	width: 60px;
	float: left;
	margin-right: 20px;
}

.questao-prof-header > h3 {
	margin-bottom: px;
}

.questao-prof-body {
	background-color: white;
	box-shadow: 1px 3px 5px;
	padding: 30px;
	border-radius: 15px;
}

.questao-prof-body-certo {
	color: #3db87b;
	font-weight: 600;

}

.questao-prof-body-incorreto {
	color: red;
	font-weight: 600;
}

.questao-prof-quote {
	font-style: italic;
	border-left: 5px solid #dce8ef;
	padding-left: 30px;
}

.questao-comments {
	padding: 30px;
}

.questao-comments .row {
	margin-left: 0;
	margin-right: 0;
}

.questao-comments-header {
	margin-bottom: 30px;
}

.questao-comments-header-left {
	display: flex;
	flex-direction: row;
	font-weight: 600;

}

.questao-comments-header-left a {
	margin: 0;
	color: #27515b;
	text-decoration: none;
}

.questao-comments-header-left hr {
	border-top: 2px solid #4ecf7b;
	margin-top: 5px;
}
.questao-comments-header-left-data {
	margin-right: 30px;
}

.questao-comments-header-right {
	margin-left: auto;
}

.questao-comments-header-right a {
	text-decoration: none;
	color: #27515b;
	font-weight: bold;
	font-size: 20px;

}

.questao-comments-body-comment {
	margin-top: 40px;
}

.questao-comments-body-comment-img {
	padding: 20px;
	display: flex;
	width: 200px;
	flex-direction: column;
	align-items: center;
}

.questao-comments-body-comment-img img {
	width: 30%;
	margin-bottom: 10px;
}

.questao-comments-body-comment-img p {
	margin: 0;
}

.questao-comments-body-comment-text {
	position: relative;
	max-width: 600px;
	background-color: white;
	border-radius: 10px;
	padding: 20px 40px;
	box-shadow: 3px 3px 4px #89898991;
}

.questao-comments-body-comment.mine .questao-comments-body-comment-text{

	box-shadow: -3px 3px 4px #89898991;
}

.questao-comments-body-comment.other .questao-comments-body-comment-text:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #ffffff;
	border-left: 0;
	margin-top: -40px;
	margin-left: -20px;
}

.questao-comments-body-comment.mine .questao-comments-body-comment-text:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: #ffffff;
	border-right: 0;
	margin-top: -40px;
	margin-right: -20px;
}

.questao-comments-body-comment.mine{
	flex-direction: row-reverse;
}

.questao-notes {
	padding: 30px;
}

.questao-notes .row {
	margin-left: 0;
	margin-right: 0;
}

.questao-notes-header {
	flex-wrap: nowrap
}
.questao-notes-header p {
	font-weight: bold;

}
.questao-notes-header-right {
	margin-left: auto;
}
.questao-notes-body {
	padding: 20px;
	background-color: white;
	min-height: 100px;
	border-radius: 10px;
	box-shadow: 3px 3px 4px #89898991;
}

/* OUTRAS QUESTOES */

.questao-outras {
	margin: 50px 15px;
}

.btn-outras {
	padding: 10px 40px;
	border-radius: 25px;
	border: 1px solid #3DB87B;
	background-color: #3DB87B;
	color: white;
	font-weight: 600;
	font-size: 20px;
	box-shadow: 3px 3px 4px #3db87b;
}

.btn-outras:hover {
	background-color: #339c68;
}

.questao-comments-footer {
	margin-top: 20px;
	flex-direction: row-reverse;
}

.test {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.button-comments {
	display: flex;
	width: auto;
}

.btn-actual {
	margin-left: auto;
	display: inline-block;
}
.btn-questao.comments {
	margin-top: 20px;
}

/* DICAS -------------------------------------------*/

.dicas-background {
	background-color: #3DB87B;
	padding-top: 50px;
	padding-bottom: 50px;
}

.dicas > h1 {
	font-weight: 800;
	margin-bottom: 50px;
}

.dica-icon {
	padding: 0;
	width: 100%;
}

.dicas-row {
	margin: 0;
}

.dicas-row > * {
	margin-bottom: 30px;
}

.dica-text {
	font-size: 16px;
	line-height: 1em;
	font-weight: 500;
	padding-right: 30px;
}

.dica-row {
	margin: 0;
}

/* contato ----------------------------------------*/
.contato {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contato-background {
	background-color: #27515b;
}

.contato-title {
	margin-top: 50px;
}

.contato-title-left {
	float:left;
	color: white;
	margin-right: 10px;
}
.contato-title-left > h3 {
	font-weight: 600;
}
.contato-title-right {
	width:auto;
	overflow:hidden;
}
.contato-title-right > hr {
	border: 3px solid #3db87b;
}


.contato-form {
	margin-top: 20px;
}

.contato-form-input {
	margin-bottom: 15px;
}

.btn-form {
	width: 100%;
	background-color: #3DB87B;
	font-size: larger;
	color: white;
}

.contato-logo-container {
	max-width: 310px;
}

.contato-logo-text {
	color: white;
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}

.contato-redes{
	float:left;
	color: white;
	margin-right: 15px;
}

.contato-redes > p {
	font-weight: 700;
	font-size: 20px;
}
.contato-hr {
	width:40%;
}
.contato-hr > hr {
	border: 3px solid #3db87b;
}

.contato-redes-icon {
	width: 35px;
	margin-right: 15px;
}

.too-big-icon {
	max-width: 80%;
}

/* PROFILE -----------------------------------------*/

#profile-nav {
	background-color: #27515b;
}

#profile-nav-items > .nav-item > a{
	color: white;
}

#profile-nav-btn {
	color: white;
	font-weight: 500;
}

.profile-background {
	background-color: white;
	min-height: 600px;
	padding-bottom: 60px;
}

.profile-background > .row {
	padding-bottom: 15px;
	padding-top: 15px;
}
.profile-title {
	position: relative;
	background-color: #3db87b;
	padding: 10px 40px;
	width: 100%;
	border-radius: 0 25px;
	top: -40px;
}

.profile-title > h2{
	color: white;
	margin: 0;
	font-weight: bold;
}

.profile-title-row {
	margin-bottom: -40px;
}

.pre-title {
	background-color: #27515b;
	height: 60px;
	width: 100%;
}

.profile-pic {
	background-color: #dce8ef;
	padding: 20px;
	height: 100%;
}

.profile-photo {
	width: 110px;
	display:block;
	margin:auto;
}

.profile-cadastro {
	background-color: #dce8ef;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.profile-cadastro-title > h3 {
	color: #3db87b;
	font-weight: 600;
}

.profile-cadastro-title > hr {
	border-top: 2px solid #27515b;
}

.cadastro-form input{
	width: 100%;
	border: 0;
	padding: 5px 20px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.profile-info {
	background-color: #dce8ef;
	padding: 20px;
	font-size: 500;
}

.profile-info > hr {
	border-top: 2px solid #27515b ;
}
.profile-info > h4 {
	font-size: 20px;
}

.profile-info > p {
	font-size: 15px;
	font-weight: 500;
}

.profile-since {
	background-color: #dce8ef;
	padding: 20px;
	/*margin-top: 30px;*/
}

.profile-since > p {
	font-weight: 500;
	font-size: 15px;
}

.renovar-btn {
	position: relative;
	background-color: #3db87b;
	top: 40px;
	margin-top: -30px;
	font-weight: 500;
	font-size: 15px;
	color: white;
	padding: 3px 40px;
}

.profile-extra {
	background-color: #dce8ef;
	width: 100%;
	height: 100%;
	padding: 20px;
}

/* REGISTER --------------------------------------- */
.register-main-row {
	margin-top: 50px;
}

.register-title {
	color: #3db87b;
	font-weight: bold;
	margin-bottom: 10px;
}

.register-hr {
	border: 1px solid #27515b;
	margin-bottom: 0px;
	color: #000;
	background-color: #000;
	margin-top: 10px;
}

.register-login {
	height: 100%;
	display: flex;
	flex-direction: column;

}
.register-login-btn {
	background-color: #3db87b;
	margin-top: 10px;
	color: white;
	font-weight: 600;
	font-size: 20px;
}

.register-login-form {
	background-color: #dce8ef;
	padding: 20px;
	height: auto;
	flex: 2;
}

.register-register {
	display: flex;
	flex-direction: column;
}

.register-col {
	margin-bottom: 20px;
}
.register-register-form {
	padding: 20px 0;
}

.register-form-item > input {
	width: 100%;
	border: none;
	background-color: #dce8ef;
	padding: 5px;
	border-radius: 5px;
	height: 38px;
}

.register-form-item > select {
	border: none;
	background-color: #dce8ef;
	padding: 5px;
	border-radius: 5px;
}

#rsubmit {
	display: block;
	background-color: #3db87b;
	color: white;
	font-weight: 600;
	font-size: 20px;
	height: 50px;
	margin-top: auto;
	cursor: pointer;
}

/* CARRINHO --------------------------------------- */

.cart-background {
	background-color: white;
	min-height: 600px;
	padding-bottom: 60px;
}

.cart-status-title {
	margin-top: 30px;
}

.cart-status-title h4 {
	color: #898989;
	text-align: center;
}


.status-ball {
	display: flex;
	justify-content: center;
}

.ball {
	background-color: #3db87b;
	height: 14px;
	width: 14px;
	border-radius: 50%;
}

.ball-left::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(20px);
	height: 2px;
	width: 50%;
	background: #898989;
}

.ball-right::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateX(-20px);
	height: 2px;
	width: 50%;
	background: #898989;
}

.ball-middle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateX(-20px);
	height: 2px;
	width: 50%;
	background: #898989;
}

.ball-middle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(20px);
	height: 2px;
	width: 50%;
	background: #898989;
}

.cart {
	margin-top: 50px;
}


.cart-status h4 {
	color: #898989;
	text-align: center;
}

.cart-login {
	margin-top: 20px;
}

.cart-login-btns {
	margin: 0;
}

.cart-login-btns > .col-left {
	padding-left: 0;
}

.cart-login-btns > .col-right {
	padding-right: 0;
}

.cart-login-btn {
	width: 100%;
	border: 2px solid #3db87b;
	background-color: white;
	color: #3db87b;
	font-weight: bold;
}
.cart-login-btn:hover {
	background-color: #3db87b;
	color: white;
}

.cart-left hr {
	margin: 0 0 20px 0;
	border-top: 1px solid #47777f;
}

.cart-dados > form label {
	font-weight: 500;
	font-size: 0.9em;
}
.cart-form input,
.cart-form select,
.cadastro-form select{
	width: 100%;
	background-color: #dce8ef;
	border: none;
	border-radius: 5px;
	height: 35px;
	padding: 10px;
}

.cadastro-form select{
	height: auto;
	background: white;
	padding: 6.5px;
}


.cart-cartao {
	margin:0;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #27515b;
}

.cart-cartao:hover {
	color: #072229;
	text-decoration: none;
}

.cart-select {
	width: 15px;
}

.cart-cartao p {
	margin: 0 15px;
}

.cart-cartao-select {
	margin-top: 20px;
}

.cart-cartoes img {
	width: 80px;
	margin-right: 10px;
}

.cart-cartoes > .row {
	margin: 15px 0;
}

#cartcardmonth {
	width: auto;
	height: 40px;
	padding: 5px;
}

#cartcardyear {
	width: auto;
	height: 40px;
	padding: 5px;
}

.cart legend {
	white-space: nowrap;
	font-weight: 500;
	font-size: 0.9em;
}

.cart label {
	white-space: nowrap;
	font-weight: 500;
	font-size: 0.9em;
}

.cart-btn {
	width: auto;
	padding: 10px 35px;
	background-color: #00C4D4;
	color: white;
	font-weight: bold;
	border-radius: 25px;
}

.cart-btn:hover {
	background-color: #00aebe;
}

.cart-boleto-row {
	margin: 0;
	align-items: center;
}

.cart-boleto-row > p {
	margin: 0 0 0 15px;
}

.cart-boleto-img {
	height: 25px;
	margin-left: 15px;
}

.cart-boleto-select {
	color: #27515b;
	text-decoration: none;
}

.cart-boleto-select:hover {
	color: #072229;
	text-decoration: none;
}
.cart-boleto-div {
	margin: 20px 0 0 0;
}

.cart-spacing{
	height: 20px;
}

.cart-revisao {
	display: flex;
	flex-direction: column;
	background-color: #dce8ef;
	justify-content: center;
	margin: 20px auto;
	max-width: 600px;
}

.cart-revisao > hr {
	margin: 0;
	width: 80%;
	display: block;
	margin: 0 auto -1px auto;
	border-bottom: 1px solid #98a7ad;
}

.cart-revisao-item {
	text-align: center;
	padding: 12px;
	font-weight: 500;
}

.cart-revisao-title {
	background-color: #27515b;
	color: white;
	white-space: nowrap;
}

.cart-revisao-title > h5 {
	font-weight: 600;
	margin: 0;
}

.cart-revisao-body {
	background-color: #dce8ef;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	border-bottom: 1px solid #bfd0d8;
}

.cart-revisao-preco {
	background-color: #bfd0d8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
}

.cart-revisao-preco p {
	margin: 0;
	font-weight: 500;

}

.cart-revisao-body p {
	margin: 0;
	font-size: 14px;
}

.cart-revisao-body-left {
	font-size: 16px;
}

.cart-revisao-body-right {
	font-size: 13px;
}

.cart-revisao-body-preco {
	font-size: 18px;
}


.cart-buy-btn {
	display: flex;
	margin: 20px auto;
	max-width: 350px;
}

.cart-buy-btn > p {
	margin: 0;
	text-align: center;
	width: 80%;
}


.cart-buy-btn-a {
	text-decoration: none !important;
}

.cart-buy-btn-a:hover {
	text-decoration: none;
}

.cart-buy-img {
	fill: white;
	padding: 10px 30px;
	background-color: #00aebe;
	flex: 1;
	cursor: pointer;
}

.cart-buy-btn > button {
	background-color: #00C4D4;
	flex: 10 !important;
	color: white;
	font-weight: 600;
	font-size: large;
}

.cart-buy-btn > button > p {
	text-decoration: none;
}

.cart-buy-btn-left {
	background-color: #00C4D4;
}

.cart-register-form {
	margin: 20px 0;
}

.cart-register-form input {
	width: 100%;
	background-color: #dce8ef;
	border: none;
	border-radius: 5px;
	height: 35px;
	padding: 10px;
}

/* .cart-register-form label{
    font-weight: 500;
    font-size: 0.9em;
} */

.cart-divisor {
	margin: 40px 0;
}


/* NAVIGATION --------------------------------------*/

.navigation {
	margin-top: 30px;
	justify-content: center;
}

.navigation .page-link {
	border: none;
	color: #27515b;
	font-size: 1.5em;
}

.navigation .page-link.active{
	border: none;
	color: #00a352;
	background-color: transparent;
}

.navigation .page-link:hover {
	border: none;
	background-color: transparent;
}

/* CONCURSOS --------------------------------------*/

.concurso-titulo {
	color: white;
	background-color: #3db87b;
	border-radius: 0 25px;
	width: 100%;
	padding: 10px 40px;
	font-size: 30px;
	margin-bottom: -35px;
}

.concurso-titulo h1 {
	font-weight: 600;
	margin: 0;
}

.concurso {
	padding-top: 65px;
	min-height: 400px;
}

.concurso-hl {
	border: 1px solid #27515b;
	padding: 40px;
	box-shadow: 3px 3px 10px rgba(61, 61, 61, 0.404);

}

.concurso-hl hr {
	border-top: 1px solid #27515B;
	margin-top: 30px;
	margin-bottom: 30px;
}
.concurso-hl .hr-top {
	width: 80%;
}

.concurso-hl .img {
	text-align: center;
	padding: 20px;
}

.concurso-hl h4 {
	color: #3db87b;
	font-weight: 600;
	margin-bottom: 20px;
}

.concurso-hl h5 {
	font-weight: 400;
}

.concurso-hl h6 {
	font-weight: 500;
	font-size: 1.3em;
}

.concurso-hl .info .row {
	margin: 20px 0;
	align-items: center;
	flex-wrap: nowrap;
}

.concurso-hl .info p {
	margin: 0;
	font-size: 1.2em;
	font-weight: 500;
}

.concurso-hl .info .row .green{
	color: #3DB87B;
}


.concurso-hl .info a {
	margin: 0;
	font-size: 1.2em;
	font-weight: 500;
	color: #00a2d4;
}

.concurso-hl .info a:hover {
	text-decoration: none;
}

.concurso-hl .download .img{
	background-image: url('/imagens/concurso/concurso_pdf.svg');
	background-repeat: no-repeat;
	height: 90px;
}
.concurso-hl .download .img:hover {
	background-image: url('/imagens/concurso/concurso_pdf_hover.svg');
}

.concurso .descricoes {
	padding: 20px;
	margin-bottom: 20px;
}
.concurso .descricoes h2{
	font-weight: bold;
	font-size: 1.5em;
}

.proximos-concursos {
	margin-top: 50px !important;
}

.concursos-bottom {
	background-color: #dce8ef;
	margin-top: 50px;
}

.concursos-bottom hr {
	border-top: 1px solid #27515b;
	margin-bottom: 50px;
}

.concursos-bottom h1 {
	color: #3DB87B;
	font-weight: bold;
}

.concursos-bottom .row {
	margin: 0;
}

/* ANIMA��ES ---------------------------------------*/
.rotate-180 {
	-webkit-animation:spin 0.5s forwards 1;
	-moz-animation:spin 0.5s forwards 1;
	animation:spin 0.5s forwards 1;
}

.rotate-180-back {
	-webkit-animation:spinback 0.5s forwards 1;
	-moz-animation:spinback 0.5s forwards 1;
	animation:spinback 0.5s forwards 1;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(180deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(180deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(180deg); transform:rotate(180deg); } }

@-moz-keyframes spinback {
	0% { -moz-transform: rotate(180deg); }
	100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes spinback {
	0% { -webkit-transform: rotate(180deg); }
	100% { -webkit-transform: rotate(0deg); }
}
@keyframes spinback {
	0% { -webkit-transform: rotate(180deg); transform:rotate(180deg); }
	100% { -webkit-transform: rotate(0deg); transform:rotate(0deg); }
}

/* lg */
@media only screen and (max-width: 960px) {
	.questao-footer {
		justify-content: center;
		text-align: center;
	}

	.questao-footer-nav {
		margin: 20px 15px;
	}

	.questao-aba {
		margin: 15px -15px;
	}
	.owl-prev {
		top: 95.5%;
		left: 34%;
	}

	.owl-next {
		top: 95.5%;
		left: 62%;

	}
	.profile-since {
		margin-bottom: 40px;
	}

	.questao-row {
		padding-top: 0;
	}


}

@media only screen and (min-width:1200px) {
	.cart-left {
		border-right: 1px solid #27515b;
	}

	.cart-right {
		border-left: 1px solid #27515B;
	}
	.cart-divisor {
		display: none;
	}

}

@media only screen and (max-width:1200px){

}

/* md */


@media only screen and (max-width: 768px) {
	.cart-status {
		display: none;
	}

	.cart-spacebot {
		margin-bottom: 16px;
	}

	.questao-prof {
		padding: 20px 0;
	}

	.questao-prof-header {
		padding: 20px;
	}

	.questao-comments-header-left-data{
		margin-right: 10px;
	}
	.concurso-hl {
		padding: 30px;
	}

	.concurso .right {
		margin-top: 50px;
	}
	.concurso-titulo h1{
		font-size: 1.2em;
	}

	.concurso .col-lg-6 {
		padding: 0;
	}
}

@media only screen and (max-width: 576px) {
	.questoes-filtro-item input[type="radio"]+label {
		margin-bottom: 10px;
	}
	.btn-outras {
		font-size: 15px;
	}
	.planos-left:before {
		position: relative;
		top: 0;
		left: 0;
		transform: translateX(0);
		height: 100%;
		width: 0;
		background: #dce8ef;
		z-index: -2;
	}
	.planos-left:after {
		position: relative;
		top: 0;
		left: 0;
		transform: translateX(0);
		height: 100%;
		width: 0;
		background: #dce8ef;
		z-index: -2;
	}

	.questoes-buscar {
		padding: 10px 20px;
	}

	.cover-left > h1 {
		font-weight: 800;
		font-size: 1.8em;
		color: #0dbc7a;
	}

	.cover-text-right {
		text-align: left;
	}
	.cover-text-right button {
		margin-left: 0;
	}
	.concursos-bottom h1 {
		font-size: 2em;
	}
}

@media only screen and (max-width: 450px) {
	.buscar-input::placeholder {
		font-size: 15px;
	}
}


.dados-form #rsubmit {

	margin-top: 26px;
	height: auto;
}