@charset "utf-8";


/* Diseño móvil: 480 px e inferior. */
#---MOVIL---{}
.texto {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 3%;
}
.texto-full .pregunta {
	width: 98%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	font-family: 'Open Sans', sans-serif;
	color: rgba(255,255,255,1.00);
	background-color: rgba(232,127,42,1.00);
}
.texto-full .pregunta .alternar-respuesta {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 1.1em;
}
.texto-full .respuesta {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	margin-bottom: 2%;
	font-size: 0.9em;
	text-align: justify;
}










/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */
#---TABLET---{}


@media only screen and (min-width: 700px) {

.texto-full .pregunta {
	width: 25%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 1%;
	margin-left: 2%;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	font-family: 'Open Sans', sans-serif;
	color: rgba(255,255,255,1.00);
	background-color: rgba(232,127,42,1.00);
}
.texto-full .pregunta .alternar-respuesta {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 1.1em;
}

}
.texto-full .respuesta {
	width: 95%;
	text-align: justify;
	font-size: 1em;
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */
#---PC---{}
@media only screen and (min-width: 1200px) {

}
