input[type="checkbox"] {
	display: inline-block !important;
}

.gallery.gallery-columns-6 .gallery-item {
	margin-right: -4px;
}

@media (max-width: 1135px){
	html, body, .body_style_boxed .page_wrap {
		overflow: unset;
	}
}


.sc_services_list .trx_addons_columns_wrap.columns_padding_bottom>[class*="trx_addons_column-"] {
	margin-right: -3px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	display: none;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	/* font-size: 120%; */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-technology-1:before {
	content: '\e920';
	display: none;
}

.pesquisa{
	padding: 80px 0;
}

.pesquisa input{
	width: 100%;
}

/* Estilos para a barra de política das cookies */

.cookie_bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #494e54;
	color: white;
	z-index: 9999;
	font-family: Arial, Helvetica;
	font-size: 12px;
	min-height: 50px;
	line-height: 16px;
}

.center_cookie_container {
	position: relative;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}

.cookie_bar .cookie_texto {
	position: relative;
	float: left;
	max-width: 830px;
	width: calc(100% - 130px);
	margin-right: -95px;
	padding: 0 0;
	text-align: center;
}

.cookie_bar .cookie_texto .cookie_interior {
	margin-right: 95px;
	padding: 10px 10px;
}

.cookie_bar .cookie_texto a {
	color: white;
	text-decoration: underline;
}

.cookie_bar .cookie_aceitar {
	position: relative;
	float: right;
	margin-top: 10px;
	width: 120px;
}

.cookie_bar .cookie_aceitar #cookie_botao {
	padding: 10px 0;
	text-align: center;
	width: 100% !important;
}

.cookies_politicas {
	position: relative;
	display: none;
	color: white;
	clear: both;
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
}

.cookies_politicas a {
	color: white;
	text-decoration: underline;
}

.cookies_politicas .center_cookie_container {
	padding: 10px;
	width: 95%;
}

