@-ms-viewport {
	width: device-width;
}
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}
*,
::after,
::before {
	box-sizing: inherit;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-ms-flex-order: 12;
	order: 12;
}
.offset-1 {
	margin-left: 8.333333%;
}
.offset-2 {
	margin-left: 16.666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.333333%;
}
.offset-5 {
	margin-left: 41.666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.333333%;
}
.offset-8 {
	margin-left: 66.666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.333333%;
}
.offset-11 {
	margin-left: 91.666667%;
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}
.d-none {
	display: none !important;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
* {
	outline: 0;
}
caption,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
td,
th {
	font-weight: 400;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a,
abbr,
acronym,
address,
article,
aside,
blockquote,
body,
button,
caption,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
input,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
section,
select,
span,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
	border: 0;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}
::after,
::before,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
td,
th {
	text-align: left;
}
table,
td,
th {
	vertical-align: middle;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
}
button {
	cursor: pointer;
}
i {
	font-style: normal;
}
body {
	font-size: 16px;
}
input,
select,
textarea {
	width: 100%;
}
.home .slider_eventos,
.slider > img,
.slider_blog,
.slider_home {
	opacity: 0;
}
.home .slider-on,
.slider-on {
	opacity: 1;
}
.box-input input,
.box-input select,
.box-input textarea,
.bt-azul,
.bt-azul-escuro,
.bt-mobile,
.bt-verde,
.bt-vermelho,
.div_comment li,
.filtro,
.filtro-box,
.filtro-erro,
.input-pesquisa,
.lista-item figure,
.menu-baixo .abre-mega-on::after,
.menu-baixo .abre-mega-on::before,
.menu-baixo .abre-mega::after,
.menu-baixo .abre-mega::before,
.menu-baixo-a .on,
.menu-baixo-a a,
.mobile-pesquisa input,
.nav-aside .on,
.post-pagination a,
.post-pagination span,
.slider .owl-stage-outer,
input.wpcf7-submit {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.d-share,
.eventos-img img,
.img-responsivo,
.item-blog-autor-img img,
.item-blog-img,
.mega figure img,
.msg > div {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.owl-dots button {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.compartilhar {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.bt-azul-escuro:hover,
.bt-verde:hover,
.bt-vermelho:hover,
.eventos-bt:hover,
.msg-bt:hover,
footer .bt-azul:hover,
input.wpcf7-submit:hover {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}
.change_archive .item-conteudo,
.div_comment > ul > li,
.filtro-box,
.mapa-iframe,
.video-on {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.div_comment > ul > li,
.filtro,
div.wpcf7-validation-errors {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.mega > div {
	-webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
}
.bt-azul,
.bt-azul-escuro,
.bt-social a img,
.bt-tel img,
.bt-verde,
.bt-vermelho,
.compartilhar,
.filtro-bt::before,
.filtro-radio label::before,
.home .slider-on,
.item-blog-img div,
.lista-item figure div,
.mobile,
.mobile-pesquisa,
.owl-dots button,
.post-pagination a,
.post-pagination span,
.slider-on,
input.wpcf7-submit {
	transition: all 0.2s ease-in-out;
}
.antiwp {
	margin-top: 0 !important;
}
.owl-loaded {
	position: relative;
}
.owl-stage-outer {
	overflow: hidden;
}
.owl-stage-outer .owl-stage {
	display: flex;
}
.owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.owl-dots button {
	width: 10px;
	height: 10px;
	background: #a3acb6;
	margin: 0 5px;
}
.owl-dots .active {
	background: #48c;
}
.owl-nav {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 32px;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
	position: absolute;
	top: 0;
	width: 32px;
	height: 32px;
	background: url(../img/arrow.png);
	font-size: 0;
}
.owl-nav .owl-prev {
	left: 55px;
}
.owl-nav .owl-next {
	transform: rotate(180deg);
	right: 55px;
}
.slider_home .owl-dots {
	display: none;
}
.slider .owl-nav {
	display: block;
}
.home .slider_blog .owl-dots {
	margin-top: 25px;
}
.loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 9999;
}
.loading::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	background: url(../img/loading.gif);
	background-size: auto 100%;
}
.msg {
	display: none;
	background: rgba(0, 0, 0, 0.1);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.msg > div {
	max-width: 500px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.msg > div > div {
	padding: 40px;
}
.msg .msg-titulo {
	font-size: 38px;
	line-height: 38px;
	font-weight: 600;
	color: #333;
	letter-spacing: -1.5px;
}
.msg .msg-texto {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 30px 0;
	padding: 15px 0;
}
.msg .msg-bt {
	background: #df0021;
}
.post-pagination {
	border-top: solid 2px #e1e1e1;
	padding-top: 33px;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.post-pagination > a,
.post-pagination > span {
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	width: 26px;
	height: 26px;
	text-align: center;
	border: solid 2px #e1e1e1;
	background: #e1e1e1;
	margin: 0 5px;
}
.post-pagination > a:hover,
.post-pagination > span:hover {
	text-decoration: none;
	transform: rotate(-20deg);
}
.post-pagination .current {
	background: #df0021;
	border-color: #df0021;
	color: #fff;
}
.post-pagination .post-pagination-back,
.post-pagination .post-pagination-next {
	position: relative;
	color: #7db51e;
	background: #fff;
}
.post-pagination .post-pagination-back::before,
.post-pagination .post-pagination-next::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4.5px;
	margin-left: -3px;
	width: 6px;
	height: 9px;
	background: url(../img/seta-verde-2.png);
}
.post-pagination .post-pagination-back span,
.post-pagination .post-pagination-next span {
	display: none;
}
.post-pagination .post-pagination-back::before {
	transform: rotate(-180deg);
}
body {
	line-height: 20px;
	overflow-x: hidden;
}
body.on {
	overflow: hidden;
}
input::placeholder {
	color: #777;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #777;
}
input::-ms-input-placeholder {
	color: #777;
}
a,
body,
input,
select,
textarea {
	color: #777;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
}
.bg-cinza {
	background: #f2f2f2;
}
.clear {
	clear: both;
}
.padding-15 {
	padding: 15px 0;
}
.padding-25 {
	padding: 25px 0;
}
.padding-top-70 {
	padding-top: 70px;
}
.padding-35 {
	padding: 35px 0;
}
.padding-70 {
	padding: 70px 0;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-right-100 {
	margin-right: 100px;
}
.margin-left-100 {
	margin-left: 100px;
}
.relative {
	position: relative;
}
.img-responsivo {
	display: block;
	width: 100%;
	height: auto;
}
.text-block {
	overflow: hidden;
	clear: both;
	margin-top: 25px;
}
.text-block,
.text-block a {
	font-size: 15px;
	line-height: 24px;
	color: #333;
}
.text-block a {
	text-decoration: underline;
}
.text-block a:hover {
	text-decoration: none;
}
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6,
.text-block iframe,
.text-block img,
.text-block p,
.text-block span {
	padding: 15px 0;
}
.text-block ul li {
	list-style: initial;
}
.text-block li {
	padding: 10px 0;
}
.text-block ol,
.text-block ul {
	padding-left: 17px;
}
.text-block strong {
	font-weight: 700;
	color: #000;
}
.text-block table {
	margin: 40px 0;
	border-collapse: collapse;
	width: 100%;
}
.text-block tr {
	height: 50px;
}
.text-block table,
.text-block td {
	border: solid 1px #ccc;
}
.text-block iframe {
	width: 100%;
}
.text-block .slider_conteudo {
	margin: 40px 0;
}
.text-block .slider_conteudo img {
	padding: 0;
	width: 100%;
	height: 100%;
}
.titulo {
	text-transform: uppercase;
	position: relative;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	color: #333;
	letter-spacing: 1.5px;
	padding: 0 40px;
}
.titulo::after,
.titulo::before {
	content: '';
	position: absolute;
	bottom: 10px;
	width: 40px;
	height: 1px;
	background: #48c;
}
.titulo::before {
	left: -40px;
}
.titulo::after {
	right: -40px;
}
.titulo span {
	display: block;
	color: #48c;
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
	letter-spacing: -1.5px;
	margin-top: 10px;
}
.titulo-2 {
	text-transform: uppercase;
	position: relative;
}
.titulo-2::before {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
}
.titulo-2 span {
	text-transform: uppercase;
	letter-spacing: -1.5px;
	color: #48c;
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
	position: relative;
	z-index: 1;
	background: #fff;
	padding-right: 18px;
	position: relative;
	z-index: 0;
}
.titulo-2 i {
	color: #333;
	letter-spacing: 1.5px;
	display: block;
	position: relative;
	z-index: 1;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 5px;
	font-weight: 600;
}
.titulo-2 b {
	font-size: 11px;
	line-height: 11px;
	font-style: italic;
	font-weight: 600;
	text-transform: none;
	color: #333;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.titulo-3 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 600;
	color: #333;
	letter-spacing: -1.5px;
	margin-bottom: 50px;
}
.titulo-4 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 14px;
}
.menu-cima {
	padding: 10px 0;
}
.menu-cima .bt-cima-a a:first-child {
	margin-left: 0;
}
.menu-cima .bt-cima-a a {
	font-size: 9px;
	font-weight: 600;
	margin-left: 16px;
	text-transform: uppercase;
}
.menu-cima .bt-azul-escuro {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.menu-cima .menu-cima-mobile {
	display: none;
}
.menu-cima .menu-cima-logo {
	display: none;
	margin-right: 10px;
}
.menu-cima .menu-cima-logo img {
	width: 93px;
	height: auto;
}
.bt-social a {
	margin: 0 4px;
}
.bt-social a:hover img {
	transform: rotate(-20deg);
}
.bt-tel {
	margin-left: 70px;
	font-size: 18px;
	color: #005ca8;
}
.bt-tel:hover {
	text-decoration: none;
}
.bt-tel:hover img {
	transform: rotate(-20deg);
}
.bt-tel img {
	margin-right: 5px;
}
.bt-azul,
.bt-azul-escuro,
.bt-verde,
.bt-vermelho,
input.wpcf7-submit {
	text-transform: uppercase;
	display: block;
	background: #7db51e;
	height: 50px;
	line-height: 50px;
	padding: 0 23px;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
}
.bt-azul-escuro:hover,
.bt-azul:hover,
.bt-verde:hover,
.bt-vermelho:hover,
input.wpcf7-submit:hover {
	text-decoration: none;
}
.bt-azul img,
.bt-azul-escuro img,
.bt-verde img,
.bt-vermelho img,
input.wpcf7-submit img {
	margin-right: 10px;
}
.bt-vermelho {
	font-size: 16px;
	background: #df0021;
}
.bt-azul {
	font-size: 11px;
	font-weight: 600;
	background: #48c;
}
.bt-azul-escuro,
input.wpcf7-submit {
	font-size: 16px;
	background: #005ca8;
}
.input-pesquisa {
	padding: 0 56px 0 15px;
	width: 100%;
	height: 50px;
}
input.wpcf7-submit {
	cursor: pointer;
}
.div-pesquisa {
	position: relative;
}
.div-pesquisa button {
	position: absolute;
	background: 0 0;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
.d-pesquisa {
	margin-right: 50px;
}
.menu-baixo {
	padding: 10px 0;
	position: relative;
	z-index: 4;
}
.menu-baixo .menu-baixo-a a:last-child::before {
	display: none;
}
.menu-baixo .menu-baixo-a a {
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 12px;
	font-weight: 600;
	position: relative;
}
.menu-baixo .menu-baixo-a a:hover {
	color: #fff;
	background: #005ca8;
	text-decoration: none;
}
.menu-baixo .menu-baixo-a a:hover::before {
	display: none;
}
.menu-baixo .menu-baixo-a a::before {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 80%;
	background: #ccc;
}
.menu-baixo .menu-baixo-a .on {
	color: #fff;
	background: #005ca8;
	text-decoration: none;
}
.menu-baixo .menu-baixo-a .on::before {
	display: none;
}
.slider {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.slider .container {
	position: relative;
}
.slider iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.slider .owl-nav {
	position: initial;
	height: 0;
	transform: none;
	top: initial;
	left: initial;
}
.slider .owl-nav .owl-next,
.slider .owl-nav .owl-prev {
	top: 50%;
}
.slider .slider-fita-1,
.slider .slider-fita-2,
.slider .slider-fita-3,
.slider .slider-fita-4 {
	display: none !important;
	position: absolute;
	display: block;
	z-index: 3;
}
.slider .slider-fita-1::before,
.slider .slider-fita-2::before,
.slider .slider-fita-3::before,
.slider .slider-fita-4::before {
	content: '';
	width: 14px;
	height: 29px;
	background: url(../img/slider-fita.png);
}
.slider .slider-fita-1,
.slider .slider-fita-2 {
	top: 50%;
	margin-top: -14.5px;
}
.slider .slider-fita-1 {
	left: -1px;
}
.slider .slider-fita-2 {
	right: -1px;
	transform: rotate(180deg);
}
.slider .slider-fita-3,
.slider .slider-fita-4 {
	right: 50%;
	margin-left: -7px;
}
.slider .slider-fita-3 {
	top: -9px;
	right: 50%;
	transform: rotate(90deg);
}
.slider .slider-fita-4 {
	bottom: -9px;
	transform: rotate(-90deg);
}
.slider .slider_texto {
	text-shadow: 0 0 20px #000;
}
.slider .slider-youtube {
	width: 60px;
	height: auto;
	display: inline-block;
}
.slider .video-bt > div::after {
	display: none;
}
.slider .video-bt a {
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
	padding-bottom: 0;
}
.slider-item {
	text-align: center;
	position: relative;
	height: 400px;
}
.slider-item::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.15);
}
.slider-item figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slider-item figure img {
	width: 100%;
	height: 100%;
}
.slider-item a {
	display: block;
	width: 100%;
	padding-bottom: 40px;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
}
.slider-item a:hover {
	text-decoration: none;
}
.slider-item a .bt-vermelho {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}
.slider-item a .bt-vermelho:hover {
	background: #fb0025;
}
.item-blog-img:hover div,
.lista-item:hover figure div {
	transform: scale(1.4);
}
.lista-item {
	display: block;
}
.lista-item:hover {
	text-decoration: none;
}
.lista-item:hover .bt-azul {
	background: #2492ff;
}
.lista-item figure {
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}
.lista-item figure div {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover !important;
	background-position: center top !important;
}
.lista-item figure img {
	display: block;
	position: relative;
	z-index: 0;
}
.lista-item .lista-item-data {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}
.lista-item h3 {
	border-top: solid 1px #ccc;
	padding: 15px 0;
	margin-top: 8px;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.lista-item .bt-azul {
	display: inline-block;
	margin-top: 25px;
}
.text {
	font-size: 15px;
	line-height: 24px;
	color: #333;
}
.text-azul {
	color: #48c;
}
.text-vermelho {
	color: #df0021;
}
.video-bt {
	display: block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.video-bt > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.video-bt > div::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.video-bt > div::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -30px;
	width: 60px;
	height: 42px;
	background: url(../img/play.png);
	z-index: 2;
}
.video-bt img {
	display: block;
	width: 100%;
	height: auto;
}
.video-bt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lista-blog h2 span {
	color: #df0021;
}
.lista-blog h2::after,
.lista-blog h2::before {
	background: #df0021;
}
.lista-blog .owl-dots .active {
	background: #df0021;
}
.lista-blog h3 {
	margin-bottom: 25px;
}
.lista-blog .bt-vermelho {
	position: relative;
	z-index: 1;
	font-size: 10px;
	margin-top: -25px;
}
.marcas {
	text-align: center;
}
.marcas h2 {
	border-top: solid 2px #005ca8;
	padding-top: 50px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
}
.marcas h2::after,
.marcas h2::before {
	content: '';
	position: absolute;
	width: 33.33%;
	top: -2px;
	height: 2px;
}
.marcas h2::before {
	left: 0;
	background: #df0021;
}
.marcas h2::after {
	right: 0;
	background: #75c04c;
}
.marcas img {
	display: inline-block;
}
.marcas .titulo-4 {
	text-align: center;
	margin-bottom: 40px;
	color: #333;
}
footer {
	color: #424242;
	font-weight: 700;
}
footer .footer-nav a:first-child {
	margin-top: 0;
}
footer .footer-nav a {
	text-transform: uppercase;
	color: #424242;
	font-weight: 700;
	display: block;
	margin-top: 20px;
}
footer .bt-vermelho {
	font-size: 10px;
	margin: 20px 0;
}
footer .footer-desenvolvido,
footer .footer-endereco {
	color: #9a9a9a;
	font-weight: 600;
}
footer .footer-desenvolvido a {
	display: inline-block;
	margin-left: 5px;
	margin-top: 0;
	text-transform: none;
}
footer .footer-linha {
	border-top: solid 1px #ccc;
	margin-top: 40px;
}
footer .footer-border {
	padding: 5px;
}
.parcerias img {
	width: 100%;
	height: auto;
}
.slider_parcerias {
	text-align: center;
}
.pesquisa .bt-verde {
	margin-left: 15px;
}
.bt-mobile {
	display: none;
	border: solid 1px #ccc;
	width: 60px;
	height: 50px;
	justify-content: center;
	align-items: center;
}
.bt-mobile-lupa {
	margin-left: 10px;
}
.mobile {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 62, 168, 0.95);
	top: 84px;
	left: -100%;
	z-index: 999;
}
.mobile .mobile-box {
	padding: 40px;
	height: 100%;
}
.mobile .mobile-box > div {
	height: 100%;
	overflow-y: auto;
	padding-bottom: 84px;
}
.mobile .mobile-box > div a {
	text-transform: uppercase;
	color: #fff;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	font-size: 14px;
	margin: 10px 0;
	display: block;
	font-weight: 600;
	position: relative;
	padding-left: 11px;
}
.mobile .mobile-box > div a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4.5px;
	width: 6px;
	height: 9px;
	background: url(../img/seta-branca.png);
}
.mobile-on {
	left: 0 !important;
}
.mobile-pesquisa {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(117, 192, 76, 0.95);
	top: 84px;
	left: -100%;
	z-index: 999;
}
.mobile-pesquisa > div {
	padding: 0 40px;
	margin-top: 55px;
}
.mobile-pesquisa > div p {
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.mobile-pesquisa > div form {
	position: relative;
}
.mobile-pesquisa > div form input {
	height: 50px;
	padding: 0 15px;
}
.mobile-pesquisa > div form button {
	position: absolute;
	top: 10px;
	right: 0;
	background: 0 0;
}
.item-conteudo:first-child {
	margin-top: 0;
}
.item-conteudo {
	margin-top: 120px;
}
.mega {
	position: relative;
	z-index: 3;
}
.mega > div {
	display: none;
	background: #f2f2f2;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: solid 2px #ccc;
}
.mega > div > div {
	padding: 25px 0;
}
.mega .mega-quebra {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	height: 191px;
	margin: 0;
	padding: 0;
	border: none;
}
.mega .mega-quebra > div {
	width: 21%;
	margin-left: 4%;
}
.mega .mega-quebra a {
	margin: 5px 0;
	border-top: none;
	padding-top: 0;
}
.mega .mega-quebra .nav-aside-solo {
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}
.mega .mega-both {
	clear: both;
}
.mega .titulo-3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}
.mega figure img {
	display: block;
	width: 100%;
	height: auto;
}
.mega .pesquisa-2 .mega-quebra {
	height: 290px;
}
.mega .pesquisa-2 .mega-quebra > div:nth-child(3) {
	height: 100%;
}
.eventos-box {
	margin-left: 50px;
}
.eventos-img {
	position: relative;
	height: 100%;
}
.eventos-img > p {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 171px;
	height: 171px;
	background: url(../img/tarja.png);
	z-index: 2;
}
.eventos-img > p span {
	font-size: 11px;
	line-height: 11px;
	font-weight: 800;
	color: #001234;
	text-transform: uppercase;
	position: absolute;
	transform: rotate(-45deg);
	height: 41px;
	top: 41px;
	left: -8px;
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.eventos-img img {
	width: 100%;
	height: 100%;
}
.eventos-data,
.eventos-horario,
.eventos-local {
	margin-bottom: 25px;
	border-bottom: solid 1px #f3f3f3;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 20px;
}
.eventos-data > div,
.eventos-horario > div,
.eventos-local > div {
	position: relative;
	padding-left: 37px;
}
.eventos-data > div::before,
.eventos-horario > div::before,
.eventos-local > div::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12.5px;
	width: 22px;
	height: 25px;
	background: url(../img/calendario.png);
}
.eventos-horario > div::before {
	background: url(../img/relogio.png);
}
.eventos-local > div::before {
	background: url(../img/local.png);
}
.eventos-local {
	border-bottom: none;
	padding-bottom: 0;
}
.eventos-bt {
	text-align: center;
}
.filtro-form {
	position: relative;
}
.filtro-form .eventos-titulo {
	display: flex;
	justify-content: center;
}
.filtro-form .eventos-titulo h2 span {
	position: relative;
}
.filtro-form .eventos-titulo h2 span img {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}
.filtro-form .eventos-titulo h2 span .filtro-bt-back {
	left: -85px;
}
.filtro-form .eventos-titulo h2 span .filtro-bt-next {
	right: -85px;
}
.filtro-form .titulo::before {
	left: 0;
}
.filtro-form .titulo::after {
	right: 0;
}
.filtro-form .titulo::after,
.filtro-form .titulo::before {
	width: 20px;
}
.filtro {
	position: absolute;
	right: 0;
	top: 0;
	width: 268px;
	height: 48px;
	border: solid 1px #ccc;
	z-index: 99;
	cursor: pointer;
}
.filtro .filtro-bt::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	width: 15px;
	height: 10px;
	background: url(../img/seta-filtro.png);
}
.filtro .filtro-bt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 45px;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background: #48c;
}
.filtro .filtro-bt > p {
	line-height: 48px;
	padding-left: 15px;
}
.filtro .filtro-bt span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 5px;
}
.filtro .on::before {
	background-position-y: -20px !important;
}
.filtro .filtro-box {
	display: none;
	position: absolute;
	width: 100%;
	top: 46px;
	left: 0;
	background: #fff;
	border: solid 1px #ccc;
}
.filtro .filtro-box > div {
	padding: 20px;
}
.filtro .filtro-box .bt-azul {
	margin-top: 20px;
	width: 100%;
}
.filtro .filtro-box .bt-azul:hover {
	background: #2492ff;
}
.filtro .filtro-box .filtro-radio input:checked + label::before {
	background-position-y: -27px;
}
.filtro .filtro-box .filtro-radio label {
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding-left: 28px;
	cursor: pointer;
}
.filtro .filtro-box .filtro-radio label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8.5px;
	width: 18px;
	height: 17px;
	background: url(../img/filtro-radio.png);
}
.filtro .filtro-box .filtro-radio input {
	position: absolute;
	left: -9999px;
}
.filtro .filtro-box .filtro-input input {
	padding: 0 15px;
	border: solid 1px #ccc;
	height: 38px;
}
.filtro .filtro-box .filtro-input p {
	margin-top: 20px;
	font-size: 12px;
	font-weight: 700;
}
.filtro-erro {
	margin-top: 50px;
	text-align: center;
	background: #fff9f9;
	border: solid 1px #ffdde2;
}
.filtro-erro > div {
	padding: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.post-type-archive-eventos .filtro-inner .slider_eventos {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -50px;
}
.post-type-archive-eventos .filtro-inner .lista-item {
	margin-bottom: 50px;
	width: 31%;
	margin-right: 14px;
	margin-left: 14px;
}
.post-type-archive-eventos .filtro-inner .eventos-img {
	height: 200px;
}
.removeafter::after {
	display: none;
}
.box-input {
	position: relative;
	margin-bottom: 15px;
}
.box-input input,
.box-input select,
.box-input textarea {
	border: solid 1px #ccc;
	height: 48px;
	padding: 0 15px;
	width: 100% !important;
}
.box-input label {
	font-size: 10px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
.box-input textarea {
	padding: 30px 15px;
	min-height: 180px !important;
}
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	color: #df0021;
}
div.wpcf7-validation-errors {
	text-align: center;
	padding: 20px;
	border: dashed 1px #ccc;
}
div.wpcf7 .ajax-loader {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px !important;
	margin-left: -26px !important;
}
.wpcf7-form span {
	padding: 0 !important;
	margin: 0 !important;
}
.wpcf7-form .wpcf7-list-item-label {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding-left: 10px !important;
	cursor: pointer;
	position: relative;
	top: -10px;
}
.wpcf7-form .wpcf7-list-item {
	height: 28px;
	overflow: hidden;
	margin: 15px 0 !important;
}
.wpcf7-form input[type='checkbox'],
.wpcf7-form input[type='radio'] {
	width: 20px !important;
	height: 28px !important;
	display: inline-block;
}
.wpcf7-form p {
	position: relative;
}
.row-voluntario > div {
	padding: 0 10px;
}
.row-voluntario .wpcf-3-radio,
.row-voluntario .wpcf7-radio {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}
.row-voluntario .wpcf7-list-item {
	padding: 0 10px !important;
}
.row-voluntario p {
	padding: 0 !important;
}
.row-voluntario .box-input label {
	line-height: 10px !important;
	display: inline-block;
}
.e-title {
	height: 80px;
}
.e-text {
	height: 40px;
}
.slider_blog_mob {
	display: none;
}
.slider_blog_mob .lista-item {
	height: 270px;
}
.slider_blog_mob .lista-item h3 {
	font-size: 14px;
	line-height: 18px;
}
.bread .bread-corpo {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 20px 0;
}
.bread .bread-corpo a {
	color: #7db51e;
	padding-right: 14px;
	margin-right: 5px;
	position: relative;
	float: left;
}
.bread .bread-corpo a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4.5px;
	width: 6px;
	height: 9px;
	background: url(../img/seta-verde-2.png);
}
.bread .bread-corpo .breadcrumb_last {
	float: left;
}
.item-blog:first-child {
	margin-top: 0;
}
.item-blog {
	color: #333;
	margin-top: 120px;
}
.item-blog .item-blog-a {
	color: #333;
}
.item-blog .item-blog-a h1,
.item-blog .item-blog-a h2 {
	font-size: 43px;
	line-height: 53px;
	letter-spacing: -1.5px;
	font-weight: 600;
	margin-bottom: 20px;
}
.item-blog .item-blog-mini {
	position: relative;
	padding-right: 13px;
	margin-right: 13px;
}
.item-blog .item-blog-mini::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background: #ccc;
}
.item-blog .item-blog-text {
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}
.item-blog .item-blog-autor-a {
	color: #005ca8;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
	margin-bottom: 5px;
}
.item-blog .item-blog-autor-text {
	font-size: 14px;
	line-height: 24px;
	color: #777;
}
.item-blog .item-blog-img {
	margin-bottom: 1px;
	overflow: hidden;
	position: relative;
}
.item-blog .item-blog-img div {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover !important;
	background-position: center top !important;
}
.item-blog .item-blog-img img {
	display: block;
	position: relative;
	z-index: 0;
}
.item-blog .item-blog-margintop {
	margin-top: 40px;
}
.item-blog .item-blog-more {
	padding-left: 25px;
}
.item-blog .item-blog-autor-img {
	margin-right: 25px;
}
.compartilhar {
	position: absolute;
	top: 0;
	right: 0;
	background: #f1f1f1;
}
.compartilhar .d-share {
	margin-left: 0 !important;
}
.d-share {
	margin-left: 40px;
	background: #f1f1f1;
	padding: 10px 20px;
}
.d-share a,
.d-share img {
	display: block;
}
.d-share a {
	margin: 10px 0;
}
.single-compartilhar {
	display: none;
	margin-left: 0 !important;
}
.contato .text {
	margin: 20px 0 40px;
}
.contato .bt-azul-escuro {
	padding: 0 50px;
}
.mapa-iframe {
	border: solid 10px #fff;
	height: 370px;
	overflow: hidden;
}
.mapa-iframe iframe {
	width: 100%;
	height: 100%;
}
aside {
	margin-right: 40px;
}
aside .titulo-2::before {
	display: none;
}
aside .titulo-2 {
	line-height: 32px;
}
.nav-aside {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #ccc;
}
.nav-aside a {
	margin: 10px 0;
	display: block;
	color: #333;
	font-weight: 600;
	position: relative;
	padding-left: 11px;
}
.nav-aside a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
	width: 6px;
	height: 9px;
	background: url(../img/seta-azul.png);
}
.nav-aside .nav-aside-solo {
	padding-left: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.nav-aside .nav-aside-solo::before {
	display: none;
}
.nav-aside .on {
	background: #48c;
	color: #fff;
	padding: 10px 0 10px 21px;
}
.nav-aside .on::before {
	left: 10px;
	background: url(../img/seta-branca.png);
}
aside .nav-aside .on::before {
	margin-top: 15px;
}
.single-novidades aside .titulo-2 span,
.single-post aside .titulo-2 span {
	color: #df0021;
}
.single-novidades .item-blog-img-div,
.single-post .item-blog-img-div {
	width: 100%;
	margin-top: 20px;
	order: 1;
}
.single-novidades .item-blog-more,
.single-post .item-blog-more {
	padding-left: 0;
}
.single-novidades .corpo-conteudo .item-blog-img:hover img,
.single-post .corpo-conteudo .item-blog-img:hover img {
	transform: none;
}
.single-novidades .item-blog-img-div,
.single-novidades .item-blog-more,
.single-post .item-blog-img-div,
.single-post .item-blog-more {
	padding-right: 0;
}
.single-novidades .img-responsivo,
.single-post .img-responsivo {
	width: 70%;
}
.category aside .titulo-2 span {
	color: #df0021;
}
.comentario .titulo-2 span {
	color: #df0021;
}
.comentario .bt-vermelho {
	padding: 0 50px;
}
.d-localizacao {
	padding-left: 50px;
}
.d-fone {
	margin-left: 50px;
}
.d-textarea {
	margin-right: 15px;
}
.div_comment {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	word-break: break-all;
}
.div_comment > ul > li > div {
	margin-bottom: 20px;
}
.div_comment > ul > li:first-child {
	margin-top: 0;
}
.div_comment li {
	padding: 40px;
	margin-top: 20px;
	border-top: solid 1px #ccc;
}
.div_comment > ul > li {
	border: dashed 1px #ccc;
}
.div_comment .comment-body > p {
	font-size: 14px;
}
.div_comment cite {
	color: #005ca8;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
	margin: 0 5px 0 10px;
	font-style: normal;
}
.div_comment .says {
	font-size: 10px;
	text-transform: uppercase;
}
.div_comment .comment-reply-link {
	color: #df0021;
	text-decoration: underline;
}
.div_comment .comment-reply-link:hover {
	text-decoration: none;
}
.compartilhar-cpt {
	margin-bottom: 10px;
}
.change_archive {
	margin-top: -50px;
}
.change_archive .item-conteudo {
	margin: 50px 25px 0;
	padding: 25px;
	text-align: center;
}
.change_archive .item-conteudo .titulo-3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 25px;
}
.change_archive .item-conteudo a {
	display: block;
	width: 100%;
}
.change_archive .item-conteudo a img {
	width: 90%;
	height: auto;
	display: inline-block;
}
.center {
	text-align: center;
}
.r-border {
	padding-right: 0;
	margin-right: 0;
}
.r-border::before {
	display: none;
}
.cinza {
	background: #f2f2f2;
}
.lista-novidades h2 span {
	color: #72bf44;
}
.lista-novidades .bt-vermelho,
.lista-novidades .owl-dots .active,
.lista-novidades h2::after,
.lista-novidades h2::before {
	background: #72bf44;
}
.pesquisa .bt-vermelho {
	margin-left: 15px;
}
.change_box {
	text-align: center;
}
.change_box img {
	max-width: 100%;
	width: 434px;
	height: auto;
}
#wpadminbar {
	position: fixed !important;
	bottom: 0 !important;
	top: initial !important;
}
html[lang='pt-br'] {
	margin: 0 !important;
}
@media (max-width: 1385px) {
	.compartilhar {
		display: none;
	}
	.single-compartilhar {
		display: inline-block;
	}
	.single-compartilhar .d-share {
		display: flex;
		justify-content: center;
		background: 0 0;
		padding: 0;
		margin: 0;
	}
	.single-compartilhar .d-share a {
		margin: 10px 10px;
	}
}
@media (min-width: 1200px) {
	.abre-mega-on,
	.abre-mega:hover {
		color: #fff;
		background: #48c !important;
		text-decoration: none;
	}
	.abre-mega-on::before,
	.abre-mega:hover::before {
		display: block !important;
		width: 100% !important;
		height: 32px !important;
		top: initial !important;
		bottom: -27px !important;
		left: 0 !important;
		background: #48c !important;
		transform: none !important;
	}
	.abre-mega-on::after,
	.abre-mega:hover::after {
		content: '';
		position: absolute;
		bottom: -33px;
		left: 50%;
		margin-left: -15px;
		width: 30px;
		height: 30px;
		background: #48c;
		transform: rotate(45deg);
	}
}
@media (max-width: 1199px) {
	.pesquisa form {
		margin-top: 25px;
	}
	.bt-tel {
		margin-left: 21px;
	}
	.d-localizacao,
	.filtro,
	.lista-blog .bt-vermelho {
		margin-top: 50px;
	}
	.menu-baixo .bt-vermelho,
	.menu-baixo-a a:before {
		display: none;
	}
	.d-localizacao {
		padding-left: 0;
	}
	.eventos-titulo {
		margin-bottom: 144px;
	}
	.filtro {
		top: 99px;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 0;
	}
	.mega {
		display: none;
	}
	.post-type-archive-eventos .filtro-inner .lista-item {
		width: 30.4%;
	}
}
@media (max-width: 991px) {
	.marcas img {
		width: 70%;
		height: auto;
	}
	.d-textarea {
		margin-right: 0 !important;
	}
	.bt-cima-a,
	.menu-baixo {
		display: none;
	}
	.owl-nav .owl-prev {
		left: 25px;
	}
	.owl-nav .owl-next {
		right: 25px;
	}
	.pesquisa .bt-verde {
		line-height: 14px;
		justify-content: center;
		display: flex;
		align-items: center;
	}
	.pesquisa .bt-verde span {
		width: 50px;
	}
	.menu-cima .menu-cima-mobile {
		display: block;
	}
	.slider-item {
		height: 300px;
	}
	.slider-item figure img {
		width: auto;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
		position: relative;
	}
	.pesquisa {
		margin-bottom: 0;
	}
	.slider > .container {
		max-width: 100%;
	}
	.slider-fita-1,
	.slider-fita-2,
	.slider-fita-3,
	.slider-fita-4 {
		display: none !important;
	}
	.menu-cima {
		width: 100%;
		top: -100%;
		left: 0;
		background: #fff;
		z-index: 999;
		-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
		padding: 0;
		height: 84px;
		display: flex;
		align-items: center;
	}
	.bread .bread-corpo {
		border-top: none;
	}
	.d-aside {
		margin-bottom: 70px;
	}
	.d-aside aside {
		margin-right: 0;
	}
	.post-type-archive-eventos .filtro-inner .lista-item {
		width: 46.1%;
	}
	a.item-blog-mini {
		text-decoration: underline;
	}
	.menu-cima-on {
		position: fixed;
		top: 0;
	}
	.menu-cima-on .menu-cima-logo {
		display: block;
	}
	.menu-cima a {
		transition: none;
	}
	.lista-item figure img {
		width: 100%;
		height: 200px;
	}
	.e-text,
	.e-title {
		height: initial;
	}
	.footer-top {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.pesquisa {
		text-align: center;
	}
	.item-blog .item-blog-more {
		padding-left: 0;
		margin-top: 0;
	}
	.category .item-blog .item-blog-more {
		margin-bottom: 20px;
	}
	.item-blog-more {
		margin-top: 20px;
	}
	.d-pesquisa {
		margin-right: 0;
	}
	.item-blog-img-div {
		order: 1;
	}
	.comentario .titulo-2 b {
		position: initial;
		display: block;
		margin-top: 10px;
		padding-bottom: 20px;
	}
	.eventos-box {
		margin-top: 25px;
		margin-left: 0;
	}
	.filtro {
		width: 100%;
	}
	.d-share {
		margin-left: 0;
		display: flex;
		justify-content: center;
	}
	.d-share a {
		margin: 10px 10px;
	}
	.category .d-share,
	.search .d-share {
		margin-top: 15px;
	}
	.item-blog .item-blog-img img {
		width: 100%;
		height: auto;
	}
	.post-type-archive-eventos .filtro-inner .lista-item {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.change_archive .item-conteudo {
		margin-right: 15px;
		margin-left: 15px;
	}
	.footer-instituto {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.bread,
	.comentario,
	.contato,
	.corpo-conteudo,
	.lista,
	.menu-cima,
	.parcerias,
	footer {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.bt-mobile {
		display: flex;
	}
	.bt-social,
	.bt-tel {
		display: none;
	}
	.item-blog .item-blog-a h1,
	.item-blog .item-blog-a h2,
	.titulo-3 {
		font-size: 28px;
		line-height: 28px;
	}
	.titulo-3 {
		margin-bottom: 20px;
	}
	.video-bt img {
		height: auto;
		width: 200%;
		margin-left: -50px;
	}
	.item-blog-more a {
		padding: 5px 0;
	}
	.item-blog,
	.item-conteudo {
		margin-top: 60px;
	}
	.slider_blog .lista-item figure img {
		height: 120px;
	}
	.slider_blog .lista-item h3 {
		padding-bottom: 0;
	}
	.slider_blog_desk {
		display: none;
	}
	.slider_blog_mob {
		display: block;
	}
	.change_archive .item-conteudo .text-block,
	.change_archive .item-conteudo .titulo-3 {
		height: initial;
		overflow: initial;
	}
	footer .footer-border {
		padding: 10px 0;
		text-align: center;
	}
	.marcas img {
		width: 80%;
	}
}
@media (max-width: 450px) {
	.filtro-form .titulo::after,
	.filtro-form .titulo::before {
		display: none;
	}
	.filtro-form .eventos-titulo h2 span .filtro-bt-back {
		left: -45px;
	}
	.filtro-form .eventos-titulo h2 span .filtro-bt-next {
		right: -45px;
	}
}
@media (max-width: 425px) {
	.d-autor-foto {
		width: 100%;
	}
	.d-autor-foto figure {
		margin-right: 0 !important;
		margin-bottom: 20px;
		width: 90px;
		height: 90px;
		display: inline-block;
	}
	.eventos-img,
	.post-type-archive-eventos .filtro-inner .eventos-img {
		height: auto;
	}
	h1.titulo-3 {
		font-size: 28px;
		line-height: 28px;
	}
	.text-block h2 {
		font-size: 22px;
		line-height: 28px;
		font-weight: 600;
		padding: 15px 0;
	}
	.slider-item a {
		padding-bottom: 0;
	}
	.slider .slider-youtube,
	.slider-item a .bt-vermelho {
		margin-bottom: 40px;
	}
	.slider .slider_texto {
		padding: 25px 20px 0;
		color: #333;
		background: #fff;
		text-shadow: none;
	}
	.slider .owl-nav {
		top: 50px;
	}
	.slider-item a {
		font-size: 18px;
		line-height: 24px;
	}
	.slider .video-bt a {
		top: initial;
		bottom: 0;
		transform: none;
		padding-bottom: 0;
	}
	.bt-mobile {
		width: 48px;
	}
	.menu-cima-on .bt-azul-escuro img {
		margin-right: 0;
	}
	.menu-cima-on .bt-azul-escuro {
		padding: 0 11px;
	}
	.menu-cima-on .bt-azul-escuro span {
		display: none;
	}
	.single-post .bread .bread-corpo > span > span > span > span a {
		display: none;
	}
}
@media (max-width: 375px) {
	.titulo {
		padding: 0 10px;
	}
	.titulo span {
		font-size: 26px;
		line-height: 26px;
	}
	.titulo,
	.titulo-2,
	.titulo-3 {
		word-break: break-all;
	}
}

.video_resp {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video_resp iframe,
.video_resp object,
.video_resp embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-novidades .img-responsivo,
.single-post .img-responsivo {
	width: 100% !important;
}

.slider-item a.link-no-overlay {
	padding-bottom: 0px;
}

.slider-item figure img {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}

.slider-item a {
	position: relative;
}

.slider-item figure {
	position: relative;
	float: left;
}

@media all and (max-width: 560px) {
	body.single-post .text-block p img {
		width: 100%;
		height: auto;
	}
}
