.graphic {
	background: transparent url('../img/quads.png') 0/100% no-repeat;
}

.show {
	display: block;
}

body {
	background: #fff url('../img/bg_pattern.jpg') 0/15% repeat fixed;
	font-family: Roboto, 'sans-serif';
}

#top-area {
	display: none;
}

#main {
	padding-bottom: 0;
}

.disc-container {
	margin: 60px 0;
}

#survey_container {
	margin: 0;
	border: 3px solid #1f4c84;
	border-bottom-width: 15px; 
	border-radius: 0;
	padding: 0 5% 30px 5%;
}

#top-wizard {
	padding: 15px 0;
	height: auto;
	background-color: transparent;
	border-bottom: 0; 
}

.logo {
	width: 40%;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.line-shadow {
	width: 50%;
	display: block;
	margin: auto;
}
.tips p {
	margin: 0 0 15px 15px;
}
.btn-div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0 10px 0;
}

.btns-area {
	padding: 20px 0px 40px 0px;
}

button {
	background-color: #cae2ff;
	width: 100%;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1f4c84;
	border: 2px solid #1f4c84;
	/*
	border-bottom-width: 6px;
	*/
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	box-sizing: content-box;
	padding: 0;
}
button:hover {
	/*
	border-bottom-width: 4px;
	*/
	background-color: #dbecff;
}
/*
button:active {
	border-bottom-width: 2px;
}
*/
.btn-new {
	width: 200px;
}

.btn-new:not(:last-child) {
	margin-right: 50px;
}

@media (max-width: 767px) {
	body {
		background-size: 50%;
	}
	.disc-container {
		margin: 20px 0;
	}
	#survey_container {
		padding: 0 5%;
	}
	#top-wizard {
		padding: 5px 0;
	}
	.logo {
		width: 85%;
		margin-bottom: 5px;
	}
	.line-shadow {
		width: 85%;
	}
	h2 {
		margin: auto;
		font-size: 1.8em;
		line-height: 1em;
	}
	.row2 {
		margin-top: 10px;
	}
	.tips p {
		margin: 0 0 5px 15px;
	}
	.tips ol {
		margin: 0 0 0 30px;
		list-style-type: decimal;
		font-size: 0.9em;
		line-height: 1.5em;
	}
	.btn-div {
		margin-top: 10px;
	}

	ul li button {
		width: 100%;
		height: auto;
		min-height: 60px;
		font-size: 1em; 
	}
	#linha_bts {
		width: 100%;
		margin: 0;
	}
	.btns-area {
		padding: 0 0 10px 0;
	}
	#report {
		padding: 0;
		padding-bottom: 20px;
	}
	h3 {
		font-size: 1.2em;
		line-height: 1.2em;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.report-text p {
		font-size: 1em;
		line-height: 1.2em;
	}
	.report-inputs {
		padding: 0;
	}
	.phone-div {
		width: 100%;
	}
	.gender-div {
		width: 100%;
		padding: 0;
	}
	.gender-div input[type="radio"] {
		margin: 4px 2px 0 0;
		float: left;
	}
	.gender-div label {
		margin-right: 10px;
		display: block;
	}
	.gender-div label[for="male"] {
		margin-right: 10px;
		float: left;
	}
	.btn-send-div {
		margin-bottom: 20px;
	}
}

/*============ TRIADE DO TEMPO ==============*/

.tri-test {
	padding-top: 20px;
}
.rad {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.rad input[type="radio"]:not(:checked) {
	background-image: transparent url('../img/rad.png') 0 0 no-repeat;
}

.block:not(:first-child) {
	min-height: 120px;
	border-bottom: 2px solid #eee;
}

.block:last-child {
	border:none;
}

.block {
	display: flex;
	font-family: 'Ubuntu';
	color: #555;
}

.question {
	display: flex;
	flex: 0 0 50%;
	justify-content: center;
	flex-direction: column;
	max-width: 50%;
	font-size: 20px;
}

.answers {
	display: flex;
	max-width: 50%;
	flex: 0 0 50%;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 13px;
	font-weight: 500;
}
.answers > span {
	display: flex;
	width: 18%;
	justify-content: center;
	text-align: center;
	padding: 3% 0;
	text-transform: uppercase;
	font-size: 11px;
}

.answers input {
    margin:0;
    padding:0;
    -webkit-appearance:none;
   	-moz-appearance:none;
	appearance:none;
}

.radio-img {
	background: transparent url('../img/radio-unchecked.png') 0 0/45px 45px no-repeat;
	height: 45px;
	width: 45px;
	cursor: pointer;
}

.radio-img:hover {
	background: transparent url('../img/radio-hover.png') 0 0/45px 45px no-repeat;
}

.answers input:checked +.radio-img {
	background: transparent url('../img/radio-checked.png') 0 0/45px 45px no-repeat;
}

.answers input:not(:checked) {
	background: transparent url('../img/radio-unchecked.png') 0 0/45px 45px no-repeat;
}

.radio-error {
	background: transparent url('../img/radio-error.png') 0 0/45px 45px no-repeat;
}


/*===================== ESQUEMAS ======================*/

.prog {
    font-size: 28px;
    font-weight: 800;
    /* text-shadow: 1px 1px 5px rgba(0,0,0,0.25); */
    color: #1f4c84;
    text-align: right;
    margin-top: 20px;
    -webkit-text-stroke: medium;
    font-family: "Ubuntu";
}