*{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
}

.tit-btn{
	display: flex;
}
.tit-btn h3{
	margin-left: 20px;
}
.panel-body .menu{
	display: flex;
	list-style: none;
	width: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.panel-footer a{
	padding: 0 10px 0 10px;
	font-size: 30px;
}
.menu .item-menu{
	width: 20%;
	background: #D8D8D8;
	border-radius: 4px;
	text-align: center;
	margin: 0 40px 40px 0;

}
.menu .item-menu .tit{
	color: #0B96B4;
	height: 100px;
}
.menu .item-menu .tit i{
	font-size: 50px;
}

.menu .item-menu .btn a{
	 color: #fff;
	text-decoration: none;
	background: #0B96B4;
	text-align: center;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 4px;

}

.footer{
	width: 100%;
	display: flex;
	justify-content: center;

}


.btn-upload{
	border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.form-group .oculto{
	display: none;
}
/*Estilos para chexbox*/
.checkbox input[type="checkbox"]{
	display: none;
}
.checkbox label{
	color: #28B463;
	padding: 5px 15px 5px 51px;
	margin: 4px 0;
	display: inline-block;
	position: relative;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.checkbox label:hover{
	background: rgba(40, 180, 99, .3);
}
.checkbox label:before{
	content: '';
	width: 17px;
	height: 17px;
	display: inline-block;
	background: none;
	border: 3px solid #28B463;
	position: absolute;
	left: 17px;
	top: 4px;
	border-radius: 3px;

}
.checkbox input[type="checkbox"]:checked + label{
	padding: 5px 15px;
	background: #28B463;
	border-radius: 3px;
	color: #fff;
}
.checkbox input[type="checkbox"]:checked + label:before{
	display: none;
}

/*Stilo para landing page*/
.reg_visitante{
	left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    position: fixed;
    
}
.modal-content {
    margin: auto;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
}
.land-content{
	 background: url(../images/bg2.jpg) no-repeat center center fixed;
	background-size: 100% 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	overflow: scroll;
	
}
.btn-close{
	position: fixed;
	width: 50px;
	height: 50px;
	right: 50px;
	top: 40px;
}
.btn-close a{
	text-decoration: none;
	font-size: 60px;
	color: #fff;
}
.btn-close a:hover{
	text-decoration: none;
	color: #d8d8d8;
}
.box-landing{
	width: 50%;
	background: #D8D8D8;
	border-radius: 25px;
	display: flex;
	flex-wrap: wrap;
}
.box-landing .img-horizonatl{
	width: 100%;
}
.img-horizonatl img{
	width: 100%;
	border-radius: 25px;
}
.box-landing .col-01{
	width: 40%;
	padding: 20px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.help-block{
	color: #ff0000;
}
.col-01 .img-log{
	width: 100%;
}
.col-01 .img-log img{
	width: 100%;
}
.col-01 .info-prev{
	text-align: center;
	margin-top: 20px;
}
.col-01 .info-prev strong{
	font-size: 18px;
}
.box-landing .col-02{
	width: 59%;
	padding: 20px;
}
@media (max-width: 900px){
  
  .Zebra_Pagination{
    display: flex;
    justify-content: center;
    width: 100%;
 

  }
 .Zebra_Pagination ul{
    width: 100%;

 }
 .menu .item-menu{
 	width: 40%;
 }
 .panel-login{
 	width: 100%;
 }
 .row .box-login{
 	width: 100%;
 }
 .box-landing{
 	width: 80%;
 	
 }


}

@media (max-width: 500px){
	.menu .item-menu{
		width: 100%;
		margin: 0 0 40px 0;
	}
	.box-landing{
		width: 100%;
		flex-wrap: wrap;
		
	}
	.box-landing .col-01{
		width: 100%;
		justify-content: center;
	}
	.col-01 .img-log{
		/*width: 50%;*/
		display: none;
	}
	.col-01 .info-prev{
		margin-top: 0px;
	}
	.box-landing .col-02{
		width: 100%;
	}
	.btn-close{

		width: 30px;
		height: 30px;
		right: 20px;
		top: 0;
	}
	/*.btn-close a{
		color: #ff0000;
	}*/
	.btn-close a:hover{
		color: #900000;
	}
	
}