div[data-sg-id=btn-popup-close].icon_ins {
	position: absolute;
	top: -7px;
	left: 96%;
	z-index: 2;

}

div[data-sg-id='item-popup'][data-sg-key='19']{
	background: url("../img/resumen/SB_L_G11_U03_L02res1.png") no-repeat 0px 8px;
	width: 509px;
    height: 455px;
}

div[data-sg-id='item-popup'][data-sg-key='19'] p{
	position: absolute;
	color: white;
	margin-left: 50px;
	text-align: justify;
}

div[data-sg-id='item-popup'][data-sg-key='19'] p:nth-child(2){
	top: -14px;
    left: 107px;
    font-size: 1.6em;
}

div[data-sg-id='item-popup'][data-sg-key='19'] p:nth-child(3){
	top: 51px;
    left: 19px;
    font-size: 1.5em;
    line-height: 1.37em;
}


div[data-sg-id='item-popup'] button[data-sg-id="btn-correct"],div[data-sg-id='item-popup'] button[data-sg-id="btn-incorrect"]{
	background-color: transparent;
	background-size: 100% 100%;
	border:0;
	width: 143px;
	height: 143px;
}
div[data-sg-id='item-popup'] button[data-sg-id="btn-correct"]{
	background-image:url(../../../common/img/modules/sgGameTictactoe/triqui-correct.png);
}
div[data-sg-id='item-popup'] button[data-sg-id="btn-incorrect"]{
	background-image:url(../../../common/img/modules/sgGameTictactoe/triqui-incorrect.png);
}

.verdadero {
	background-image:url(../../../common/img/modules/sgGameTictactoe/triqui-correct.png) !important;
}

.falso {
	background-image:url(../../../common/img/modules/sgGameTictactoe/triqui-incorrect.png) !important;
}




div[data-sg-id='item-popup']{

	background-color: white;
	width: 820px;
	height: 400px;
	border-radius: 25px;
	text-align: center;

}

div[data-sg-id='item-popup'] > p {
	color: #333333;
	text-align: center;
	margin-left: 110px;
	margin-top: 60px;
	font-size: 2.4em;
	width: 704px;

}

div[data-sg-id='item-popup'] > button[data-sg-id='btn-correct']{

	margin-right: 30px;
	
}
div[data-sg-id='item-popup'] > button[data-sg-id='btn-incorrect']{

	
}

div[data-sg-id='item-popup']:not([data-sg-key='19']):not([data-sg-key='20']):before {
	content: url(../../../common/img/modules/sgGameTictactoe/triqui-numero-pregunta.png);
	position: absolute;
	left: -15%;
	top:15%;
	z-index: 3;
}

div[data-sg-id='item-popup'] > span.number-question{
	position: absolute;
	color: white;
	font-size: 7.6em;
	top:122px;
	left:-21px;
	z-index: 4;
	font-weight: bold;

}

div[data-sg-id=game-tictactoe]{
	left: 302px;
    margin-top: 125px;
}

div[data-sg-id='item-popup'][data-sg-key='20']{
	content: transparent;
	background: none;
	width: 470px;
    height: 752px;
}


div[data-sg-id='item-popup'][data-sg-key='20'] p{
	position: absolute;
    color: white;
    top: 185px;
    left: -77px;
    font-size: 1.4em;
    width: 437px;
    padding-right: 17px;
    display: none;
}