@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*/
}
p {
    font-family: 'cabin-regular';
}
* {
    margin: 0;
    padding: 0;
}
.ggb_contenidoInterno {
    background: none;
}
.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;
}
.tab {
    position: absolute;
    width: 97%;
    height: 83%;
    border-radius: 15px;
    overflow: hidden;
    display: none;
}
#tab_1 {
    background: url("../img/bg_5_1.png");
    background-size: cover;
    display: block;
}

.play{
    position:absolute;
    width:30%;
    height:39%;
    left:46%;
    top:22.5%;
}

.play:hover{
    cursor:pointer;
}