.cbp-af-header{
	width: 100%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	left: 0;
	position: fixed;
	background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
	padding: 15px 3% 15px 3%;
	z-index: 999999;
}


.cbp-af-header.cbp-af-header-shrink {
	padding: 15px 2% 20px 2%;
	background: rgba(0,0,0,0.9);
}


.cbp-af-header.cbp-af-header-shrink .logo img {
	width: 80px;
}

.cbp-af-header.cbp-af-header-shrink nav ul {
	padding-top: 30px;
}

.negro .cbp-af-header.cbp-af-header-shrink .logo img {
	filter: none;
}

.negro .cbp-af-header.cbp-af-header-shrink a{
	color: white;
}

.negro .cbp-af-header.cbp-af-header-shrink a.active{
	color: #db995e;
}


@media only screen and (min-width:0px) and (max-width:767px){
	

	
}


@media only screen and (min-width:768px) and (max-width:1024px){


}

