@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');
}

.popup{
	display:none;
}

*{
	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_4_1.png");
	display:block;
}

#tab_2{
	background:url("../img/bg_4_2.png");
}

#tab_3{
	background:url("../img/bg_4_3.png");
}

#tab_4{
	background:url("../img/bg_4_4.png");
}

#tab_5{
	background:url("../img/bg_4_5.png");
}

#tab_6{
	background:url("../img/bg_4_6.png");
}

#tab_7{
	background:url("../img/bg_4_7.png");
}

#tab_8{
	background:url("../img/bg_4_8.png");
}

#tab_9{
	background:url("../img/bg_4_9.png");
}

#tab_10{
	background:url("../img/bg_4_10.png");
}

#tab_11{
	background:url("../img/bg_4_11.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_bg{
	position:absolute;
	width:85%;
	left:7.5%;
	top:15%;
}

.popup > div{
	/* position:absolute; */
	/* width: 50%; */
	/* left: 25%; */
	/* top: 23%; */
	/* 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;
}

.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;
	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: 4.6%;
	width: 100%;
	height: 6%;
	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;
}

.custom_btn:hover{
	cursor:pointer;
	-webkit-filter:grayscale(0.5);
}

.custom_btn:active{
	transform:scaleY(0.8);
}

.tab_nav .nav_btn:nth-of-type(2){
	margin-left:5%;
}

.nav_btn, .btn_home, .custom_btn, .btn_help{
	position:relative;
	bottom:15%;
	background-size:100% !important;
	background-repeat:no-repeat !important;
	margin-right:10px;
}

.btn_home{
	width:6.7%;
	background:url("../img/btn_1.png");
}

.nav_btn{
	background:url("../img/btn_2.png");
	width:13%;
}

.nav_btn:hover:not(.active), .btn_home:hover:not(.active), .custom_btn:hover{
	cursor:pointer;
	-webkit-filter:grayscale(0.5);
	transform:scale(1.05);
}

.nav_btn:active, .btn_home:active, .custom_btn:active{
	transform:scale(1);
}

.active{
	-webkit-filter:grayscale(1);
}

.btn_home i, .custom_btn 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.2em;
	text-align:center;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.element{
	position:absolute;
	padding:10px 25px;
	background:#7F6AC5;
	border-radius:10px;
	font-family:'cabin-regular';
	font-size:1.5em;
	box-sizing:border-box;
	border:solid 4px #312749;
	color:#FFFFFF;
}

.element:nth-of-type(1){
	left:20.8%;
	top:43.5%;
}

.element:nth-of-type(2){
	left:38%;
	top:70%;
}

.element:nth-of-type(3){
	left: 57%;
	top: 38%;
	line-height:1.4em;
}

.paragraph{
	position:absolute;
	left:33.4%;
	top:37%;
	font-size:1.7em;
}

.line{
	position:absolute;
	width:25%;
	left:33.5%;
}

.line:nth-of-type(1){
	top:41.5%;
}

.line:nth-of-type(2){
	top:47%;
}

.line:nth-of-type(3){
	top:52%;
}

.line:nth-of-type(4){
	top:57.4%;
}

.element:hover{
	cursor:pointer;
	transform:scale(1.05);
}

.element:active{
	transform:scale(0.95);
}

..popup{
	position:absolute;
	z-index:40;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.6);
	border-radius:15px;
	background-size: 64% !important;
	background-repeat:no-repeat !important;
	background-position:50% 50% !important;
	display:none;
}


.btn_close{
	width:5%;
	position:absolute;
}

.btn_close:hover{
	cursor:pointer;
	opacity:0.85;
	transform:scale(1.1);
}

.btn_close:active{
	transform:scale(0.95);
	opacity:1;
}

.popup{
	position:absolute;
	z-index:40;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.8);
	border-radius:15px;
	background-size: 64% !important;
	background-repeat:no-repeat !important;
	background-position:50% 50% !important;
	display:none;
}


.btn_close{
	width:5%;
	position:absolute;
}

.btn_close:hover{
	cursor:pointer;
	opacity:0.85;
	transform:scale(1.1);
}

.btn_close:active{
	transform:scale(0.95);
	opacity:1;
}

#tab_2 .popup:nth-of-type(1){
	background-image:url("../img/popup_1.png");
}

#tab_2 .popup:nth-of-type(2){
	background-image:url("../img/popup_2.png");
}

#tab_2 .popup:nth-of-type(3){
	background-image:url("../img/popup_3.png");
}

.popup:not(.wide-popup){
	background-image:url("../img/popup_bg.png");
}

.popup:not(.wide-popup) > .btn_close{
	left:74%;
	top:13%;
}

.wide-popup > .btn_close{
	left:81%;
	top:10%;
}

.popup-content p{
	text-align:center;
	color:#003B37;
}

#tab_2 .popup-content p{
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.btn_forward, .btn_previous{
	background-image:url("../img/btn_1.png");
	position:absolute;
	height:7%;
	bottom:3.5%;
	width: 7%;
	z-index:30;
}

.btn_forward i, .btn_previous i{
	color:#FFFF00;
	position:relative;
	top:50%;
	left:50%;
	font-size:2em;
	transform:translateX(-50%) translateY(-50%);
}

.btn_forward{
	left:85%;
}

.btn_previous{
	left: 55%;
}

input{
	position:absolute;
	background:transparent;
	border:none;
	width:22.6%;
	height:5%;
	outline:none;
	font-family:'cabin-regular';
	font-size:1.8em;
	color:#312749;

}


#tab_7 input:nth-of-type(1){
	left: 35.5%;
	top: 27%;
}

#tab_7 input:nth-of-type(2){
	left: 24.4%;
	top: 37%;
	text-align:center;
}

#tab_7 input:nth-of-type(3){
	left: 25.3%;
	top: 47%;
}

#tab_7 input:nth-of-type(4){
	left: 29.1%;
	top: 56%;
}

#tab_7 input:nth-of-type(5){
	left: 24.1%;
	top: 66%;
}

#tab_7 input:nth-of-type(6){
	left: 21.1%;
	top: 76%;
}

.subTabs_buttons{
	position:absolute;
	/* background:red; */
	width:36%;
	height:7%;
	left:32%;
	top:26%;
}

.subTabs_buttons > .subTab_btn{
	display:inline-block;
	float:left;
	height:100%;
	width:18%;
	margin-right:2%;
}

.subTab_btn{
	background-size:100% !important;
	background-repeat:no-repeat !important;
	background:url("../img/btn_1.png");
}

.subTab_btn:hover{
	cursor:pointer;
	transform:scale(1.05);
}

.subTab_btn:active{
	transform:scale(0.95);
}

.subTab_btn > p{
	color:#FFFF00;
	text-align:center;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.subTab{
	position:absolute;
	width:70%;
	height:40%;
	background-size:100% !important;
	background-repeat:no-repeat !important;
	background-image:url("../img/subTab_bg.png");
	left:15%;
	top:38%;
	display:none;

}

.subTab:nth-of-type(1){
	display:block;
}

.subTab h4{
	text-align:center;
	padding:15px 0;
	font-size:1.5em;
	color:#312749;

}

.option{
	padding:15px;
	height:13%;
}

.option > *{
	display:inline-block;
	float:left;
	margin-right:10px;
	color:#312749;
	font-weight:600;
}

.option p{
	padding:4px 0;
	font-size:1.3em;
}

.check{
	height:100%;
	width:5%;
	background:whitesmoke;
	border-radius:10px;
	box-sizing:border-box;
	border:solid 2px #000000;
	margin-left:30%;
}

.check:hover{
	cursor:pointer;
	transform:scale(1.05);
}

.check:active{
	transform:scale(0.95);
}

.check i{
	position:relative;
	top:50%;
	left:50%;
	font-size:1.5em;
	transform:translate3d(-50%, -50%, 0);
}

.popup-content{
	width:50%;
	height: 40%;
	left:25%;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.popup h5{
	text-align:center;
	font-size:2em;
	padding:10px 0;
	color:#003B37
}

.popup h6{
	text-align:center;
	font-size: 1.8em;
	padding:5px 0;
}

.popup p b{
	color:gray;
}

.medal{
	width:15%;
	position:relative;
	left:42.5%;
}

#tab_6 .popup-content{
	height: 54%;
}

.popup_incorrect .popup-content{
	top:58%;
}

.player{
	position:absolute;
	width:18%;
	height:7%;
	z-index:30;
	left: 66%;
	top:90%;
}

.player > div{
	display:inline-block;
	float:left;
	height:100%;
	width:25%;
	margin-right:6%;
	background:#662D91;
	box-sizing:border-box;
	border:solid 2px #FFFFFF;
	border-radius:10px;
}

.player > div:hover{
	cursor:pointer;
	transform:scale(1.05);
}
.player > div:active{
	transform:scale(0.95);
}

.player > div > i{
	color:#FFFF00;
	font-size:2em;
	position:relative;
	top:50%;
	left:50%;
	transform:translate3d(-50%, -50%, 0);
}

.video video{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:none;
    border:none;
}

.video{
    position:absolute;
    background: #000000;
    width:53%;
    height: 69%;
    left:36%;
    top: 16%;
}

.btn_play{
    position:absolute;
    z-index:1;
    height: 20%;
    top:50%;
    left:50%;
    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);
}

#tab_5 .popup{
	display:block;
}

.items{
	position:absolute;
	width:65%;
	height:60%;
	left:17%;
	top:23%;
	/* background:red; */
}

.item{
	position:absolute;
	width:100%;
	display:none;
}

.item:nth-of-type(1){
	display:block;
}

.next-item, .previous-item{
	position:absolute;
	/* background:red; */
}

.next-item i, .previous-item i{
	color:#FFFF00;
	font-size:3em;
	position
}

.next-item{
	left:83%;
	top:50%;
}

.previous-item{
	left:13%;
	top:50%;
	display:none;
}

.next-item:hover, .previous-item:hover{
	cursor:pointer;
	transform:scale(1.05);
}

.next-item:active, .previous-item:active{
	transform:scale(0.95);
}

.drags{
	position:absolute;
	width:27%;
	height:10%;
	left:65%;
	top:19%;
}

.drag{
	display:inline-block;
	float:left;
	width:45%;
	margin-right:5%;
	margin-bottom:5%;
	position:relative;
	top:0px;
	left:0px;
}

.drag:hover{
	cursor:pointer;
	transform:scale(1.05);
}

.drag:active{
	transform:scale(0.95);
}

.title-option{
	position:absolute;
	width:30%;
	background:red;
	text-align:center;
	padding:25px 20px;
	background-size:100% !important;
	background-repeat:no-repeat !important;
	background:url("../img/subTab_bg.png");
	font-size:3em;
	left:35%;
}

.title-option:nth-of-type(1){
	top:25%;
}

.title-option:nth-of-type(2){
	top:45%;
}

.title-option:nth-of-type(3){
	top:65%;
}

.title-option:hover{
	cursor:pointer;
	transform:scale(1.05);
}

.title-option:active{
	transform:scale(0.95);
}

#tab_10 .title-option{
	width:80%;
	left:10%;
}

.images-options{
	position:absolute;
	width:80%;
	height:20%;
	top:22%;
	left:10%;
}

.images-options .image-option{
	display:inline-block;
	float:left;
	width:30%;
	margin-right:3%;
}

.image-option:hover{
	cursor:pointer;
	transform:scale(1.05);
}

.image-option:active{
	transform:scale(0.95);
}

.active-option{
	-webkit-filter: drop-shadow(10px 10px 20px white);
}

.results{
	position:absolute;
	width:50%;
	height:55%;
	left:25%;
	top:29%;
	/* background:red; */
}

.results > *{
	display:inline-block;
	float:left;
	width:100%;
	height:20%;
}

.result-image{
	height:60%;
}

.result-image img{
	height: 100%;
	position:relative;
	left:50%;
	transform:translateX(-50%);
}

.result-title h4, .result-phrase h4{
	font-size:2em;
	text-align:center;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}



.result-title, .result-phrase{
	background-size:100% !important;
	background-repeat:no-repeat !important;
	background:url("../img/subTab_bg.png");
}

#tab_11 .popup-content{
	height: 54%;
}

.drop{
	position:absolute;
	width:14.5%;
	height:10%;
}

.drop p{
	font-size:2em;
	padding-top:26px;
	padding-left:5px;
	color:#312749;
	font-weight:600;
}

.drop:nth-of-type(1){
	left:35%;
	top:20%;
}

.drop:nth-of-type(2){
	left:27%;
	top:34%;
}

.drop:nth-of-type(3){
	left:25%;
	top:48%;
}

.drop:nth-of-type(4){
	left:25%;
	top:62.5%;
}

/* Drag CSS */

.grabbing{
	cursor: -webkit-grabbing; 
	cursor: -moz-grabbing;
}

.dragging{
	pointer-events:none;
	opacity:0.5;
}

.animation{
	transition:all 0.7s ease;
}

.highlight{
	box-sizing:border-box;
	border-bottom:dashed 2px blue;
}