@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto-Light.ttf');
}

html {
	scrollbar-width: thin;
	scrollbar-color: #CCC #DEDEDE;
	scroll-behavior: smooth;
}

html::-webkit-scrollbar {
	width: 8px;
}

html::-webkit-scrollbar-track {
	background-color: #DEDEDE;
}

html::-webkit-scrollbar-thumb {
	background-color: #CCC;
}

html::-webkit-scrollbar-thumb:hover {
	background-color: #A6A6A6;
}

body {
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: Roboto;
}

.section0 {
	height: auto;
	width: 100vw;
	display: flex;
	max-width: 100%;
	overflow: hidden;
	padding-top: 140px;
	padding-bottom: 40px;
	justify-content: center;
	background-color: #F2EFED;
}

.section0_boxed_content {
	height: auto;
	width: 1230px;
	display: flex;
	margin: 0 auto;
	padding: 0 20px;
	align-items: center;
	justify-content: space-between;
}

.section0_boxed_content h1 {
	margin: 0;
	padding: 0;
	font-size: 34px;
	font-weight: bold;
	user-select: none;
	margin-right: 10px;
}

.section0_title {
	display: flex;
	align-items: center;
}

.section0_active_filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.section0_active_filters text {
	color: #EA670A;
	font-size: 12px;
	padding: 5px 20px;
	font-weight: bold;
	user-select: none;
	border-radius: 3px;
	margin: 5px 0 5px 10px;
	background-color: #fff;
}

.section1 {
	height: auto;
	width: 100vw;
	display: flex;
	max-width: 100%;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 30px;
	justify-content: center;
	min-height: calc(100vh - 300px);
}

@media screen and (max-width: 1184px) {
	.section1 .section1_blocks_wrap > div {
		flex: 0 calc(50% - 20px);
	}
	.section1 .section1_categories_column {
		width: 25%;
	}
	.section1 .section1_activities_column {
		width: 75%;
	}
}

@media screen and (max-width: 854px) {
	.section1 .section1_blocks {
		margin-left: 0;
	}
	.section1 .section1_blocks_wrap > div {
		flex: 0 calc(100% - 20px);
	}
	.section1 .section1_categories_column {
		width: 40%;
	}
	.section1 .section1_activities_column {
		width: 60%;
	}
}

@media screen and (max-width: 600px) {
	.section1 .section1_boxed_content {
		display: block;
	}
	.section1 .section1_blocks_wrap > div {
		flex: 0 calc(50% - 20px);
	}
	.section1 .section1_categories_column {
		width: 285px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.section1 .section1_activities_column {
		width: 100%;
	}
	.section1 .section1_categories_column2 {
		width: 100%;
		display: none;
	}
	.section1 .section1_categories_column2_mobile {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 525px) {
	.section1 .section1_blocks_wrap > div {
		flex: 0 calc(100% - 20px);
	}
	.section1 .section1_categories_column {
		margin-right: 0;
		margin-bottom: 20px;
		width: calc(100% - 20px);
	}
}

.section1 .content {
	display: none;
}

.section1 .big_content {
	display: block;
}

.big_collapsible {
	display: flex;
	cursor: pointer;
	margin-bottom: 5px;
	align-items: center;
	justify-content: space-between;
}

.big_collapsible i {
	margin: 0;
	color: #EA670A;
	font-size: 16px;
	cursor: pointer;
	line-height: 18px;
}

.big_collapsible h1 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	user-select: none;
}

.section1_boxed_content {
	height: auto;
	width: 1250px;
	display: flex;
	margin: 0 auto;
	padding: 0 0 0 20px;
}

.section1_categories_column {
	width: 20%;
	display: block;
	margin-right: 20px;
}

.section1_categories_column2 {
	width: 100%;
	display: block;
}

.section1_categories_column2_mobile {
	width: 100%;
	display: none;
}

.filters_titles h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	user-select: none;
	font-weight: bold;
	border-radius: 3px;
	padding: 15px 25px;
	background-color: #EA670A;
}

.section1_activities_column {
	width: 80%;
	height: auto;
	position: relative;
}

.collapsible {
	display: flex;
	cursor: pointer;
	margin-bottom: 5px;
	align-items: center;
	justify-content: space-between;
}

.collapsible i {
	margin: 0;
	color: #EA670A;
	font-size: 16px;
	cursor: pointer;
	line-height: 16px;
}

.collapsible a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.collapsible a i {
	margin: 0;
	color: #EA670A;
	font-size: 16px;
	cursor: pointer;
	line-height: 16px;
}

.bigger_i_categories a i {
	margin: 0;
	color: #EA670A;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
}

.collapsible h2 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

.collapsible .link_1 {
	display: flex;
	cursor: pointer;
	user-select: none;
	text-align: center;
	text-decoration: none;
	transition: 0.5s ease;
}

.collapsible .link_1:hover {
	padding: 0 20px;
	border-radius: 3px;
	background-color: #EA670A;
}

.collapsible .link_1:hover > i {
	color: #fff;
}

.collapsible .link_1:hover > h2 {
	color: #fff;
	font-weight: normal;
}

.collapsible .active_1 {
	padding: 0 20px;
	border-radius: 3px;
	background-color: #EA670A;
}

.collapsible .active_1 > i {
	color: #fff;
}

.collapsible .active_1 > h2 {
	color: #fff;
	font-weight: normal;
}

.section1 .content .link2 {
	color: #000;
	display: block;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	transition: 0.5s ease;
	margin: 0 10px 10px 30px;
}

.section1 .content .link2:hover {
	color: #EA670A;
	display: block;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	margin: 0 10px 10px 35px;
}

.section1 .content .active2 {
	color: #EA670A;
}

.active {
	color: #EA670A;
}

.all_block_clickable {
	text-decoration: none;
}

.section1_blocks {
	width: 100%;
	height: auto;
	min-height: 420px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.section1_blocks p {
	color: #000;
	width: 255px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	margin: 4px 10px 4px 0;
	text-overflow: ellipsis;
}

.section1_blocks_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.section1_blocks_wrap > div {
	flex: 0 calc(33.33% - 20px);
}

.section1_block_div_img {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.section1_block_div_img .background_image {
	top: 50%;
	left: 50%;
	min-height: 250%;
	min-width: 150%;
	max-width: auto;
	filter: blur(5px);
	position: absolute;
	-webkit-filter: blur(5px);
	transform: translate(-50%, -50%);
}

.section1_block_div_img img {
	top: 50%;
	left: 50%;
	height: 100%;
	min-width: auto;
	position: absolute;
	transform: translate(-50%, -50%);
}

.section1_block_div_title {
	display: flex;
	margin: 16px 10px;
	user-select: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.section1_block_info {
	width: 100%;
}

.section1_block_info text {
	color: #000;
	font-size: 12px;
}

.section1_block_info i {
	color: #000;
	font-size: 12px;
	margin-right: 5px;
}

.section1_block_div_button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section1_block_div_button button {
	color: #000;
	float: right;
	cursor: pointer;
	font-size: 13px;
	margin: 5px 0 0 0;
	padding: 7.5px 15px;
	transition: 0.5s ease;
	border: 1px solid #000;
	background-color: transparent;
}

.section1_block_div_button button:hover {
	color: #fff;
	background-color: #EA670A;
	border: 1px solid #EA670A;
}

.section1_block_div_info {
	display: flex;
	align-items: center;
	width: calc(100% - 20px);
	margin: 0 10px 20px 10px;
	justify-content: space-between;
}

.section1_block_div2_info p5 {
	color: #fff;
	padding: 2.5px 5px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	border-radius: 3px;
	background-color: #FF4858;
}

.section1_block_div2_info p6 {
	color: #665C56;
	font-size: 12px;
	margin-right: 10px;
	font-weight: normal;
	text-decoration: line-through;
}

.section1_block_div2_price_info text {
	color: #000;
	font-size: 12px;
	margin-right: 10px;
	font-weight: normal;
}

.section1_block_div2_info p7 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

.section1_block_div2_price_info {
	display: flex;
	flex-direction: column;
}

.section1_block_div2_info {
	bottom: 20px;
	display: flex;
	position: absolute;
	align-items: flex-end;
	width: calc(100% - 20px);
	justify-content: space-between;
}

.section1_block_div2_info_inner {
	display: flex;
	align-items: flex-end;
}

/* Botão Scroll Top ----------------------------------------------------- */

.myButtonToTop {
	display: none;
}

#myBtn {
	right: 0;
	padding: 0;
	z-index: 97;
	float: right;
	bottom: 20px;
	border: none;
	outline: none;
	color: #EA670A;
	cursor: pointer;
	font-size: 20px;
	position: fixed;
	user-select: none;
	margin-right: 20px;
	text-align: center;
	border-radius: 3px;
	transition: 0.5s ease;
	-webkit-user-select: none;
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
	.myButtonToTop {
		display: none!important;
	}
}

#myBtn i {
	padding: 10px;
	color: #EA670A;
	cursor: pointer;
	border-radius: 3px;
	transition: 0.5s ease;
	background-color: #fff;
}

#myBtn i:hover {
	color: #fff;
	border-radius: 3px;
	transition: 0.5s ease;
	background-color: #EA670A;
}

/* Snackbar ------------------------------------------------------------- */

#snackbar {
	left: 50%;
	z-index: 97;
	width: auto;
	color: #fff;
	bottom: 30px;
	padding: 20px;
	position: fixed;
	font-size: 16px;
	visibility: hidden;
	text-align: center;
	border-radius: 3px;
	transform: translateX(-50%);
	background-color: rgba(50,50,50,0.95);
}

#snackbar.show {
	visibility: visible;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0
	} to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	} to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	} to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	} to {
		bottom: 0;
		opacity: 0;
	}
}

#snackbar i {
	color: #B7C309;
	font-size: 18px;
}

/* Fim da snackbar ------------------------------------------------------ */

/* Estilização das checkboxes ------------------------------------------- */

.container {
	color: #000;
	display: block;
	font-size: 13px;
	line-height: 20px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

/* Esconder a checkbox default do browser */
.container input {
	position: absolute;
	display: none;
	opacity: 0;
	height: 0;
	width: 0;
}

/* Criar uma checkbox estilizada */
.checkmark {
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	border: 1px solid #DEDEDE;
	background-color: #F2EFED;
}

/* Criar o indicador do check */
.checkmark:after {
	content: "";
	display: none;
	position: absolute;
}

/* Mostrar o indicador quanto estiver checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Estilizar o indicador da checkbox */
.container .checkmark:after {
	top: 3px;
	width: 4px;
	left: 7.2px;
	height: 10px;
	border: solid #EA670A;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}