.cbp-af-header nav {
	-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;
	position: fixed;
	background: #f5f0e7;
	z-index: 10;
	top: 0;
}



.cbp-af-header.cbp-af-header-shrink nav {
	padding: 5px 5%;
	background: white;
}

.cbp-af-header.cbp-af-header-shrink nav .logo img {
	width: 90px;
	margin-top: 5px;
}

.cbp-af-header.cbp-af-header-shrink nav ul {
	margin-top: 5px;
}


.cbp-af-header.cbp-af-header-shrink nav .donar_btn{
	margin-top: 20px;
}

.cbp-af-header.cbp-af-header-shrink nav .donar_btn .btn_principal{
	font-size: 16px;
	padding: 12px 28px;
	border-radius: 40px;
}


@media only screen and (max-width:1024px){
	
	.cbp-af-header.cbp-af-header-shrink nav .logo img {
	width: 70px;
	margin-top: 5px;
}
	
}