.act_subtitle{
	line-height: 1em;
}
.grid-pad{
	padding-top: 14px;
}
div[data-sg-id="btn-popup"][data-sg-key="1"]{
	display: inline-block;
	position: absolute;
	padding: 8px 12px 10px 30px;
	font-size: 2.2em;
	background: #EE8F1E url(../img/flecha_pequenna.png) no-repeat 11px center;
	border-radius: 25px;
	border: 8px solid #10A1A2;
	box-shadow: inset 0 0 4px black;
	color: white;
	right: 194px;
	top: 580px;
}

div[data-sg-id="item-popup"][data-sg-key="1"]{
	background: white;
	color: white;
	width: 920px;
	height: 420px;
	border-radius: 20px;
	font-style: italic;
	font-size: 2em;
}
div[data-sg-id="item-popup"][data-sg-key="1"] h3{
	background: #10A1A2;
	margin: 0;
	padding: 20px;
	text-align: center;
	border-radius: 20px 20px 0 0;
}
div[data-sg-id="item-popup"][data-sg-key="1"] ul{
	display: inline-block;
	position: relative;
	padding: 60px 0 0 70px;
	float: left;
	margin: 0;
	width: 50%;
	height: 338px;
	font-size: 1.3em;
/*	border: 0.5px solid #1C1C1B;*/
}
div[data-sg-id="item-popup"][data-sg-key="1"] ul:nth-of-type(1){
	border-radius: 0 0 0 20px;
	background: #FBB03B; 	
}
div[data-sg-id="item-popup"][data-sg-key="1"] ul:nth-of-type(2){
	border-radius: 0 0 20px 0;	
	background: #E17723;
}
div[data-sg-id="item-popup"][data-sg-key="1"] ul:nth-of-type(1):before{
	background: url(../img/SB_L_G10_U02_L02_susy-glosario.png) no-repeat;
	position: absolute;
	content: " ";
	width: 207px;
	height: 429px;
	top: 72px;
	left: -79px;
}
div[data-sg-id="item-popup"][data-sg-key="1"] ul:nth-of-type(2):after{
	background: url(../img/SB_L_G10_U02_L02_-jaison-en-glosario.png) no-repeat;
	position: absolute;
	content: " ";
	height: 468px; 
	width: 168px;
	top: 34px;
	right: -15px;
}

