@charset "UTF-8";

#top .avia_hidden_link_text {
	display: none;
}
#top .avia_hidden_link_append {
	display: none;
}

#top .iconbox * {
	word-wrap: break-word;
}

#top #footer .social_bookmarks {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: auto;
}
#top #footer .social_bookmarks li {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: center;
	border: none;
	width: auto;
	height: auto;
}

/* color section – tirar margens */
#top .avia-section:not(.av-minimum-height) {
	min-height: initial;
}

/* Remover overlay de imagens */
#top.disable_image_overlay .image-overlay {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
}

/* Elementos vazios */
#top .offscreen:empty {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
}

/* Setas das abas */
#top .av-tab-section-outer-container .prev-tab,
#top .av-tab-section-outer-container .next-tab {
	position: absolute;
	top: 0px;
	background: rgba(0,0,0,.15);
	color: #444;
	font-size: 40px;
	margin: 0px;
	padding: 10px 5px;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
	border-radius: 6px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 9;
}
#top .av-tab-section-outer-container .prev-tab:hover,
#top .av-tab-section-outer-container .next-tab:hover {
	background: rgba(0,0,0,.5);
	color: #FFF;
	text-decoration: none;
}
#top .av-tab-section-outer-container .prev-tab {
	left: 2px;
}
#top .av-tab-section-outer-container .next-tab {
	right: 2px;
}

@media only screen and (max-width: 989px) {
	#top .av-layout-tab {
		display: block;
		width: 100vw;
		float: left;
	}
}

#top .flex_cell:after,
#top .flex_column:after {
	content: '';
	clear:both;
	display: block;
	position: static;
	float: none;
	height: 0px;
	line-height:0px;
	overflow: hidden;
	visibility:hidden;
	opacity:0;
}

.responsive #top #wrap_all .clear {
	clear: both !important;
	display: block !important;
	position: static !important;
	float: none !important;
	width: initial !important;
	height: 0px !important;
	line-height: 0px !important;
	min-width: 0px !important;
	min-height: 0px !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

@media only screen and (max-width: 767px) {
	#top.sidebar_shadow .sidebar_left .content.av-enable-shadow {
		box-shadow: none;
	}
}

.avia_ajax_form label.input_checkbox_label {
	position: relative;
	top: auto;
	left: auto;
}

#top.ssif-body #wrap_all .ssif-form .column.attachment .attachment-control label:first-child:before {
	content: '\e823';
	font-family: 'entypo-fontello';
}

#top .avia-cookie-consent {
	z-index: 999999999999999999999 !important;
}
