*{margin: 0;padding: 0;font-family: 'Open Sans', sans-serif;list-style: none;}


.wrapper{
	width: 100%;
	text-align: center;
}
.container-logo .superior{
	width: 100%;
	background: #6C9701;
	min-height: 60px;
}
.container-logo .inferior{
	width: 100%;
	background: #FFF;
	min-height: 80px;
}
.container-logo .logo{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	border-radius: 50%;
	height: 150px;
	background: #FFF;
	vertical-align: middle;
	overflow:hidden;
	box-shadow: 1px 1px 13px 1px rgba(0,0,0,0.41);
}
.logo img{
	width: 130px;
	margin-top: 13px;
}

.header{
	width: 100%;
	max-height: 580px;
	height: 45vw;
	background:url('../img/header.jpg') center bottom/100% auto no-repeat;
	vertical-align: middle;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: flex-start;
	justify-content: center;
	padding-top: 80px;
	box-sizing: border-box;
}
.header h1{
	width: 100%;
	color: #6c9701;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 800;
}
.header h1 strong{
	width: 100%;
	display: inline-block;
	font-weight: 800;
}
.contenedor-introducciones{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	padding-top: 20px;
}
.introduccion{
	font-size: 20px;
	width: 590px;
	margin-bottom: 20px;
}

.introduccion.-anonima{
	font-size: 16px;
}

.explicacion{
	width: 100%;
	padding: 20px 0;
	background: #6C9701;	
}
.explicacion .pregunta{
	color: #FFF;
	font-weight: 700;
	font-size: 20px;
}
.explicacion .puntuaciones{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	max-width: 640px;
	margin: 20px auto 0 auto;
	list-style: none;
}

.explicacion .valor{
	width:50px;
	height: 50px;
	background: #FFF;
	border-radius: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	color: #6C9701;
	font-weight: 700;
	font-size: 41px;
	margin: 0 auto;
}
.explicacion .nivel{
	margin-top: 5px;
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
}
.contenedor-pregunta{
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.container{
	position: relative;
	max-width: 1000px;
	width: 100%;
	padding: 50px 0;
	display: inline-block;
}
.numero-pregunta{
	position: absolute;
	left: 40px;
	top: 50px;
	font-size: 90px;
	color: rgba(0,0,0,.2);
	font-weight: 300;
}
.contenedor-pregunta .pregunta{
	font-weight: 700;
	font-size: 18px;
	max-width:760px;
	margin:0 auto;
}
.contenedor-pregunta .puntuaciones{
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: baseline;
	align-items: baseline;
	width: 300px;
	margin: 0 auto;
	margin-top: 30px;
}
.contenedor-pregunta li{
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,.2);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-weight: 700;
	border-radius: 50%;
	cursor: pointer;
    position:relative;
    transition.5s;
}
.contenedor-pregunta li.active{
	border: 3px solid #6C9701;
	background: #FFF;
}

.contenedor-pregunta li figure{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    line-height:30px;
}
.contenedor-pregunta textarea {
    width:100%;
    max-width:415px;
    display:inline-block;
    height:80px;
    line-height:20px;
    box-sizing:border-box;
    padding:5px;
    resize:none;
    margin-top:20px;
    border: 2px solid rgba(0,0,0,.2);
        border-radius: 5px;
    padding-left: 10px;
    outline: none;
    font-size: 14px;
}

.formulario h3{
	text-transform: uppercase;
	font-size: 38px;
	color: #6C9701;
	font-weight: 700;
	margin-top: 50px;
}
.formulario .introduccion{
	display: inline-block;
}
.contenedor-formulario{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	max-width: 415px;
	margin: 0 auto;
	
	margin-bottom: 20px;
}
.contenedor-formulario input, .contenedor-formulario select{
	width: 100%;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	border: 2px solid rgba(0,0,0,.2);
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	padding-left: 10px;
	outline: none;
	font-size: 14px;
}
.contenedor-formulario select{
	padding-left: 5px;
	line-height: 25px;
	width: 100%;
	margin-top: 0;
	cursor: pointer;
}
.contenedor-select{
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.decoracion-select{
	position: absolute;
	width: 30px;
	height: 28px;
	border-left: 2px solid rgba(0,0,0,.2);
	right: 0;
	top:1px;
	pointer-events:none;
}
.decoracion-select::before, .decoracion-select::after{
	content: '';
	position: absolute;
	border: 6px solid transparent;
	right: 50%;
	margin-right: -5px;
	top: 50%;
	margin-top: -2px;
}
.decoracion-select::before{
	border-bottom-color:rgba(0,0,0,.2); 
	margin-top: -12px;
}
.decoracion-select::after{
	border-top-color:rgba(0,0,0,.2); 
	margin-top: 3px;
}

::-webkit-input-placeholder { color: rgba(0,0,0,.7); } /* WebKit */
:-moz-placeholder { color: rgba(0,0,0,.7); } /* Firefox 18- */
::-moz-placeholder { color: rgba(0,0,0,.7); } /* Firefox 19+ */
:-ms-input-placeholder { color: rgba(0,0,0,.7); } /* IE 10+ */

.checkbox{
	position: relative;
    margin-bottom:10px;
}
.checkbox input{
	position: absolute;
	opacity: 0;
}
.checkbox label{
	padding-left: 20px;
	position: relative;
}

.checkbox.-anonimo label{
	font-size: 14px;
}

.checkbox.-politica{
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	margin-bottom: 20px;
}

.checkbox label a {
    color:#000;
}
.checkbox label::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid rgba(0,0,0,.2);
	border-radius: 1px;
	display: inline-block;
	left:0;
	top: 4px;
	position: absolute;
}
.checkbox  input:checked + label::before{
	background: #6C9701;
}
.boton.enviar{
	background: #6C9701;
	display: inline-block;
	font-weight: 700;
	text-trasform: uppercase;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 15px 0;
	max-width: 360px;
	width: 100%;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
	cursor: pointer;
}

footer{
	width: 100%;
	min-height: 100px;
	background: #6C9701;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.logos_ian{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 375px;
}

footer .enlaces{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 12px;
	margin-bottom: 10px;
}
.enlaces a{
	color: #FFF;
	text-decoration: none;	
	font-weight: 700;
}
.enlaces a::after{
	content: '/';
	color: #FFF;
	margin-left: 8px;
	margin-right: 8px;
}
.enlaces li:last-child a::after{
	display: none;
}
.textos p{
	font-weight: 700;
	font-size: 12px;
	color: #FFF;
}
   .fondo_popup {
        position:fixed;
        top:0;left:0;
        right:0;bottom:0;
        background:rgba(0,0,0,.5);
        text-align:center;
        z-index:20;
    }
    .alerta_cont {
        width: 100%;
        max-width: 350px;
        height:auto;
        padding:20px;
        box-sizing:border-box;
        background: #FFF;
        display:inline-block;
        margin-top:40px;
    }
    .alerta_cont p{
        text-align:left;
    }
    #Finalizar {
            background: #6C9701;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 0;
    max-width: 150px;
    width: 100%;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    text-decoration:none;
	}
	
	@media (max-width: 1350px){
		.header{
			height: 33vw;
			max-height: 500px;
		}
	}

	@media (max-width: 1024px){
		.header{
			padding-top: 50px;
			height: 40vw;
			max-height: 1000px;
		}
	}

@media (max-width: 780px){
	.explicacion{
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.explicacion .valor{
		font-size: 30px;
	}
	.numero-pregunta{
		position: static;
		top: auto;
		left: auto;
		font-size: 50px;
		color: rgba(0,0,0,.5);
	}
	.container{
		padding-top: 25px;
	}
	.contenedor-pregunta .puntuaciones{
		width: 100%;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.contenedor-pregunta li{
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
	footer{
		justify-content: center;
	}
	.textos{
		margin-top: 20px;
	}
	footer .enlaces{
		justify-content: center;
	}
	.logos_ian{
		justify-content: center;
	}
	.logos_ian li{
		margin: 5px;
	}

	.header h1{
		font-size: 22px;
	}

 
}
@media (max-width: 590px){
	.header{
		background-size: 120% auto;
		height: 47vw;
	}
	.introduccion{
		width: calc(100% - 40px);
		font-size: 18px;
	}
	.contenedor-pregunta .pregunta{
		font-size: 16px;
	}
	.explicacion .puntuaciones{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.explicacion .puntuaciones li{
		margin-bottom: 10px;
	}
	.contenedor-formulario{
		padding: 20px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width: 430px){
	.header{
		height: 57vw;
	}

	.header h1{font-size:18px ;}
}