#texto{
	text-align : justify;
	font-size:18px;
}
		
input[type=text], select {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;					
	font-size:15px;
}

textarea{
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;					
	font-size:15px;
}

input[type=date], select {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;					
	font-size:15px;
}

input[type="email"] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
	font-weight: bold;						
	font-size:15px;
}

input[type="password"] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
	font-weight: bold;						
	font-size:15px;
}

label {
	padding: 12px 12px 12px 0;
	display: inline-block;						
	font-size:17px;
}
  
.label-tit{
	font-family: 'FuturaBd';
}
input[type=submit] {
	background-color: var(--color1);
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	margin-top: 18px;
	font-weight: bold;					
	font-size:15px;
	margin-top: 20px;
}

input[type=submit]:hover {
	background-color: var(--color3);
	letter-spacing: .5px;

}

.container {
	display: block;
	margin: auto;
	border-radius: 15px;
	padding: 20px;
	font-weight: bold;
	color: var(--color1);
	width: 95%;
	margin-bottom: 30px;
}

.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}

.col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

.col-75_subdivision{
  display: flex;
	flex-wrap: nowrap;
}

.sublabel{
	flex-basis: 40%;
}

.subinput{
	margin: 5px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
	padding: 4px 0px;
}

h2{
	color: var(--color1);
	font-family: 'FuturaBd';
	text-transform: uppercase;
}
article p{
	color: #000;
}

/* introduccion */
.boton-inscripcion{
	border: 1px solid var(--color1);
	color: #fff;
	background-color: var(--color1);
	width: 15%;
	text-align: center;
	padding: 8px;
	margin: auto;
	border-radius: 5px;
}

/* PREGUNTAS PREFORMULARIO */
.form_pregunta{
	padding: 25px;
	margin: 40px;
}

.form_pregunta form{
	display: flex;
	flex-direction: column;
}

.boton-form{	
	width: 40%;
	margin: auto;
}
.responder{
	font-family: 'FuturaBd';
}
.pregunta{
	display: block;
	text-align: center;
	font-family: 'FuturaBd';
	padding: 15px;
}

.preg-opciones{
	display: flex;
	justify-content: center;
	padding-bottom: 2em;
}

.preg-opciones_op{
	
	font-weight: bold;
	width: 25%;
}

.preg-opciones_op span{
  padding-left: 10px;
}

.ocultar{
	display: none;
}
/* caritas */
.caritas{
	
	text-align: center;
	
	color: var(--color1);
	padding-top: 20px;
}

.caritas span{
	font-size: 5em;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.container, .col-25, .col-75, input[type=submit] {
		width: 100%;
		margin-top: 0;
	}
}


@media screen and (max-width: 370px) {

	/* PREGUNTAS PREFORMULARIO */
.form_pregunta{
	padding: 5px;
	margin: 2px;
}

.form_pregunta form{
	display: flex;
	flex-direction: column;
}

.boton-form{	
	width: 50%;
	margin: auto;
}

.pregunta{
	padding: 10px;
}


.preg-opciones_op{
	width: 50%;
	text-align: center;
}

.preg-opciones_op span{
  padding-left:8px;
	font-size: .9em;	
}
.boton-inscripcion{
	width: 80%;
	}

}