@keyframes bounce
{
	0%
	{
		transform: scale(1);
		/*+box-shadow: 0 0 0 0px #D7E9FB;*/
		-moz-box-shadow: 0 0 0 0px #D7E9FB;
		-webkit-box-shadow: 0 0 0 0px #D7E9FB;
		box-shadow: 0 0 0 0px #D7E9FB;
	}
	90%
	{
		transform: scale(1);
		/*+box-shadow: 0 0 0 0px #D7E9FB;*/
		-moz-box-shadow: 0 0 0 0px #D7E9FB;
		-webkit-box-shadow: 0 0 0 0px #D7E9FB;
		box-shadow: 0 0 0 0px #D7E9FB;
	}
	95%
	{
		transform: scale(1);
		/*+box-shadow: 0 0 0 0px #D7E9FB;*/
		-moz-box-shadow: 0 0 0 0px #D7E9FB;
		-webkit-box-shadow: 0 0 0 0px #D7E9FB;
		box-shadow: 0 0 0 0px #D7E9FB;
	}
	100%
	{
		transform: scale(1.075);
		/*+box-shadow: 0 0 0 5px #D7E9FB;*/
		-moz-box-shadow: 0 0 0 5px #D7E9FB;
		-webkit-box-shadow: 0 0 0 5px #D7E9FB;
		box-shadow: 0 0 0 5px #D7E9FB;
	}
}
a
{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
*
{
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus
{
	outline: none;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button
{
	-webkit-appearance: none;
}
body, html
{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	width: 100%;
	background-color: #DDDDDD;
	overflow-x: hidden;
}
/*--- Top*/
#Top
{
	color: #012242;
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	font-size: 0px;
	height: 110px;
}
#Top .Alert
{
	background-color: #F26E55;
	text-align: center;
	font-size: 16px;
	padding: 5px 0px;
	color: #FFFFFF;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	z-index: 1;
	/*display: none;*/
}
#Top .CTop
{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#Top .CTop .Logo
{
	background: url("../img/src/LogoNew.png") center / 150px no-repeat border-box padding-box #FFFFFF;
	padding: 75px;
	margin-left: 50px;
	margin-top: 50px;
	position: absolute;
	left: -22px;
	/*+border-radius: 95px;*/
	-moz-border-radius: 95px;
	-webkit-border-radius: 95px;
	-khtml-border-radius: 95px;
	border-radius: 95px;
}
#Top .CTop .Menu
{
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	flex: 1;
	margin-right: 30px;
	text-transform: uppercase;
}
#Top .CTop .Menu .MenuLst
{
}
#Top .CTop .Menu .MenuLst .Itm
{
	display: inline-block;
	padding: 0 40px;
	/*+transition: 0.2s all;*/
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
	cursor: pointer;
}
#Top .CTop .Menu .MenuLst .Itm:hover
{
	color: #95C5F5;
}
#Top .CTop .Menu .MenuLst .Itm.Act
{
	color: #55A3F1;
}
#Top .CTop .Menu .MenuLst .Itm:nth-child(even)
{
	border: 1px dashed #55A3F1;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
}
#Top:before
{
	content: '';
	background: url("../img/src/wave.png") -50px 0 / auto repeat-x border-box padding-box;
	height: 32px;
	position: absolute;
	bottom: -32px;
	left: 0;
	right: 0;
}
/*--- Slider*/
#Slider
{
	position: relative;
	z-index: 5;
	height: 700px;
	background-color: #0684FF;
}
#Slider .S_Itm:before
{
	content: '';
	opacity: 0.6;
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #CBD7D7;
	z-index: 5;
}
#Slider .S_Itm
{
	position: absolute;
	z-index: 10;
	background: url("../img/slides/s1.jpg") center / cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
#Slider .S_Itm .CInfo
{
	text-align: center;
	position: absolute;
	bottom: -80px;
	left: 50%;
	/*+transform: translateX(-50%);*/
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 600px;
	width: 600px;
	background-color: #FFFFFF;
	/*+border-radius: 350px;*/
	-moz-border-radius: 350px;
	-webkit-border-radius: 350px;
	-khtml-border-radius: 350px;
	border-radius: 350px;
	z-index: 10;
	display: flex;
	justify-content: center;
	flex-flow: column;
	font-weight: bold;
	color: #0C4884;
	/*overflow: hidden;*/
	padding: 25px 40px 50px 40px;
}
#Slider .S_Itm .CInfo:before
{
	content: '';
	position: absolute;
	right: -150px;
	transform: rotate(50deg);
	bottom: 90px;
	background: url("../img/src/b1.png") 0 0 / contain no-repeat border-box padding-box;
	width: 60px;
	height: 190px;
}
#Slider .S_Itm .CInfo:after
{
	content: '';
	position: absolute;
	left: -30px;
	top: 30%;
	background-color: #FFE36D;
	/*+border-radius: 40px;*/
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	padding: 10px;
}
#Slider .S_Itm .CInfo .T1
{
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Londrina Solid';
	line-height: 1;
	color: #55A3F1;
}
#Slider .S_Itm .CInfo .T1:before
{
	content: '';
	position: absolute;
	right: 5%;
	top: 20%;
	background-color: #CAEAE9;
	/*+border-radius: 40px;*/
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	padding: 15px;
}
#Slider .S_Itm .CInfo .T2
{
	font-size: 42px;
	line-height: 1;
}
#Slider .S_Itm .CInfo .T3
{
	padding: 10px;
	margin-top: 15px;
}
#Slider .S_Itm .CInfo .Btn
{
	padding: 8px 25px;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #55A3F1;
	color: #FFFFFF;
	font-size: 16px;
}
#Slider .S_Itm .CInfo .Ele
{
	position: absolute;
	padding: 70px;
}
#Slider .S_Itm .CInfo .El1
{
	background: url("../img/src/k3.png") center / contain no-repeat border-box padding-box;
	top: 35px;
	left: 50%;
	/*+transform: translateX(-50%);*/
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 80px;
}
#Slider .S_Itm .CInfo .El2
{
	background: url("../img/src/k2.png") center / contain no-repeat border-box padding-box;
	bottom: 110px;
	left: 30%;
	padding: 45px;
}
#Slider .S_Itm .CInfo .El3
{
	background: url("../img/src/k1.png") center / contain no-repeat border-box padding-box;
	bottom: 140px;
	right: 30%;
	padding: 40px;
}
#Slider:after
{
	content: '';
	z-index: 15;
	background: url("../img/src/b2.png") 85% / auto no-repeat border-box padding-box;
	height: 109px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: rotate(180deg);
}
#Admision
{
	position: absolute;
	top: -25px;
	right: -70px;
	font-size: 23px;
	color: #FFFFFF;
	z-index: 100;
	/*+border-radius: 500px;*/
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	-khtml-border-radius: 500px;
	border-radius: 500px;
	text-align: center;
	width: 180px;
	height: 180px;
	background-color: #55A3F1;
	animation: bounce 3s ease-in-out infinite alternate none running;
	/*+box-shadow: 0 0 0 0px #D7E9FB;*/
	-moz-box-shadow: 0 0 0 0px #D7E9FB;
	-webkit-box-shadow: 0 0 0 0px #D7E9FB;
	box-shadow: 0 0 0 0px #D7E9FB;
	transition: 0.2s all;
	border: 0px dashed #FFFFFF;
}
#Admision span
{
	border: 2px dashed #FFFFFF;
	display: block;
	/*+border-radius: 200px;*/
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-khtml-border-radius: 200px;
	border-radius: 200px;
	width: 165px;
	height: 165px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding-top: 32px;
	font-weight: normal;
}
#Admision:after
{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	/*+border-radius: 50px;*/
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	padding: 10px;
	background-color: #CBE5FF;
}
#Admision:hover
{
	background-color: #73B3F3;
	border: 2px solid #FFFFFF;
}
/*--- Info*/
#Info
{
	position: relative;
	z-index: 5;
	background-color: #FFFFFF;
	padding-top: 100px;
	color: #093B7B;
	padding-bottom: 85px;
}
#Info:before
{
	content: '';
	background: url("../img/src/line1.png") right / contain no-repeat border-box padding-box;
	position: absolute;
	top: -5px;
	right: -84px;
	width: 230px;
	opacity: 0.4;
	height: 440px;
}
#Info:after
{
	content: '';
	background: url("../img/src/line3.png") 16px 2px / contain no-repeat border-box padding-box;
	position: absolute;
	bottom: 0;
	left: -100px;
	opacity: 0.4;
	height: 440px;
	width: 300px;
}
#Info .Sec
{
	margin: 0 auto;
	padding-bottom: 190px;
	position: relative;
	font-weight: 600;
	padding-right: 450px;
	/*background-color: #F6FBFF;*/
}
#Info .Sec .Title
{
	font-weight: bold;
	font-family: 'Londrina Solid';
	font-size: 36px;
}
#Info .Sec .Img
{
	position: absolute;
	top: -60px;
	right: 20px;
	width: 300px;
	/*+border-radius: 300px;*/
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	-khtml-border-radius: 300px;
	border-radius: 300px;
	height: 300px;
	/*+box-shadow: 10px 3px;*/
	-moz-box-shadow: 10px 3px;
	-webkit-box-shadow: 10px 3px;
	box-shadow: 10px 3px;
}
#Info .Sec .Img:after
{
	content: '';
	position: absolute;
	right: -100px;
	bottom: -60px;
	background: url("../img/src/k14.png") center / contain no-repeat;
	padding: 25px;
	width: 0px;
	height: 0px;
}
#Info .Sec .Img:before
{
	content: '';
	position: absolute;
	right: -200px;
	bottom: 140px;
	background: url("../img/src/k16.png") center / contain no-repeat;
	padding: 25px;
	width: 0px;
	height: 0px;
}
#Info .Sec.In2, #Info .Sec.In4
{
	padding-right: 0;
	padding-left: 450px;
}
#Info .Sec.In1 .Img
{
	background: url("../img/fotos/IMG_2775.JPEG") center / cover;
}
#Info .Sec.In2 .Img
{
	right: auto;
	left: 20px;
	/*+box-shadow: -10px 3px;*/
	-moz-box-shadow: -10px 3px;
	-webkit-box-shadow: -10px 3px;
	box-shadow: -10px 3px;
	background: url("../img/fotos/P1.jpg") 40% 20% / 120%;
	
}
#Info .Sec.In3 .Img
{
	background: url("../img/fotos/P2.2.jpg") center / cover;
}
#Info .Sec.In4 .Img
{
	right: auto;
	left: 20px;
	/*+box-shadow: -10px 3px;*/
	-moz-box-shadow: -10px 3px;
	-webkit-box-shadow: -10px 3px;
	box-shadow: -10px 3px;
	background: url("../img/fotos/P3.jpg") center / cover;
}
#Info .Sec.In1
{
	color: #3972C4;
}
#Info .Sec.In2
{
	color: #449030;
}
#Info .Sec.In3
{
	color: #8960C5;
}
#Info .Sec.In4
{
	color: #3096A5;
}
#Info .Sec.In2 .Img:after
{
	left: -50px;
	background: url("../img/src/k15.png") center / contain no-repeat;
	padding: 21px;
}
#Info .Sec.In2 .Img:before
{
	left: -180px;
	background: url("../img/src/k13.png") center / contain no-repeat;
	padding: 26px;
}
#Info .Sec.In3 .Img:after
{
	background: url("../img/src/k11.png") center / contain no-repeat;
	padding: 39px;
	right: -100px;
}
#Info .Sec.In3 .Img:before
{
	background: url("../img/src/k1.png") center / contain no-repeat;
	right: -200px;
	top: 50px;
	padding: 35px;
}
#Info .Sec.In4 .Img:after
{
	left: -100px;
	bottom: -150px;
	background: url("../img/src/k8.png") center / contain no-repeat;
	padding: 60px;
}
#Info .Sec.In4 .Img:before
{
	left: -200px;
	background: url("../img/src/k4.png") center / contain no-repeat;
	padding: 30px;
}
#Info p
{
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	position: relative;
	z-index: 10;
}
#Info .ETop
{
	content: '';
	z-index: 15;
	background: url("../img/src/wave-r.png") -50px 0 / auto repeat-x border-box padding-box;
	height: 32px;
	position: absolute;
	width: 100%;
	top: -30px;
}
#Info .EDum
{
	position: relative;
	z-index: -1;
}
#Info .EDum:after
{
	content: '';
	position: absolute;
	right: 0;
	/*background: url("../img/src/k8.png") center / contain no-repeat;*/
	padding: 60px;
	opacity: 0.4;
}
#Info .EDum:before
{
	content: '';
	position: absolute;
	left: 0;
	/*background: url("../img/src/k4.png") center / contain no-repeat;*/
	padding: 30px;
	opacity: 0.4;
}
#Info .EDum.El4:after
{
	right: -400px;
	top: -330px;
	background: url("../img/src/line1.png") 16px 2px / contain no-repeat border-box padding-box;
	padding: 200px;
}
#Info .EDum.El4:before
{
	right: -200px;
	left: auto;
	top: 290px;
	padding: 25px;
	background: url("../img/src/k15.png") center / contain no-repeat;
	opacity: 1;
}
#Info .EDum.El3:after
{
	left: -48px;
	right: auto;
	top: -510px;
	background: url("../img/src/line3.png") 16px 2px / contain no-repeat border-box padding-box;
	padding: 255px;
}
#Info .EDum.El1:after
{
	left: -120px;
	right: auto;
	top: -75px;
	padding: 25px;
	background: url("../img/src/k15.png") center / contain no-repeat;
	opacity: 1;
}
#Info .TabMenu
{
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	z-index: 50;
	/*background: url("../img/src/Sep.png") 50% 95% / 250px no-repeat border-box padding-box #FFFFFF;*/
	/*padding-bottom: 30px;*/
	width: 1250px;
	margin: -55px auto 20px;
	/*+border-radius: 15px;*/
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}
#Info .TabMenu .TabItm
{
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	width: 300px;
	vertical-align: middle;
	padding-top: 30px;
	cursor: pointer;
	position: relative;
	opacity: 0.6;
	transition: 0.2s all;
	/*padding-bottom: 30px;*/
}
#Info .TabMenu .TabItm.Act
{
	transform: scale(1.1);
	opacity: 1;
}
#Info .TabMenu .TabItm.Act .Ico:after
{
	opacity: 1;
	transform: rotate(460deg);
}
#Info .TabMenu .TabItm:after
{
	content: '';
	position: absolute;
	right: -2px;
	top: 35%;
	padding: 4px;
	background-color: #7FB2E5;
	opacity: 0.5;
	/*+border-radius: 100px;*/
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
}
#Info .TabMenu .TabItm:nth-child(4):after
{
	display: none;
}
#Info .TabMenu .TabItm .Nom
{
	height: 45px;
	font-size: 14px;
	width: 130px;
	margin: 10px auto 0;
}
#Info .TabMenu .TabItm .Ico
{
	padding: 30px;
	position: relative;
	width: 65px;
	margin: 0 auto;
}
#Info .TabMenu .TabItm .Ico:after
{
	content: '';
	position: absolute;
	padding: 40px;
	top: -20px;
	left: -15px;
	transform: rotate(290deg);
	background: url("../img/src/BackMen.png") center / contain no-repeat border-box padding-box;
	z-index: -1;
	opacity: 0;
	transition: 0.2s all;
}
#Info .TabMenu .TabItm:hover
{
	opacity: 1;
	transform: scale(1.1);
}
#Info .TabMenu .TabItm:hover .Ico:after
{
	opacity: 1;
	transform: rotate(460deg);
}
#Info .TabMenu .TabItm:nth-child(1) .Ico
{
	background: url("../img/src/Ele-05.png") center / contain no-repeat border-box padding-box;
}
#Info .TabMenu .TabItm:nth-child(2) .Ico
{
	background: url("../img/src/Ele-04.png") center / contain no-repeat border-box padding-box;
}
#Info .TabMenu .TabItm:nth-child(3) .Ico
{
	background: url("../img/src/Ele-06.png") center / 60px no-repeat border-box padding-box;
}
#Info .TabMenu .TabItm:nth-child(4) .Ico
{
	background: url("../img/src/Ele-03.png") center / contain no-repeat border-box padding-box;
}
#Info .Tabs
{
	padding-top: 120px;
	margin: 0 auto;
	width: 85%;
	max-width: 1200px;
	/*background-color: #F6FBFF;*/
	padding-right: 50px;
	padding-left: 50px;
	/*+box-shadow: 0 0 50px 20px rgba(216, 235, 255, 0.3);*/
	-moz-box-shadow: 0 0 50px 20px rgba(216, 235, 255, 0.3);
	-webkit-box-shadow: 0 0 50px 20px rgba(216, 235, 255, 0.3);
	box-shadow: 0 0 50px 20px rgba(216, 235, 255, 0.3);
	/*+border-radius: 15px;*/
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	background-color: #FFFFFF;
	/*border-top: 2px solid #AEC8E8;*/
	background: url("../img/src/Sep.png") 50% 20px / 250px no-repeat border-box padding-box #FFFFFF;
}
#Info .Tb2 .Sec
{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
}
#Info .Tb2 .Sec .Img
{
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*+box-shadow: 0 0;*/
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	opacity: 0.8;
	width: 400px;
	height: auto;
}
#Info .Tb2 .Sec .Img:before
{
	right: -122px;
}
#Info .Tb2 .Sec .Img.Left:after
{
	left: -75px;
	right: auto;
}
#Info .Tb2 .Sec .Img.Left:before
{
	left: -120px;
	right: auto;
}
#Info .Tb2 .Sec .Txt1
{
	padding-right: 430px;
	margin-bottom: 40px;
	position: relative;
}
#Info .Tb2 .Sec .Txt1 .Img
{
	right: 0;
	top: 0;
	bottom: 0;
	background: url("../img/fotos/salasensorial.jpg") center / cover no-repeat #FFFFFF;
}
#Info .Tb2 .Sec .Txt2
{
	padding-left: 430px;
	margin-bottom: 40px;
	position: relative;
}
#Info .Tb2 .Sec .Txt2 .Img
{
	left: 0;
	top: 0;
	bottom: 0;
	height: auto;
	background: url("../img/fotos/Col1.jpg") center / cover no-repeat #FFFFFF;
}
#Info .Tb2 .Sec .Txt3
{
	position: relative;
}
#Info .Tb2 .Sec .Txt3 .TxtMid
{
	display: inline-block;
	width: 50%;
	margin-right: -4px;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 25px;
}
#Info .Tb2 .Sec .Txt3 .Img
{
	height: 500px;
	width: 100%;
	position: relative;
	background: url("../img/fotos/Equipo_2024.jpg") center bottom / cover no-repeat #FFFFFF;
	margin-top: 30px;
}
#Info .Tb2 .Sec .DivSecImg
{
	height: 250px;
	background: url("../img/fotos/IMG_2759.JPEG") 0px -200px / cover no-repeat #FFFFFF;
	opacity: 0.8;
	position: relative;
	margin-bottom: 50px;
	display: flex;
}
#Info .Tb2 .Sec .DivSecImg:before
{
	background: url("../img/src/wave.png") center / 30px repeat-x;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 6px;
	z-index: 100;
}
#Info .Tb2 .Sec .DivSecImg:after
{
	background: url("../img/src/wave-r.png") center / 30px repeat-x;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	z-index: 100;
}
#Info .Tb2 .Sec .DivSecImg img
{
	flex: 1;
}
#Info .Tb2 .Sec .Dvs1 img:nth-child(1)
{
	background: url("../img/fotos/IMG_2787.JPEG") center / cover no-repeat #FFFFFF;
}
#Info .Tb2 .Sec .Dvs1 img:nth-child(2)
{
	background: url("../img/fotos/IMG_2778.JPEG") center 60% / cover no-repeat #FFFFFF;
	flex: 40%;
}
#Info .Tb2 .Sec .Dvs2 img:nth-child(1)
{
	/*background: url("../img/fotos/Fonoaudiologa.jpg") center top / cover no-repeat #FFFFFF;*/
	background: url("../img/fotos/Col5.jpg") center top / cover no-repeat #FFFFFF;
}
#Info .Tb2 .Sec .Dvs2 img:nth-child(2)
{
	flex: 50%;
	/*background: url("../img/fotos/juegoMMe.jpg") center top / cover no-repeat #FFFFFF;*/
	background: url("../img/fotos/Col2.jpg") center / cover no-repeat #FFFFFF;
}
#Info .Tb2 .Sec .Dvs2 img:nth-child(3)
{
	/*background: url("../img/fotos/IMG-20231028-WA0009.jpg") center top / cover no-repeat #FFFFFF;*/
	background: url("../img/fotos/Col6.jpg") center top / cover no-repeat #FFFFFF;
}
/*display: /*--- Footer*/
#Footer
{
	position: relative;
	z-index: 10;
	background-color: #E4DCFB;
	padding-top: 40px;
	display: flex;
	padding-left: 40px;
	padding-right: 200px;
	color: #422A85;
	padding-bottom: 50px;
	overflow: hidden;
}
#Footer .Col
{
	flex: 1;
	padding: 0 5px;
	position: relative;
	z-index: 5;
	margin-right: 40px;
}
#Footer .Col .Itm
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	cursor: default;
}
#Footer .Col .Itm.Top
{
	font-family: 'Londrina Solid';
	font-weight: normal;
	font-size: 24px;
}
#Footer:before
{
	content: '';
	background: url("../img/src/wave.png") center / auto repeat-x border-box padding-box;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#Footer:after
{
	content: '';
	background: url("../img/src/k9.png") center / contain no-repeat border-box padding-box;
	position: absolute;
	bottom: 25px;
	right: 10px;
	padding: 100px;
	opacity: 0.5;
}
/*-----*/
.swal2-modal
{
	background-color: #FFFFFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.swal2-modal #swal2-title
{
	font-family: 'Londrina Solid';
	font-weight: normal;
	font-size: 40px;
	margin-top: 0;
	padding: 25px 0px 50px;
	background-color: #E4DCFB;
	color: #422A85;
	position: relative;
	margin-bottom: -5px;
}
.swal2-modal #swal2-title:before
{
	content: '';
	background: url("../img/src/wave-r.png") center / auto repeat-x border-box padding-box;
	height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.swal2-modal .swal2-html-container .CModal
{
	box-shadow: 0 0 15px 0 rgba(227, 219, 250, 0.3);
	margin: 20px 15px;
	/*+border-radius: 20px;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding: 30px;
}
.swal2-modal .swal2-html-container .CModal .CMSep
{
	background: url("../img/src/Sep.png") 50% 20px / 250px no-repeat border-box padding-box #FFFFFF;
	height: 55px;
}
.swal2-modal .swal2-html-container .CModal .ModBtnes a:nth-child(1) button
{
	--knopf-hue: 188;
	--knopf-saturation: 55%;
	--knopf-luminosity: 52%;
	width: 80%;
}
.swal2-modal .swal2-html-container .CModal .ModBtnes a:nth-child(2) button
{
	--knopf-hue: 264;
	--knopf-saturation: 47%;
	--knopf-luminosity: 57%;
	width: 80%;
	margin-top: 10px;
}
.swal2-modal .swal2-html-container .CModal .CModalGrid
{
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.swal2-modal .swal2-html-container .CModal .CModalCard
{
	flex: 1 1 260px;
	background-color: #F7F3FF;
	border: 1px solid #E4DCFB;
	border-radius: 14px;
	padding: 16px;
	box-shadow: 0 6px 20px rgba(66, 40, 133, 0.08);
}
.swal2-modal .swal2-html-container .CModal .CModalCardTitle
{
	font-weight: 700;
	color: #422A85;
	margin-bottom: 6px;
}
.swal2-modal .swal2-html-container .CModal .CModalCard .ModBtnes
{
	margin-top: 10px;
}
