/* FORMULARIO */
.hide,
.hidden {
	display: none;
}

input:focus,
select:focus {
	outline: none;
}

/* Bordes en tiempo real según validez */
input.valid,
select.valid {
	border-color: #34a853;
}

input.invalid,
select.invalid {
	border-color: #f14537;
}

.bannerForm_Form {
	width: 100%;
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	border: 1px solid #ddd;
	position: relative;
	max-width: 500px;
}

.bannerForm_Form .programa_data_form__title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-family: sans-serif;
	color: #004a93;
}
.bannerForm_Form .programa_data_form__title strong {
	display: block;
	font-size: clamp(30px, 5vw, 35px);
}
.form-primary .programa_data_form__field {
	margin-bottom: 10px;
	position: relative;
}
.form-primary .programa_data_form__field i {
	position: absolute;
	left: 12px;
	bottom: 12px;
	color: #ccc;
}
.form-primary .programa_data_form__field input#Numero_de_identidad,
.form-primary .programa_data_form__field input#email,
.form-primary .programa_data_form__field input#phone {
	padding-left: 35px;
}
.form-primary label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	clip-path: inset(100%);
}
.form-primary select,
.form-primary input {
	width: 100%;
	height: 40px;
	border: 0;
	border-radius: 5px;
	background: #f9f9f9;
	padding-left: 12px;
}

.form-primary label.label_checkbox {
	font-size: 14px;
	position: relative;
	width: 100%;
	height: 100%;
	clip: initial;
	white-space: initial;
	clip-path: initial;
}
.form-primary label.label_checkbox a {
	color: #004a93;
	text-decoration: underline;
}
.form-primary .message-error {
	display: none;
	font-size: 14px;
	text-align: left;
	color: red;
}
.form-primary .field-error {
	border: 1px;
	border-color: transparent;
	border-style: solid;
}

.form-primary .modal_checkbox_asesorWhatsapp {
	position: absolute;
	bottom: 110px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	background-color: #fff;
	padding: 25px;
	z-index: 2;
	border: 1px solid #ddd;
	border-radius: 20px;
	display: none;
	font-size: 15px;
	line-height: 16px;
	border-radius: 10px;
	box-shadow: 0px 0px 60px #a1b3ce;
}
.form-primary .modal_checkbox_asesorWhatsapp span {
	display: flex;
	position: absolute;
	background-color: #ccc;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	border-radius: 3px 10px 3px 3px;
	cursor: pointer;
}
.form-primary .type-checkbox input {
	width: 13px;
}
.form-primary input[type="submit"] {
	background: #fe8c00;
	border: 2px solid transparent;
	cursor: pointer;
	transition: 0.4s;
	padding-left: 0px;
	box-shadow: 3px 3px #004a93;
}
.form-primary input[type="submit"]:not(:disabled):hover {
	box-shadow: 6px 6px #004a93;
	border: 2px solid #004a93;
}

.form-primary input[type="submit"]:not(:disabled):active {
	transform: scale(0.8);
	box-shadow: 0 0;
}

.form-primary input[type="submit"]:disabled {
	background-color: #ccc;
	cursor: not-allowed;
	box-shadow: none;
}
.slider__section_form .type-checkbox {
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	line-height: 14px;
}

.form_loading {
	text-align: center;
}
.form_loading span {
	font-size: 50px;
	margin-bottom: 20px;
	animation: rotate 3s linear infinite;
	display: block;
}
.form_loading p {
	font-size: 18px;
	color: #363d51;
}

.form_thank_you {
	text-align: center;
}
.form_thank_you span {
	font-size: 50px;
}
.form_thank_you .form_thank_you_title {
	font-size: 20px;
	color: #363d51;
	font-weight: bold;
	margin: 20px 0;
}
.form_thank_you .form_thank_you_title strong {
	color: #fe7c00;
}
.form_thank_you .form_thank_you_text p {
	margin-bottom: 10px;
}
.form_thank_you .form_thank_you_text a {
	border-radius: 5px;
	background: #fe8c00;
	border: 0;
	cursor: pointer;
	transition: 0.2s;
	display: block;
	height: 40px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}
.form_thank_you .form_thank_you_text a:hover {
	box-shadow: 5px 5px #feb104;
	background-color: #004a93;
	color: #fff;
}
.form_thank_you .form_thank_you_text a:active {
	transform: scale(0.8);
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Contenedor de toasts */
#toast-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000000000;
}

/* Toast estilo Bootstrap */
#toast-container .toast {
	min-width: 250px;
	max-width: 300px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.375rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	padding: 10px;
	margin-bottom: 0.75rem;
	font-family: system-ui, sans-serif;
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.4s ease;
}

#toast-container .toast.show {
	opacity: 1;
	transform: translateX(0);
}

#toast-container .toast-header {
	color: #00d5c4;
	font-family: "Orkney_bold";
}

#toast-container .toast-body {
	font-size: 0.85rem;
	color: #555;
}
