.ggb_contenidoInterno{
    background:url("../img/bg_9.png");
    background-size:cover;
}

.tab{
    position:absolute;
    width:97%;
    height:83%;
    overflow:hidden;
    background:url("../img/bg_1_1.png");
    background-size:cover;
}

#video{
    position:absolute;
    top:18%;
    left:20%;
    width:60%;
    height:65%;
    background:black;
}

#video video{
    width:100%;
    height:100%;
    border:none;
    display:none;
}

.btn_play{
    height:25%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
}

.btn_play:hover{
    cursor:pointer;
    opacity:0.85;
    height:27%;
}

.btn_play:active{
    opacity:1;
    height:24%;
}

.custom_btn{
    position:absolute;
    width:5%;
    height:10%;
    background: rgb(125, 169, 66);
    box-sizing:border-box;
    border: solid 4px rgb(80, 113, 41);
    border-radius:10px;
}

.custom_btn:hover{
    cursor:pointer;
    transform:scale(1.1);
}

.custom_btn:active{
    transform:scale(0.95);
}

.custom_btn i{
    color:white;
    font-size:3em;
    position:relative;
    top:50%;
    left:50%;
    transform:translateY(-50%) translateX(-50%);
}
