/*! Place your custom styles here */
.grecaptcha-badge {
    display: none;
} 

.headerHome{
	padding:20px 0px 20px 0px !important;
}

.logo2{
	position:absolute;
	top:-22px;
}

.logadoOla{
	margin:0px 10px 0px 20px;
}

.logadoFoto{
	height:30px;
	width:auto;
	margin:0px;
}
.logadoNome{
	margin-right:20px;
	font-weight:bold;
}


.tituloPagina{
	margin:0px 0px 0px 0px;
	padding-top: 5px !important;
	padding-bottom: 0px !important;
}

.tituloPagina h1{
  	margin-bottom: 2px !important;
}

.tituloPagina hr{
  	margin: 10px 0px 5px 0px !important;
}

.tituloPagina ol,.tituloPagina li{
  	margin-bottom: 2px !important;
}


.nav-container{
	border-bottom:1px solid #ECECEC;
}




.upload-foto .upload-foto-wrap, 
.upload-foto .upload-result,
.upload-foto.ready .upload-msg {
    display: none;
}

.upload-foto.ready .upload-foto-wrap {
    display: block;
}
.upload-foto.ready .upload-result {
    display: inline-block;    
}
.upload-foto-wrap {
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.cr-slider-wrap{
	position:absolute;
	top:-10px;
	width:250px !important;
}

			
.file-btn {
    position: relative;
}
.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}