@font-face{
	font-family: 'cabin-regular'; /*a name to be used later*/
    src: url('../fonts/Cabin-Regular.ttf'); /*URL to font*/
}

@font-face{
	font-family: 'cabin-italic'; /*a name to be used later*/
    src: url('../fonts/Cabin-Italic.ttf'); /*URL to font*/
}

@font-face{
	font-family: 'cabin-bold-italic'; /*a name to be used later*/
    src: url('../fonts/Cabin-BoldItalic.ttf'); /*URL to font*/
}

@font-face{
	font-family: 'big-noodle'; /*a name to be used later*/
    src: url('../fonts/big_noodle_titling.ttf'); /*URL to font*/
}

p{
	font-family:'cabin-regular';
}

*{
	margin:0;
	padding:0;
}

.ggb_contenidoInterno{
    background:none;
}

.popup{
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.6);
	border-radius:15px;
	background-size: 64% !important;
	background-repeat:no-repeat !important;
	background-position:50% 50% !important;
	display:none;
}


.btn_close{
	width:5%;
	position:absolute;
}

.btn_close:hover{
	cursor:pointer;
	opacity:0.85;
	transform:scale(1.1);
}

.btn_close:active{
	transform:scale(0.95);
	opacity:1;
}

.tab{
    position:absolute;
    width:97%;
    height:83%;
    border-radius:15px;
    overflow:hidden;
    display:none;
}

#tab_1{
    background:url("../img/bg_6_1.png");
   	background-size:cover;
   	display:block;
}

.item{
	position:absolute;
	width:15%;
}

.item:nth-of-type(1){
	left: 67.3%;
    top: 17.9%;
    z-index: 100;
}

.item:nth-of-type(2){
	left: 56.3%;
    top: 35.9%;
    z-index: 100;
}

.item:nth-of-type(3){
	left: 73.8%;
    top: 4.1%;
    z-index: 100;
}

.item:nth-of-type(4){
	left: 84.7%;
    top: 49.6%;
    z-index: 100;
}

.item:nth-of-type(5){
	left: 60.7%;
    top: 26.8%;
    z-index: 100;
}
.item:nth-of-type(6){
	left: 80.3%;
    top: 26.8%;
    z-index: 100;
}
.item:nth-of-type(7){
	left: 45.3%;
    top: 72.3%;
    z-index: 100;
}
.item:nth-of-type(8){
	left: 71.6%;
    top: 13.4%;
    z-index: 100;
}
.item:nth-of-type(9){
	left: 47.5%;
    top: 49.5%;
    z-index: 100;
}
.item:nth-of-type(10){
	left: 51.9%;
    top: 31.3%;
    z-index: 100;
}

.item:hover{
	cursor:pointer;
	transform:scale(1.02);
}

.item:active{
	transform:scale(0.98);
}

.column, .row{
	position:absolute;
}

.column{
	z-index:20;
}
.column > div, .row > div{
	width: 29px;
	height: 29px;
	box-sizing:border-box;
	border:solid 1px #000000;
	vertical-align:middle;
}

.number{
	background:#FFED00;
}

.number p{
	font-family:'cabin-regular';
	font-size: 1.5em;
	text-align:center;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

input{
	width:100%;
	height:100%;
	border:none;
	outline:none;
	font-family:'cabin-regular';
	font-size: 1.3em;
	text-align:center;
	padding:0;
	margin:0;
	display:table;
	vertical-align:middle;
}

.row > div{
	display:inline-block;
	float:left;
}

.row[data-row-8]{
	left: 71.7%;
    top: 13.6%;
}

.row[data-row-2]{
	left: 56.5%;
    top: 36.3%;
}

.row[data-row-7]{
	left: 45.5%;
    top: 72.6%;
}

.row[data-row-4]{
	left: 73.9%;
    top: 49.9%;
}

.column[data-column-6]{
	left: 80.5%;
    top: 27.2%;
}

.column[data-column-3]{
	left: 73.92%;
    top: 4.4%;
}

.column[data-column-1]{
	left: 67.4%;
    top: 18.2%;
}

.column[data-column-10]{
	left: 52.05%;
    top: 31.7%;
}

.column[data-column-5]{
	left: 60.85%;
    top: 27.2%;
}

.column[data-column-9]{
	left: 47.65%;
    top: 49.9%;
}

.popup > div{
	position:absolute;
	left:20%;
	top:20%;
	width:60%;
	height:60%;
	box-sizing:border-box;
	border-radius:30px;
	border:solid 11px #56006A;
	background:#DDCCE1;
}

.popup p{
	font-family:'cabin-regular';
	font-size:1.8em;
	text-align:center;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	padding:2%;
}

.popup .btn_close{
	left:76%;
	top:18%;
	z-index:10;
}

.incorrect{
	background:red !important;
	color: white !important;
}

.correct{
	background:green !important;
	color: white !important;
}

.item{
	width:	33px;
	height: 33px;
}