body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
}
#conteudo {
	display: block;
	margin: 0 auto;
	max-width: 620px;
}
#hero {
	background-image: url(../img/background-topo.jpg); 
	background-position: center center;
	background-size: auto 100%;
}
#topo {
	margin: 0 0 25px 0;
}
#topo img {
	padding: 38px 0 0 0;
}
#topo p {
	text-align: center;
	font-size: 16px;
	color: white;
	font-weight: 300;
	margin: 10px;
} 
#topo {
	text-align: center;
}
#form {
	padding: 0 32px 50px 32px
}
#profissoes {
	width: 100%;
	display:none;
}
#form select {
	margin: 15px 0;
	padding: 14px 14px;
	display: block;
	width: 100%; 
	height: 48px;
	border-radius: 15px;
	font-size: 16px;
	color: 606060;
	border: solid 2px #8897b7;
}
.select2-container--default .select2-selection--single {
	padding: 9px 14px;
	width: 100%;
	height: 48px;
	border-radius: 15px;
	font-size: 16px;
	color: 606060;
	border: solid 2px #8897b7 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px;
}

@media screen and (min-width: 900px){
	#conteudo {
		display: block;
		margin: 0 auto;
		max-width: 100%!important;
		margin-left: 40%!important;
		margin-right: 40%!important;
	}
}

#resultado-inside {
	padding-top: 10em;
	background-color: #fff; 
	border-radius: 25px;
}
#resultado {
	background-color: #0e1930;
	position: relative;
}

#positivo {
	background-image: url(../img/seta-resultado.png);
	background-color: #c52c55;
	border-radius: 25px;
	width: 96%;
	position: absolute;
	z-index: 999;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	margin: 0 2%;
	top: -2em;
	opacity: 0;
}
#positivo h2 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin-bottom: 6px;
}
#positivo p {
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	margin: 0;			
}
#positivo img {
	margin: 6px 0 16px 0;
}

#resultado-inside {
	padding: 40px 0;
}
#intro {
	opacity: 0.2;
	text-align: center;
	margin: 0 0 28px 0;
	font-weight: 500;
	color: #616161;
}
#stem, #boo, #scheduleA, #lawyerApproved {
	max-width: 84%;
	margin: 0 auto;
}
.positivo-titulo {
	font-size: 16px;
	margin-left: 10px;
}
.check {
	margin-left: 20px;
}
#rodape {
	background-color: #0e1930;
	text-align: center;
	padding: 30px 0;
}
#rodape p {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	margin-top: 28px;
}


/* ACCORDION */

#stem, #boo, #scheduleA, #lawyerApproved {
	opacity: 0.2;
	pointer-events: none;
}

#stem, #boo, #scheduleA, #lawyerApproved {
	position: relative;
}

/* Header */
#stem .head, #boo .head, #scheduleA .head, #lawyerApproved .head {
	background-color: #39b247;
	color: #fff;
	cursor: pointer;
	transition: 0.2s ease;
	display: flex;
	align-items: center;
	border-radius: 15px;
	height: 54px;
	text-align: left;
}

.arrow {
	width: 20px;
	transition: all 0.2s ease-in-out;
}

.arrow-up {
	transform: rotate(180deg);
	transition: all 0.2s ease-in-out;
}

#stem .arrow, #boo .arrow, #scheduleA .arrow, #lawyerApproved .arrow {
	position: absolute;
	right: 20px;
}

#stem .head:hover .arrow, #boo .head:hover .arrow, #scheduleA .head:hover .arrow, #lawyerApproved .head:hover .arrow {
	opacity: 1;
}

#stem .head:hover, #stem .active, #boo .head:hover, #boo .active, #scheduleA .head:hover, #scheduleA .active, #lawyerApproved .head:hover, #lawyerApproved .active {
	background-color: #FFE77AFF;
}

#stem .arrow-animate, #boo .arrow-animate, #scheduleA .arrow-animate, #lawyerApproved .arrow-animate {
	transform: rotate(-180deg);
	opacity: 1;
}

#stem .content, #boo .content, #scheduleA .content, #lawyerApproved .content, {
	display: none;
	padding: 20px 30px;
	color: #333333;
}

#stem .content p, #boo .content p, #scheduleA .content p, #lawyerApproved .content p {
	font-size: 16px;
	font-weight: 300;
	color: #606060;
	padding: 40px 30px 25px 30px;
	border-radius: 0 0 32px 32px;
	border: solid 2px #bbbbbb;
	border-top: none;
	line-height: 20px;
	margin: -14px 0 0 0;
}

