@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400.700');
body, html{
	height: 100%;
	/*background: #1e87f0;
	background: url(../images/background-shapes1.png) 50% 17vh no-repeat,linear-gradient(to left top, #1e87f0, #1e87f0) 0 0 no-repeat*/
}
.uk-background-primary{
	background: url(../images/background-shapes1.png) 50% 5vh no-repeat,linear-gradient(to left top, #1e87f0, #1e87f0) 0 0 no-repeat
}
.full{
	height: 100%;
}
.h1-white{
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 5em;
	font-weight: 100;
	margin-top:25%;
}

.padding{
	padding-right: 70px;
    padding-left: 70px;
}

.btn-acessar{
    background: #fff;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 400;
    transition: all linear 0.2s;
}

.btn-acessar:hover,.btn-acessar:focus,.btn-acessar:active{
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px 0px #444444;
}

.inline-form{
	display: block !important;
}

.eye-p{
	pointer-events: all !important;
	cursor:pointer;
}

.background-menu{
	background:#1e87f0;
	color: #fff
}

.uk-logo{
	color: #fff !important
}

.uk-navbar-nav>li>a{
	color: #fff !important;
	transition: linear 0.2s;
}

.uk-navbar-nav>li>a:hover{
	background: #1f7bd6 !important;
}

.uk-search-large{
	text-align: center;
	width: 100% !important;
}

.uk-search-large>label{
	font-size: 2em;
    bottom: 50px;
    position: relative;
}

.uk-search-large>.btn-search-n{
    top: 50px;
    position: relative;
    border-radius: 50px;
}

.uk-search-large .uk-search-input{
    border-bottom: 2px solid #999999;
    color: #999;
}

.m-mobile{
	display: none;
}

.m-mobile>a{
    color: #fff;
}

.nav-mobile>li>a{
	font-size: 18px;
    padding: 12px 0;
}

.sair-mobile{
	color: #Fff !important;
}

.sair-mobile>span{
	margin-left: 20px;
}

.uk-container-small-s{
	max-width: 650px !important;
}

.dataTables_length>label{
	padding: 0 0 30px 0 !important;
}

.div-footer{
	padding: 60px 0;
    text-align: center;
}

.txt-footer{
	color: #dadada;
    border-bottom: 2px solid #ececec;
    font-size: 2em;
}

@media (max-width: 1400px){
	.h1-white{
		font-size: 3.5em;
	}
}

@media (max-width: 991px){
	.m-df{
		display: none;
	}
	.m-mobile{
		display: block
	}
}

@media (max-width: 600px){
	.h1-white{
		font-size: 2em;
	}
	.padding{
		padding-right: 40px;
	    padding-left: 40px;
	}
}