/*CSS CCOM STUDIO*/
/*AUTHOR: Caio Pires*/
/*menu CSS CCOM STUDIO*/
#top-bar-menu{
	width: 100%;
	min-height: auto;
	padding: 5px 20px;
	float: left;
	position: fixed;
	background: rgb(158,52,185);
	border-bottom: 3px solid #ac76b9;
	box-shadow: #8700fa 0px 8px 24px;
	vertical-align: middle;
	display: inline-block;
	z-index: 899;
	background: url('../image/backgrounds-hackingher/bg-boxs.png') bottom;


}
.brand-ccom{
	width: 200px;
	float: left;
	position: relative;
	margin: 5px;
}
.brand-ccom img{width: 100%;}
.menu-itens{
	width: 50%;
	margin:10px 5%;
	float: right;
	position: relative;
	vertical-align: middle;
	display: flex;
	justify-content: space-between;
}
.menu-bt{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin: 9px;
	transition: .5s;
	letter-spacing: 1px;
}
.menu-bt:hover{
	color: #8700fa;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
}
.botao-menu{
	position: absolute;
	right: 0px;
	margin: 20px 30px;
	z-index: 999;
	background-color: #00cffb !important;
	transition: 2s;
	border: none;
	display: none !important;
}
.content-menu-responsivo{
	width: 100%;
	min-height: auto;
	padding: 5px 20px;
	float: left;
	position: fixed;
	z-index: 999;
	background-color: #9a00fb;
	top: -11px;
	display: none;
}
.btn-ccom{
	position: absolute;
	right: 0px;
	margin: 13px 20px;
	z-index: 999;
	transition: 2s;
	border: none !important;
	background-color: #7800de !important;

}
.btn-ccom:hover{background-color: #4a0088 !important;}
.menu-responsivo{
	width: 100%;
	height: 100vh;
	float: left;
	display: block;
	padding: 5%;
}
.menu-responsivo a{
	width: 100%;
    height: 50px;
    margin: 5px 0px;
    float: left;
    text-align: center;
    background-color: #7800de;
    vertical-align: middle;
    display: block;
    justify-content: space-around;
    padding: 10px;
    border-radius: 10px;
}
.menu-responsivo .menu-bt:hover{
	background-color: #4a0088;
}
.dropdown-menu{
	width: 100%;	
	background:#7800de !important;
	border-radius: 10px;
	border-bottom: 3px solid #ac76b9;
	border-left: 3px solid #ac76b9;
	border-right: 3px solid #ac76b9;
	box-shadow: #8700fa 0px 8px 24px;
	top: 14px !important;
}
.dropdown-item{
	width: 90%;
	margin: 0px 5%;
	color: #fff;
	 font-weight: 600; 
	 transition: .5s;}

.dropdown-item:hover{ 
	background: #eb49fe;
	border-radius: 20px;
}
#triangle-up {
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #7800de;
    position: absolute;
    top: -14px;
    left: 20px;
}
@media only screen and (max-width: 768px){
	.content-menu-responsivo{display: block;}
	.menu-itens{display: none;}
	.botao-menu{ display:block !important; }
	}
