html, body, h1, h5, h4, h6{
	font-family: 'Ubuntu', sans-serif !important;
}
.menu-top{
	background-color: #00567c;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px; 
}
.logo-top{
	width: 190px;
}
.vendedor-cad{
	background-color: #0071b9;
	color: #fff;
	transition: 0.3s;
	padding: 10px 20px;
	display: block;
	border-radius: 30px;
	font-weight: 600;
	
}
.vendedor-cad:hover{
	background-color: #00b9b0;
	text-decoration: none;
	color:#fff;
	cursor: pointer;

}
.destaque{
	padding: 30px 0;
}
.destaque h1{
	color: #00567C;
}
.destaque h6{
	color: #00567C;
}
.card{
	text-align: center;
	margin-bottom: 30px;
}
.card .card-img-top{
	border-radius: 50%;
	padding: 5px;
}
.card .card-body span{
	font-size: 13px;
}
.card-infoo{
	min-height: 124px;
}

.card-body p .icon{
	padding: 16px 17px;
    background: #39bd96;
    border-radius: 50%;
    text-align: center;
    transition: .5s;
}
.card-body p .icon:hover{
	background-color: #00567C;
}
.card-body p .iconp{
	padding: 8px 14px;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    text-align: center;
    transition: .5s;
    background-color: #00567C;
}
.card-body p .iconp:hover{
	background: #39bd96;
}

.card-body p .icon i{
	    font-size: 22px;
    color: #fff;

}
.cat-esp-container{
	margin: 20px 0;
}
.cat-esp-container div div{
	margin-bottom: 15px;
}
.pesquisa-dr{
	margin-top: 40px;
}
.btn-cat-esp{
	background-color: #00567C;
	color: #fff;
	padding: 5px 35px 7px;
	border: 0px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 400;
	transition: .3s;
}

.btn-cat-esp:hover{
	background-color: #39bd96;
}
.btn-cat-esp:focus{
	outline: none;
}
.meu-footer{
	background-color: #00567C;
	color: #d8d8d8;
	padding: 40px 0;
	margin-top: 40px;
	font-size: 14px;
}
.meu-footer h4{
	color:#39bd96;
}

.icone-home i{
	font-size: 36px;
}

.banner-interno{
	background: linear-gradient(135deg, #396aa2 0%,#37be96 100%);
	margin-bottom: 40px;
	
}
.banner-interno h1, .banner-interno h6{
	color:#fff;
}
.wrapper-menu{
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	opacity: 0;
	z-index: -1;
	transition: .3s;
}

.menu-button i{
	font-size: 30px;
	cursor: pointer;
}
.menu-hidden{
	width: 300px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	right: -300px;
	z-index: 100;
	transition: .5s;
}

.menu-hidden i{
	text-align: right;
    padding: 10px;
    margin: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #396aa2 0%,#37be96 100%);
    color: #fff;
    cursor: pointer;
}
.menu-hidden ul{
	list-style: none;
    margin: 0;
    padding: 0px 24px;
    font-weight: 500;
    margin-top: 30px;
}

.menu-hidden li{
	padding-bottom: 20px; 
}

.menu-hidden li a{
	color: #000;
	text-decoration: none;
}

.user-cli .icon{
	background-color: #3fc0ac;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 20px 7px;
	border-radius: 30px;
	margin-right: 10px;
	text-decoration: none;
	color: #fff;
	transition: .3s;
}

.user-cli .icon:hover{
	color: #fff;
	background-color: #0071b9
}

.user-cli a:hover{
	text-decoration: none;
}
    
.user-cli-body{
	background-color: #d3fff6;
	margin: 15px 0px;
	border-radius: 3px;
}
.user-cli-body p a{
	text-decoration: none;
	color: #000;
	transition: .3s;
	font-size: 17px;
}
.user-cli-body p a:hover{
	color:#3fc0ac;
}

@media (max-width: 576px) {
	.destaque h1{
		font-size: 35px;
	}
}


@media (max-width: 768px) { 
	.logo-top{
		width: 140px;
	}
	.banner-interno h1{
		font-size: 30px;
	}
	.menu-button {
		margin-right: 10px;
	}
}

@media (max-width: 992px) {  }

@media (max-width: 1200px) {  }