@font-face {
    font-family: LE_SILENCE_DES_CAFARDS;
    src: url('../fonts/LE_SILENCE_DES_CAFARDS.ttf');
}

@font-face {
    font-family: cabin-regular;
    src: url('../fonts/Cabin-Regular.ttf');
}

@font-face {
    font-family: cabin-bold;
    src: url('../fonts/Cabin-Bold.ttf');
}

*{
	margin:0;
	padding:0;
}

p, h3, h2, h1{
	font-family:'cabin-regular';
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar:hover{
    cursor:pointer;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(76, 75, 73, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1); 
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(76, 75, 73, 1);
}

.ggb_contenidoInterno{
	background-size:cover;
}

.tab{
    position:absolute;
    width:97%;
    height:83%;
    border-radius:15px;
    background-size:cover !important;
    display:none;
}

#tab_1{
	background:url("../img/bg_1_1.png");
	display:block;
}

#tab_2{
	background:url("../img/bg_1_2.png");
}

#tab_3{
	background:url("../img/bg_1_3.png");
}

#tab_4{
	background:url("../img/bg_1_4.png");
}

#tab_5{
	background:url("../img/bg_1_5.png");
}

#tab_6{
	background:url("../img/bg_1_6.png");
}

#tab_7{
	background:url("../img/bg_1_7.png");
}

.back, .forward{
	position:absolute;
	width:15%;
	bottom: 1%;
	z-index:3;
}

.back{
	left:63%;
}

.forward{
	left:81%;
}

.back:hover, .forward:hover{
	cursor:pointer;
	opacity:0.85;
	transform:scale(1.05);
}

.back:active, .forward:active{
	opacity:1;
	transform:scale(1);
}

.popup{
	width:100%;
	height:100%;
	border-radius:15px;
	position:absolute;
	background-color:rgba(255, 255, 255, 0.9);
	z-index:200;
	background-repeat:no-repeat !important;
	background-position:50% 50% !important;
	background-size:95% !important;
	display:none;
}

.popup_bg{
	position:absolute;
	width:85%;
	left:7.5%;
	top:15%;
}

.popup > div{
	position:absolute;
	width:78%;
	left:11%;
	top:22%;
	height:54%;
	z-index:3;
	font-family:"cabin-regular";
}

.popup h3{
	color:#4F1840;
	font-size:3em;
	margin:0;
	text-align:center;
}

.popup p{
	margin:0;
	color:white;
	font-size:2em;
	padding:2.5% 3.6%;
}

.popup i{
	color:#4F1840;
	font-size:1.3em;
	position:absolute;
	margin-top:3.4%;
	margin-left:0.6%;
}

.btn_close, #tab_3 .btn_play{
	position:absolute;
	width: 5% !important;
	height:auto !important;
	top:17%;
	right:9%;
	z-index:7;
}

.btn_close:hover{
	cursor:pointer;
	transform:scale(1.1);
	opacity:0.85;
}

.btn_close:active{
	transform:scale(0.95);
	opacity:1;
}

.tab_nav{
	position:absolute;
	bottom:2.6%;
	width: 100%;
	height:8%;
	left: 0;
	z-index:2;
}

.tab_nav div{
	display:inline-block;
	float:left;
	height:100%;
}

.btn_previous{
	border-radius:10px 0 0 0;
	left:1%;
}

.btn_home{
	border-radius:10px 10px 0 0;
	left:5%;
}

.btn_next{
	border-radius:0px 10px 0 0;
	right:0;
}

.btn_help{
	border-radius:10px 10px 0 0;
}

.custom_btn:hover{
	cursor:pointer;
	background:#3D80AD;
}

.custom_btn:active{
	transform:scaleY(0.8);
	background:#104366;
}

.nav_btn:nth-of-type(2){
	margin-left:5%;
}

.nav_btn, .btn_home, .custom_btn{
	width:15%;
	position:relative;
	bottom:15%;
	box-sizing:border-box;
	border-radius:10px;
	border-bottom:solid 7px #3D80AD;
	border-right:solid 4px #3D80AD;
  	box-shadow:0 0 0 5px #FFFFFF;
  	margin-right:2%;
	background: #4d9cd0; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #4d9cd0 0%, #4d9cd0 52%, #0071bc 52%, #2989d8 52%, #0071bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4d9cd0), color-stop(52%,#4d9cd0), color-stop(52%,#0071bc), color-stop(52%,#2989d8), color-stop(100%,#0071bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #4d9cd0 0%,#4d9cd0 52%,#0071bc 52%,#2989d8 52%,#0071bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #4d9cd0 0%,#4d9cd0 52%,#0071bc 52%,#2989d8 52%,#0071bc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #4d9cd0 0%,#4d9cd0 52%,#0071bc 52%,#2989d8 52%,#0071bc 100%); /* IE10+ */
	background: linear-gradient(135deg, #4d9cd0 0%,#4d9cd0 52%,#0071bc 52%,#2989d8 52%,#0071bc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d9cd0', endColorstr='#0071bc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.btn_home{
	width:5%;

}

.nav_btn:hover:not(.active), .btn_home:hover:not(.active), .custom_btn:hover{
	cursor:pointer;
	background:#95C2DB;
	transform:scale(1.05);
}

.nav_btn:active, .btn_home:active, .custom_btn:active{
	transform:scale(1);
}

.active{
	background:#5EA5CC !important;
}

.btn_home i{
	color:white;
	font-size:2.6em;
	position:relative;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);

}

.nav_btn p{
	font-family:'cabin-bold';
	color:#FFFFFF;
	font-size:1.3em;
	text-align:center;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}


.btn_play:hover{
	transform:translateY(-50%) scale(1.1);
	cursor:pointer;
	opacity:0.85;	
}

.btn_play:active{
	transform:translateY(-50%) scale(0.95);
	opacity:1;
}

.items{
	position:absolute;
	width:13.3%;
	height:85%;
}

.items:nth-of-type(1){
	left:16%;
	top:5%;
}

.items:nth-of-type(2){
	left:70%;
	top:5%;
}

.items > img{
	width:100%;
	float:left;
	margin-bottom:9%;
}

.items > img:hover{
	cursor:pointer;
	opacity:0.95;
	transform:scale(1.02);
}

.items > img:active{
	opacity:1;
	transform:scale(1);
}

#tab_3 .popup .btn_close{
	top: 11%;
	left:94%;
	width:4%;
}

#tab_3 .btn_play{
	top: 11%;
	left:74%;
	width:4%;
	transform:none;
}


.btn_help:active{
	opacity:1;
	transform:scale(1);
}

.inner_tab{
	width:100%;
	height:100%;
	background-size:cover !important;
}

.video{
	position:absolute;    
	width: 60%;    
	height: 64%;    
	left: 20%;    
	top: 22%;
    background:#333333;
    border-radius:10px;  
    overflow:hidden;  
}

.video video{
    width:100%;
    height:100%;
    display:none;
    border:none;
    background:#000000;
}

.btn_play{
    position:absolute;
   	top:50%;
   	left:50%;
   	height:30%;
    transform:translateX(-50%) translateY(-50%);
}

.btn_play:hover{
    cursor:pointer;
    opacity:0.85;
    transform:translateX(-50%) translateY(-50%) scale(1.1);
}

.btn_play:active{
    transform:translateX(-50%) translateY(-50%) scale(0.95);
    opacity:1;
}

.help{
	position:absolute;
	top:0%;
	left:7%;
	width:60%;
	z-index:3;
	display:none;
}

#drags{
	position:absolute;
	width:79%;
	height:24%;
	left:11%;
	top:60%;
	z-index:20;
}

#drags > img{
	width:16.65%;
	display:inline-block;
	float:left;
}

#tab_3 .drag:nth-of-type(3){
	width:197.933px !important;
}

#tab_8 .drags > img{
	margin-bottom:6.9%;
}

.drop img{
	width:100%;
	float:left;
	margin-left:-8%;
	margin-top:-9%;
}

#drop_1{
	top:5.5%;
	left:17%;
}

#drop_2{
	top:22.2%;
	left:24%;
}

#drop_3{
	top:33.5%;
	left:15.4%;
}

#drop_4{
	top:33.5%;
	left:35.4%;
}

#drop_5{
	top:50.5%;
	left:12.6%;
}

#drop_6{
	top:62%;
	left:20.5%;
}

#drop_7{
	top:62%;
	left:50%;
}

#popup_incorrect_1{
	background-image:url("../img/popup_incorrect_4.png");
	background-position:50% 100% !important;
}

#popup_incorrect_2{
	background-image:url("../img/popup_incorrect.png");
}

#popup_incorrect_1 .btn_close, #popup_correct_1 .btn_close{
	top:14%;
	left:87%;
}

#popup_correct_1{
	background-image:url("../img/popup_correct_4.png");
	background-position:50% 100% !important;
}

#popup_correct_2{
	background-image:url("../img/popup_correct_3.png");
	background-size:96% !important;
	background-position:50% 100% !important;
}


.slide{
	position:absolute;
	width:14%;
	transition:all 0.75s ease;
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-ms-transition:all 0.75s ease;
}

.slide:hover{
	cursor:pointer;
	transform-origin:0 0;
	transform:scale(1.5);
	position:relative;
	z-index:2;
}

#slide_1{
	left:3%;
	top:15%;
}

#slide_2{
	left:23%;
	top:15%;
}

#slide_3{
	left:3%;
	top:46%;
}

#slide_4{
	left:23%;
	top:46%;
}

#continue{
	position:absolute;
	bottom:10%;
	width:35%;
	left:25%;
}

#drops{
	position:absolute;
	width:79.2%;
	height:17.3%;
	left:10.7%;
	top:37.6%;
	z-index:10;
}	

.highlight{
	border:dashed 2px gray !important;
}

.dragging{
	pointer-events:none;
}

.grabbing{
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.paragraph{
	position:absolute;
	width:45%;
	height:57%;
	left:42%;
	top:19%;
	overflow-y:scroll;
	overflow-x:hidden;
}

.paragraph > p{
	font-family:'cabin-regular';
	text-align:justify;
	font-size:2em;
	padding:0 4%;
}

.audio{
	position:absolute;
	width:12%;
	height:7.5%;
	background:#A15B7C;
	border-radius:10px;
	left:43%;
	top:5%;
}

.audio p{
	font-family:'cabin-bold';
	font-size:2em;
	text-align:right;
	padding:0 9%;
	color:#452234;
}

.btn_audio{
	position:absolute;
	height:110%;
	top:-5%;
	left:4%;
}

.btn_audio:hover{
	cursor:pointer;
	opacity:0.85;
	transform:scale(1.1);
}

.btn_audio:active{
	opacity:1;
	transform:scale(1);
}

.options{
	position:absolute;
	width: 50%;
	height: 46%;
	background: rgba(0, 0, 0, 0.15);
	left: 25%;
	top: 30%;
	border-radius:10px;
}

.options > div{
	display:inline-block;
	float:left;
	width:100%;
	height: 16%;
	margin-bottom: 1.5%;
}

.options > div:first-of-type{
	margin-top: 1.45%;
}

.checkbox{
	height:100%;
	width: 7%;
	background:#FFFFFF;
	margin-left: 5%;
	border-radius:10px;
	box-sizing:border-box;
	border:solid 1px #9E005D; 
}

.checkbox:hover{
	cursor:pointer;
	transform:scale(1.1);
}

.checkbox:active{
	transform:scale(0.95);
}

.checkbox > i{
	font-size:2em;
	position:relative;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	color: rgb(34, 64, 139);
}

.options > div > p{
	font-family:'cabin-regular';
	font-size: 1.6em;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	margin-left: 2%;
}

.options > div > *{
	display:inline-block;
	float:left;
}

#tab_4 .incorrect_popup{
	background-image:url("../img/incorrect_popup_1.png");
}

#tab_4 .incorrect_popup .btn_close{
	top:29%;
	left:92%;
}

#tab_4 .correct_popup .btn_close{
	top:26.5%;
	left:90.1%;
}

#tab_4 .correct_popup{
	background-image:url("../img/correct_popup_1.png");
}

.drags{
	position:absolute;
	width:43.7%;
	height:60%;
	left:55%;
	top:24%;
	z-index:50;
}

.drags > div, .drop > div{
	display:inline-block;
	float:left;
	width:100%;
	height:16%;
	background:#0071BC;
	border-radius:13px;;
	margin-bottom:2%;
	box-sizing:border-box;
	border:solid 2px #1B1464;
}

.drop > div{
	height:100%;
}
#tab_5 .drags > .drag:first-of-type{
	margin-top:2.5%;
}

.drag > p{
	font-size:1.5em;
	text-align:center;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	color:white;
}

.container{
	position:absolute;
	width:41%;
	height: 60%;
	/* background:red; */
	left:55%;
	top:24%;
}

.container > *{
	display:inline-block;
	float:left;
}

.container > .row{
	height: 14%;
	width:100%;
	/* background:whitesmoke; */
}

.row > .drag{
	height:100%;
	display:inline-block;
	float:left;
	width:23%;
	height:15%;
	position:absolute;
}

.row > .drag:nth-of-type(2){
	left:26%;
}

.row > .drag:nth-of-type(3){
	left:51%;
}

.row > .drag:nth-of-type(4){
	left:77%;
}

.row > .drag > input{
	width:100%;
	height:100%;
	outline:none;
	box-sizing:border-box;
	border-radius:10px;
	border:solid 2px #000000;
	text-align:center;
	font-size:1.2em;
}

.row > .drag:not(:last-of-type){
	margin-right:2.6%;
}

.subcontainer{
	width:100%;
	height:83%;
	/* background:white; */
	margin-top:2%;
}

.subcontainer > div{
	display:inline-block;
	float:left;
	width:48.9%;
	margin-bottom:2%;
	height:48.3%;
	background:blue;
	box-sizing:border-box;
	border-radius:12px;
	border:solid 2px #000000;
	background-size:cover !important;
}

.subcontainer > div:first-of-type, .subcontainer > div:nth-of-type(3){
	margin-right:2%;
}

.subcontainer .drag:first-of-type{
	background:url("../img/picture_1.png");
}

.subcontainer .drag:nth-of-type(2){
	background:url("../img/picture_2.png");
}

.subcontainer .drag:nth-of-type(3){
	background:url("../img/picture_3.png");
}

.subcontainer .drag:nth-of-type(4){
	background:url("../img/picture_4.png");
}

.btn_cc{
	position:absolute;
	bottom:0.8%;
	left:57%;
	width:5%;
	z-index:100;
}

.btn_cc:hover{
	cursor:pointer;
	transform:scale(1.1);
	opacity:0.85;
}

.btn_cc:active{
	opacity:1;
	transform:scale(0.95);
}

.popup_cc > div{
	position:absolute;
	width:80%;
	height:88%;
	left:10%;
	top:6%;
	background:#0D1D45;
	box-sizing:border-box;
	border-radius:10px;
	border:solid 2px #FFFFFF;
}

.popup_cc p{
	font-size:1.5em;
	word-wrap:break-word;
}

.popup_cc .btn_close{
	top:4%;
}

#tab_3 .info_popup{
	background-image:url("../img/popup_1.png");
	display:block;
}

#tab_3 .info_popup .btn_close{
	top:25%;
}

#tab_3 .drag{
	position:absolute;
	top: 62%;
	left: 78%;
}

#tab_3 .drag:nth-of-type(9){
	width:197px !important;
}

#zoom, .btn_help{
	height:9.5%;
	width:5%;
	top:89%;
	left:74%;
	color:#FFF;
	font-size:3em;
	text-align:center;
	z-index: 100;
}

.btn_help{
	top:79.6%;
	left:67%;
}

.btn_help > i{
	font-size:1em;
	position:relative;
}

.zooming{
	cursor: url("../img/zoom.png"), 50 !important;
}

.pointer{
	cursor:pointer;
	opacity:0.85;
}

#tab_3 .zoom_popup{
	background-size:50% !important;
}

.scale{
	transform:scale(1.1);
}

.wrong_checkbox{
	color:red !important;
}

.right_checkbox{
	color:green !important;
}

#tab_5 .drop{
	position:absolute;
	width:43.9%;
	height: 9%;
	border-radius:10px;
	background:rgba(255, 255, 255, 0.5);
	box-sizing:border-box;
	border:solid 2px gray;
	left:6.5%;
}

#tab_5 .drop:nth-of-type(2){
	top: 45%;
}

#tab_5 .drop:nth-of-type(3){
	top: 60%;
}

#tab_5 .drop:nth-of-type(4){
	top:65%;
}

#tab_5 .drag:hover, #tab_5 .drop > div:hover{
	cursor:pointer;
	opacity:0.85;
	transform:scale(1.01);
}

.animation{
	transition:all 0.5s ease;
}

.drag > div:not(.set_size){
	position:absolute;
	width:100%;
	height:100%;
}

#tab_6 .drag:hover{
	cursor:pointer;
}

#tab_6 .drag:active{
	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;	
}

#tab_6 .drag:hover > .set_size{
	display:block;
}

.set_size{
	position:absolute;
	height:100%;
	width:23%;
	left:100%;
	display:none;
}

.set_size > div{
	display:inline-block;
	float:left;
	width:100%;
	height:50%;
	margin-left:10%;
}

.set_size > div > i{
	font-size:1.3em;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	color: #1F5D8F;
}

.set_size > div > i:hover{
	color:#0071BC;
	cursor:pointer;
}

.set_size > div > i:active{
	color:#0071BC;
	transform:translateY(-50%) scale(0.95);
}

#drop{
	position:absolute;
	width: 30%;
	height: 66%;
	left:35%;
	top: 21%;
}

#drop > *{
	display:inline-block;
	float:left;
	height: 30%;
	position:absolute;
	-webkit-filter: invert(0.5);
	opacity:0.5;
}

#drop > img:nth-of-type(7){
	bottom: 33.2%;
	right: 0;
}

#drop > img:nth-of-type(6){
	bottom: 0;
	right: 0;
	height: 31%;
}

#drop > img:nth-of-type(5){
	bottom: 0;
	left: 0;
	height: 31%;
}

#drop > img:nth-of-type(4){
	bottom: 33.2%;
	left: 0;
}

#drop > img:nth-of-type(3){
	top:0;
	right: -0.8%;
	height:35%
}

#drop > img:nth-of-type(2){
	bottom: 33.2%;
	right: 33%;
}

#drop > img:nth-of-type(1){
	top:0;
	left: 0;
	height:35%
}

#tab_3 .drag:nth-of-type(2){
	width:229px !important;
}

#tab_3 .drag:nth-of-type(4){
	width:197.933px !important;
}

#tab_3 .drag:nth-of-type(5){
	width:120px !important;
}

#tab_3 .drag:nth-of-type(3){
	width:180px !important;
}

#tab_3 .drag:nth-of-type(8){
	width:165px !important;
}