h1, h2, h3, h4, h5{
	font-family: 'Ubuntu', sans-serif !important;	
}

p, span, label, a, b, small, .btn{
	font-family: 'Ubuntu', sans-serif !important;
}

.form-control{
	border-radius:4px !important;
	margin:0px 0px 15px 0px !important;
}

.form-control:focus {
    color: #495057 !important;
    background-color: #fff !important;    
    box-shadow: none !important;
}

label{
	font-weight:bold !important;
}

.btn{
	font-weight: bold !important;
}

.btn:hover{
	opacity:0.8 !important;
	color: #fff !important;
}

.btn-info{
	color:#000 !important;	
	background-color:#fff !important;
	border:0px !important;	
}

.btn-info:hover{
	color:#000 !important;		
}

.btn-menu{
	box-shadow: 2px 2px 4px 2px gray;
}

.btn-menu:hover{
	position: relative !important;
	top:-2px !important;
	box-shadow: 4px 4px 8px 4px gray;
}

.btn-default:hover{
	color:#000 !important;
}

.botaoTopo{
	border-radius:50% !important;
	position: fixed !important;	
	bottom:15px !important;	
	right:15px !important
}

.botaoWhatsapp{
	border-radius:50% !important;
	position: fixed !important;	
	bottom:15px !important;	
	left:15px !important;
	z-index:999 !important;
}

.close:hover{
	color:#fff !important;
}

a{
	text-decoration: none !important;		
}

ul li.nav-item a.nav-link.active{
	color:#fff !important;
	background-color:#000 !important;
}

ul li.nav-item a.nav-link{
	color:#fff !important;
	border-radius: 2px !important;
    padding: 15px !important;
    text-transform: uppercase !important;
}

ul li.nav-item a.nav-link:hover{
	opacity: 0.8 !important;
	color:#000 !important;	
	background: #fff !important;
	padding:15px !important;
}

#menu-pc{
	display: block !important;
}

#menu-celular{
	display: none !important;
}


/* inCellphone - screen col-sm */
@media screen and (max-width: 768px) {    

	#menu-pc{
		display: none !important;
	}
	#menu-celular{
		display: block !important;
	}

	.footer-menu a{
		font-size:12px !important;
	}
}

td{
	vertical-align: middle !important;
}

.div-atendimento{
	border-radius:4px !important;
	border-left:4px solid #000084 !important;
}

.close{
	color:red !important;
}

.close:hover{
	color:red !important;
}