
/********************
	PREGUNTAS DEL TEST: ENUNCIADO Y CUATRO OPCIONES
*********************/

/* texto del enunciado */
.enunciado {
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 1.3rem;
	font-weight:bold;
}


.enunciado img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* bloque boton de opcion y texto respuesta */
.opcionrespuesta {
	margin-bottom:6px!important;
}

.form-check-input {
	margin-top:7px!important;
}


/* texto de cada respuesta */
.textorespuesta {
	font-size: 1.1rem;
	padding-left:10px;
}


/*********************************
	BOTONES FINALES DEL TEST
**********************************/

button.boton_enviar, a.boton_enviar {
	background-color: #b12929; 
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
}

button.boton_enviar:hover, a.boton_enviar:hover {
	background-color: #b96767; 
	color: white;
}

.boton_salir_test {
	padding-left: 30px!important;
	padding-right: 30px!important;
}