@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: 'cabin-bold-italic'; /*a name to be used later*/
    src: url('../fonts/Cabin-BoldItalic.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;
    overflow:hidden;
}

#tab_1{
    background:url("../img/bg_4.png");
   	background-position:50% 50%;
   	background-repeat:no-repeat;
   	background-size:cover;

}

#tab_1 .tab_nav{
	left:3%;
}

.video video{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
	border:none;
}

.video{
	position:absolute;
	background:#35311E;
}

#tab_1 .video{
	width:59.3%;
	height: 61.3%;
	left:20.7%;
	top: 24.2%;
}

.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);
}