@font-face {
    font-family: "BebasNeueRegular";
    src: url(./fonts/BebasNeueRegular.ttf) format("truetype");
    src: url(./fonts/BebasNeueRegular.otf) format("opentype");
}
@font-face {
    font-family: "BebasNeueBold";
    src: url(./fonts/BebasNeueBold.ttf) format("truetype");
    src: url(./fonts/BebasNeueBold.otf) format("opentype");
}
@font-face {
    font-family: "BebasNeueBook";
    src: url(./fonts/BebasNeueBook.ttf) format("truetype");
    src: url(./fonts/BebasNeueBook.otf) format("opentype");
}
@font-face {
    font-family: "BebasNeueLight";
    src: url(./fonts/BebasNeueLight.ttf) format("truetype");
    src: url(./fonts/BebasNeueLight.otf) format("opentype");
}
@font-face {
    font-family: "BebasNeueThin";
    src: url(./fonts/BebasNeueThin.ttf) format("truetype");
    src: url(./fonts/BebasNeueThin.otf) format("opentype");
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
    background: #ffc801;
}
.imagen_gif {
    width: 80px;
    position: absolute;

}
.ocultar{
    display: none;
}
.textYeah {
    text-align: center;
    margin-top: 11%;
    font-size: 80px;
    color: #FFFFFF;
    font-family: 'BebasNeueBold';
}

.titulojuego {
    text-align: center;
    margin-top: 11%;
    font-size: 50px;
    color: #FFFFFF;
    font-family: 'BebasNeueBold';
}
.t2,.t3,.t4{
    font-size: 75px;
}
.subtextYeah {
    margin-top: -26px;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    font-family: 'BebasNeueBold';
    line-height: 30px;
}
.subtextYeah2 {
    margin-top: 0px;
    text-align: center;
    font-size: 26px;
    color: #000000;
    font-family: 'BebasNeueBold';
    line-height: 30px;
}
.subtextYeah2>a {
    
    font-size: 26px;
    color: #000000;
    font-family: 'BebasNeueBold';
    line-height: 30px;
}
.textVuelve>a {
    text-align: center;
    font-size: 21px;
    color: #000000;
    font-family: 'BebasNeueBold';
    position: absolute;
    bottom: 0;
    margin-bottom: 25px;
    display: block;
    width: 100%;
    padding-right: 25px;
}
.textVuelve>a:hover {
    text-align: center;
    font-size: 21px;
    color: #000000;
    font-family: 'BebasNeueBold';
    position: absolute;
    bottom: 0;
    margin-bottom: 25px;
    display: block;
    width: 100%;
    padding-right: 25px;
}
.container-fluid {
    height: 100%;
}
.altofull {
    height: 100%;
}
.row{
    margin-right: 0px;
    margin-left: 0px;
}
.contador{
    position: absolute;
    float: right;
    right: 28px; 
}
.contador>.titulojuego {
    font-size: 30px;
   
}

.marc_click{
    margin-top: -24px;    
}
