@charset "utf-8";
/* CSS Document */
@import url("../common/css/fuentes.css");
html, body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
	background: 
	#a9daff; /* Old browsers */
	background: -moz-linear-gradient(top,  #a9daff 0%, #3fbbff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9daff), 		color-stop(100%,#3fbbff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a9daff 0%,#3fbbff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a9daff 0%,#3fbbff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a9daff 0%,#3fbbff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a9daff 0%,#3fbbff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9daff', endColorstr='#3fbbff',GradientType=0 ); /* IE6-9 */
	background-attachment:fixed;
}
body {
	font-family: "cabinregular";
	}
/* ESTRUCTURA GENERAL */
.ggd_contenedorGeneral{
	width: 100%;
	}
header {
	border-bottom-style: solid;
	border-bottom-width: 10px;
	color: #fff;
	display: table;
	font-family: "cabinbold";
	height: 90px;
	width: 100%;
	}
.ggd_contenido {
	border-bottom: 10px solid;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: #454647;
	margin: 0 auto;	
	padding: 0%;	
	position: relative;
	width: 100%;
	}
/* ELEMENTOS HEADER */
.ggd_icon {
	width: 80px;
  	height: 80px;
  	margin: 5px 0 0 27px;
  	position: absolute;
}
/* TEXTOS */
.ggd_title {
	display: table-cell;
	font-size: 36px;
	height: 90px;
	padding: 0 20px 0 120px;
	vertical-align: middle;
	width: 100%;
	}
/* OBJETIVOS */
.ggd_nombre {	
	color:#fff;
	font-family: 'cabinbold';
	font-size: 24px;
	height: 50px;
	left: 35px;
	line-height:55px;
	margin: 0;
	min-width:149px;
	padding:0 8px;
	position: absolute;
	text-align: center;
	top: -9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.ggd_nombre:before{
	border-left: 73px solid transparent;
	border-right: 77px solid transparent;	
	content: "";
	height: 50px;
	left: 0;
	position: absolute;
	right: 0;
	top: 49px;
}
.ggd_text_exp{
	font-family: 'cabinregular';
	font-size: 26px;
	margin: 10px 10px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	}
.ggd_text_act{
	font-family: 'cabinmedium';
	font-size: 26px;
	left: 0;
	margin: 4px 0 0 192px;
	position: absolute;
	top: 0;
	}
/*POP UP*/
[data-sg-id="item-popup"]{
	background:#fff;
	border-radius:20px;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
	font-family:'cabinregular';
	max-height:600px;
	overflow: hidden;
	text-align:justify;
	width:1000px;
	}
	
[data-sg-id="item-popup"] h1{	
	border-radius:20px 20px 0 0;
	color:#fff;
	font-family: "cabinregular";
	font-size: 36px;
	left:0;
	margin: 0;
	padding:23px 39px;
	position:absolute;
	right:0;
	top:0;
	font-weight: normal;
	}
	
[data-sg-id="btn-popup-close"]{
	background:#fff;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	   border-radius:25px;
	height:50px;
	position:absolute;
	width:50px;
	z-index:1;
	font-size:100px;
	line-height:40px;
	text-align:center;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);	
	transform-origin: center !important;
	top:20px;
	right:20px;	
	}
	
[data-sg-id="item-popup"] .content{	
	margin: 90px 0 10px 0;
	max-height: 500px;
	overflow: auto;
	padding: 10px 33px 10px 33px;
	position: relative;
	}
	
[class*='col-'] img{
	width:100%;
	}
	
[data-sg-id="item-popup"].solution{
	padding:0;
	}
[data-sg-id="item-popup"].solution h1 {
	background:#bfbfbf;
	}
	
[data-sg-id="item-popup"].solution p {
	font-size:50px;
	}
	
[data-sg-id="item-popup"].solution img{
  	float: right;
	}
	
[data-sg-id="item-popup"].solution .content{
	overflow: hidden;
	margin: 90px 0 0 0;
	padding: 0;
	}
	
[data-sg-id="item-popup"].solution.incorrecto p {
	  color: #e65040;
	  float: left;
	  font-size: 100px;
	  margin-left: 170px;
	  margin-top: 30px;
	}
	
[data-sg-id="item-popup"].solution.correcto .validacion p{
	background: #97be13;
	border-top: 4px solid #ccc;
	color: #fff;
	font-size: 30px;
	margin: 0;
	padding: 10px 20px;
	width: 100%;
	}
[data-sg-id="item-popup"].solution.incorrecto .validacion p{
	background:#e65040;
	border-top: 4px solid #ccc;
	color: #fff;
	font-size: 30px;
	margin: 0;
	padding: 10px 20px;
	width: 100%;
	}
	
[data-sg-id="item-popup"].solution.correcto p {
	color: #97be13;
	float: left;
	font-size: 100px;
	margin-left: 170px;
	margin-top: 30px;
	}
[data-sg-id="btn-popup"]{ display:inline;} 
label.label2{background-image:url(../common/img/check.png);} 
label.label2{background-image:url(../common/img/check.png);}
.icon:after{
	background-size: contain !important;
	content: "";
	display: inline-block;
	height: 40px;
	margin-left: 6px;
	margin-top: -20px;
	position: relative;
	top: 17px;
	width: 40px;
	} 
.click:after{
	background:url(../common/img/click_icon.svg) no-repeat;
	}
.board{
	background-image:url(../common/img/board_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px !important;
	}
.ggd_flecha_avanzar, .ggd_flecha_volver{
	bottom:45%;
	height:65px;
	position:absolute;
	width:50px;
	}
.ggd_flecha_avanzar_h{
	bottom:0;
	height:65px;
	position:absolute;
	right:43%;
	width:50px;
	} 
.ggd_flecha_volver_h{
	bottom:0;
	height:65px;
	left:43%;
	position:absolute;
	width:50px;
	}	