.color1{
	background-color: #3f827b;
}

.bg1{
	background-image: url(../img/bg_01.jpg);
	background-position: center;
}

@media screen and (min-width:969px){
	.h_100vh{
		height: 100vh;
		width: 100%;
	
	}
	.color div:nth-child(2){
		margin: 0px;
		padding: 0px;
		padding-left: 15px;
	}

	.bg1{
		background-image: url(../img/bg_01.jpg);
		background-position: center;
	}

}


.white{
	max-width: 1000px;
}

.white p{
	color:#f4f5f9;
	font-size: 40px;
	font-weight: 100;
	margin-bottom: 0px;
	line-height: 45px;
}

.white h1{
	margin-top: 10px;
	color:#f4f5f9;
	font-weight: 700;
	font-size: 33px;
}

.botao{
	background-color: #f9ff01;
	color:#000;
	padding: 7px 25px;
	font-weight: 900;
}

.botao:hover{
	background-color: #f9ff01;
	color:#000;
	padding: 7px 25px;
	font-weight: 900;
}

.link a, .link{
	color:#fdd;
	
}

.sublime{
	text-decoration: underline;
}

.sublime:hover{
	text-decoration: underline;
	color:#fff;
}

.acessar::after{
	content: "|";
	position: absolute;
	width: 50px;
	height: 4px;
	margin-left: 25px;
	margin-top: -25px;
}


.title-modal{
	color:#fff;
	font-weight: 900;
	font-size: 18px;
}

.uk-modal-dialog{
	background-image: linear-gradient(to right, #bf1959, #b312c2);
	color:#fff;
}

.uk-button-default{
	color:#fff;
}

.uk-button-default:hover{
	color:#fff;
	border: 1px solid #fff;
}

.uk-button-primary{
	background-color:#f9ff01;
	color:#000;
	font-weight: 900;
}

.uk-button-primary:hover{
	background-color:#f9ff01;
	color:#000;
}

@media screen and (max-width:969px){
	.uk-padding-large{
		padding: 0px 0px 50px 30px;
	}

	.uk-padding-large img{
		width: 250px;
	}
}