/* ---------------------------------------------------------------------------------------------] */
/*  --------------------------------------------------------------------------------------[ CSS ] */
/* ---------------------------------------------------------------------------------------------] */

@font-face {
	font-family: 'GilroyBlack';
	src: url('fonts/gilroy-black.ttf') format('truetype');
}

.custom-font-gilroyblack {
	font-family: 'GilroyBlack', sans-serif;
}

@font-face {
	font-family: 'GilroyBlackitalic';
	src: url('fonts/gilroy-blackitalic.ttf') format('truetype');
}

.custom-font-gilroyblackitalic {
	font-family: 'GilroyBlackitalic', sans-serif;
}

@font-face {
	font-family: 'GilroyBold';
	src: url('fonts/gilroy-bold.ttf') format('truetype');
}

.custom-font-gilroybold {
	font-family: 'GilroyBold', sans-serif;
}

@font-face {
	font-family: 'GilroyBolditalic';
	src: url('fonts/gilroy-bolditalic.ttf') format('truetype');
}

.custom-font-gilroybolditalic {
	font-family: 'GilroyBolditalic', sans-serif;
}

@font-face {
	font-family: 'GilroyExtrabold';
	src: url('fonts/gilroy-extrabold.ttf') format('truetype');
}

.custom-font-gilroyextrabold {
	font-family: 'GilroyExtrabold', sans-serif;
}

@font-face {
	font-family: 'GilroyExtrabolditalic';
	src: url('fonts/gilroy-extrabolditalic.ttf') format('truetype');
}

.custom-font-gilroyextrabolditalic {
	font-family: 'GilroyExtrabolditalic', sans-serif;
}

@font-face {
	font-family: 'GilroyHeavy';
	src: url('fonts/gilroy-heavy.ttf') format('truetype');
}

.custom-font-gilroyheavy {
	font-family: 'GilroyHeavy', sans-serif;
}

@font-face {
	font-family: 'GilroyHeavyitalic';
	src: url('fonts/gilroy-heavyitalic.ttf') format('truetype');
}

.custom-font-gilroyheavyitalic {
	font-family: 'GilroyHeavyitalic', sans-serif;
}

@font-face {
	font-family: 'GilroyLight';
	src: url('fonts/gilroy-light.ttf') format('truetype');
}

.custom-font-gilroylight {
	font-family: 'GilroyLight', sans-serif;
}

@font-face {
	font-family: 'GilroyLightitalic';
	src: url('fonts/gilroy-lightitalic.ttf') format('truetype');
}

.custom-font-gilroylightitalic {
	font-family: 'GilroyLightitalic', sans-serif;
}

@font-face {
	font-family: 'GilroyMedium';
	src: url('fonts/gilroy-medium.ttf') format('truetype');
}

.custom-font-gilroymedium {
	font-family: 'GilroyMedium', sans-serif;
}

@font-face {
	font-family: 'GilroyMediumitalic';
	src: url('fonts/gilroy-mediumitalic.ttf') format('truetype');
}

.custom-font-gilroymediumitalic {
	font-family: 'GilroyMediumitalic', sans-serif;
}

@font-face {
	font-family: 'GilroyRegular';
	src: url('fonts/gilroy-regular.ttf') format('truetype');
}

.custom-font-gilroyregular {
	font-family: 'GilroyRegular', sans-serif;
}

@font-face {
	font-family: 'GilroyRegularitalic';
	src: url('fonts/gilroy-regularitalic.ttf') format('truetype');
}

.custom-font-gilroyregularitalic {
	font-family: 'GilroyRegularitalic', sans-serif;
}

@font-face {
	font-family: 'GilroySemibold';
	src: url('fonts/gilroy-semibold.ttf') format('truetype');
}

.custom-font-gilroysemibold {
	font-family: 'GilroySemibold', sans-serif;
}

@font-face {
	font-family: 'GilroySemibolditalic';
	src: url('fonts/gilroy-semibolditalic.ttf') format('truetype');
}

.custom-font-gilroysemibolditalic {
	font-family: 'GilroySemibolditalic', sans-serif;
}

@font-face {
	font-family: 'GilroyThin';
	src: url('fonts/gilroy-thin.ttf') format('truetype');
}

.custom-font-gilroythin {
	font-family: 'GilroyThin', sans-serif;
}

@font-face {
	font-family: 'GilroyThinitalic';
	src: url('fonts/gilroy-thinitalic.ttf') format('truetype');
}

.custom-font-gilroythinitalic {
	font-family: 'GilroyThinitalic', sans-serif;
}

@font-face {
	font-family: 'GilroyUltralight';
	src: url('fonts/gilroy-ultralight.ttf') format('truetype');
}

.custom-font-gilroyultralight {
	font-family: 'GilroyUltralight', sans-serif;
}

@font-face {
	font-family: 'GilroyUltralightitalic';
	src: url('fonts/gilroy-ultralightitalic.ttf') format('truetype');
}

.custom-font-gilroyultralightitalic {
	font-family: 'GilroyUltralightitalic', sans-serif;
}

/* --------------------------------------------------------------------------------------------- */

.custom-text-color-primary {
	color: var(--custom-color-primary) !important;
}

.custom-text-color-secondary {
	color: var(--custom-color-secondary) !important;
}

.custom-text-color-tertiary {
	color: var(--custom-color-tertiary) !important;
}

/* --------------------------------------------------------------------------------------------- */

.custom-border-color-primary {
	border-color: var(--custom-color-primary) !important;
}

.custom-border-color-secondary {
	border-color: var(--custom-color-secondary) !important;
}

.custom-border-color-tertiary {
	border-color: var(--custom-color-tertiary) !important;
}

/* ---------------------------------------------------------------------------------------------] */

.custom-primary-hover:hover {
	color: var(--custom-color-primary) !important;
}

.custom-secondaryy-hover:hover {
	color: var(--custom-color-secondaryy) !important;
}

.custom-tertiary-hover:hover {
	color: var(--custom-color-tertiary) !important;
}

/* ---------------------------------------------------------------------------------------------] */

.custom-background-color-primary {
	background-color: var(--custom-color-primary) !important;
}

.custom-background-color-secondary {
	background-color: var(--custom-color-secondary) !important;
}

.custom-background-color-tertiary {
	background-color: var(--custom-color-tertiary) !important;
}

.custom-background-color-transparent {
	background-color: transparent; !important;
}

.bg-gray-100 { 
	background: var(--bs-gray-100); 
}

.bg-gray-200 { 
	background: var(--bs-gray-200); 
}

.bg-gray-300 { 
	background: var(--bs-gray-300); 
}

.bg-gray-400 { 
	background: var(--bs-gray-400); 
}

.bg-gray-500 { 
	background: var(--bs-gray-500); 
}

.bg-gray-600 { 
	background: var(--bs-gray-600); 
}

.bg-gray-700 { 
	background: var(--bs-gray-700); 
}

.bg-gray-800 { 
	background: var(--bs-gray-800); 
}

.bg-gray-900 { 
	background: var(--bs-gray-900); 
}

/* ---------------------------------------------------------------------------------------------] */

.transition-2ms {
	transition: all 0.2s ease-in-out;
}

.transition-3ms {
	transition: all 0.3s ease-in-out;
}

.transition-4ms {
	transition: all 0.4s ease-in-out;
}

.transition-5ms {
	transition: all 0.5s ease-in-out;
}

.transition-1s {
	transition: all 1s ease-in-out;
}

.transition-magnetic {
	transition: transform 0.5s cubic-bezier(0.25, 1, 0.2, 1);
}

.anim-hover-translate-top-0px:hover {
	transform: translateY(0px) !important;
}

.anim-hover-translate-bottom-0px:hover {
	transform: translateY(0px) !important;
}

.anim-hover-translate-left-0px:hover {
	transform: translateX(0px) !important;
}

.anim-hover-translate-right-0px:hover {
	transform: translateX(0px) !important;
}

.anim-hover-translate-top-5px:hover {
	transform: translateY(-5px) !important;
}

.anim-hover-translate-bottom-5px:hover {
	transform: translateY(5px) !important;
}

.anim-hover-translate-left-5px:hover {
	transform: translateX(-5px) !important;
}

.anim-hover-translate-right-5px:hover {
	transform: translateX(5px) !important;
}

.anim-hover-translate-top-10px:hover {
	transform: translateY(-10px) !important;
}

.anim-hover-translate-bottom-10px:hover {
	transform: translateY(10px) !important;
}

.anim-hover-translate-left-10px:hover {
	transform: translateX(-10px) !important;
}

.anim-hover-translate-right-10px:hover {
	transform: translateX(10px) !important;
}

.anim-hover-translate-top-20px:hover {
	transform: translateY(-20px) !important;
}

.anim-hover-translate-bottom-20px:hover {
	transform: translateY(20px) !important;
}

.anim-hover-translate-left-20px:hover {
	transform: translateX(-20px) !important;
}

.anim-hover-translate-right-20px:hover {
	transform: translateX(20px) !important;
}

.anim-hover-translate-top-30px:hover {
	transform: translateY(-30px) !important;
}

.anim-hover-translate-bottom-30px:hover {
	transform: translateY(30px) !important;
}

.anim-hover-translate-left-30px:hover {
	transform: translateX(-30px) !important;
}

.anim-hover-translate-right-30px:hover {
	transform: translateX(30px) !important;
}

.anim-hover-translate-top-40px:hover {
	transform: translateY(-40px) !important;
}

.anim-hover-translate-bottom-40px:hover {
	transform: translateY(40px) !important;
}

.anim-hover-translate-left-40px:hover {
	transform: translateX(-40px) !important;
}

.anim-hover-translate-right-40px:hover {
	transform: translateX(40px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-0px {
	transform: translateY(0px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-0px {
	transform: translateY(0px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-0px {
	transform: translateX(0px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-0px {
	transform: translateX(0px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-5px {
	transform: translateY(-5px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-5px {
	transform: translateY(5px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-5px {
	transform: translateX(-5px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-5px {
	transform: translateX(5px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-10px {
	transform: translateY(-10px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-10px {
	transform: translateY(10px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-10px {
	transform: translateX(-10px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-10px {
	transform: translateX(10px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-20px {
	transform: translateY(-20px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-20px {
	transform: translateY(20px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-20px {
	transform: translateX(-20px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-20px {
	transform: translateX(20px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-30px {
	transform: translateY(-30px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-30px {
	transform: translateY(30px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-30px {
	transform: translateX(-30px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-30px {
	transform: translateX(30px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-40px {
	transform: translateY(-40px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-40px {
	transform: translateY(40px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-40px {
	transform: translateX(-40px) !important;
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-40px {
	transform: translateX(40px) !important;
}

.anim-hover-scale-1-1:hover {
	transform: scale(1.1);
}

.anim-hover-scale-1-2:hover {
	transform: scale(1.2);
}

/* ---------------------------------------------------------------------------------------------] */

#loading-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	font-size: 24px;
	z-index: 1021;
}

/* ---------------------------------------------------------------------------------------------] */

pre {
	margin: 0px !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.text-justify {
	text-align: justify !important;
}

.text-responsive {
	line-height: 1;
}

.text-limit {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ---------------------------------------------------------------------------------------------] */

#wrapper-whatsapp {
	--wp-color-a: #25d366;
	--wp-color-b: #075E54;
	--wp-color-c: #128c7e;
	--bs-gutter-x: 4rem;

	z-index: 9;
	position: fixed;
	bottom: calc(var(--bs-gutter-x)* .5);
	right: calc(var(--bs-gutter-x)* .5);

	.btn-whatsapp::before,
	.btn-whatsapp::after {
		display: none !important;
	}

	.btn-whatsapp {
		background-color: var(--wp-color-a);
		color: var(--bs-white);
		border-radius: 50%;
		height: 72px;
		width: 72px;
		font-size: 28px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.btn-whatsapp.show,
	.btn-whatsapp:hover {
		color: var(--bs-white);
		background-color: var(--wp-color-b);
		border: 1px solid var(--wp-color-b);
	}

	ul {
		border: 1px solid var(--wp-color-b);
	}

	li.li-header {
		background: var(--wp-color-b);
		border: 1px solid var(--wp-color-b);
	}

	li.li-header a {
		color: var(--bs-white);
		background: var(--wp-color-b);
		border: 1px solid var(--wp-color-b);
	}

	li a {
		border: 1px solid var(--bs-white);
	}

	li:not(.li-header) a:hover {
		color: var(--bs-white);
		background-color: var(--wp-color-c);
	}

	li.mb-2:last-child {
		margin-bottom: 0px !important;
	}
}


/* ---------------------------------------------------------------------------------------------] */

.share-buttons {
	display: flex;
	gap: 10px;
	margin-top: 20px;

	.share-button {
		padding: 10px 15px;
		border: none;
		border-radius: 5px;
		color: white;
		cursor: pointer;
		font-size: 14px;
		display: flex;
		align-items: center;
		gap: 5px;
		text-decoration: none; 
	}

	.share-button.facebook {
		background-color: #1877f2; 
	}

	.share-button.twitter {
		background-color: #1da1f2; 
	}

	.share-button.linkedin {
		background-color: #0077b5; 
	}

	.share-button.whatsapp {
		background-color: #25d366; 
	}
}

/* ---------------------------------------------------------------------------------------------] */
.w-mobile-100 {
	width: 100% !important;
}

@media (min-width: 1400px) {
	.w-xxl-auto {
		width: auto !important;
	}
}

/* ---------------------------------------------------------------------------------------------] */

html.side-panel .side-panel-wrapper {
	width: 350px !important;
}

.btn-hamburguer div {
	width: 30px;
	height: 3px;
	background-color: var(--bs-white);
	margin: 5px;
	cursor: pointer;
	transition: all .3s;
}

.btn-hamburguer.active div:nth-child(1) {
	transform: rotate(-45deg) translate(-6px, 6px);
}

.btn-hamburguer.active div:nth-child(2) {
	transform: rotate(-45deg) translate(1px, 0px);
}

.btn-hamburguer.active div:nth-child(3) {
	transform: rotate(45deg) translate(-6px, -7px);
}

.btn-hamburguer.footer div {
	background-color: var(--bs-white) !important;
}

@media(max-width: 1200px) {
	.btn-menu,
	.btn-hamburguer.header {
		height: 50px;
		width: 60px;
		border-radius: 17px;
		background-color: var(--style-color-duo);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.btn-hamburguer div {
		margin: 5px;
	}
}

.btn-hamburguer .close {
	opacity: 1;
}

.btn-hamburguer .close span {
	width: 23px;
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: var(--bs-white);
	overflow: hidden;
	border-left: 1px solid #c2c2c2;
}

.custom-accordion {
	cursor: pointer;
	width: 100%;
	border: none;
	outline: none;
	transition: 0.4s;
	background: var(--bs-white);
}

/* ---------------------------------------------------------------------------------------------] */

.div-divider-light {
	width: 100%;
	height: 3rem;
	margin: 0px;
	padding: 0px;
}

.div-divider-dark {
	width: 100%;
	height: 3rem;
	background-color: var(--bs-black);
	margin: 0px;
	padding: 0px;
}

/* ---------------------------------------------------------------------------------------------] */
/*  ---------------------------------------------------------------------------------[ END FILE ] */
/* ---------------------------------------------------------------------------------------------] */