@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-bold'; /*a name to be used later*/
    src: url('../fonts/Cabin-Bold.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*/
}

*{
	margin:0;
	padding:0;
}

p{
	font-family:'cabin-regular';
}

.ggb_contenidoInterno{
    background:none;
}

.tab{
    position:absolute;
    width:97%;
    height:83%;
    border-radius:15px;
    overflow:hidden;
    display:none;
    background-size:cover !important;
}

#tab_1{
    display:block;
    background:url("../img/bg_1_11.png");
}

#tab_2{
    background:url("../img/bg_1_12.png");
}

#tab_3{
    background:url("../img/bg_1_13.png");
}

#tab_4{
    background:url("../img/bg_1_14.png");
}

.nav{
	position:absolute;
	width: 15%;
	height: 8%;
	z-index:10;
	top:16%;
	left: 89%;
}

.nav > img{
	display:inline-block;
	float:left;
	height:100%;
	margin-right: 5%;
}

.nav_btn:not(.active):hover{
	cursor:pointer;
	transform:scale(1.1);
}

.nav_btn:not(.active):active{
	transform:scale(0.95);
}

.tab_nav{
	position:absolute;
	bottom:0;
	width:16%;
	height:9.5%;
	left: 42%;
	z-index:1;
}

.tab_nav div{
	display:inline-block;
	float:left;
	height:100%;
}

.custom_btn{
	width:33.3%;
	height:100%;
	background: #EB7F26;
	color:#FFF;
	font-size:3em;
	text-align:center;
	border-bottom:solid 6px #89380F;
	bottom:0;
	position:absolute;
}

.custom_btn:hover{
	cursor:pointer;
	background:#EA9D63;
}

.custom_btn:active{
	transform:scaleY(0.8);
	background:#89380F;
}

.btn_previous{
	border-radius:10px 0 0 0;
	left:1%;
}

.btn_home{
	border-radius:0;
	right:33%;
}

.btn_next{
	border-radius:0px 10px 0 0;
	right:0;
}

.btn_help{
	width:25%;
	position:absolute;
	left:70%;
	top:7%;
}

.btn_help:hover{
	cursor:pointer;
	transform:scale(1.1);
}

.btn_help:active{
	transform:scale(0.95);
}


#tab_4 .btn_home{
	border-radius:0 10px 0 0;
}

#tab_2 .btn_next{
	border-radius:10px 10px 0 0;
}

.video{
	position:absolute;
}

#tab_1 .video{
	left: 16%;
	top: 20%;
	width: 68%;
	height: 68%;
	border-radius:95px;
	background:#FF9900;
}

.video video{
	width:100%;
	height:100%;
	display:none;
	border:none;
	background:#000000;
	border-radius:70px
}

.btn_play{
	position:absolute;
	width:15%;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
}

.btn_play:hover{
	cursor:pointer;
	opacity:0.9;
	transform:translateX(-50%) translateY(-50%) scale(1.1);
}

.btn_play:active{
	opacity:1;
	transform:translateX(-50%) translateY(-50%) scale(0.95);
}

.active{
	-webkit-filter: saturate(5.4) sepia(1);
}

input{
	position:absolute;
	width:18%;
	height:7%;
	border:none;
	border-radius:10px;
	top:80%;
	font-family:'cabin-regular';
	font-size:2em;
	text-align:center;
}

input:nth-of-type(1){
	left:21%;
}

input:nth-of-type(2){
	left:41%;
}

input:nth-of-type(3){
	left:61%;
}

p{
	position:absolute;
	font-size:2em;
	top:25%;
}

p:nth-of-type(1){
	left:25%;
}

p:nth-of-type(2){
	left:44.5%;
}

p:nth-of-type(3){
	left:67%;
}