/* Estilo general */


html, body{
    margin: 0px;
    height: 100%;
    padding: 0px;
    font-family: 'Poiret One', cursive;
    color: #444;
    word-wrap: break-word;
}

*:focus{
    outline: initial;
}

section{
    margin: 0px;
}

/* Tipografías */

.introTexto h1, .introTexto h4, .introTexto p{
    color: #eee;
    text-shadow: 2px 2px 4px #333;
}

h2{
    color: #333;
}

h1, h2{
    margin: 20px;
    font-family: 'Orbitron', sans-serif;
    font-size: 4em;
}

h3{
    font-family: 'Orbitron', sans-serif;
    font-size: 3em;
    color: #333;
    margin-top: 0;
}

h4{
    font-family: 'Orbitron', sans-serif;
    font-size: 1.3em;
    color: #333;
}

.centrado{
    text-align: center;
}

img{
    width: 100%;
}

p{
    font-size: 1.2em;
}

pre{
    border: 1px dotted #efefef;
    background-color: transparent;
    color: #efefef;
}

button{
    display: block!important;
    margin: 1em auto;
}

/************************/
/*** Header ***/

header{
    height: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.introTexto {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.introTexto img{
    width: 20%;
    -webkit-filter: saturate(50%);
            filter: saturate(50%);
}

/*.introTexto{
    background-color: rgba(51,51,51,0.5)!important;
}*/


/* Estilo Hero Image (1) CON TRANSICIÓN*/

@-webkit-keyframes next{
    0%{
        bottom: 100px;
    }
    89%{
        bottom: 100px;
    }
    90%{
        bottom: 90px;
    }
    91%{
        bottom: 100px;
    }
    92%{
        bottom: 90px;
    }
    93%{
        bottom: 100px;
    }
    94%{
        bottom: 90px;
    }
    95%{
        bottom: 100px;
    }
    100%{
        bottom: 100px;
    }
}

.next{
    -webkit-animation: next 10s;
            animation: next 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
        transform: translate(-50%,0%);
    border-radius: 50%;
    height: 3.5em;
    width: 3.5em;
    padding: 0px;
    background-color: rgba(214,193,189,0.4);
    -webkit-box-shadow: initial;
            box-shadow: initial;
    border: initial;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.next i {
    font-size: 2em;
    color: #333;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.next:hover {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(214,193,189,0.4);
            box-shadow: 0px 0px 5px 5px rgba(214,193,189,0.4);
}
.next:hover i{
    font-size: 2.5em;
}

/*******************/
/* Estilo del Menú */

nav{
    position: fixed;
    width: 100%;
    z-index: 100;
}

ul {
    font-family: 'Poiret One', cursive;
    font-size: 1.2em;
    list-style-type: none;
    margin: 0;
    padding: 0 35px;;
    overflow: hidden;
    background-color: rgba(51,51,51,1);
    height: 50px;
    line-height: 50px;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: #efefef;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
}

li a:hover, .desplegable:hover .dropbtn {
    background-color: #efefef;
    text-decoration: none;
    color: #333;
}



/*************************/
/* Estructura Bootstrap **/


.row{
    margin: 1em 0;
}

.juegos{
    margin: 0em 0em 4em 0em;
}

.row h2{
    text-align: center;
}

[class^="col"]{
    margin: 0;
    padding: 1em 1em;
}


/**************/
/*** Codigo ***/
/**************/


pre{
    background-color: #333;
    border-radius: 0.5em;
    font-size: 1.1em;
}

pre span {
    font-size: 1.2em;
}

input {
    width: 100%;
    border: none;
    border-bottom: 1px dotted #333;
    text-align: center;
}

button {
    padding: 1em 1.5em;
    background-color: #333;
    color: #eee;
    border-radius: 0.5em;
}


/*****************************/
/* Contacto */

input, textarea {
    margin-bottom: 2em;
}

textarea {
    border: 1px dotted #333;
    width: 100%;
    height: 10em;
}

input:focus, textarea:focus {
    background-color: rgba(51,51,51,0.1);
}


/* Estilo Footer */

footer{
    height: 7em;
    background-color: #333;
}


/**************/
/*** Cookies ***/
/**************/

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    height: 20%;
    min-height: 8em;
    background-color: rgba(51, 51, 51, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family: 'Poiret One', cursive;
    font-size:1.2em;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#333;
    text-decoration:none;
    font-family: 'Orbitron', sans-serif;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#333;
    font-family: 'Orbitron', sans-serif;
}


/*****************************/
/* Media Querys */


@media (max-width: 768px){

    h1, h2{
        font-size: 3em;
    }

    h3{
        font-size: 3em;
    }

    h4{
        font-size: 1.9em;
    }

    p{
    font-size: 1.3em;
}
    .introTexto img {
        width: 40%;
    }

}













