body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
}
.body {
	min-width: 300px;
	width: 100%;
}
div {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 8px 0;
}
b, strong {
	font-weight: 800;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Krub', sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 15px 0 10px;
	line-height: 1.2em;
}
h1 { font-size: 1.9em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.7em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.5em; }
h6 { font-size: 1.4em; }

ul, ol {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 5px 0;
}
a, a:visited {
	color: #ff8833;
	text-decoration: none;
	/*font-weight: 400;*/
}
a:hover {
	color: #ff8833;
	text-decoration: underline;
	/*font-weight: 400;*/
}
a.btn-success, a.btn-success:visited, a.btn-success:hover {
	color: #fff;	
}

a.btn-start, a.btn-start:visited {
	margin: 25px auto 10px;
	padding: 35px 15px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	background: #44bb44;
}
a.btn-start:hover {
	background: #44dd44;
	font-weight: 700;
}

hr {
	border: none;
	border-top: 1px solid #aaa;
}
canvas {
	margin-bottom: 10px;
}
.gral {
	margin: 0 auto;
	max-width: 1040px;
}
#headerExt {
	position: fixed;
	width: 100%;
	min-width: 300px;
	z-index: 1000;
}
#header, #footer {
	background: #ff8833;
	color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
#header {
	height: 60px;
	padding: 0 25px;
}
#header .gral {
	height: 60px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

.logo {
	font-family: 'IM Fell Great Primer', serif;
	font-size: 36px;
	line-height: 36px;
	padding: 0px;
	
}
.logo a, .logo a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.logo a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 15px rgba(255, 255, 0, 0.7);
}
.btnMenu {
	display: none;
	float: left;
	background: #000;
	color: #fff;
	padding: 7px 10px;
	font-size: 24px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}
.btnMenu:hover {
	cursor: pointer;
	background: #fff;
	color: #000;
}
.menu {
	flex-grow: 2;
	font-size: 13px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
}
.menu ul li {
	margin: 0;
	padding: 0;
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	padding: 20px 10px 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.menu ul li a:hover {
	background: #99521f;
}
.idiomas {
	line-height: 25px;
	text-align: right;
	position: relative;
	font-size: 14px;
}
.idiomas .sel {
	padding: 17px 15px;
	width:  140px;
}
.idiomas .sel:hover {
	background: #99521f;
	cursor: pointer;
}
.idiomas ul {
	position: absolute;
	right: 0;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #222;
	width: 140px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.idiomas ul li {
	padding: 0;
	margin: 0;
}
.idiomas ul li a, .idioma ul li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
}
.idiomas ul li a:hover {
	color: #fff;
	background: #444;
	text-decoration: none;
}
.idiomas span {
	float: right;
	width: 25px;
	height: 25px;
	text-align: center;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.idiomas img {
	max-height: 25px;
	margin: 0 -6px;
	display: block;
}
#content {
	margin: 0;
	padding: 85px 25px 50px;
	min-height: calc(100vh - 158px);
	text-align: center;
}
#footer {
	padding: 20px 25px 60px;
}
#footer .footerLeft {
	float: left;
}
#footer .footerRight {
	float: right;
	text-align: right;
}
#footer a, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}

#footer .logo {
	float: none;
	font-size: 30px;
	line-height: 30px;
	padding: 0 0 4px;
}

.sheet {
	display: none;
	padding: 20px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	max-width: 800px;
	margin: 0 auto;
}
.sheet.s1 { background: #ffe5ff; }
.sheet.s2 { background: #ffffe5; }
.sheet.s3 { background: #e5ffe5; }
.sheet.s4 { background: #e5ffff; }
.sheet.s5 { background: #e5e5ff; }

.sheet h3 {
	padding: 0 0 1%;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.2em;
}
.sheet h4 {
	padding: 1% 0 5%;
	margin: 0;
	text-transform: none;
	line-height: 1.2em;
}
.sheet h6.page {
	padding: 5% 0 0;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.2em;
}
.sheet .page {
	padding: 0 0;
}

.raven {
	padding-bottom: 100%;
	background: top center no-repeat;
	background-size: contain;
	position: relative;
}
.raven h6 {
	position: absolute;
	width: 100%;
	top: 47%;
	text-transform: uppercase;
	line-height: 1.2em;
}
.raven .btn {
	border: 0;
	position: absolute;
	background: none;
	/*background: rgba(0, 0, 255, 0.3);*/
	width: 19.5%;
	padding: 0;
	padding-bottom: 13%;
	left: 4%;
	bottom: 2%;
}
.raven.r6 .btn {
	width: 25.5%;
	padding-bottom: 15.5%;
}
.raven.r8 .btn {
	width: 19.5%;
	padding-bottom: 13.25%;
}

.raven.r6 .btn1, .raven.r6 .btn2, .raven.r6 .btn3 {
	bottom: 22.75%;
}
.raven.r6 .btn4, .raven.r6 .btn5, .raven.r6 .btn6 {
	bottom: 0.5%;
}

.raven.r6 .btn1, .raven.r6 .btn4 {
	left: 4%;
}
.raven.r6 .btn2, .raven.r6 .btn5 {
	left: 37.25%;
}
.raven.r6 .btn3, .raven.r6 .btn6 {
	left: 70.5%;
}

.raven.r8 .btn1, .raven.r8 .btn2, .raven.r8 .btn3, .raven.r8 .btn4 {
	bottom: 24%;
}
.raven.r8 .btn5, .raven.r8 .btn6, .raven.r8 .btn7, .raven.r8 .btn8 {
	bottom: 2%;
}

.raven.r8 .btn1, .raven.r8 .btn5 {
	left: 4%;
}
.raven.r8 .btn2, .raven.r8 .btn6 {
	left: 28%;
}
.raven.r8 .btn3, .raven.r8 .btn7 {
	left: 52.25%;
}
.raven.r8 .btn4, .raven.r8 .btn8 {
	left: 76.5%;
}

.raven .btn:hover {
	cursor: pointer;
	opacity: 0.4;
}
.raven.r6 .btn:hover {
	background: url('../img/bkBtn6.png') no-repeat top center;
	background-size: cover;
}
.raven.r8 .btn:hover {
	background: url('../img/bkBtn8.png') no-repeat top center;
	background-size: cover;
}
.raven .btn:active {
	border: none;
	outline: none;
	opacity: 0.9;
	box-shadow: none;
}

.btnCancel {
	display: none;
}


#forma {
	display: none;
}
.missData {
	display: none;
}
.borderRed {
	outline: 1px solid #f00;
	box-shadow: inset 0 0 7px 0 rgba(255, 0, 0, 0.6);
}

.lastResults .item {
	line-height: 20px;
}

.lastResults a, .lastResults a:visited {
	background: #efe;
	height: 220px;
	display: block;
	border-radius: 15px;
	border: 1px solid #fff;
	padding: 15px 0;
	margin: 15px 0;
	color: #000;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}
.lastResults a:hover {
	background: #cfc;
	border: 1px solid #ccc;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
.lastResults img {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	width: 80%;
	max-width: 130px;
	margin-bottom: 3px;
}
.lastResults .country {
	font-size: 12px;
}
.lastResults .name {
	font-size: 13px;
	font-weight: 700;
}
.lastResults .iq {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.lastResults .date {
	font-size: 12px;
}

.result {
	background: #dfd;
	border-radius: 25px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
	padding: 25px;
	width: 250px;
	margin: 25px auto 15px;
}
.result .name {
	font-size: 20px;
	line-height: 26px;
}
.result .iq {
	font-size: 40px;
	line-height: 46px;
	font-weight: 700;
	padding: 10px 0 0;
}
.result .score {
	font-size: 13px;
	font-weight: 700;
	padding: 0;
}
.result .flag {
	padding: 10px 30px 7px;
}
.result .flag img {
	width: 100%;
	max-width: 130px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}
.share {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 20px;
}
.share h6 {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
.share i.fa-facebook { background: rgb(59, 89, 152); }
.share i.fa-twitter { background: rgb(29, 161, 242); }
.share i.fa-google-plus { background: rgb(220, 78, 65); }

.share i {
	color: #fff;
	width: 80px;
	padding: 10px 0;
	margin: 6px 5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.share i:hover {
	cursor: pointer;
	opacity: 0.5;
}
.miniForm {
	max-width: 700px;
	margin: 0 auto;
}

.pay {
	width: %80;
	max-width: 400px;
	padding: 15px;
	border-radius: 15px;
	background: #f0edcf;
	margin: 0 auto;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.pay .manager {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	padding-bottom: 15px;
}

.pay .amount {
	color: #666;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 15px;
}
.pay .amount sup {
	font-size: 0.6em;
}

.pay .paypalButtonExt {

}
.pay a.paypalButton, .pay a.paypalButton:visited {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111;
	font-size: 11px;
	line-height: 13px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	padding: 11px 5px;
	margin-bottom: 11px;
	border-radius: 4px;
	background: #ffc439;
	width: 100%;
}
.pay a.paypalButton:hover {
	color: #111;
	background: #ffc439;
	box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 5%);
}
.pay .paypalButton img {
	width: 54px;
}
.pay .cards img {
	width: 56px;
	margin: 0 3px;
}


#generate {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	z-index: 2000;
}
#generate .gears {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
	position: absolute;
	border-radius: 20px;
}
#generate .gearsInt {
	position: relative;
	width: 220px;
	height: 200px;

}
#generate .fa-cog {
	display: block;
	position: absolute;
	z-index: 2400;
	color: #666;
	font-size: 80px;
	line-height: 80px;
	
}
#generate .g1 { top: 20px; left: 35px; }
#generate .g2 { top: 70px; left: 75px; }
#generate .g3 { top: 20px; left: 115px; }

#generate .note {
	position: absolute;
	width: 100%;
	bottom: 25px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	font-weight: 700;
}


/* INFO */
.info {
	margin-top: 15px;
}
.info .grid {

}
.info .article {
	margin-bottom: 25px;
}
.info .article a, .info .article a:visited {
	display: bock;
	color: #333;
	text-decoration: none;
}
.info .article a:hover {
	
	color: #ff8833;
	text-decoration: none;
}
.info a.article:hover img {
	opacity: 0.6;
}
.info .article h4 {
	font-size: 1.0em;
	padding: 5px 0 0;
	height: 42px;
	overflow: hidden;
}


.info .main {
	text-align: left;
}
.article img, .img img {
	max-width: 100%;
	width: 100%;
}
.info .infoText {
	padding-bottom: 25px;
}

.info ul, .info ol {
	list-style: disc;
	margin-left: 25px;
}

.info .side h3 {
	padding: 0 0 15px 0;
	margin: 0;
}


.banner {
	text-align: center;
	padding-bottom: 25px;
}
.banner a, .banner a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #36f;
	padding: 40px 15px;
	
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
}	
.banner a:hover {
	text-decoration: none;
	color: #fff;
	background: #ff8833;
}

.paginator {
	padding-bottom: 25px;
}

.share-bar {
	font-size: 20px;
	background: #ddd;
	padding: 5px 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.share-bar span {
	font-size: 16px;
}
.share-bar i {
	text-align: center;
	width: 50px;
}



/* /INFO */


@media (max-width: 1100px) {
	.btnMenu {
		display: block;
	}
	.menu {
		position: relative;
	}
	.menu ul {
		display: none;
		position: absolute;
		top: 48px;
		left: -210px;
		background: #222;
		width: 260px;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	}
	.menu ul li {
		float: none;
	}
}
@media (max-height: 580px) {
	.idiomas ul {
		width: 280px;
		column-count: 2;
		column-gap: 0;
	}
}
@media (max-width: 540px) {
	#footer .footerLeft {
		float: none;
	}
	#footer .footerRight {
		float: none;
		margin-top: 40px;
		text-align: left;
	}
	.logo {
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width: 420px) {
	#header {
		padding: 0 8px;
	}
	#header .gral {
		gap: 5px;
	}
	#footer {
		padding-left: 8px;
		padding-right: 8px;
	}
	.logo {
		font-size: 20px;
		line-height: 20px;
	}
	.menu ul {
		left: -98px;
	}
	.btnMenu {
		padding: 4px 7px;
		font-size: 19px;
	}
	#content {
		padding-left: 15px;
		padding-right: 15px;
	}
}