@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);
}

.animate{
  opacity:0;
}

@-webkit-keyframes fadeIn {
    from {
        opacity:0;
        visibility: hidden;
    } 
    to {
        opacity:1;
        visibility: visible;
    } 
}

@-moz-keyframes fadeIn {
    from {
        opacity:0;
        visibility: hidden;
    } 
    to {
        opacity:1;
        visibility: visible;
    } 
}

@-ms-keyframes fadeIn {
    from {
        opacity:0;
        visibility: hidden;
    } 
    to {
        opacity:1;
        visibility: visible;
    } 
}

@-o-keyframes fadeIn {
    from {
        opacity:0;
        visibility: hidden;
    } 
    to {
        opacity:1;
        visibility: visible;
    } 
}

@keyframes fadeIn {
    from {
        opacity:0;
        visibility: hidden;
    } 
    to {
        opacity:1;
        visibility: visible;
    } 
}

@-webkit-keyframes highlight-color {
    from {
        color:#000000;
    } 
    to {
        color:#E1E1E1;
    } 
}

@-moz-keyframes highlight-color {
    from {
        color:#000000;
    } 
    to {
        color:#E1E1E1;
    } 
}

@-ms-keyframes highlight-color {
    from {
        color:#000000;
    } 
    to {
        color:#E1E1E1;
    } 
}

@-o-keyframes highlight-color {
    from {
        color:#000000;
    } 
    to {
        color:#E1E1E1;
    } 
}

@keyframes highlight-color {
    from {
        color:#000000;
    } 
    to {
        color:#E1E1E1;
    } 
}

.fadeIn{
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  animation: fadeIn 1s;
  animation-fill-mode: forwards; 
  -webkit-animation-fill-mode: forwards; 
  -moz-animation-fill-mode: forwards; 
  -ms-animation-fill-mode: forwards; 
  -o-animation-fill-mode: forwards; 
}


.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_3_1.png");
	display:block;
}

#tab_2{
	background:url("../img/bg_3_2.png");
}

#tab_3{
	background:url("../img/bg_3_3.png");
}

#tab_4{
	background:url("../img/bg_3_4.png");
}

#tab_5{
	background:url("../img/bg_3_5.png");
}

#tab_6{
	background:url("../img/bg_3_6.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.8em;
	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;
}

.highlight-color{
	color: #E1E1E1;
}

.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");
}

#tab_2 .popup{
	background-color:rgba(54, 165, 180, 1);
}

.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_3 .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:50%;
}

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_3 input:nth-of-type(1){
	left:17.9%;
	top:64%;
}

#tab_3 input:nth-of-type(2){
	left:7.4%;
	top:74%;
	text-align:center;
}

#tab_3 input:nth-of-type(3){
	left:43.3%;
	top:74%;
}

#tab_3 input:nth-of-type(4){
	left: 73.5%;
	top:64%;
}

.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%);
	font-size:2em;
}

.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: 16px 0;
	font-size:1.5em;
	color:#312749;
}

.subTab h4 b{
	color: #EBEBEB;
}

.option{
	padding: 3px;
	height: 14%;
}

.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;
}

.popup_correct h5{
	margin-top:40px;
}

.medal{
	width:15%;
	position:relative;
	left:42.5%;
}

#tab_6 .popup-content{
	height: 54%;
}

#tab_3 .popup{
	display:block;
}

.player{
	position:absolute;
	width:18%;
	height:7%;
	z-index:30;
	left: 19%;
	top: 57%;
}

.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);
}

.correct{
	background:green !important;
	color:#FFFFFF !important;
}

.incorrect{
	background:red !important;
	color:#FFFFFF !important;
}

.subTab_btn.active{
	-webkit-filter: drop-shadow(10px 10px 20px white);
}