@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Poppins-Regular.ttf');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }


/* BOOTSTRAP */

body{
	font-family: 'Poppins', sans-serif;
	color: #525460;
	background-color: rgba(246,214,166,0.1);
	margin-bottom: 20px;
}

.form-control{
	border-radius: 0;
}

.btn {
	border: 0px;
	border-radius: 0;
	padding: 0 15px;
	min-height: 35px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	overflow: hidden;
	text-align: center;
	outline: none !important;
	white-space: normal;
	-webkit-box-shadow: 0 1px 10px -3px #000000;
	-moz-box-shadow: 0 1px 10px -3px #000000;
	box-shadow: 0 1px 10px -3px #000000;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.btn:hover {
	opacity: 0.7;
}

.btn:disabled {
	cursor: default;
}
.btn-primary {
	background-color: #f8bda8;
	color: #525460;
}

.btn-primary:focus{
	color: #525460;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary , .btn-primary.focus, .btn-primary:focus, .btn-primary:active:focus{
    background-color: #f8bda8;
    border-color: #f8bda8;
}

.btn-primary:hover {
    background-color: #f8bda8;
    border-color: #f8bda8;
}

.btn {
	margin-top: 10px;
	height: 68px;
	display: inline-block;
	vertical-align: middle;
	line-height: 64px;
	width: 100%;
}
/* FIN BOTONES */

/* GENERALES */

.margin-bottom-25{
	margin-bottom: 25px;
}

.btn-centrado{
	width: 180px;
	max-width: 100%;
	display: block;
	margin: auto;
}

.btn-descarga{
	width: 290px;
	font-size: 16px;

}
/* FIN GENERALES */

/* HEADER */

.imagen-inicio{
	text-align: center;
}


.logo img{
	max-width:100%;
}

.enunciado {
	text-align: right;
	height: 98px;
	display: table;
}

.linea-enunciado {
	display:block;
	height: 1px;
	width: 100px;
	margin: 0 auto;
	border-bottom: 2px solid #f8bda8;
}

.enunciado h3 {
	display: table-cell;
	vertical-align: middle;
}

@media(max-width: 992px){
	.enunciado{
		text-align:center;
	}
	.logo{
		text-align:center;
	}
}

/* FIN HEADER*/

/* INICIO */

.texto-inicio h4 {
	text-align: justify;
	padding-top: 40px;
	line-height: 35px;
}

@media(max-width: 768px){
	.texto-inicio{
		padding-top: 15px;
	}
}

.boton-participar {
	margin-top: 10px;
	height: 68px;
	display: inline-block;
	vertical-align: middle;
	line-height: 64px;
}

/* FIN INICIO */

/* BLOQUE TEST */
.bloque{
	padding-top:15px;
}

.formulario{
	padding-top: 20px;
	
}

.botones-desplazar{
	padding-top: 35px;
}

.boton-siguiente-right{
	float:right;
}

.form-group{

	padding-top:15px;
}

.clear-both{
	clear: both;
}

.afecciones div{
	height: 45px;
}


.encabezado{
	padding-top:15px;
}

p{
	text-align:justify;
}

strong{
	text-align: center;
	padding-top: 5px;
}
/*FIN BLOQUE TEST */

.boton-participar, #btn-siguiente, #btn-anterior{
	margin-bottom: 40px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline{
	margin-left: 0;
}

.imagen-inicio img{
	max-width: 100%;
	padding: 20px;
}

/* LIVESEARCH */

#bloque-1 #livesearch{
	position: absolute;
	z-index: 99;
	right: 15px;
	left: 15px;
	border: 1px solid #e1e1e1;
	background: #fff;
}

#bloque-1 #livesearch .cp{
	padding: 5px;
	color: #525460;
	cursor: pointer;
}



#bloque-1 #livesearch .cp:hover{
	text-decoration:none;
	background-color: #fefaf5;
}

/* Barra de progreso */ 

.progreso .barra-progreso{
	background-color: #efeff0;
	height:	20px;
	background-clip: content-box;
	margin-top:20px;
	background-image: linear-gradient(to left, #efeff0 50%, #f8bda8 50%);
	background-size: 200% 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	transition: all 1s ease-in;
}

.progreso .activo{
	background-color: #f8bda8;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	transition: all 1s ease-in;
	/** START THE FINAL STATE STYLING **/
	background-position: bottom left;
}

/* Nuevo test */
.div-boton-repetir a{
	color: #fefaf5;
}

.div-boton-repetir .boton-repetir{
	margin-top: 25px;
	background-color: #f8bda8;
	text-align: center;
	font-size: 20px;
	height: 68px;
	vertical-align: middle;
	line-height: 64px;
	width: 100%;
}


/*Botones RRSS */

.botones-rrss a{
	color: #fff;
}
.botones-rrss {
	margin-bottom:40px;
}
.botones-rrss .boton-rss{
	margin-top: 25px;
	background-color: #d2ddf0;
	text-align: center;
	font-size: 20px;
	height: 68px;
	vertical-align: middle;
	line-height: 64px;
	width: 100%;
}
.botones-rrss .facebook{
	background-color: #3B5998;
}
.botones-rrss .twitter{
	background-color: #429cd6;
}
.botones-rrss .whatsapp{
	background-color: #25D366;
}

.encabezado h3{
	text-align: center;
}

.row-footer .col-logo{
	text-align: center;
	margin-bottom:30px;
}

.row-footer .col-logo img{
	max-width:100%;
	max-height: 67px;
}

.row-footer {
	margin-top:30px;
	margin-bottom: 30px;
}

@media(max-width:767px){
	.row-footer .clear-left-footer{
		clear:left;
	}
}

.row-logos-inicio .col-logo{
	text-align: center;
	margin-bottom:30px;
}

.row-logos-inicio .col-logo img{
	max-width:100%;
	max-height: 90px;
}




@media(max-width:992px){
	.clear-left-logo{
		clear:left;
	}
}

/* Recomendaciones */

.recomendaciones ul {
    list-style: none;

}

.recomendaciones .enunciado-recomendacion img{
	position:absolute;
	width: 30px;
}

.recomendaciones .texto-recomendacion{
	margin-left: 40px;
}

.recomendaciones .listado-recomendacion img{
	position:absolute;
	width: 20px;
}

.recomendaciones p{
	font-size: 17px;
}

.recomendaciones .pie-recomendaciones p{
	text-align: right;
	font-size: 15px;
}

.encuesta h3{
	font-weight: bold;
	font-size: 26px;
}

.encuesta .linea-enunciado{
	margin-top: 20px;
	width: 75%;
	border-bottom: 3px solid #f8bda8;
}

.encuesta p, .encuesta label{
	font-size: 17px;
}
@media(min-width: 992px){
	.encuesta select{
		max-width: 30%;
	}
}



