.pop_up {
	top: 0;
	left: 0;
	gap: 20px;
	margin: 0;
	opacity: 0;
	border: none;
	outline: none;
	display: none;
	padding: 20px;
	position: fixed;
	flex-wrap: nowrap;
	z-index: 2147483647;
	align-items: center;
	scrollbar-width: thin;
	scroll-behavior: auto;
	justify-content: center;
	width: calc(100% - 40px);
	height: calc(100vh - 40px);
	overflow-x: hidden!important;
	overflow-y: scroll!important;
	background-color: rgba(var(--cor16), 0.6);
	scrollbar-color: var(--cor1) var(--cor11)!important;
}

.pop_up::-webkit-scrollbar {
	width: 8px!important;
}

.pop_up::-webkit-scrollbar-track {
	background-color: var(--cor11);
}

.pop_up::-webkit-scrollbar-thumb {
	background-color: var(--cor1);
}

.pop_up::-webkit-scrollbar-thumb:hover {
	background-color: rgba(var(--cor25), 0.6);
}

.pop_up_type_1 {
	opacity: 0;
	margin: auto;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	flex-wrap: nowrap;
	position: relative;
	border-radius: 24px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 46px 32px 32px 32px;
	background-color: var(--cor2);
	width: clamp(0%, calc(100% - 64px), 500px);
}

.pop_up_type_2 {
	gap: 48px;
	opacity: 0;
	margin: auto;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	flex-wrap: nowrap;
	position: relative;
	border-radius: 24px;
	align-items: stretch;
	justify-content: flex-start;
	padding: 46px 24px 24px 24px;
	background-color: var(--cor2);
	width: clamp(0%, calc(100% - 48px), 850px);
}

.close_pop_up {
	top: 12px;
	z-index: 2;
	right: 16px;
	position: absolute;
}

.close_pop_up i {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 32px;
	line-height: 32px;
	color: var(--cor17);
	transition: color 0.2s ease;
}

.close_pop_up i:hover {
	color: var(--cor11);
}

.pop_up_img {
	margin: 0;
	padding: 0;
	width: 280px;
	border: none;
	outline: none;
	display: flex;
	overflow: hidden;
	min-height: 560px;
	position: relative;
	align-items: center;
	border-radius: 16px;
	flex-direction: column;
	justify-content: center;
}

.pop_up_img img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%);
}

.pop_up_data_type_1 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: calc(100% - 280px - 48px);
}

.pop_up_data_type_2 {
	gap: 32px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: calc(100% - 280px - 48px);
}

.pop_up_title_1 {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	margin: 0 0 10px 0;
	color: var(--cor10);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 20px/32px Figtree-Bold;
}

.pop_up_title_2 {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor1);
	margin: 0 0 10px 0;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 40px/48px Calistoga-Regular;
}

.pop_up_title_2_mg {
	margin: 0!important;
}

.pop_up_title_3 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor1);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 14px/18px Figtree-SemiBold;
}

.pop_up_title_4 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor1);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 22px/30px Calistoga-Regular;
}

.pop_up_subtitle_1 {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	margin: 0 0 24px 0;
	color: var(--cor17);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 18px/22px Figtree-SemiBold;
}

.pop_up_subtitle_2 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor4);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 16px/24px Figtree-Regular;
}

.pop_up_subtitle_2_cap {
	text-transform: capitalize!important;
}

.pop_up_subtitle_3 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	color: var(--cor4);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	font: normal 16px/24px Figtree-SemiBold;
}

.pop_up_note_div {
	gap: 8px;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 24px 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.pop_up_note_div_full_w {
	width: 100%;
	margin: 0!important;
}

.pop_up_note {
	margin: 0;
	width: auto;
	border: none;
	outline: none;
	padding: 16px;
	text-align: left;
	color: var(--cor1);
	border-radius: 8px;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	background-color: var(--cor13);
	font: normal 16px/19px Figtree-Regular;
}

.pop_up_note_full_w {
	width: calc(100% - 32px)!important;
}

.pop_up_flex_col_div {
	gap: 16px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.pop_up_flex_sp_p {
	gap: 16px;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.pop_up_flex_sp_div {
	gap: 16px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.pop_up_flex_div {
	gap: 4px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.pop_up_flex_div div {
	gap: 2px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.pop_up_flex_div svg {
	padding: 0;
	width: auto;
	border: none;
	height: 20px;
	outline: none;
	fill: var(--cor4);
	margin: 4px 0 0 0;
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.sp_svg {
	margin: 0!important;
	height: 32px!important;
	fill: var(--cor1)!important;
}

.pop_up_flex_div_mod_w {
	width: calc(50% - 8px)!important;
}

.pop_up_flex_div_mod_gap_center {
	gap: 12px!important;
	align-items: center!important;
}

.pop_up_center_content_div {
	gap: 16px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.pop_up_center_content_div .fa-facebook-f {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 32px;
	line-height: 32px;
	color: var(--cor1);
	transition: color 0.2s ease;
}

.pop_up_center_content_div .fa-instagram {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 38px;
	line-height: 38px;
	color: var(--cor1);
	transition: color 0.2s ease;
}

.pop_color_tag {
	margin: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	outline: none;
	display: flex;
	min-width: 28px;
	max-width: 28px;
	min-height: 28px;
	max-height: 28px;
	flex-wrap: nowrap;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--cor1);
	background-color: var(--cor11);
}

.form_button {
	gap: 12px;
	width: 100%;
	outline: none;
	display: flex;
	cursor: pointer;
	flex-wrap: nowrap;
	padding: 12px 24px;
	border-radius: 8px;
	color: var(--cor1);
	margin: 24px 0 0 0;
	align-items: center;
	word-break: break-word;
	justify-content: center;
	transition: all 0.2s ease;
	border: 2px solid var(--cor1);
	background-color: var(--cor2)!important;
	font: normal 16px/24px Figtree-SemiBold;
}

.form_button:hover {
	color: var(--cor2);
	background-color: var(--cor1)!important;
}

@media screen and (max-width: 800px) {
	.pop_up_flex_div_mod_w {
		width: 100%!important;
	}
}

@media screen and (max-width: 700px) {
	.pop_up_type_2 {
		gap: 32px;
		flex-direction: column;
		align-items: flex-start;
		padding: 50px 24px 24px 24px;
	}
	.pop_up_img {
		width: 100%;
		min-height: 280px;
	}
	.pop_up_data_type_1,
	.pop_up_data_type_2 {
		width: 100%;
	}
	.pop_up_title_1 {
		font: normal 18px/24px Figtree-Bold;
	}
	.pop_up_title_2 {
		font: normal 32px/40px Calistoga-Regular;
	}
	.pop_up_title_4 {
		font: normal 20px/28px Calistoga-Regular;
	}
	.pop_up_subtitle_1 {
		font: normal 16px/20px Figtree-SemiBold;
	}
	.pop_up_subtitle_2,
	.pop_up_subtitle_3 {
		font: normal 14px/18px Figtree-Regular;
	}
	.pop_up_note {
		font: normal 14px/17px Figtree-Regular;
	}
	.form_button {
		font: normal 14px/27px Figtree-SemiBold;
	}
}

@media screen and (max-width: 300px) {
	.pop_up_flex_div {
		flex-wrap: wrap;
	}
}