@charset "UTF-8";

@font-face {
  font-family: UniversLTStd-UltraCn;
  src: local("UniversLTStd-UltraCn"),
       local("UniversLTStd-UltraCn"),
       url(fonts/UniversLTStd-UltraCn.otf);
  font-weight: normal;
}

@font-face {
  font-family: UniversLTStd-Bold;
  src: local("UniversLTStd-Bold"),
       local("UniversLTStd-Bold"),
       url(fonts/UniversLTStd-Bold.otf);
  font-weight: normal;
}

@font-face {
  font-family: ObelixProIt-cyr;
  src: local("ObelixProIt-cyr"),
       local("ObelixProIt-cyr"),
       url(fonts/ObelixProIt-cyr.ttf);
  font-weight: normal;
}

@font-face {
  font-family: ObelixProBIt-cyr;
  src: local("ObelixProBIt-cyr"),
       local("ObelixProBIt-cyr"),
       url(fonts/ObelixProBIt-cyr.ttf);
  font-weight: normal;
}

@font-face {
  font-family: ObelixProB-cyr;
  src: local("ObelixProB-cyr"),
       local("ObelixProB-cyr"),
       url(fonts/ObelixProB-cyr.ttf);
  font-weight: normal;
}

@font-face {
  font-family: ObelixPro-cyr;
  src: local("ObelixPro-cyr"),
       local("ObelixPro-cyr"),
       url(fonts/ObelixPro-cyr.ttf);
  font-weight: normal;
}

@font-face {
  font-family: HelveticaNeueLTStd-Md;
  src: local("HelveticaNeueLTStd-Md"),
       local("HelveticaNeueLTStd-Md"),
       url(fonts/HelveticaNeueLTStd-Md.otf);
  font-weight: normal;
}

@font-face {
  font-family: HelveticaNeueLTStd-Lt;
  src: local("HelveticaNeueLTStd-Lt"),
       local("HelveticaNeueLTStd-Lt"),
       url(fonts/HelveticaNeueLTStd-Lt.otf);
  font-weight: normal;
}

@font-face {
  font-family: HelveticaNeueLTStd-Bd;
  src: local("HelveticaNeueLTStd-Bd"),
       local("HelveticaNeueLTStd-Bd"),
       url(fonts/HelveticaNeueLTStd-Bd.otf);
  font-weight: normal;
}




body {
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.uppercase {
	text-transform: uppercase;
}

.container {
	position: relative;
	height: auto;
	margin: 0 auto;
}

.header {
	height: 250px;
	background-image: url('../img/cabecera.png');
	background-repeat: no-repeat;
	background-position: center;
}

.menu {
	height: 60px;
	cursor: pointer;
}

.optionMenu {
	display: table;
	height: 100%;
	font-family: ObelixProBIt-cyr;
	font-size: 25px;
	background-color: rgba(5,191,240,1);
	text-align: center;
	border: 3px solid #fff;
	color: #fff;
}

.borderOptionMenu {
	border-right: 3px solid #fff;
}

.optionMenuItem {
	display: table-cell;
	vertical-align: middle;
}

.game {
	display: none;
	background-color: rgba(158,7,22,1);
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
}

.video {
	display: none;
	background-color: rgba(158,7,22,1);
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;

}

.activeSection {
	display: block;
}

.titleSection {
	margin-top: 25px;
	text-align: center;
}

.titleSectionText {
	font-family: ObelixProBIt-cyr;
	font-size: 50px;
	color: #fff;
}

.explainSection {
	margin-top: 25px;
	text-align: center;
}

.explainSectionText {
	font-family: HelveticaNeueLTStd-Lt;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
}

.initGameSection {
	margin-top: 25px;
	text-align: center;	
}

.initGameBtn {
	display: inline-table;
	width: 210px;
	height: 45px;
	background-color: rgba(5,191,240,1);
	border: 3px solid #fff;
	color: #fff;
	cursor: pointer;
}

.activeInitGameBtn {
	background-color: rgba(86, 88, 88,1);
}

.initGameBtnTxt {
	display: table-cell;
	font-family: ObelixProBIt-cyr;
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

.gameSectionContainer {
	position: relative;
}

.gameSection {
	margin-top: 35px;
	margin-bottom: 25px;
	text-align: center;
}

.gameImg {
	width: 90%;
	border: 3px solid rgba(5,191,240,1);
}

.imgDif_1 {
	position: absolute;
	width: 35px;
	height: 35px;
	text-align: center;
	bottom: 5%;
	left: 22%;
}

.imgDif_2 {
	position: absolute;
	width: 35px;
	height: 35px;
	text-align: center;
	bottom: 28%;
	left: 44%;
}

.imgDif_3 {
	position: absolute;
	width: 35px;
	height: 35px;
	text-align: center;
	top: 20%;
	left: 36%;
}

.imgDif_4 {
	position: absolute;
	width: 35px;
	height: 35px;
	text-align: center;
	top: 7%;
	right: 40%;
}

.imgDif_5 {
	position: absolute;
	width: 35px;
	height: 35px;
	text-align: center;
	top: 2%;
	right: 9%;
}

.imgActive {
	background-color: rgba(5,191,240,0.5);
	border: 3px solid #fff;
	border-radius: 75px;
}

.timerContainer {
	position: absolute;
	width: 150px;
	height: 150px;
	background-color: rgba(5,191,240,1);
	border: 3px solid #fff;
	border-radius: 75px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
}

.timerContent {
	display: inline-table;
	height: 100%;
}

.timerContentText {
	display: table-cell;
	font-family: ObelixProBIt-cyr;
	font-size: 35px;
	color: #fff;
	vertical-align: middle;
}

.closeCustom {
	opacity: 1;
	letter-spacing: 1px;
}

.modalCustom {
	top: 50%;
	margin-top: -150px;
}

.termsModalCustom {
	top: 25%;
	margin-top: -240px;
}

.closeModal {
	position: absolute;
	top: 5%;
	right: 1%;
	font-family: ObelixProBIt-cyr;
	font-size: 10px;
	color: #fff;
}

.modalContentCustom {
	background-color: rgba(5,191,240,1);
	border: 3px solid #fff;
}

.modalHeaderCustom {
	border: 0;
}

.modalTitleCustom {
	font-family: ObelixProBIt-cyr;
	font-size: 30px;
	color: white;
	text-align: center;
}

.termsModalTitleCustom {
	font-family: ObelixProBIt-cyr;
	font-size: 20px;
	color: white;
	text-align: center;
}

.loseModalContent {
	font-family: HelveticaNeueLTStd-Lt;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 100;
	color: #fff;
	text-align: justify;
}

.termsModalContent {
	font-family: HelveticaNeueLTStd-Lt;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 100;
	color: #fff;
	text-align: justify;
}

.playAgainBtnContainer {
	margin-top: 25px;
	text-align: center;	
}

.playAgainBtn {
	display: inline-table;
	width: 210px;
	height: 45px;
	background-color: rgba(158,7,22,1);
	border: 3px solid #fff;
	color: #fff;
	cursor: pointer;
}

.playAgainBtnText {
	display: table-cell;
	font-family: ObelixProBIt-cyr;
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

.termsConditions {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color:  #cecece;
}

.termsConditions:hover {
    color: rgba(158,7,22,1);
    cursor: pointer;
}

.formCustom {
	font-family: UniversLTStd-UltraCn;
	margin-top: 25px;
}

.formControlCustom {
	font-size: 20px;
	letter-spacing: 1px;
}

.videoContent {
	width: 90%;
	margin-bottom: 25px;
}

.footer {
	height: 90px;
	background-image: url('../img/logofooter.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.wrong::-webkit-input-placeholder {
    color:    red;
    font-weight: bold;
}
.wrong:-moz-placeholder {
    color:    red;
    font-weight: bold;
}
.wrong::-moz-placeholder {
    color:    red;
    font-weight: bold;
}
.wrong:-ms-input-placeholder {
    color:    red;
    font-weight: bold;
}

.videoMargin {
    margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 992px) {
	
	.optionMenu {
		font-size: 20px;
	}
	
	.titleSectionText {
		font-size: 40px;
	}
	
	.explainSectionText {
		font-size: 12px;
	}
	
	.timerContainer {
	    width: 120px;
	    height: 120px;
	    top: 50%;
	    left: 50%;
	    margin-top: -60px;
	    margin-left: -60px;
	}
	
}