@import url('https://fonts.googleapis.com/css2?family=Lato&family=Odibee+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&family=Quicksand:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Yanone+Kaffeesatz:wght@600&display=swap');


:root {

	/*///// Variables /////*/

	/* Width */
	--width-container-body: 90%;
	--widht-gbl-pross: 60%;
	--widht-ctn-insc: 100%;

	/* Height	 */
	--banner-heigth: 165px;
	--banner-heigth-two: 165px;
	--height-process: 35px;

	/* Margin */
	--margin-banner: 0;
	--margin-body-left: auto;
	--margin-body-right: auto;
	--margin-body-general: 0;
	--margin-bottom: 20px;
	--margin-ctn-ins: 30px auto;

	/* Padding */
	--padding-text: 0;

	/*float*/
	--float-container-body: none;

	/*Font Sizes*/
	--size-icons: 25px;
	--size-text: 0.9em;
	--size-text-two: 1.2em;
	--size-text-trhee: 1em;
	--size-text-four: auto;
	--display-ctn-dts: block;
}

* {
	margin: 0;
	padding: 0;
}

.banner__ins {
	width: 100%;
	height: var(--banner-heigth);
	object-fit: cover;

}

.banner__imagen {
	filter: brightness(75%);
	width: 100%;
	height: var(--banner-heigth-two);
	object-fit: cover;
	margin-top: var(--margin-banner);
}

.container-body {
	margin-left: var(--margin-body-left);
	margin-right: var(--margin-body-right);
	margin-bottom: var(--margin-bottom);
	float: var(--float-container-body);
	width: var(--width-container-body);

}

.ctn-tlt {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 4px #008080 double;
}

.ctn-global-process {
	width: var(--widht-gbl-pross);
	display: block;
	margin: var(--margin-ctn-ins);
}

.title-ins {
	display: inline-block;
	font-size: var(--size-text-two);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #015478;
	font-weight: 700;
	line-height: 2;
	margin: 0;
}

.dsc-prs {
	margin: 20px auto;
	background-color: rgba(145, 144, 144, 0.483);
	padding: 10px;
	border-radius: 5px;
}

.text-prs {
	font-family: KoHo, sans-serif;
	font-weight: 800;
	font-size: var(--size-text-four);
}

.tilte-prs-adm {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #015478;
}

.text-prs-adm {
	color: #fff;
	font-weight: 600;
	font-size: var(--size-text-trhee);
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.ctn-pss {
	width: 100%;
	height: auto;
	display: inline-flex;
	border-top: 1px #015478 solid;
}

.ctn-process__header {
	width: 100%;
	height: var(--height-process);
	display: flex;
	justify-content: center;
	border-top: 2px solid #015478;
	border-left: 2px solid #015478;
	border-right: 2px solid #015478;
	border-bottom: 2px solid #015478;
	padding: 3px;
	cursor: pointer;

}

.md-prs {
	color: #3184ae;
	display: inline-block;
	position: relative;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	font-size: var(--size-icons)
}

.text-header {
	display: block;
	width: 70%;
	margin: 0px 20px 0 10px;
	font-size: var(--size-text-two);
	padding: var(--padding-text);
	text-align: center;
	color: #FF9B42;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

.ctn-process__content {
	display: none;
	padding: 5px;
	border-right: 2px #015478 solid;
	border-left: 2px #015478 solid;
	border-bottom: 1px #015478 solid;
	background-color: #fff;
}

.btn-ins {
	text-decoration: none;
	color: #015478;
	background-color: rgba(245, 245, 245, 0.483);
	border-radius: 5px;
	padding: 0 10px;
	font-weight: bolder;
	text-align: center;
}

.btn-ins:hover {
	background-color: #015478;
	color: #fff;
}

.ctn-text-pss {
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-pss {
	font-size: var(--size-text);
	font-family: 'Noto Sans JP', sans-serif;
	color: #015478;
	font-weight: bolder;
}

.ctn-insc {
	width: var(--widht-ctn-insc);
	margin: var(--margin-ctn-ins);
	height: 150px;
	/* background: linear-gradient(150deg, #3489c6, #29628a, #3489c6, #29628a, #3489c6); */
	background-color: #f5f5f5e9;
	border-radius: 10px;
	box-shadow: 4px 3px 9px rgba(0, 0, 0, 0.455);
	border: 1px solid rgba(208, 208, 208, 0.877);
	text-align: center;
	padding: 20px;
}

.text-ins1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.5em;
	color: #015478;
}

.ctn-btn-ins {
	margin: 15px;
	display: inline-block;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid rgba(208, 208, 208, 0.877);
	background-color: #3370a5;
	animation: pulse 1.5s infinite;
}

@keyframes pulse {
	0% {
		trasnform: scale(.99);
		box-shadow: 0 0 0 0 rgb(194, 194, 194);
	}

	70% {
		trasnform: scale(1);
		box-shadow: 0 0 0 25px rgba(252, 252, 167, 0);
	}

	100% {
		trasnform: scale(.99);
		box-shadow: 0 0 0 0 rgba(252, 252, 167, 0);
	}
}

.ctn-btn-ins:hover {
	background-color: #5089BA;

}

.span-inst a {
	text-decoration: none;
	color: #fff;
	font-family: 'Kanit', sans-serif;
	letter-spacing: 2px;

}

.ctn-process__img {
	width: 90%;
	margin: 10px auto;
	border-radius: 5px;
}

.img-process1 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-top: auto;
}

.img-process2 {
	width: 100%;
	height: 400px;
	object-fit: contain;

}

.img-process3 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-top: auto;
}

.img-process4 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-top: auto;
}

.img-process5 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-top: auto;
}

.img-process6 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-top: auto;
}

.img-process7 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-top: auto;
}

@media screen and (min-width: 414px) {
	:root {
		--size-icons: 40px;
		--height-process: 50px;
		--padding-text: 5px;
		--size-text: 1em;
	}
}

@media screen and (min-width: 480px) {
	:root {
		--size-icons: 45px;
		--height-process: 60px;
		--padding-text: 5px;
		--size-text: 1.2em;
		--size-text-two: 2em;
		--size-text-trhee: 1.5em;
	}
}

@media screen and (min-width: 720px) {
	:root {
		--banner-heigth: 15rem;
		--banner-heigth-two: 15rem;
		--size-text-four: 1.4em;
	}
}

@media screen and (min-width: 768px) {
	:root {
		--banner-heigth: 18rem;
		--banner-heigth-two: 18rem;
	}
}

@media screen and (min-width: 800px) {
	:root {
		--banner-heigth: 20rem;
		--banner-heigth-two: 20rem;
	}
}

@media screen and (min-width: 1024px) {
	:root {
		--banner-heigth: 550px;
		--banner-heigth-two: 400px;
		--margin-banner: 130px;

		--margin-body-left: auto;
		--margin-body-right: auto;
		--width-container-body: 90%;
		--widht-gbl-pross: 50%;
		--margin-ctn-ins: 20px auto;
		--display-ctn-dts: inline-flex;
		--widht-ctn-insc: 25%;


	}
}

@media screen and (min-width: 1366px) {
	:root {

		--margin-banner: 150px;
		--banner-heigth: 550px;
	}

}

@media screen and (min-width: 1440px) {
	:root {
		--margin-banner: 180px;
		--banner-heigth: 580px;
	}
}

@media screen and (min-width: 1600px) {
	:root {
		--margin-banner: 220px;
		--banner-heigth: 620px;
	}
}

@media screen and (min-width: 1900px) {
	:root {
		--margin-banner: 260px;
		--banner-heigth: 660px;
	}
}