/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-jul-2016, 22:37:53
    Author     : juanchis
*/
/* latin */
body{
    font-family: 'Comfortaa', cursive;
	overflow: hidden;
}

#background{
    position: absolute;
    background-color: #353535;
    background-image: url(../images/background.jpeg);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.bienvenida{
    text-align: center;
}

.texto{
    color: #fff;
    font-family: Comfortaa;
    font-size: 22px;
    line-height: 30px;
    
}

.boton{
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    background-color: #3434DC;
    width: auto;
    height: 45px;
    line-height: 38px;
    padding: 5px 20px 10px 20px;
    font-size: 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    font-weight: 700;
    font-family: 'Comfortaa' Cursive;
    max-width: 610px;
    overflow: hidden;
    -moz-transition: background-color ease-out 100ms 0ms;
    -webkit-transition: background-color ease-out 100ms 0ms;
    -o-transition: background-color ease-out 100ms 0ms;
    transition: background-color ease-out 100ms 0ms;
    color: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

#footer{
    height: 60px; 
    width: 100%; 
    background-color: #1d1d1d; 
    bottom: 0px; 
    left: 0px; 
    position: absolute;
}

#objeto{
    padding-top: 20px;
    width: 30%;
}

.item{
    color: #c9ff40;
    font-family: Montserrat,"Helvetica Neue",sans serif;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    padding: 0;
    text-align: right;
}

.question{
    color: #fff;
    font-family: Montserrat,"Helvetica Neue",sans serif;
    position: relative;
    padding: 0;
    cursor: default;
    padding-left: 50px;
    line-height: 140%;
    text-align: left;
}

.big{
    font-size: 30px;
}

input {
    font-size: 30px;
    line-height: 30px;
    display: block;
    resize: none;
    font-family: Montserrat,"Helvetica Neue",sans serif;
    -webkit-font-smoothing: antialiased;
    padding: 3px;
    margin: 2px;
    width: 100%;
    color: #c9ff40;
    background: 0 0;
    border:none;
    border-bottom:thin dashed rgba(201,255,64,.4);
    border-top:thin dashed rgba(201,255,64,.4);
    border-left:thin dashed rgba(201,255,64,.4);
    border-right:thin dashed rgba(201,255,64,.4);
    outline:none;
}

.btnIzquierda{
	position: fixed;
	top: 40%;
	left: 50px;
}

.btnDerecha{
	position: fixed;
	top: 40%;
	right: 50px;
}

#progreso{
	color: #000;
}