.finalizar {
    background: #a3956f;
    color: #fff;
    display: block;
    width: 150px;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
}
.finalizar:hover{
    color: #fff;
}
body {
    margin: 0px;
    color: #000000;
    background-color: #000;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

img {
    width: 100%;
}

.headEncuesta {
	float: left;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	height: 80px;
	position: fixed;
	top: 0;
	z-index: 9;
}

.logoEnc {
    float: left;
    width: 128px;
    padding: 20px 0px;
}

form {
    border: solid #a3956f7d 1px;
    float: left;
    width: 100%;
    padding: 20px 40px;
}
.preguntas {
    float: left;
    width: 100%;
    margin-top: 100px;
    background-attachment: fixed;
    background-image: url(../images/sexy.jpg);
    background-size: cover;
    height: 1000px;
    color: #fff
}
.preg p{
    color: #a3956f;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid;
    margin: 20px 0
}
.preg span{margin-left: 10px}
.progreso {
    float: left;
    width: 50px;
    background: #000;
    height: 12px;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
}
.progresoinner{
    width: 0;
    background: #a3956f;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.progresonumero{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 100%;
}
/*
.listaPreg span {
    float: left;
    width: 100%;
    color: #a3956f;
    list-style: none;
    font-size: 20px;
    font-weight: 400;
    border-bottom: solid #a3966f 1px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-bottom: 20px;
}

p {
    color: #fff;
    float: right;
    width: 95%;
    margin: 0px;
}

.preguntas {
	float: left;
	width: 100%;
	margin-top: 100px;
	background-attachment: fixed;
	background-image: url(../images/sexy.jpg);
	background-size: cover;
	height: 1000px;
}

.preg {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.resultado {
    background-color: #010101bd;
    width: 100%;
    color: #fff;
    height: auto;
    display: none;
    position: absolute;
    z-index: 9;
    top: 200px;
}

.result span {
    text-align: center;
    padding: 40px;
    width: 100%;
    float: left;
    font-size: 50px;
}
*/

strong {
    color: #a3956f;
}
