* {
	-webkit-box-ssizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
} 
body {
	background: url(../imgs/Pearson_fondoazul.png);
	/*background: #030116;
	background: -moz-linear-gradient(left, #030116 0%, #133655 100%);
	background: -webkit-linear-gradient(left, #030116 0%,#133655 100%);
	background: linear-gradient(to right, #030116 0%,#133655 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030116', endColorstr='#133655',GradientType=1 );*/
}
header  { 
	width: 100%;
	height: 70px;
	background: rgba(0,0,0, 0);
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding-right: 20px;
}
.imgContainer{
	width: 120px;
}
.imgContainer img {
	width: 100%;
	display: flex;
}
section {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.instruccions {
	width: 500px;
	height: 500px;
	color: #feb145;
	text-align: center;
	font-family: 'Rubik-Regular';
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	/*align-content: center;*/
}
.instruccionsTitle {font-size: 30px;}
.box {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.bullet {
	width: 20%;
	color: #01ebef;
	font-size: 40px;
	text-align: center;
}
.text {
	width: 80%;
	color: #fff;
	text-align: justify;
	padding-right: 20px;
}
.nextContainer {
	position: relative !important;
	width: 38px !important;
	left: 210px !important;
	top: 30px !important;
}
.nextContainer img {
	width: 100%;
	cursor: pointer;
}
.strong {font-family: 'Rubik-Medium';}


.container {
	width: 90%;
	max-width: 1000px;
	height: 600px;
	color: #feb145;
	/*text-align: center;*/
	/*border: 1px #fff solid;*/
}
.containerValue {
	width: 40%;
	font-size: 20px;
	font-family: 'Rubik-Bold';
	text-align: center;
}
.background {
	background: url(../imgs/Pearson-20.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
} /*para caja de instucciones*/
.background2 {
	background: url(../imgs/Pearson_casilla-12.png) ;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.background3 {
	background: url(../imgs/Pearson-23.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.background4 {
	background: url(../imgs/Pearson-29.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.background5 {
	background: url(../imgs/Pearson-26.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;

}.containerQuestion {
	width: 100%;
	height: 435px;
	margin-top: -80px; 
}
.bit {
	position: relative;
	width: 300px;
	height: 120px;
	top: -11px; 
	left: -16px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding-right: 25px;
}
.question {
	height: 20%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Rubik-Regular';
	font-size: 30px;
	color: #feb145 !important;
	margin-bottom: 110px; 
}
.answers {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	font-family: 'Rubik-Regular';
}
.ca {
	width: 230px;
	height: 230px;
	color: #fff;
	font-size: 12px;
	padding: 25px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.letter {
	position: absolute;
	width: 60px;
	height: 60px;
	top: -26px;
	left: 85px;
	background: url(../imgs/Pearson-28.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #feb145;
}
.cono {
	position: relative;
	width: 260px;
	height: 85px;
	top: -125px;
	left: 615px;
	background: url(../imgs/Pearson-27.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: 'Rubik-Bold';
	font-size: 20px;
}

.results {
	width: 90%;
	max-width: 1000px;
	height: 600px;
	color: #fff;
	text-align: center;
	font-family: 'Rubik-Regular';
}
.containerDg {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-content: center;
}
.datas {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-around; 
	text-align: left;
}
.color {color: #feb145;}
.dataText {padding: 20px;}
.grafic {
	width: 50%;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 120px;
}
.chartjs-size-monitor {
	position: static !important; 
 }

.text2 {
	text-align: left;
	font-size: 15px;
} 


.containerImg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 150px;
	background: rgba(0,0,0,0);
	display: flex;
}
.containerImg img {
	width: 100%;
}
.mitadModal {
	position: absolute;
	width: 5%;
	left: 0;
}
.imgModal {
	width: 400px;
	border-radius: 7px;
}
.borderModal {
	width: 500px;
}
.stylePro {
	width: 300px;
}
.imgR {
	width: 100%;
}

.boxPager {
	width: 245px;
	height: 20px;
	border: 1px #feb145 solid;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.itemPager {
	width: 14px;
	height: 16px;
	margin-left: 3px;
	background: #01ebef;
}
footer {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	background: rgba(0,0,0, 0);
	position: absolute;
	bottom: -220px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}