/* form */
body main .form_cont {
	width: 100%;
	padding: 2%;
	margin: 55px auto;
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	color: black;
}

body main .form_cont .form_text {
	margin: auto;
	width: 80%;
	padding: 2%;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

body main .form_cont .form_text h1 {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 20px;
}

body main .form_cont .form_text h5 {
	font-size: 0.8rem;
	text-align: justify;
}

form {
	width: 95%;
	margin: auto;
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

form .input_group {
	padding: 15px;
	display: flex;
	flex-direction: column;
	margin: auto;
	row-gap: 25px;
}

body .form_cont form .input_group .input_sexo .input_sexo_group {
	display: flex;
	justify-content: space-evenly;
	row-gap: 2%;
}

body .form_cont form .input_group .input_sexo .input_sexo_group .input_sex {
	width: 30%;
	display: flex;
	flex-direction: column;
	padding: 16px;
	row-gap: 5px;
}

body
	.form_cont
	form
	.input_group
	.input_sexo
	.input_sexo_group
	.input_sex
	label {
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 0.7rem;
}

body
	.form_cont
	form
	.input_group
	.input_sexo
	.input_sexo_group
	.input_sex
	input {
	width: 30%;
	margin: auto;
}

body .form_cont form .input_group .input_sexo .input_sexo_group .input_sex {
	margin: auto;
}

body .form_cont form .input_group .input .select_input {
	font-size: 0.7rem;
}

body .form_cont form .input_group .input input[type="date"] {
	font-size: 0.7rem;
}

body .form_cont form .input_group .input_pais_otro {
	display: none;
}

body .form_cont form .input_group .input_pais_otro input {
	font-size: 0.7rem;
}

label {
	display: block;
	margin-bottom: 8px;
}

input,
textarea {
	width: 100%;
	padding: 8px;
}

.select_input {
	width: 50%;
	padding: 8px;
}

input[type="submit"] {
	background-color: rgba(255, 0, 0, 0.7);
	color: #000;
	text-shadow: 1px 1px 2px white;
}

/* Responsividad */

@media (500px <= width < 829px) {
	body main .form_cont {
		width: 75%;
	}

	body
		.form_cont
		form
		.input_group
		.input_sexo
		.input_sexo_group
		.input_sex
		label {
		font-size: 0.75rem;
	}

	body main .form_cont .form_text h1 {
		font-size: 2rem;
	}

	body main .form_cont .form_text h5 {
		font-size: 0.9rem;
		text-align: left;
	}
}

@media (830px <= width < 915px) {
	body main .form_cont {
		width: 75%;
	}

	body
		.form_cont
		form
		.input_group
		.input_sexo
		.input_sexo_group
		.input_sex
		label {
		font-size: 0.75rem;
	}

	body main .form_cont .form_text h1 {
		font-size: 2rem;
	}

	body main .form_cont .form_text h5 {
		font-size: 0.9rem;
		text-align: left;
	}
}

@media (916px <= width < 1023px) {
	body main .form_cont {
		width: 65%;
	}

	body
		.form_cont
		form
		.input_group
		.input_sexo
		.input_sexo_group
		.input_sex
		label {
		font-size: 0.75rem;
	}

	body main .form_cont .form_text h1 {
		font-size: 1.7rem;
	}

	body main .form_cont .form_text h5 {
		font-size: 0.9rem;
	}
}

@media (1024px <= width < 1440px) {
	body main .form_cont {
		width: 65%;
	}

	body
		.form_cont
		form
		.input_group
		.input_sexo
		.input_sexo_group
		.input_sex
		label {
		font-size: 0.75rem;
	}

	body main .form_cont .form_text h1 {
		font-size: 1.7rem;
	}

	body main .form_cont .form_text h5 {
		font-size: 0.9rem;
	}
}
