/**
 * Página Solicitud de Empleo — formulario ARForms 103 (estilo Contáctenos).
 * Alcance: body.manuquinsa-empleo-page #arffrm_103_container
 */

.manuquinsa-empleo-page .vc_col-sm-8 .vc_column-inner:has(#arffrm_103_container),
.manuquinsa-empleo-page .wpb_column:has(#arffrm_103_container) {
	overflow: visible !important;
}

.manuquinsa-empleo-page #arffrm_103_container {
	max-width: 100%;
	text-align: left;
}

.manuquinsa-empleo-page #arffrm_103_container .arf_fieldset {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arftitlecontainer,
.manuquinsa-empleo-page #arffrm_103_container .formtitle_style {
	display: none !important;
}

.manuquinsa-empleo-page #arffrm_103_container .page_break {
	margin-bottom: 0 !important;
	overflow: visible;
}

.manuquinsa-empleo-page #arffrm_103_container .arfformfield {
	margin-bottom: 18px !important;
	position: relative;
}

.manuquinsa-empleo-page #arffrm_103_container .arfformfield:not(.arf_field_type_section) label.arf_main_label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arf_field_type_section label.arf_main_label {
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 28px 0 16px !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #077bdd !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arfcheckrequiredfield {
	color: #077bdd !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arfformfield input[type="text"],
.manuquinsa-empleo-page #arffrm_103_container .arfformfield input[type="tel"],
.manuquinsa-empleo-page #arffrm_103_container .arfformfield textarea {
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	padding: 12px 14px !important;
	font-size: 14px !important;
	background: #fff !important;
	box-shadow: none !important;
	width: 100% !important;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}

.manuquinsa-empleo-page #arffrm_103_container .arfformfield input:focus,
.manuquinsa-empleo-page #arffrm_103_container .arfformfield textarea:focus {
	border-color: #077bdd !important;
	outline: none;
}

.manuquinsa-empleo-page #arffrm_103_container .arfformfield textarea {
	min-height: 100px;
	resize: vertical;
}

.manuquinsa-empleo-page #arffrm_103_container .arf_field_145 textarea {
	min-height: 120px;
}

.manuquinsa-empleo-page #arffrm_103_container .frm_first_half {
	width: 48% !important;
	float: left !important;
	clear: none !important;
}

.manuquinsa-empleo-page #arffrm_103_container .frm_last_half {
	width: 48% !important;
	float: right !important;
	clear: none !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arf_half_middle {
	width: 4%;
}

.manuquinsa-empleo-page #arffrm_103_container .arfemptyfield {
	display: none !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arfcount_text_char_div {
	display: none !important;
}

/* --- Selectpicker: cerrado --- */
.manuquinsa-empleo-page #arffrm_103_container .arf-selectpicker-control:not(.open) dd {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arf-selectpicker-control:not(.open) dd ul {
	display: none !important;
	height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	overflow: hidden !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arf_field_type_select.arfformfield {
	z-index: 20;
}

.manuquinsa-empleo-page #arffrm_103_container .arf-selectpicker-control.open {
	z-index: 30;
	position: relative;
}

.manuquinsa-empleo-page #arffrm_103_container .arf-selectpicker-control.open dd {
	display: block !important;
	visibility: visible !important;
	position: relative !important;
	float: left !important;
	width: 100% !important;
	height: auto !important;
	overflow: visible !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arf-selectpicker-control.open dd ul {
	display: block !important;
	visibility: visible !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-height: 220px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	z-index: 99999 !important;
	pointer-events: auto !important;
	top: 100% !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arf-selectpicker-control.open.open_from_top dd ul {
	top: auto !important;
	bottom: 100% !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arf_selectpicker_wrapper,
.manuquinsa-empleo-page #arffrm_103_container .arf-selectpicker-control {
	width: 100% !important;
	min-width: 0 !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arf-selectpicker-control dt {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	padding: 10px 14px !important;
	background: #fff !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arf-selectpicker-control.open dt {
	border-color: #077bdd !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arf_submit_div {
	margin: 8px 0 0 !important;
	text-align: left;
	clear: both;
}

.manuquinsa-empleo-page #arffrm_103_container .arfsubmitbutton .arf_submit_btn,
.manuquinsa-empleo-page #arffrm_103_container .arfsubmitbutton .arf_submit_btn.arf_submit_btn_border {
	background: #077bdd !important;
	border: 0 solid #077bdd !important;
	color: #ffffff !important;
	min-width: 160px;
	height: auto !important;
	padding: 12px 28px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
}

.manuquinsa-empleo-page #arffrm_103_container .arfsubmitbutton .arf_submit_btn:hover,
.manuquinsa-empleo-page #arffrm_103_container .arfsubmitbutton .arf_submit_btn:focus,
.manuquinsa-empleo-page #arffrm_103_container .arfsubmitbutton .arf_submit_btn.arf_submit_btn_border:hover,
.manuquinsa-empleo-page #arffrm_103_container .arfsubmitbutton .arf_submit_btn.arf_submit_btn_border:focus {
	background: #0b68b7 !important;
	border-color: #0b68b7 !important;
	color: #ffffff !important;
}

.manuquinsa-empleo-page #arffrm_103_container #brand-div,
.manuquinsa-empleo-page #arffrm_103_container .brand-div {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

/* --- Tooltips de validación (popover ARForms) --- */
.manuquinsa-empleo-page .vc_col-sm-8,
.manuquinsa-empleo-page .vc_col-sm-8 .vc_column-inner,
.manuquinsa-empleo-page #arffrm_103_container,
.manuquinsa-empleo-page #arffrm_103_container .arf_fieldset,
.manuquinsa-empleo-page #arffrm_103_container .page_break,
.manuquinsa-empleo-page #arffrm_103_container .arfformfield,
.manuquinsa-empleo-page #arffrm_103_container .controls,
.manuquinsa-empleo-page #arffrm_103_container .control-group {
	overflow: visible !important;
}

.manuquinsa-empleo-page #arffrm_103_container .control-group.arf_error,
.manuquinsa-empleo-page #arffrm_103_container .control-group.arf_warning {
	position: relative;
}

.manuquinsa-empleo-page #arffrm_103_container .popover,
.manuquinsa-empleo-page #arffrm_103_container .controls .popover,
.manuquinsa-empleo-page #arffrm_103_container .control-group.arf_error .popover,
.manuquinsa-empleo-page #arffrm_103_container .control-group.arf_warning .popover {
	position: absolute !important;
	top: calc(100% + 6px) !important;
	left: 0 !important;
	right: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	min-width: 220px !important;
	max-width: 280px !important;
	width: auto !important;
	height: auto !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	z-index: 10050 !important;
}

.manuquinsa-empleo-page #arffrm_103_container .popover .arrow {
	display: none !important;
}

.manuquinsa-empleo-page #arffrm_103_container .popover-content {
	min-width: 200px !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	line-height: 1.45 !important;
	font-size: 12px !important;
	padding: 10px 12px !important;
}

@media (max-width: 991px) {
	.manuquinsa-empleo-page #arffrm_103_container .frm_first_half,
	.manuquinsa-empleo-page #arffrm_103_container .frm_last_half {
		width: 100% !important;
		float: none !important;
	}

	.manuquinsa-empleo-page #arffrm_103_container .arf_half_middle {
		display: none;
	}
}
