@font-face{
	font-family: 'cabin-regular'; /*a name to be used later*/
    src: url('../fonts/Cabin-Regular.ttf'); /*URL to font*/
}

@font-face{
	font-family: 'cabin-italic'; /*a name to be used later*/
    src: url('../fonts/Cabin-Italic.ttf'); /*URL to font*/
}

@font-face{
	font-family: 'big-noodle'; /*a name to be used later*/
    src: url('../fonts/big_noodle_titling.ttf'); /*URL to font*/
}

.ggb_contenidoInterno{
    background:none;
}

.tab{
    position:absolute;
    width:97%;
    height:83%;
    border-radius:15px;
}

#tab_1{
    background:url('../img/bg_3_1.png');
    background-size:cover;
}

.video{
	position:absolute;    
	width: 56%;    
	height: 66%;    
	left: 22%;    
	top: 29.5%;
    background:#000000;
    border-radius:10px;  
    overflow:hidden;  
}

.video video{
    width:100%;
    height:100%;
    display:none;
    border:none;
    background:#000000;
}

.btn_play{
    position:absolute;
    height:35%;
   	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);
    opacity:1;
}

.tab_nav{
	position:absolute;
	bottom:0;
	width:16%;
	height:9.5%;
	left: 2%;
}

.tab_nav div{
	display:inline-block;
	float:left;
	height:100%;
}

.custom_btn{
	width:33%;
	height:100%;
	background: #205C8E;
	color:#FFF;
	font-size:3em;
	text-align:center;
	border-bottom:solid 6px #19466B;
	bottom:0;
	position:absolute;
}

.custom_btn:hover{
	cursor:pointer;
	background:#3D80AD;
}

.custom_btn:active{
	transform:scaleY(0.8);
	background:#104366;
}

.btn_help{
	border-radius:10px 10px 0 0;
}

#footer{
	position:relative;
	width:85%;
	height:15%;
	left:11%;
	top:80%;
	background:#3F297C;
	border-radius:10px;
	display:none;
}


#footer p{
	font-family:'cabin-regular';
	color:white;
	font-size:1.5em;
	padding:0 2%;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	text-align:justify;
}

.btn_help{
	width:5%;
	height:9%;
	position:absolute;
	top:2%;
	left:2%;
	background:#7354B7;
	box-sizing:border-box;
	border-radius:10px;
	border-bottom:solid 7px #5E40B7;
	border-right:solid 4px #5E40B7;
  	box-shadow:0 0 0 5px #FFFFFF;
}

.btn_help:hover{
	cursor:pointer;
	opacity:0.85;
	transform:scale(1.05);
}

.btn_help:active{
	opacity:1;
	transform:scale(1);
}

.btn_help i{
	color:white;
	font-size:3em;
	position:relative;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
}

.help{
	position:absolute;
	top:1.6%;
	left:8%;
	width:70%;
	z-index:3;
	display:none;
}
