@charset "UTF-8";

*{
	box-sizing: border-box;
}
html{
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}
body{
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
header{
	width: 100%;
	background: url('header.jpg') fixed;
	background-size: 100% 100%;
	background-position: 100%;
	text-align: center;
	color: white;
	padding: 80px;
}
header img{
	width: 200px;
}
header h1{
	font-size: 52px;
	margin-top: 40px;
}
section{
	padding: 80px;
	text-align: center;
	overflow: hidden;
}
section h2{
	color:#2368AD;
	font-size: 41px;
	margin-bottom: 80px;
}
header button{
	color:white;
	background: #2368AD;
	padding: 10px 30px;
	letter-spacing: 1px;
	font-size: 21px;
	border:none;
	border-radius: 12px;
}
header button:active{
	color: none;
	background: #0D6328;
}
header button:focus{
	outline:none;
}
.box{
	width: 33%;
	float: left;
}
.box_img{
	width: 100%;
}
.box_img img{
	width: 60%;
	margin: auto;
}
.box h5{
	color:#0D6328;
	font-size: 28px;
}
#mision{
	background-color: #E5E5E5;
}
.mis{
	width: 50%;
	float: left;
	color:black;
	font-size: 16px;
	text-align: justify;
	line-height: 40px;
	padding: 20px;
}
.mis img{
	width: 100%;
}
form{
	width: 50%;
	margin: auto;
}
form input,textarea{
	width: 100%;
	margin-top: 30px;
	padding: 20px;
	font-size: 14px;
	text-align: center;
}
form input{
	border:none;
	border-bottom: #0D6328 solid 1px;
}
form textarea{
	border:#0D6328 solid 1px;
	height: 150px;
}
form input[type="submit"]{
	background: #2368AD;
	color:white;
	padding: 15px 60px;
	width: auto;
	font-size: 21px;
}
form input:focus,form textarea:focus{
	outline: none;
}
footer{
	width: 100%;
	background:#1B4D77;
	padding: 20px;
	color:white;
	overflow: hidden;
}
.foot{
	width: 33%;
	float: left;
}
.foot img{
	width: 80px;
}
.foot a{
	color:white;
	text-decoration: none;
	cursor: pointer;
}
.center{
	text-align: center;
}
.rigth{
	text-align: center;
}
.insp{
	text-align: justify;
	text-align-last: center;
	width: 100%;
	padding:5px;
}
@media (min-width: 769px) and (max-width: 1040px){
	header{
		background-size: 120% 100%;
	}
}
@media (min-width: 0px) and (max-width: 768px){
	header{
		padding: 40px 0 40px 0;
		background-size: 240% 100%;
	}
	header h1{
		font-size: 42px;
	}
	.box{
		width: 100% !important;
	}
	.mis{
		width: 100%;
		text-align: justify;
		padding: 0;
	}
	form{
		width: 90%;
	}
	.foot{
		width: 100%;
		text-align: center;
	}
	.foot img{
		width: 120px;
	}
	section{
		padding: 20px;
	}
	section h2{
		margin-bottom: 20px;
		font-size: 21px;
	}
}