.tkc-loader {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(var(--c-text));
	width: 100vw;
	height: 100vh;
	z-index: 1080;
}


tk-swiper {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	/*	background: #000;*/
	transition: all 0.25s ease 0s;
	overflow: hidden;
}
tk-swiper.h-25 {
	height: 25vh !important;
}
tk-swiper.h-50 {
	height: 50vh !important;
}
tk-swiper.h-75 {
	height: 75vh !important;
}
tk-swiper.h-100 {
	height: 100vh !important;
}
tk-swiper.rectangle {
	aspect-ratio: 16 / 9;
}
tk-swiper.square {
	aspect-ratio: 1 / 1;
}
tk-swiper.gallery tk-swiper-slide {
	align-items: flex-start;
	justify-content: flex-end;
}
tk-swiper.gallery tk-swiper-slide>.overlay>.caption>p {
	font-weight: 600;
	color: rgb(var(--c-primary));
	background-color: rgb(var(--c-light), 0.9);
	padding: 0.5rem;
	text-transform: uppercase;
}
tk-swiper.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(var(--c-dark), .9);
	z-index: 1000;
}
tk-swiper .overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgb(var(--c-dark), .75);
	padding: .5rem 1rem;
}
tk-swiper .overlay>.caption {
}
tk-swiper .overlay>.caption>p {
	font-size: 1.2rem;
	font-weight: 600;
}
tk-swiper .swiper-overlay {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 100;
}
tk-swiper.fullscreen .swiper-overlay {
/*	top: 5rem;*/
}


@media (max-width: 768px) {
	tk-swiper-slide>.overlay>.caption {
		text-align: center;
		padding: 0 3rem !important;
	}
	tk-swiper-slide>.overlay>.caption>p {
		width: 100%;
	}
}



/*bace-components.css*/


tk-c-toast {
	position: fixed;
	top: 0;
	right: 0;
	padding: 0;
	z-index: 1050;
}
@media (max-width: 768px) {
	tk-c-toast {
		width: 100%;
		padding: .5rem;
		text-align: center;
	}
	tk-c-toast .toast {
		--bs-toast-max-width: 100%;
		margin: .5rem 0;
		/*		width: 100%;*/
	}
}


tk-c-soon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 75vh;
	width: 100%;
}
tk-c-404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 75vh;
	width: 100%;
}

tk-footer {
	position: relative;
	display: block;
	width: 100%;
	margin: 2rem 0 0;
	font-size: .8rem;
	background: rgb(var(--c-background), .85);
}
tk-footer .btn {
	display: flex;
	align-items: center;
	gap: .5rem;
	--bs-btn-font-size: .8rem;
	--bs-btn-font-weight: 700;
	--bs-btn-color: rgb(var(--c-primary), .8);
	--bs-btn-hover-color: rgb(var(--c-primary));
	--bs-btn-padding-x: 0;
	--bs-btn-padding-y: .1rem;
}
tk-footer p {
	margin: 0;
	padding: .1rem 0;
}
tk-footer ul {
	list-style: none;
}
tk-footer .network, tk-footer .pages, tk-footer .contact {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: .2rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
tk-footer .network {
	justify-content: flex-start;
	align-items: center;
}
tk-footer .network>.brand-h {
	max-width: 14rem;
	aspect-ratio: 3;
}
tk-footer .pages {
}
tk-footer .pages .btn {
}
tk-footer .contact {
}

@media (max-width: 1280px) {
	tk-footer {

	}
}

tk-c-messenger {
	font-size: 20px;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	z-index: 100;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

tk-c-messenger .btn-m {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border: 0;
	border-radius: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
	transition: 0.5s;
	cursor: pointer;
}
tk-c-messenger>.btn-m.messenger {
	background: rgb(var(--c-primary), .75);
}
tk-c-messenger>.btn-m.messenger:hover {
	background: rgb(var(--c-primary));
}
tk-c-messenger>.btn-m.whatsapp {
	background: #2db742;
}
tk-c-messenger>.btn-m.whatsapp:hover {
	color: white;
	background: #2db742;
}
tk-c-messenger>.btn-m.messenger.active {
	background: rgb(var(--c-primary), 1);
}
tk-c-messenger.active>.btn-m {}
tk-c-messenger>.btn-m.active>.tki.op {
	transform: scale(0) rotate(180deg);
}
tk-c-messenger>.btn-m.active>.tki.close {
	transform: scale(1) rotate(180deg);
	padding: 0px 12px;
}



tk-c-messenger>.btn-m>.tki {
	color: #FFF;
	font-size: 1.5rem;
}
tk-c-messenger>.btn-m.whatsapp>.tki {
	font-size: 2rem;
}
tk-c-messenger>.btn-m>.tki {
	position: absolute;
	width: 100%;
	padding: 0;
	text-align: center;
	transition: 0.5s;
	color: white;
}
tk-c-messenger>.btn-m:hover>.tki {}
tk-c-messenger>.btn-m>.tki.close {
	font-size: 1.2rem;
	transform: scale(0);
}
tk-c-messenger>.window {
	position: absolute;
	bottom: 1rem;
	right: -100vw;
	width: 20rem;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 0;
	color: black;
	transition: 0.5s;
	border: 1px solid #2db742;
	border-radius: .25rem;
	box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
	opacity: 0;
}
tk-c-messenger>.window:hover {
	box-shadow: 0 10px 10px 4px rgba(32,32,37,.23);
}
tk-c-messenger.active>.window {
	bottom: 1rem;
	right: 1rem;
	opacity: 1;
	overflow: hidden;
}
tk-c-messenger>.window>.header {
	display: flex;
	background: #2db742;
	padding: 1rem;
	color: white;
	font-size: .8rem;
	gap: .5rem;
}
tk-c-messenger>.window>.header>.side {
	flex-basis: 2.5rem;
	display: flex;
	align-items: center;
}
tk-c-messenger>.window>.header>.side>.tki {
	color: white;
	font-size: 2rem;
}
tk-c-messenger>.window>.header>.content {
	flex: 1;
}
tk-c-messenger>.window>.header>.content>.title {
	font-size: .9rem;
	font-weight: bolder;
}
tk-c-messenger>.window>.header>.content>.description {
	font-size: .7rem;
}
tk-c-messenger>.window>.body {
	background: white;
	padding: .5rem 1rem;
}
tk-c-messenger>.window>.body>.description {
	font-size: .7rem;
	color: gray;
	padding: .25rem;
}
tk-c-messenger>.window>.body>.contact_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.25rem;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
tk-c-messenger>.window>.body>.contact_list a {
	color: black;
	text-decoration: none;
}
tk-c-messenger>.window>.body>.contact_list>li {
	color: black;
	background: rgb(0, 0, 0, .05);
	border-radius: .25rem;
	transition: 0.5s;
}
tk-c-messenger>.window>.body>.contact_list>li:hover {
	background: rgb(0, 0, 0, .15);
}
tk-c-messenger>.window>.body>.contact_list>li>a {
	color: black !important;
}
tk-c-messenger>.window>.body>.contact_list li .item {
	display: flex;
	align-items: center;
	justify-content: center;
}
tk-c-messenger>.window>.body>.contact_list li .avatar {
	flex-basis: 50px;
	width: 50px;
	height: 50px;
	background-color: rgb(var(--c-light));
	background-image: url(/static/logo/icon-192.png);
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #2db742;
	border-radius: 100%;
}
tk-c-messenger>.window>.body>.contact_list li .item .text {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: .25rem;
	padding: 10px;
	font-size: .7rem;
	font-weight: 400;
	line-height: .75rem;
}
@media (max-width: 768px) {
	tk-c-messenger {
		bottom: 1rem;
		right: 1rem;
	}
	tk-c-messenger>.window {
		width: calc(100vw - 4rem);
		bottom: 1rem;
	}
	tk-c-messenger.active>.window {
/*		bottom: 1rem;*/
/*		right: 1rem;*/
	}
}




tk-c-whatsapp {
	font-family: 'Tahoma';
	font-size: 20px;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 100;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
tk-c-whatsapp button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border: 0;
	border-radius: 100%;
	background: #2db742;
	margin: 0;
	padding: 0;
	box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
	transition: 0.5s;
	cursor: pointer;
}
tk-c-whatsapp button:hover {
	color: white;
	background: #2db742;
}
tk-c-whatsapp button i.tki {
	position: absolute;
	width: 100%;
	padding: 0;
	text-align: center;
	transition: 0.5s;
	color: white;
}
tk-c-whatsapp button:hover i.tki {}
tk-c-whatsapp button i.tki.whatsapp {
	color: #FFF;
	font-size: 2rem;
}
tk-c-whatsapp button i.tki.close {
	font-size: 1.2rem;
	transform: scale(0);
}
tk-c-whatsapp.active button {}
tk-c-whatsapp.active button i.tki.whatsapp {
	transform: scale(0) rotate(180deg);
}
tk-c-whatsapp.active button i.tki.close {
	transform: scale(1) rotate(180deg);
	padding: 0px 12px;
}
tk-c-whatsapp .window {
	position: absolute;
	bottom: 1rem;
	right: -100vw;
	width: 20rem;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 0;
	color: black;
	transition: 0.5s;
	border: 1px solid #2db742;
	border-radius: .25rem;
	box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
	opacity: 0;
}
tk-c-whatsapp>.window:hover {
	box-shadow: 0 10px 10px 4px rgba(32,32,37,.23);
}
tk-c-whatsapp.active .window {
	bottom: 1rem;
	right: 1rem;
	opacity: 1;
	overflow: hidden;
}
tk-c-whatsapp>.window>.header {
	display: flex;
	background: #2db742;
	padding: 1rem;
	color: white;
	font-size: .8rem;
	gap: .5rem;
}
tk-c-whatsapp>.window>.header>.side {
	flex-basis: 2.5rem;
	display: flex;
	align-items: center;
}
tk-c-whatsapp>.window>.header>.side>.tki {
	color: white;
	font-size: 2rem;
}
tk-c-whatsapp>.window>.header>.content {
	flex: 1;
}
tk-c-whatsapp>.window>.header>.content>.title {
	font-size: .9rem;
	font-weight: bolder;
}
tk-c-whatsapp>.window>.header>.content>.description {
	font-size: .7rem;
}




tk-c-whatsapp>.window>.body {
	background: white;
	padding: .5rem 1rem;
}
tk-c-whatsapp>.window>.body>.description {
	font-size: .7rem;
	color: gray;
	padding: .25rem;
}
tk-c-whatsapp>.window>.body>.contact_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.25rem;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
tk-c-whatsapp .window .body .contact_list a {
	color: black;
	text-decoration: none;
}
tk-c-whatsapp>.window>.body>.contact_list>li {
	color: black;
	background: rgb(0, 0, 0, .05);
	border-radius: .25rem;
	transition: 0.5s;
}
tk-c-whatsapp>.window>.body>.contact_list>li:hover {
	background: rgb(0, 0, 0, .15);
}
tk-c-whatsapp>.window>.body>.contact_list>li>a {
	color: black !important;
}
tk-c-whatsapp .window .body .contact_list li .item {
	display: flex;
	align-items: center;
	justify-content: center;
}
tk-c-whatsapp .window .body .contact_list li .avatar {
	flex-basis: 50px;
	width: 50px;
	height: 50px;
	background-color: rgb(var(--c-light));
	background-image: url(/static/logo/icon-192.png);
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #2db742;
	border-radius: 100%;
}
tk-c-whatsapp .window .body .contact_list li .item .text {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: .25rem;
	padding: 10px;
	font-size: .7rem;
	font-weight: 400;
	line-height: .75rem;
}
@media (max-width: 768px) {
	tk-c-whatsapp {
		bottom: 1rem;
		right: 1rem;
	}
	tk-c-whatsapp .window {
		width: calc(100vw - 4rem);
		bottom: 1rem;
	}
	tk-c-whatsapp.active .window {
/*		bottom: 1rem;*/
/*		right: 1rem;*/
	}
}