a.facebook,
.redes .facebook a{
	background-image:url(/frontend/img/icon_fb.svg);
}
a.instagram,
.redes .instagram a{
	background-image:url(/frontend/img/icon_insta.svg);
}
a.whatsapp,
.redes .whatsapp a{
	background-image:url(/frontend/img/icon_wp.svg);
}
.menu-item-home {
    background: url(/frontend/img/logotext.svg);
    background-repeat: no-repeat;
    background-position: 0;
}
.wpfixed{
    background-image: url(/frontend/img/wp.svg);
}
.header a.logo{
	background-image: url(/frontend/img/logo2.svg);
}

body{
	background:url(/my_uploads/mthumb.php?q=50&w=1920&src=/wp-content/themes/bravatta/img/bg.jpg) no-repeat left top;
	background-attachment: fixed;
}
@media screen and (max-width: 970px){
	body{
		background:url(/my_uploads/mthumb.php?q=50&w=420&src=/wp-content/themes/bravatta/img/bg.jpg) no-repeat left top;
		background-attachment: fixed;
	}
}
div.wpcf7 .ajax-loader {
	background-image: url('/lib_content/plugins/contact-form-7/images/ajax-loader.gif');
}