:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-ac27782 */body {
	background: #eee; /* For visibility of elements. */
}

a.btn.btn-primary.btn-sm.mt-3,
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style.wpf_has_custom_css { 
	appearance: button;
	background-color: #112959; /* Updated color */
	border: 1px solid transparent;
	border-radius: 7px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: "Space Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 24px;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none solid rgb(255, 255, 255);
	text-transform: uppercase;
	transition: background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
}

a.btn.btn-primary.btn-sm.mt-3:hover,
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style.wpf_has_custom_css:hover { 
	background-color: #ffffff;
	border-color: #112959; /* Updated color */
	border-style: solid;
	color: #ffffff; /* Text color remains the same on hover */
	opacity: 0.8;
	outline: 0px;
	text-decoration: none;
}

input.form-control.search_glossario { 
	background: #ffffff;
	border-bottom: 1px solid #112959; /* Updated color */
	border-left: 0px;
	border-radius: 3px;
	border-right: 0px;
	border-top: 0px;
	box-shadow: rgba(13, 110, 253, 0.165) 0px 0px 0px 2.61427px;
	box-sizing: border-box;
	display: block;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0px;
	overflow: visible;
	padding: 0.5rem 1rem;
	transition: all 0.3s ease 0s;
	width: 100%;
	color: #112959; /* Updated color */
}

input.form-control.search_glossario:not([type="button"]):not([type="submit"]) { 
	background-color: rgba(2, 1, 1, 0);
	border-color: #ffffff;
	border-radius: 0px;
	border-style: solid;
	border-width: 0px 0px 1px;
	color: #112959; /* Updated color */
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.2px;
	padding: 15px 0px;
	text-transform: none;
}

/* ... restante do código ... *//* End custom CSS */