/*Copyright(c) 2016, All rights reserved.
* Stylesheet/Hoja de estilos: Estilos generales
* Project/Proyecto: Aparente Ingenuidad Mottif - Mayo 2016
* Author/Autor: Jesús Piedrahita, Mottif - jesus.piedrahita@mottif.com / www.mottif.com */

/*Fonts:
font-family: 'Quicksand', sans-serif;
font-family: 'MrEavesSanOTReg';
font-family: 'MrEavesSanOTRegItalic';
font-family: 'MrEavesSanOTBold';
font-family: 'MrEavesSanOTBoldItalic'; */
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,300);
@font-face {
 font-family: 'MrEavesSanOTReg';
 src: url('fonts/MrEavesSanOTReg.eot');
 src: url('fonts/MrEavesSanOTReg.eot') format('embedded-opentype'), url('fonts/MrEavesSanOTReg.woff2') format('woff2'), url('fonts/MrEavesSanOTReg.woff') format('woff'), url('fonts/MrEavesSanOTReg.ttf') format('truetype'), url('fonts/MrEavesSanOTReg.svg#MrEavesSanOTReg') format('svg');
 font-weight:normal;
}
@font-face {
 font-family: 'MrEavesSanOTRegItalic';
 src: url('fonts/MrEavesSanOTRegItalic.eot');
 src: url('fonts/MrEavesSanOTRegItalic.eot') format('embedded-opentype'), url('fonts/MrEavesSanOTRegItalic.woff2') format('woff2'), url('fonts/MrEavesSanOTRegItalic.woff') format('woff'), url('fonts/MrEavesSanOTRegItalic.ttf') format('truetype'), url('fonts/MrEavesSanOTRegItalic.svg#MrEavesSanOTRegItalic') format('svg');
 font-weight:normal;
}
@font-face {
 font-family: 'MrEavesSanOTBold';
 src: url('fonts/MrEavesSanOTBold.eot');
 src: url('fonts/MrEavesSanOTBold.eot') format('embedded-opentype'), url('fonts/MrEavesSanOTBold.woff2') format('woff2'), url('fonts/MrEavesSanOTBold.woff') format('woff'), url('fonts/MrEavesSanOTBold.ttf') format('truetype'), url('fonts/MrEavesSanOTBold.svg#MrEavesSanOTBold') format('svg');
 font-weight:normal;
}
@font-face {
 font-family: 'MrEavesSanOTBoldItalic';
 src: url('fonts/MrEavesSanOTBoldItalic.eot');
 src: url('fonts/MrEavesSanOTBoldItalic.eot') format('embedded-opentype'), url('fonts/MrEavesSanOTBoldItalic.woff2') format('woff2'), url('fonts/MrEavesSanOTBoldItalic.woff') format('woff'), url('fonts/MrEavesSanOTBoldItalic.ttf') format('truetype'), url('fonts/MrEavesSanOTBoldItalic.svg#MrEavesSanOTBoldItalic') format('svg');
 font-weight:normal;
}
/*Generales*/
html, body, #mainWrapper {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	box-sizing: border-box;
}
html, body {
	background: #f5f3f0 url(../images/site/bg.jpg) no-repeat center center / cover;
	background-attachment:fixed;
	height: 100%;
	font-family: 'MrEavesSanOTReg';
	font-size: 1rem;
	line-height: 1.65rem;
	color: #333333;
}
#mainWrapper {
	z-index: 1;
	min-height:100%;
}
#pageLoading {
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000 url(../images/site/pageLoading.gif) no-repeat center center / 50px auto;
	z-index:100;
}
p {
	margin:0px 0px 1.65rem;
}
strong, b {
	font-weight:700;
}
.format2 strong, .format2 b {
	font-weight:400;
	font-family: 'MrEavesSanOTBold';
}
em, i {
	font-style:italic;
}
.format2 em, .format2 i {
	font-weight:400;
	font-family: 'MrEavesSanOTRegItalic';
}
.format2 strong em, .format2 em strong {
	font-weight:400;
	font-family: 'MrEavesSanOTBoldItalic';
}
a {
	color:#333333;
}
.sInte{
	transform: rotateY(180deg);
	display: inline-block;
	vertical-align: baseline;
	transform-origin: center center;
	margin-right: 0.3rem;
}
.gBtn {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	position:relative;
	box-sizing: border-box;
	border: 2px solid #ff1744;
	background: none;
	outline: none;
	border-radius: 25px;
	padding: 16px 40px 15px;
	font-family: 'MrEavesSanOTBold';
	font-size: 0.95rem;
	line-height: 1rem;
	letter-spacing: 0.15rem;
	color: #ff1744;
	text-transform: uppercase;
	transition:color 0.25s ease, background-color 0.25s ease;
}
.gBtn:hover {
	background:#ff1744;
	color:#FFF;
}
.gBtn:active {
	top:2px;
}
.gBtn.icoNext {
	padding-right:58px;
}
.gBtn.icoPrev{
	padding-left:58px;
}
.gBtn.icoNext::after, .gBtn.icoPrev::after{
	content:'';
	display:block;
	width:8px;
	height:8px;
	box-sizing:border-box;
	position:absolute;
	top:50%;
	margin-top:-1px;
	transition:border-color 0.25s ease;
}
.gBtn.icoNext::after {
	border-top:2px solid #ff1744;
	border-right:2px solid #ff1744;
	right:35px;
	transform:rotate(45deg) translate(0%, -50%);
}
.gBtn.icoPrev::after {
	border-left:2px solid #ff1744;
	border-bottom:2px solid #ff1744;
	left:30px;
	transform:rotate(45deg) translate(0%, -50%);
}
.gBtn.icoNext:hover::after, .gBtn.icoPrev:hover::after {
	border-color:#FFF;
}
/*Social share*/
.gShare {
	display:block;
	font-family: 'Quicksand', sans-serif;
	font-size:0rem;
	line-height:1rem;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
}
.gShare li {
	display:inline-block;
	vertical-align:middle;
	margin:0px 11px;
	font-size:0.8rem;
	letter-spacing:0.06rem;
}
.gShare li:last-child {
	margin-right:0px;
}
.gShare li a {
	display:block;
	width:20px;
	height:20px;
	text-align:left;
	text-indent:-9999px;
	position:relative;
	background:url(../images/site/socialNetworks.png) no-repeat;
	background-size:auto 20px;
	transition:opacity 0.25s ease;
}
.gShare li a:hover {
	opacity:0.75;
}
.gShare li a:active {
	top:2px;
}
.gShare li a.facebook {
	background-position:1px center;
	width:11px;
}
.gShare li a.twitter {
	background-position:-20px center;
}
/*Header - footer*/
.pageHeader, .pageFooter {
	display:block;
	width:100%;
	margin:0px;
	position:absolute;
	z-index:10;
	left:0px;
	box-sizing:border-box;
}
.pageHeader {
	top:0px;
	height:0px;
}
.pageFooter {
	bottom:0px;
}
.pageHeader .gShare {
	float:right;
	margin:50px 30px 0px 0px;
}
.pageHeader .titPag {
	display:block;
	position:relative;
	float:left;
	font-family: 'Quicksand', sans-serif;
	line-height:1rem;
	font-weight:700;
	color:#FFF;
	margin:30px 0px 0px 30px;
}
.pageHeader .titPag > * {
	display:inline-block;
	vertical-align:middle;
	margin:0px;
}
.pageHeader .titPag img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:60px;
	margin-right:15px;
}
.pageHeader .titPag h1 {
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2rem;
	letter-spacing: 0.06rem;
}
.pageHeader.sTwo .titPag h1 {
	font-size: 1.2rem;
	letter-spacing: 0rem;
	line-height: 1.3rem;
}
.pageHeader .titPag h1 a {
	color:inherit;
}
.pageHeader .titPag h1 span {
	display: block;
	font-size: 0.85rem;
	line-height: 0.9rem;
	letter-spacing: 0.02rem;
	margin: 5px 0px 0px;
}
.pageFooter {
	background: #212121;
	color: #FFF;
	font-family: 'MrEavesSanOTBold';
	font-size:0rem;
	line-height: 0.9rem;
	text-align: center;
	padding: 10px 20px;
	letter-spacing: 0.15rem;
}
.pageFooter p, .pageFooter .logoM {
	display:inline-block;
	vertical-align:middle;
	font-size: 0.7rem;
}
.pageFooter p {
	margin:0px;
	text-transform:uppercase;
}
.pageFooter .logoM {
	position:absolute;
	top:50%;
	right:20px;
	transform:translate(0%, -50%);
	transition:opacity 0.25s ease;
}
.pageFooter .logoM:hover {
	opacity:0.75;
}
.pageFooter .logoM img {
	display:block;
	width:auto;
	height:20px;
}
/*Pagina intro*/
.pageIntro {
	display:block;
	width:100%;
	height:100%;
	margin:0px;
	padding: 150px 140px 100px;
	position:relative;
	box-sizing: border-box;
	z-index:1;
	font-size:0rem;
	text-align:center;
}
/*Slider intro*/
.contSImages, .sliderImg {
	display:block;
	width:100%;
	height:100%;
}
.contSImages {
	position:fixed;
	top:0px;
	left:0px;
	z-index:1;
}
.sliderImg .slick-list, .sliderImg .slick-track, .sliderImg .slick-slide {
	height:100%;
}
.sliderImg figure {
	display:block;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.sliderImg figure::before {
	content:'';
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:280px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000', GradientType=0 );
}
.sliderImg figure img {
	display:none;
	max-width:100%;
}
/*Contenido intro*/
.pageIntro .textIntro {
	display:block;
	width:100%;
	max-width:600px;
	background:rgba(0, 0, 0, 0.75);
	color:#FFF;
	font-size:1rem;
	position:relative;
	z-index:3;
	border-radius:1.3rem;
	padding: 70px;
	margin:0px auto;
	box-sizing:border-box;
}
.pageIntro .textIntro h2, .pageIntro .textIntro h3 {
	font-family: 'Quicksand', sans-serif;
	font-weight:700;
	color:#e6223c;
}
.pageIntro .textIntro .titInt {
	display:inline-block;
	vertical-align:top;
	margin:0px 0px 80px;
	text-align:right;
}
.pageIntro .textIntro h2 {
	font-size:4.9rem;
	line-height:4rem;
	letter-spacing:-0.1rem;
	text-align:left;
}
.pageIntro .textIntro .subtitle {
	display: inline-block;
	vertical-align: top;
	margin: 12px 0px 0px;
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0.08rem;
	text-align: left;
}
.pageIntro .textIntro h3 {
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 1.2rem;
	margin: 0px 0px 30px;
	letter-spacing: 0.3rem;
}
.pageIntro .textIntro .gText {
	font-size: 1.3rem;
	line-height: 2rem;
	color: #eeeeee;
	margin:0px 0px 80px;
}
.pageIntro .textIntro .gText p:last-child {
	margin-bottom:0px;
}
.pageIntro .textIntro .contBtn {
	display:block;
	font-family: 'MrEavesSanOTReg';
	font-size:0rem;
	line-height:1rem;
	text-align:center;
}
.pageIntro .textIntro .contBtn .btn {
	display:inline-block;
	width:33.3333333333%;
	margin:0px;
	padding:15px 0px;
	box-sizing:border-box;
	font-size:0.95rem;
	color:#FFF;
	letter-spacing: 0.15rem;
	text-transform:uppercase;
	border-width:2px 1px;
	border-color:#ff1744;
	border-style:solid;
	transition:background-color 0.25s ease;
}
.pageIntro .textIntro .contBtn .btn:hover {
	background:#ff1744;
}
.pageIntro .textIntro .contBtn .btn:first-child {
	border-left-width:2px;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
}
.pageIntro .textIntro .contBtn .btn:last-child {
	border-right-width:2px;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
}

/*Juego*/
.contGame, .contGame .cTop, .contGame .cBottom, .contGame .cImg{
	display: block;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	text-align: center;
}
.contGame{
	z-index: 1;
	height: 100vh;
}
.openH .contGame{
	z-index: initial;
}
.contGame .cTop{
	height: calc(100% - 180px);
	background: #212121;
}
.contGame .cBottom{
	height: 180px;
	background: #FFF;
	font-size: 0rem;
	line-height: 1rem;
	padding-bottom: 35px;
}
.contGame .cImg{
	height: 100%;
	font-size: 0rem;
	z-index: 1;
	overflow: hidden;
}

/*Cont img - items*/
.cImg::before, .cImg .contItems, .contGame .cBottom::before, .contGame .cBottom .contText{
	display: inline-block;
	vertical-align: middle;
}
.cImg::before, .contGame .cBottom::before{
	content: '';
	width: 0px;
	height: 100%;
}
.cImg .contItems{
	max-width: 100%;
	position: relative;
}
.animated .contItems{
	animation: bounce 1s ease 2;
}
@keyframes bounce{
	0%{transform: rotate(0deg);}
	20%{transform: rotate(-2deg);}
	50%{transform: rotate(+2deg);}
	70%{transform: rotate(-2deg);}
	100%{transform: rotate(0deg);}
}
.cImg .imgGame{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: calc(100vh - 180px);
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
.itemPiece{
	display: block;
	position: absolute;
	z-index: 3;
	box-sizing: border-box;
}
.itemPiece::before{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #FFF;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	visibility: hidden;
	opacity: 0;
}
.itemPiece.disabled::before{
	visibility: visible;
	opacity: 1;
	animation: opacityA 2s linear infinite 1s;
}
@keyframes opacityA {
	0%{opacity: 1;}
	50%{opacity: 0.5;}
	100%{opacity: 1;}
}

/*Listado maracadores*/
.gMarker{
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0px 3.125%;
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 3;
	transform: translate(0%,-50%);
	pointer-events: none;
	font-family: 'MrEavesSanOTReg';
	font-size: 0.9rem;
	line-height: 1rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
}
.gMarker li{
	display: block;
	max-width: 270px;
	position: relative;
	padding: 20px 0px 20px 18px;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.gMarker li::before, .gMarker li::after{
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: calc(50% - 7px);
	background: #FFF;
	left: -1px;
}
.gMarker li::before{
	top: 0px;
}
.gMarker li::after{
	bottom: 0px;
}
.gMarker li:first-child::before{
	content: normal;
}
.gMarker li:last-child::after{
	content: normal;
}
.gMarker li .cir{
	display: block;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	border: 2px solid #FFF;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -7px;
	margin-top: -7px;
	transition: background-color 0.5s ease;
}
.gMarker li.active .cir{
	background: #ff1744;
}
.gMarker li.complete .cir{
	background: #FFF;
}
.gMarker li .text{
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
.gMarker li.active .text{
	visibility: visible;
	opacity: 1;
}

/*Mensaje error*/
.contGame .msnError{
	display: block;
	width: 90%;
	max-width: 300px;
	padding: 30px 15px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
	background: rgba(0,0,0,0.4);
	font-family: 'MrEavesSanOTBold';
	font-size: 1.2rem;
	line-height: 1.4rem;
	letter-spacing: 0.2rem;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	border-radius: 0.7rem;
	visibility: hidden;
	opacity: 0;
}
.contGame .msnError.show{
	visibility: visible;
	opacity: 1;
}

/*Textos*/
.contText{
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 250px;
	font-size: 1rem;
	position: relative;
}
.openH .contText{
	z-index: 100;
}
.contText .winText{
	font-family: 'Quicksand', sans-serif;
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 400;
	color: #212121;
}
.contText .winText .title{
	display: block;
	margin: 0px 0px 10px;
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-weight: 700;
	color: #e73338;
}
.contText .quesText{
	display: inline-block;
	font-family: 'MrEavesSanOTReg';
	font-size: 0.9rem;
	line-height: 1rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #78909c;
	position: relative;
}
.contText .quesText span{
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.8rem;
	line-height: 2rem;
	letter-spacing: 0rem;
	font-weight: 700;
	color: #e6223c;
	margin: 10px 0px 5px;
}
.openH .contText .quesText, .openH .contText .quesText span{
	color: #FFF;
}
.openH .contText .quesText::before{
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 150%;
	height: 145px;
	border: 2px dashed #ff1744;
	border-radius: 75px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*Opciones buttons*/
.contBFP {
	display:block;
	width:100%;
	padding: 0px 3.125%;
	box-sizing: border-box;
	font-size:0rem;
	line-height:1rem;
	position: absolute;
	left: 0px;
	top: calc(50% - 17px);
	transform: translate(0%,-50%);
}
.contBFP .btnFP {
	display: inline-block;
	vertical-align:middle;
	margin: 0px;
	padding:17px 0px 17px 60px;
	box-sizing:border-box;
	border:none;
	outline:none;
	background:none;
	cursor:pointer;
	position:relative;
	font-family: 'MrEavesSanOTBold';
	font-size: 0.94rem;
	line-height: 1rem;
	letter-spacing: 0.17rem;
	text-transform:uppercase;
	color:#263238;
}
.contBFP .btnFP strong {
	font-weight:400;
}
 .contBFP .btnFP span, .contBFP .btnFP span::before, .contBFP .btnFP span::after {
	display:block;
	position:absolute;
	top:50%;
}
.contBFP .btnFP span {
	width:50px;
	height:50px;
	box-sizing:border-box;
	border:2px solid #ff1744;
	border-radius:50%;
	left:0px;
	margin:-25px 0px 0px 0px;
	transition:background-color 0.25s ease, border-color 0.25s ease;
}
.contBFP .btnFP:hover span {
	background:#ff1744;
	border-color:#ff1744;
}
.contBFP .btnFP.active span {
	background:#ff8a80;
	border-color:#ff8a80;
}
.contBFP .btnFP span::before, .contBFP .btnFP span::after {
	content:'';
	left:50%;
	width:25px;
	height:25px;
	background:url(../images/site/icoFP.png) no-repeat;
	background-size: auto 25px;
	transform:translate(-50%, -50%);
	transition:opacity 0.25s ease;
}
.contBFP .btnFP:hover span::before, .contBFP .btnFP.active span::before, .contBFP .btnFP span::after {
	opacity:0;
}
.contBFP .btnFP span::before, .contBFP .btnFP:hover span::after, .contBFP .btnFP.active span::after {
	opacity:1;
}
.contBFP .btnFP.ico1 span::before {
	background-position:0px center;
}
.contBFP .btnFP.ico1 span::after {
	background-position:-25px center;
}
.contBFP .btnFP.ico2 span::before {
	background-position:-50px center;
}
.contBFP .btnFP.ico2 span::after {
	background-position:-75px center;
}
.contBFP .btnFP.ico3 span::before, .contBFP .btnFP.ico3 span::after {
	width:19px;
}
.contBFP .btnFP.ico3 span::before {
	background-position:-99px center;
}
.contBFP .btnFP.ico3 span::after {
	background-position:-117px center;
}
.contBFP .icoPrev{
	float: left;
}
.contBFP .btnFP, .contBFP .icoNext{
	float: right;
}

/*Disabled - enabled*/
.winText, .quesText.hidden, .quesText.disabled, #btnNext, .NGame .quesText, .NGame #btnHelp{
	display: none;
}
.NGame .winText{
	display: block;
}
.NGame #btnNext{
	display: inline-block;
}

/*Ayuda*/
.contHelp{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	background: rgba(0,0,0,0.85);
	color: #FFF;
}
.contHelp .titH, .contHelp .btnCH{
	display: block;
	position: absolute;
	top: 50px;
	z-index: 5;
	user-select: none;
}
.contHelp .titH{
	left: 50px;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	color: #ff1744;
}
.contHelp .btnCH{
	width: 25px;
	height: 25px;
	right: 50px;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	transition: opacity 0.25s ease;
}
.contHelp .btnCH:hover{
	opacity: 0.75;
}
.contHelp .btnCH:active{
	top: 52px;
}
.contHelp .btnCH::before, .contHelp .btnCH::after{
	content: '';
	display: block;
	background: #ff1744;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.contHelp .btnCH::before{
	width: 100%;
	height: 3px;
}
.contHelp .btnCH::after{
	width: 3px;
	height: 100%;
}
.contHelp .note, .hNote{
	font-family: 'MrEavesSanOTRegItalic';
	font-size: 1.3rem;
	line-height: 1.6rem;
	text-transform: none;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0rem;
	color: #FFF;
}
.contHelp .note, .hNote, .hNote::after, .contHelp .note::before{
	display: block;
	position: absolute;
	box-sizing: border-box;
}
.contHelp .note{
	width: 100%;
	max-width: 350px;
	margin: 0px;
	text-align: left;
	top: 30%;
	right: 9.5%;
}
.contHelp .note::before{
	content: '';
	width: 160px;
	height: 204px;
	background: url(../images/site/help1.png) no-repeat right top / 100% auto;
	top: 0px;
	right: 100%;
	margin-right: 40px;
}
.hNote{
	width: 100%;
	max-width: 410px;
	margin: 0px;
	padding: 0px 0px 10px;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%,0%);
	margin-bottom: 60px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}
.openH .hNote{
	visibility: visible;
	opacity: 1;
}
.hNote::after{
	content: '';
	width: 0px;
	height: 60px;
	border-left: 2px dashed #ff1744;
	top: 100%;
	left: 50%;
	margin-left: -1px;
}

/*Responsive*/
@media (max-height:800px) {
.pageHeader .titPag {
	margin:20px 0px 0px 20px;
}
.pageHeader .gShare {
	margin:40px 20px 0px 0px;
}
.pageIntro {
	padding:100px 140px 100px;
}
.contHelp .note{
	top: 16%;
}
.gMarker li{
	padding: 12px 0px 12px 18px;
}
}
@media (max-width:1279px) {
.pageHeader .titPag {
	margin:20px 0px 0px 20px;
}
.pageHeader .gShare {
	margin:40px 20px 0px 0px;
}
}
@media (max-width:959px) {
.slick-prev {
	left: 30px;
}
.slick-next {
	right: 30px;
}
.pageIntro .textIntro {
	padding:50px;
}
.pageIntro .textIntro h2 {
	font-size: 4rem;
	line-height: 3.7rem;
}
.contText{
	padding: 0px 230px;
}
.contText .winText{
	font-size: 1.05rem;
	line-height: 1.3rem;
}
.contText .winText .title{
	font-size: 1.8rem;
	line-height: 2rem;
}
.contText .quesText span{
	font-size: 1.4rem;
	line-height: 1.6rem;
}
.gBtn{
	font-size: 0.9rem;
	padding: 11px 30px 10px;
}
.gBtn.icoPrev {
	padding-left: 48px;
}
.gBtn.icoNext {
	padding-right: 48px;
}
.gBtn.icoPrev::after{
	left: 22px;
}
.gBtn.icoNext::after {
	right: 28px;
}
}
@media (max-width:767px) {
.pageFooter .logoM {
	position:relative;
	right:auto;
	top:auto;
	transform:none;
	margin: 0px 10px;
}
.pageIntro {
	padding: 110px 70px 100px;
}
.pageIntro .textIntro .titInt {
	margin: 0px 0px 50px;
}
.pageIntro .textIntro h2 {
	font-size: 3.8rem;
	line-height: 3.2rem;
}
.pageIntro .textIntro .subtitle {
	font-size: 1rem;
	line-height: 1.2rem;
	letter-spacing: 0.04rem;
}
.pageIntro .textIntro .gText {
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin: 0px 0px 50px;
}
.slick-arrow {
	width: 50px;
	height: 50px;
	margin-top:-25px;
}
.slick-arrow:active {
	margin-top:-23px;
}
.slick-arrow::before {
	width: 16px;
	height: 16px;
}
.slick-arrow:hover::before {
	width: 20px;
	height: 20px;
}
.slick-prev {
	left:10px;
}
.slick-next {
	right:10px;
}
.contGame, .contGame .cTop, .contGame .cBottom, .contGame .cImg{
	height: auto;
}
.contGame{
	min-height: 100vh;
}
.contGame .cTop{
	padding-top: 100px;
}
.contGame .cBottom{
	padding-bottom: 70px;
}
.cImg .imgGame{
	max-height: none;
}
.gMarker{
	display: none;
}
.contText{
	padding: 20px;
}
.contBFP {
	position: relative;
	padding: 20px;
	top: auto;
	left: auto;
	transform: none;
	overflow: hidden;
}
.contBFP .btnFP{
	padding: 11px 0px 11px 60px;
}
.contBFP .btnFP span{
	width: 46px;
	height: 46px;
	margin: -23px 0px 0px 0px;
}
.contHelp .titH, .contHelp .btnCH{
	top: 25px;
}
.contHelp .titH{
	left: 25px;
}
.contHelp .btnCH{
	right: 25px;
}
.contHelp .btnCH:active{
	top: 27px;
}
.hNote::after, .contHelp .note::before{
	content: none;
}
.hNote{
	margin-bottom: 10px;
}
.openH .contText .quesText::before{
	width: 110%;
	height: 150%;
}
.contHelp .note {
	top: 16%;
	right: 50%;
	transform: translate(50%,0%);
	text-align: center;
}
}
@media (max-width:567px) {
.pageHeader .titPag {
	margin: 15px 0px 0px 10px;
}
.pageHeader .titPag img {
	max-height: 40px;
	margin-right: 5px;
}
.pageHeader .titPag h1 {
	letter-spacing:0rem;
	font-size: 0.85rem;
	line-height: 1rem;
}
.pageHeader.sTwo .titPag h1 {
	font-size: 1.025rem;
	line-height: 1.15rem;
}
.pageHeader .titPag h1 span {
	font-size: 0.75rem;
	line-height: 0.85rem;
	letter-spacing: 0.01rem;
	margin: 0px;
}
.pageHeader .gShare {
	margin: 20px 10px 0px 0px;
}
.gShare li {
	letter-spacing:0rem;
	font-size: 0.7rem;
	margin: 0px 20px 0px 0px;
}
.gShare li:first-child {
	display:block;
	margin:0px;
}
.pageIntro {
	padding: 80px 30px 100px;
}
.pageIntro .textIntro {
	padding: 30px 10px;
}
.pageIntro .textIntro .titInt {
	margin: 0px 0px 40px;
}
.pageIntro .textIntro h2 {
	font-size: 2.8rem;
	line-height: 2.4rem;
}
.pageIntro .textIntro .subtitle {
	font-size: 0.95rem;
	line-height: 1.1rem;
	letter-spacing: 0.02rem;
}
.pageIntro .textIntro .gText, .pageIntro .textIntro .contBtn {
	padding:0px 10px;
}
.pageIntro .textIntro .contBtn .btn {
	font-size: 0.85rem;
	letter-spacing: 0.1rem;
	line-height: 0.9rem;
}
.slick-prev {
	left: 0px;
}
.slick-next {
	right: 0px;
}
.contGame .cTop{
	padding-top: 73px;
}
.gBtn{
	letter-spacing: 0rem;
}
}