@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width:481px) {}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width:641px) {

	.booking-cta.black h1 {
		font-size: 2rem;
	}
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:961px) {}

/* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) {}

/* hi-res laptops and desktops */
@media (min-width:1281px) {
	.booking-cta.black {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.subtitle h6 {
		font-size: 18px;
	}

}

@media (min-width: 992px) {
	.subtitle h6 {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.subtitle h6 {
		font-size: 22px;
	}
}

.container.center {
	max-width: 1440px;
}

.main input[type="text"],
.main input[type="email"],
.main input[type="button"],
.main input[type="search"],
.main input[type="custom"],
.main input[type="password"] {
	border: 1px solid #cbced4;
	padding: 8px 10px;
}

.container .card {
	height: auto;
	width: 100%;
	background-color: #fff;
	position: relative;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}

textarea.application {
	resize: vertical;
	/* Permite solo el redimensionamiento vertical */
	max-height: 120px;
	/* Altura máxima para 4 filas con un poco de margen */
	overflow-y: auto;
	/* Muestra un scroll si el contenido excede la altura */
}

.container .card .form {
	width: 100%;
	height: 100%;
	display: flex;
}

.container .card .left-side {
	width: 35%;
	background-color: #1b1a0f;
	height: auto;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 20px 30px;
	box-sizing: border-box;
	min-height: 500px;

}

.h2,
h2 {
	letter-spacing: 0 !important;
	text-align: center !important;
	line-height: 1.15em !important;
	font-family: 'Montserrat', sans-serif !important;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	font-size: 38px !important;
}

/*left-side-start*/
.left-heading {
	color: #fff;
}

.left-heading .logo {
	width: auto;
	height: 74px;
}

.steps-content {
	margin-top: 30px;
	color: #fff;
}

.steps-content p {
	font-size: 15px;
}

.progress-bar {
	list-style: none;
	font-size: 13px;
	font-weight: 700;
	counter-reset: container 0;
	justify-content: left !important;
	overflow: none;
	text-align: left !important;
	padding-bottom: 24px;
	background-color: #1b1a0f;
}

.progress-bar li {
	position: relative;
	margin-left: 10px;
	margin-top: 50px;
	counter-increment: container 1;
	color: #000;
}

.progress-bar li span {
	color: #ffc20f;
	font-weight: 500;
	font-size: 15px;
	margin-left: 24px;
}

.progress-bar li::before {
	content: counter(container);
	line-height: 25px;
	text-align: center;
	position: absolute;
	height: 25px;
	width: 25px;
	font-size: 1rem;
	border: 1px solid #fbfcfd;
	border-radius: 50%;
	left: -8px;
	z-index: 10;
	background-color: #ffc107;
}

.progress-bar li::after {
	content: '';
	position: absolute;
	height: 90px;
	width: 2px;
	background-color: rgb(227, 208, 38);
	z-index: 1;
	left: 4px;
	top: -70px;
}

.progress-bar li.active span {
	color: #fff;
}

.progress-bar li.active::after {
	background-color: #fff;
}

.progress-bar li:first-child:after {
	display: none;
}

/*.progress-bar li:last-child:after{*/
/*  display:none;  */
/*}*/

.progress-bar li.active::before {
	color: #fff;
	border: 1px solid #fff;
}

.progress-bar li.active {
	color: #fff;
}

.d-none {
	display: none;
}

/*left-side-end*/
.container .card .right-side {
	width: 65%;
	background-color: #fff;
	height: 100%;
	border-radius: 15px;
}

/*right-side-start*/
.main {
	display: none;
}

.active {
	display: block;
}

.main {
	padding: 40px;
}

.main-title {
	padding: 1.2rem 0;
}

.main small {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2px;
	height: 30px;
	width: 30px;
	background-color: #ccc;
	border-radius: 50%;
	color: yellow;
	font-size: 19px;
}

.text {
	margin-top: 20px;
}

.congrats {
	text-align: center;
}

.congrats b {
	color: indigo;
	font-size: 1.1rem;
}

.text p {
	margin-top: 10px;
	font-size: 15px;

}

.text p strong {
	color: #000;
	font-size: 16px;
}

.input-text {
	margin: 30px 0;
	display: flex;
	gap: 20px;
}

.area-text {
	margin-bottom: 20px;
	display: flex;
	gap: 20px;
}

.input-text .input-div,
.area-text .input-div {
	width: 100%;
	position: relative;
}

select {
	width: 100%;
	border: none;
	outline: 0;
	border-radius: 5px;
	border: 1px solid #cbced4;
	gap: 20px;
	box-sizing: border-box;
	padding: 8px 10px;
}


.input-text .input-div em {
	position: absolute;
	top: -22px;
}

.area-text .input-div em {
	position: static;
}

.required {
	color: red;
	margin-left: 4px;
	font-weight: bold;
}

.input-div input:focus~em,
.input-div input:valid~em {
	top: -22px;
}

.input-div em {
	top: -22px;
	font-size: 15px;
}

.buttons button {
	border: none;
	border-radius: 15px;
	font-weight: 500;
	cursor: pointer;
	padding: 10px 40px;
	margin: 4px;
}

.buttons button:disabled {
	background-color: #ffc600;
}

.button_space {
	display: flex;
	gap: 20px;
}

.back_button {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.button_space button:nth-child(1) {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	max-height: fit-content;
}

.checkbox-input:checked+.checkbox-tile .checkbox-icon {
	color: #ffffff !important;
}

.checkbox-label {
	font-size: 15px !important;
}

#formData label {
	font-size: 15px;
}

.user_card {
	margin-top: 20px;
	margin-bottom: 40px;
	height: 200px;
	width: 100%;
	border: 1px solid #c7d3d9;
	border-radius: 10px;
	display: flex;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.user_card span {
	height: 80px;
	width: 100%;
	background-color: #dfeeff;
}

.circle {
	position: absolute;
	top: 40px;
	left: 60px;
}

.circle span {
	height: 70px;
	width: 70px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
}

.circle span img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.social {
	display: flex;
	position: absolute;
	top: 100px;
	right: 10px;
}

.social span {
	height: 30px;
	width: 30px;
	border-radius: 7px;
	background-color: #fff;
	border: 1px solid #cbd6dc;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	color: #cbd6dc;

}

.social span i {
	cursor: pointer;
}

.heart {
	color: red !important;
}

.share {
	color: red !important;
}

.user_name {
	position: absolute;
	top: 110px;
	margin: 10px;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	width: 100%;

}

.user_name h3 {
	color: #4c5b68;
}

.detail {
	/*margin-top:10px;*/
	display: flex;
	justify-content: space-between;
	margin-right: 50px;
}

.detail p {
	font-size: 12px;
	font-weight: 700;

}

.detail p a {
	text-decoration: none;
	color: blue;
}

.warning {
	border: 1px solid red !important;
}

.warning-em {
	color: red !important;
}

.warning-em.checkbox {
	margin-top: -1rem;
	margin-bottom: 2rem;
}

body {
	/*font-family: 'Montserrat', sans-serif !important;*/
	font-size: 15px;
}

.section {
	position: relative;
	min-height: 85vh;
}

.section .section-center {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
}

#home {
	font-family: 'Montserrat', sans-serif;
	background-image: url('../image/home.jpg');
	background-size: cover;
	background-position: center;
}

#home::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

#chaplain {
	font-family: 'Montserrat', sans-serif;
	background-image: url('../image/portada.png');
	background-size: cover;
	background-position: center;
}

#chaplain::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(119, 116, 12, 0.6);
}

#pastor {
	font-family: 'Montserrat', sans-serif;
	background-image: url('../image/pastor.jpg');
	background-size: cover;
	background-position: center;
}

#pastor::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(119, 116, 12, 0.6);
}

#friends {
	font-family: 'Montserrat', sans-serif;
	background-image: url('../image/friends.jpg');
	background-size: cover;
	background-position: center;
}

#friends::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(119, 116, 12, 0.6);
}

#employer {
	font-family: 'Montserrat', sans-serif;
	background-image: url('../image/employer.jpg');
	background-size: cover;
	background-position: center;
}

#employer::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(119, 116, 12, 0.6);
}

.booking-form {
	background-color: #fff;
	padding: 50px 20px;
	-webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.booking-form .form-control {
	background-color: #ebecee;
	border-radius: 4px;
	border: none;
	height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #3e485c;
	font-size: 15px;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 4px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: rgba(62, 72, 92, 0.3);
	font-size: 15px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	display: inline-block;
	color: #3e485c;
	font-weight: 700;
	margin-bottom: 6px;
	margin-left: 7px;
}

.booking-form .submit-btn {
	display: inline-block;
	color: #fff;
	background-color: #1e62d8;
	font-weight: 700;
	padding: 14px 30px;
	border-radius: 4px;
	border: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
	opacity: 0.9;
}

.booking-cta {
	margin-bottom: 24px;
}

.booking-cta h1 {
	hyphens: auto;
	font-size: 52px;
	text-transform: uppercase;
	color: #fff;
	word-wrap: break-word;
	font-weight: 700;
}

.booking-cta h2 {
	text-align: start !important;
	font-size: 48px !important;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.booking-cta.black h1 {
	color: #000 !important;
}

.container-panel {
	max-width: 70% !important;
}


.booking-cta p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
}

.subtitle h6 {
	color: rgb(0, 0, 0);
}

.subtitle .lqd-highlight-inner {
	height: 0.275em !important;
	bottom: 0px !important;
}


.btn-apply-inverse {
	width: 100%;
	min-height: 40px;
	background-color: rgb(0, 0, 0) !important;
	border-color: rgb(0, 0, 0) !important;
	color: rgb(255, 216, 0) !important;
}

.btn-apply-inverse:hover {
	background-color: gray !important;
	border-color: gray !important;
	color: #fff !important;
}

.btn-apply-inverse.warning-btn {
	background-color: #c60b0b !important;
	border-color: red !important;
	color: #fff !important;
}

.btn-apply .btn-icon-solid .btn-icon {
	background: rgb(0, 0, 0) !important;
}

.btn-apply .btn-icon-circle.btn-icon-ripple .btn-icon:before {
	border-color: rgb(0, 0, 0) !important;
}

.btn-apply .btn-icon-solid:hover .btn-icon {
	background: rgb(255, 255, 255) !important;
}

.btn-apply {
	background-color: rgb(0, 0, 0) !important;
	border-color: rgb(0, 0, 0) !important;
	color: rgb(255, 216, 0) !important;
}

.btn-apply:hover {
	background-color: rgb(255, 255, 255) !important;
	border-color: rgb(255, 255, 255) !important;
	color: rgb(0, 0, 0) !important;
}

.btn-apply .btn-gradient-bg-hover {
	background: -webkit-linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%) !important;
	background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%) !important;
}

.btn-apply .btn-gradient-border defs stop:first-child {
	stop-color: rgb(0, 0, 0) !important;
}

.btn-apply .btn-gradient-border defs stop:last-child {
	stop-color: rgb(0, 0, 0) !important;
}

.btn-apply:hover .btn-gradient-border defs stop:first-child {
	stop-color: rgb(255, 255, 255) !important;
}

.btn-apply:hover .btn-gradient-border defs stop:last-child {
	stop-color: rgb(255, 255, 255) !important;
}

.split-text-applied {
	margin-top: 5% !important;
}

.container-fluid.neonfront_footer {
	color: #222222 !important;
	background-color: #eedc20e8 !important;
	padding-left: 0px;
	padding-right: 0px;
}

.neonfront_footer {
	min-height: 4rem;
}

.neonfront_footer_lv_info {
	color: #222222 !important;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	padding-top: 21px;
	padding-bottom: 3px;
	word-break: break-word;
	min-height: 30px;
}

.khaki-tone {
	background-color: #ffc20f;
	border: 1px solid white !important;
}

.khaki-tone img {
	max-width: 90px;
}

.dropdown-toggle-inverse {
	white-space: initial !important;
}

.item-active {
	background-color: #ffc107;
}

a.dropdown-item img {
	width: 24px;
	height: 16px;
	margin-right: 8px;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #ffc107 !important;
}

.dropdown-toggle i,
.dropdown-item i {
	margin-right: 12px;
}

.title h3 {
	display: flex;
}

.title p {
	margin-left: 4px;
	margin-bottom: -8px;
}

.title label {
	margin-left: 38px;
}

.icon-title {
	width: auto;
	height: 36px;
}

.icon-logo {
	width: auto;
	height: 86px;
	padding: 4px 10px
}

/*right-side-end*/
@media (max-width:992px) {
	#chaplain .col-md-4 {
		width: 100% !important;
	}

	#chaplain .col-md-8 {
		width: 100% !important;
	}
}

@media (max-width:768px) {
	#chaplain .col-md-4 {
		width: 100% !important;
	}

	#chaplain .col-md-8 {
		width: 100% !important;
	}
}

@media (max-width:750px) {
	.section .section-center {
		top: 0;
	}
}

@media (max-width:750px) {
	.container {
		height: scroll;
	}

	.container .card {
		max-width: 100%;
		height: auto !important;
		margin: 30px 0;
	}

	.container .card .right-side {
		width: 100%;
	}

	.input-text,
	.area-text {
		display: block;
	}

	.input-text .input-div {
		margin-top: 20px;
	}

	.area-text,
	.input-div {
		margin-top: 20px;
	}

	.container .card .left-side {
		display: none;
	}

	.booking-cta h1 {
		font-size: 34px !important;
	}

	.booking-cta h2 {
		font-size: 30px !important;
	}

	.booking-cta {
		margin-top: 36px;
		margin-bottom: 12px;
	}
}

.input-icon-container {
	position: relative;
	display: flex;
	align-items: center;
}

.input-icon-container .form-control {
	flex-grow: 1;
	padding-right: 30px;
	/* Ajuste para evitar que el texto se sobreponga al ícono */
}

.input-icon-container .password-toggle {
	position: absolute;
	right: 10px;
	cursor: pointer;
	color: #aaa;
	/* Cambia esto según el tema de tu aplicación */
}

.alert.alert-light {
	background-color: #F8F7FF;
}