/*
Azul = 3e4095
Amarelo = fff212
Cinza = 7e7e7e
*/

/* Navbar */
._navbar-brand{
	height: 60px;
	margin: 20px 0px;
}
.navbar-link{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	background-color: #3e4095;
}

/* Home - Slider */
.slider-img{
	height: 500px;
}

/* Home - Section */
.background-body{
	background-image: url(../image/body.png);
}
.home-margin{
	padding: 70px 0px;
}
.home-title{
	font-family: 'Kanit', sans-serif;
	font-size: 42px;
	color: #fff212;
	margin: 0px 0px 50px 0px;
	background-color: #3e4095;
	border-bottom: 5px solid #fff212;
	padding: 10px;
	/*text-shadow: 3px 3px #fff212;*/
}
.home-text{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #7e7e7e
	margin: 0px 0px;
	text-align: justify;
}
.home-title-cursos{
	font-family: 'Kanit', sans-serif;
	font-size: 24px;
	color: #fff212;
	margin: 0px 0px 50px 0px;
	padding: 10px;
	background-color: #3e4095;
	border-bottom: 5px solid #fff212;
}
.home-text-cursos{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #7e7e7e;
	background-color: #fff;
	margin: 0px 0px;
	padding: 30px 30px 30px 30px;
	text-align: justify;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 10px #888888;
}
.home-button-cursos{
	background-color: #3e4095;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
}
.home-button-cursos:hover{
	color: #fff212;
}
.home-row-1{
	padding: 20px 0px;
}
.home-parallax {
	/* The image used */
	background-image: url("../image/img-parallax.png");

	/* Set a specific height */
	min-height: 450px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Treinamento */
.treina-title {
	font-family: 'Kanit', sans-serif;
	font-size: 36px;
	color: #266281;
	text-align: center;
	/*margin-bottom: 70px;*/
}
.treina-title-menor {
	font-family: 'Kanit', sans-serif;
	font-size: 28px;
	color: #266281;
	text-align: center;
	/*margin-bottom: 70px;*/
}
.treina-curso {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #266281;
	text-align: center;
	margin: 10px 0px;
}
.treina-horas {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #266281;
	margin: 10px 0px;
}
.span-mod-on {
	font-family: 'Kanit', sans-serif;
	font-size: 14px;
	color: #fff212;
	background: #3e4095;
	padding: 1px;
	margin-top: 10px;
	border-radius: 5px;
	text-align: center;
}
.span-mod-pre {
	font-family: 'Kanit', sans-serif;
	font-size: 14px;
	color: #3e4095;
	background: #fff212;
	padding: 1px;
	margin-top: 10px;
	border-radius: 5px;
	text-align: center;
}

/* Cursos */
.cursos-titles {
	font-family: 'Kanit', sans-serif;
	font-size: 32px;
}
.cursos-text {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #7e7e7e
	margin: 0px 0px;
	text-align: justify;
}
.cursos-li {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin: 0px 0px;
	text-align: justify;
}

/* Contato */
.contato-title{
	font-family: 'Kanit', sans-serif;
	font-size: 42px;
	color: #fff212;
	margin: 110px 0px 50px 0px;
	background-color: #3e4095;
	border-bottom: 5px solid #fff212;
	padding: 10px;
	/*text-shadow: 3px 3px #fff212;*/
}
.contato-sub-title{
	font-family: 'Kanit', sans-serif;
	font-size: 42px;
	color: #3e4095;
}
.contato-text{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #7e7e7e;
}
.contato-input{
	margin: 10px;
	border: 1px solid #3e4095;
}
.contato-submit{
	width: 100%
	color: #fff;
	border: 2px solid #3e4095;
	margin: 10px 0px 10px 10px;
}
.contato-title-img{
	margin-bottom: 40px;
}

/* Footer */
.background-footer{
	background-image: url(../image/footer.png);
	padding: 30px;
	margin-top: 50px;
}
.text-uppercase{
	font-family: 'Kanit', sans-serif;
	font-size: 42px;
	color: #fff;
	margin: 35px 0px 25px 0px;
}
.footer-text{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #fff;
}
.footer-dcg{
	color: #3e4095;
	font-weight: bold;
}

@media (max-width: 720px) {

._navbar-brand{
	height: 40px;
	margin: 20px 0px;
}

	.slider-img{
		height: 300px;
	}

	.home-title{
		font-family: 'Kanit', sans-serif;
		font-size: 32px;
		color: #fff212;
		margin: 0px 0px 50px 0px;
		background-color: #3e4095;
		border-bottom: 5px solid #fff212;
		padding: 10px 30px 10px 30px;
	}

	.home-text{
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		color: #7e7e7e
		margin: 0px 0px;
		padding: 10px 30px 10px 30px;
		text-align: justify;
	}

	.content-visible{
		width: 100%;
	}
}