*,
::before,
::after
{
	box-sizing: border-box;
/*	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

:focus-visible,
:focus-within
{
	transition: none !important;
}

:active
{
	transition: var(--global_transition) !important;
}

#all_page
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-height: 100vh;
	display: grid;
	grid-template-rows: 1fr auto auto;
}

#main_page
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: var(--global_header_height);
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#main_page_center
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#all_template
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-height: 1px;
}

/**********************************************************************************/

#template_home .contener
{
	height: calc(100vh - var(--global_header_height) - var(--global_header_height) - var(--global_size_20));
	--min_border_radius: 25;
	--max_border_radius: 37;
	--border_radius:
		clamp(calc(var(--min_border_radius) * 1px),
		calc((((-1 * var(--global_scm_var)) * ((var(--max_border_radius) - var(--min_border_radius)) / (var(--global_sc_var) - var(--global_scm_var))) + var(--min_border_radius)) * 1px)
		+ ((var(--max_border_radius) - var(--min_border_radius)) / (var(--global_sc_var) - var(--global_scm_var)) * 100vw)),
		calc(var(--max_border_radius) * 1px));
}

#template_home .left
{
	flex: 0.5 0 0;
	transition: var(--global_transition);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	margin-right: var(--global_size_10);
	border-radius: 0 var(--border_radius) var(--border_radius) 0;
	overflow: hidden;
	cursor: pointer;
}

#template_home .left::before
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to left, rgba(28, 60, 100, 0.84), rgba(28, 60, 100, 0));
	transition: var(--global_transition);
	border-radius: 0 var(--border_radius) var(--border_radius) 0;
}

#template_home .left:hover,
#template_home .left:focus-visible
{
	flex: 1 0 0;
}

#template_home .left:hover::before
{
	background-color: rgba(28, 60, 100, 0.6);
}

#template_home .left:focus-visible::before
{
	background-color: rgba(28, 60, 100, 0.6);
	outline: 3px dashed var(--root_color_white);
	outline-offset: -6px;
}

#template_home .left > *:not(.item):hover .heading
{
	opacity: 1;
}

#template_home .right
{
	flex: 0.5 0 0;
	transition: var(--global_transition);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	margin-left: var(--global_size_10);
	border-radius: var(--border_radius) 0 0 var(--border_radius);
	overflow: hidden;
	cursor: pointer;
}

#template_home .right::before
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(82, 146, 197, 0.84), rgba(82, 146, 197, 0));
	transition: var(--global_transition);
}

#template_home .right:hover
{
	flex: 1 0 0;
}

#template_home .right:focus-within
{
	flex: 1 0 0;
}

#template_home .item
{
	overflow: hidden;
	isolation: isolate;
	height: 100%;
}

#template_home .item_wrapper
{
	padding: var(--global_size_40);
	height: 100%;
}

#template_home .item_wrapper > *:first-child
{
	padding-right: var(--global_size_10);
}

#template_home .item_wrapper > *:last-child
{
	padding-left: var(--global_size_10);
}

#template_home .right > .item
{
	margin-left: 0;
	margin-right: auto;
	transition: var(--global_transition);
	flex: 1 0 auto;
}

#template_home .right:hover > .item,
#template_home .right:focus-within > .item
{
	flex: 0 0 0;
}

#template_home .right > *:not(.item)
{
	height: 100%;
	flex: 0 0 0;
	transition: var(--global_transition);
	border-radius: var(--border_radius) 0 0 var(--border_radius);
	overflow: hidden;
	width: 0;
}

#template_home .right:hover > *:not(.item),
#template_home .right:focus-within > *:not(.item)
{
	flex: 1 0 0;
	transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

#template_home .right_1
{
	background-image: linear-gradient(to right, rgba(82, 146, 197, 0.84), rgba(82, 146, 197, 0));
	position: relative;
	z-index: 1;
}

#template_home .right_1::after
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(82, 146, 197, 0.6) 80%, rgba(82, 146, 197, 0));
	opacity: 0;
	transition: var(--global_transition);
	z-index: -1;
	border-radius: var(--border_radius) 0 0 var(--border_radius);
}

#template_home .right_2
{
	background-image: linear-gradient(to right, rgba(28, 94, 100, 0.84), rgba(28, 94, 100, 0));
	position: relative;
	z-index: 2;
	margin-left: calc(var(--border_radius) * -1);
}

#template_home .right_2::after
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(28, 94, 100, 0.6) 80%, rgba(28, 94, 100, 0));
	opacity: 0;
	transition: var(--global_transition);
/*	mask-image: radial-gradient(circle at 38px 40px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40px, blue 40px); */
	z-index: -1;
	border-radius: var(--border_radius) 0 0 var(--border_radius);
}

#template_home .right_3
{
	background-image: linear-gradient(to right, rgba(95, 69, 38, 0.84), rgba(95, 69, 38, 0));
	position: relative;
	z-index: 3;
	margin-left: calc(var(--border_radius) * -1);
}

#template_home .right_3::after
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	background-color: rgba(95, 69, 38, 0.6); */
	background-image: linear-gradient(to right, rgba(95, 69, 38, 0.6), rgba(95, 69, 38, 0.6));
	opacity: 0;
	transition: var(--global_transition);
	z-index: -1;
	border-radius: var(--border_radius) 0 0 var(--border_radius);
}

#template_home .right:hover > .right_3,
#template_home .right:focus-within > .right_3
{
	flex-grow: 2;
}

#template_home .right > *:not(.item):hover::after
{
	opacity: 1;
}

#template_home .right > *:not(.item):focus-visible::after
{
	opacity: 1;
	outline: 3px dashed var(--root_color_white);
	outline-offset: -6px;
}

#template_home .item .image
{
	min-width: 94px;
	width: 94px;
	opacity: 0.7;
	transition: var(--global_transition);
}

:root.is_global_contrast #template_home .item .image img
{
	filter: brightness(0);
}

#template_home .right_2 .item .image
{
	min-width: 102px;
	width: 102px;
}

#template_home .right_3 .item .image
{
	min-width: 90px;
	width: 90px;
}

#template_home .left:hover .image,
#template_home .right > *:not(.item):hover .image,
#template_home .left:focus-visible .image,
#template_home .right > *:not(.item):focus-visible .image
{
	opacity: 1;
}

#template_home .heading
{
	writing-mode: vertical-rl;
	opacity: 0.7;
	color: var(--root_color_white);
	transition: var(--global_transition);
}

#template_home .left:hover .heading,
#template_home .right > *:not(.item):hover .heading,
#template_home .left:focus-visible .heading,
#template_home .right > *:not(.item):focus-visible .heading
{
	opacity: 1;
}

:root.is_global_contrast #template_home .right_1,
:root.is_global_contrast #template_home .right_2,
:root.is_global_contrast #template_home .right_3,
:root.is_global_contrast #template_home .right::before
{
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0));
}

:root.is_global_contrast #template_home .left::before
{
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0));
}

:root.is_global_contrast #template_home .right_1::after,
:root.is_global_contrast #template_home .right_2::after,
:root.is_global_contrast #template_home .right_3::after
{
	background-color: rgba(255, 255, 0, 0.6);
}

:root.is_global_contrast #template_home .left:hover::before,
:root.is_global_contrast #template_home .left:focus-visible::before
{
	background-image: linear-gradient(to left, rgba(255, 255, 0, 0.84), rgba(255, 255, 0, 0));
	background-color: rgba(255, 255, 0, 0.6);
}

/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
	#template_home .contener
	{
		display: block;
		height: auto;
	}

	#template_home .contener
	{
		--border_radius: 0;
	}

	#template_home .left
	{
		margin-right: 0;
	}

	#template_home .right
	{
		margin-left: 0;
	}

	#template_home .heading
	{
		writing-mode: horizontal-tb;
	}

	#template_home .item_wrapper
	{
		flex-direction: column;
	}

	#template_home .left .item_wrapper
	{
		justify-content: flex-start;
	}

	#template_home .item_wrapper .image
	{
		order: 0;
		padding-right: 0;
	}

	#template_home .item_wrapper .heading
	{
		order: 1;
		padding-left: 0;
		margin-top: var(--global_size_20);
	}

	#template_home .right
	{
		display: block;
	}

	#template_home .right > .item
	{
		display: none;
	}

	#template_home .right > *:not(.item)
	{
		height: auto;
		width: auto;
	}

	#template_home .right > *:not(.item):focus-visible::after
	{
		outline: 2px dashed var(--root_color_white);
		outline-offset: -4px;
	}

	#template_home .left::before
	{
		background-image: linear-gradient(to right, rgba(28, 60, 100, 0.84), rgba(28, 60, 100, 0));
	}

	#template_home .left:focus-visible::before
	{
		outline: 2px dashed var(--root_color_white);
		outline-offset: -4px;
	}

	:root.is_global_contrast #template_home .left::before
	{
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0));
	}

	:root.is_global_contrast #template_home .left:hover::before
	{
		background-image: linear-gradient(to right, rgba(255, 255, 0, 0.84), rgba(255, 255, 0, 0));
	}
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}