.bkg_ncreyentes {
	display: none;
}

section.n-creyentes {
	background: #00459d;
	color: white;
}

form.form-ncreyente {
	display: flex;
	flex-flow: column nowrap;
	gap: 15px;
	margin-top: 20px;
	align-items: center;
}

h1.form-title {
	text-align: center;
	border: 1px solid white;
	padding: 10px;
	width: 100%;
	max-width: 500px;
	margin-bottom: 15px;
}

.formDiv-input {
	width: 100%;
	max-width: 500px;
}

.formDiv-input .form-input {
	width: 100%;
	padding: 10px;
}

.formDiv-input textarea {
	width: 100%;
	max-width: 500px;
}

.form-ncreyente span {
	font-size: 0.9rem;
	margin-bottom: 15px;
}

input[type='submit'] {
	width: 100%;
	max-width: 500px;
	height: 50px;
	color: #2668ff;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.6rem;
	border-radius: 7px;
	outline: none;
	border: none;
}

span.msg-ok {
	position: fixed;
	background: #268fff;
	z-index: 10;
	bottom: 30px;
	margin: auto;
	left: 90px;
	/* right: 0; */
	width: fit-content;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #00000078;
	color: white;
	height: 50px;
	line-height: 30px;
}

.formDiv-input label {
	font-size: 10px;
}

.formDivDoble {
	width: 100%;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 10px;
	max-width: 500px;
}

.formDiv-select {
	display: grid;
	grid-template-columns: 1fr;
}

.formDiv-select label {
	font-size: 10px;
}

.formDiv-select select {
	height: 100%;
	height: 40px;
}

.formDiv-select {
	width: 100%;
	max-width: 500px;
}

@media screen and (min-height: 300px) {
	section.n-creyentes {
		min-height: 185vh;
	}
}

@media screen and (min-height: 550px) {
	section.n-creyentes {
		min-height: auto;
		height: 135vh;
		padding-bottom: 3rem;
	}
}

@media screen and (min-width: 1140px) {
	.bkg_ncreyentes {
		display: block;
	}

	.n-creyentes .max-width {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 0;
		width: 100vw;
		/* margin: 0; */
	}

	img.img_bkgnc {
		width: 100%;
		height: 85%;
		margin-top: 2rem;
		object-fit: cover;
	}

	form.form-ncreyente {
		margin-left: 2rem;
		margin-top: 2rem;
	}
}
