BODY {
	/*  font-family: sans-serif; */
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	border-top: 0 !important
}

H1 {
	font-size: 28pt;
}

H2 {
	margin-bottom: 20pt;
	margin-top: 40pt;
}

P,
.p {
	line-height: 150%;
	max-width: 40em;
	/* font-size: 18px; */
}

.subheadline,
.tag-single .lead {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 400;
	margin-bottom: 40px;
}

a {
	text-decoration: underline;
	color: #00B0EA;
}

a:visited {
	color: #9C27B0;
}

#mainhead {
	background: #000;
	padding: 20px 20px 15px
}

#mainhead NAV {
	max-width: 1110px;
	margin: 0 auto;
}

#mainbody {
	padding: 20px;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 50px
}

.quizOl {
	list-style: none;
	padding: 0;
}

.quizLi {
	position: relative;
	margin: 20pt 0;
	border-top: 1px solid #ccc;
	padding-top: 20pt;
	/* left: -1em; */
	position: relative;
	font-weight: bold;
	font-size: 16pt;
	clear: both;
	min-height: 4em;
}

.quizLi:first-child {
	/* 
border-top:none;
*/
	margin-top: 0pt;
	/* padding-top:0; */
}

.pendiente {
	background: #ffe;
}

.quizOptions .liRadio {
	float: left;
	display: block;
	vertical-align: top;
	width: 1.2em;
}

.quizOptions UL LI label {
	max-width: 40em;
	display: block;
	margin-left: 1.5em;
}

ul li {
	list-style-type: none;
	margin-left: 0;
}

.quizLi DIV {
	/* width:100%;

font-weight: normal;
font-size:10pt;
*/
}

.quizLi DIV.liTitle {
	font-weight: normal;
	margin-bottom: 20pt;
	font-size: 16pt;
}

.quizLi DIV.liLabels {
	width: 93%;
	margin: 0 auto 0 10px;
	font-weight: normal;
}

h4.title {
	display: inline-block;
	margin-bottom: 2rem;
	padding-left: 10px;
	margin-top: 0;
}

p.description {
	/* font-size: 16px; */
	line-height: auto;
	margin-top: 0
}

UL.answ-list {
	margin-bottom: 3rem
}

LI.answ-list-item {
	margin-bottom: 1rem;
	list-style-type: none
}

.quizResultado {
	background: #eee;
	padding: 20px;
}

@media (max-width: 767px) {
	.quizResultado {
		margin-left: -20px;
		margin-right: -20px
	}
}

.quizResultado H3 {
	font-size: 20pt;
}

.quizResultado-head, .quizResultado-neck{
	text-align: center;
	position: relative;
}
.quizResultado-head P, .quizResultado-neck P{
	max-width: none;
}

.quizResultado-body {
	text-align: left;
	margin: 0 10%;
	min-width: 320px;
}
	@media (max-width: 767px) {
	.quizResultado-body {
		margin: 0px;
		}
	}


.quizResultado-body p {
	max-width: none
}

.quizResultado-body OL {
	font-size: 85%;
}



label input {
	margin-right: 10px
}

.scale,
.line {
	margin-left: 12.5%;
	margin-right: 12.5%
}

.scale {
	position: relative;
	height: 10px;
}

.line {
	border-bottom: solid 2px #000000;
	margin-bottom: -16px
}

.scale-item {}

a.btn-primary {
	color: #ffffff;
	font-weight: bold
}

TABLE.labels TD {
	text-align: center;
	padding-top: 0;
	vertical-align: top;
	/* 
line-height:100%;
padding-top:.5em;
*/
}

@media (max-width: 767px) {
	TABLE.labels TD {
		font-size: 11px !important;
		padding: 0;
		line-height: 120%;
		padding-top: 10px;
	}
}


/* PIN draw */

.pin1 {
	position: absolute;
	top: -36px;
	/*margin-left: -115px;*/
	border-radius: 50% 50% 50% 0;
	border: 4px solid #9C27B0;
	width: 30px;
	height: 30px;
	transform: rotate(-45deg);
	margin-left: -19px
}

.pin1::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	background-color: #9C27B0;
}

.pin2 {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: 115px;
	border-radius: 50%;
	border: 8px solid #fff;
	width: 8px;
	height: 8px;
}

.pin2::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	bottom: -30px;
	left: -6px;
	border: 10px solid transparent;
	border-top: 17px solid #9C27B0;
}

.liRadios,
.liLabels {
	display: flex;
	justify-content: space-between;
}

.liLabels I {
	font-style: normal;
	font-size: 11pt;
	color: #808080;
}

.liLabels .liLabel {
	width: 20%;
	min-width: 7.5em;
	font-size: 8.5pt;
}

.liLabel.liLabel-1 {
	text-align: left;
}

.liLabel.liLabel-4 {
	text-align: center;
}

.liLabel.liLabel-7 {
	text-align: right;
}

.quizOption-title H4+P {
	margin-top: -1.2rem;
	/* margin-left: 2.5em; */
}


/* ********** Desktop ********** */

@media (min-width: 768px) {
	.quizOption {
		padding-left: 2.5em;
	}
	.quizOption-title {
		margin-left: -2.5em;
	}
	.quizOption-title H4+P {
		margin-top: -1.6rem;
		margin-left: 2.5em;
	}
	.quizLi DIV.liTitle,
	.quizLi DIV.liContent {
		display: inline-block;
	}
	.quizLi DIV.liTitle {
		width: 30%;
		margin-right: 2em;
	}
	.quizLi DIV.liContent {
		width: 60%;
		float: right;
		margin-top: -5px;
	}
	.quizLi DIV.liLabels {
		width: 96%;
	}
	H1 {
		font-size: 54px;
	}
	/* P, .p {  font-size: 18px; } */
	.liLabels .liLabel {
		width: 20%;
		min-width: 7.5em;
		font-size: 10pt;
	}
	BODY {
		font-size: 20px;
	}
	.subheadline,
	.tag-single .lead {
		font-size: 24px;
	}
}


/* ********** Custom radio buttons ********** */

.liRadios {
	min-height: 22px;
	margin: 0;
	display: inline-block;
}


/* Customize the label (the container) */

.liRadios LABEL {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	font-size: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Hide the browser's default radio button */

.liRadios LABEL input {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
}


/* Create a custom radio button */

.liRadios LABEL SPAN {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #eee;
	border-radius: 50%;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	line-height: 24pt;
}


/* On mouse-over, add a grey background color */

.liRadios LABEL:hover input~SPAN {
	background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.liRadios LABEL input:checked~SPAN {
	background-color: #9C27B0;
	color: white;
	font-weight: bold;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.liRadios LABEL:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the indicator (dot/circle) when checked */

.liRadios LABEL input:checked~SPAN:after {
	display: block;
}


/* Style the indicator (dot/circle) */

.liRadios LABEL SPAN:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/*. Estilos footer */

.footer-wrapper .container {
	padding: 20px;
	/*padding-top: 80px;
padding-bottom: 80px;*/
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 0;
}

.bg-color-primary {
	background-color: #9C27B0;
}

.site-footer {
	color: #ffffff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.site-footer .footer-title {
	text-transform: uppercase;
}

.site-footer .subtitulo {
	margin-top: .5rem !important;
	font-size: 18px;
	font-weight: 400;
}

.site-footer .caption {
	font-size: 14px;
	line-height: 1.6em;
}

.btn-icon-text {
	font-size: 24px;
	padding: 5px;
	margin-left: 12px;
	margin-bottom: 0 !important;
	min-width: 36px;
	border-radius: 40px;
	line-height: 16px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.btn-icon-text:first-child {
	margin-left: 0;
}

.site-footer a {
	color: #ffffff;
}

.columna {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.footer-wrapper {
	margin-top: 48px;
}

@media (min-width: 1200px) {
	.columna {
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		box-sizing: border-box;
		display: block;
	}
}

@media (max-width: 767px) {
	.footer-wrapper {
		margin-top: 24px;
	}
	.footer-wrapper .container {
		padding-top: 48px;
		padding-bottom: 24px;
	}
	.site-footer .subtitulo {
		font-size: 14px;
		font-weight: 400;
	}
	.site-footer .footer-title {
		font-weight: bold;
		font-size: 12px;
	}
	.site-footer .caption {
		font-size: 12px;
		line-height: 1.6em;
	}
}


/* table styles*/

table {
	border-collapse: collapse;
	width: 100%;
}

.thead td {
	font-size: 1em;
	width: 20%;
	font-weight: bold
}

.tbody td {
	font-size: 2em;
	color: #9C27B0;
	width: 20%
}

th,
td {
	padding: 8px;
	text-align: left;
	/*border-top: 1px solid #000000;*/
}

@media (max-width: 767px) {
	.thead td {
		font-size: .5em
	}
	.tbody td {
		font-size: 1.5em
	}
}