.app_facturas{
	position: absolute!important;
    z-index: 100!important;
    top: 0.3rem!important;
    right: 0!important;
}

.app_facturas a{
	background: red;
    box-shadow: 0 0px 3px #fff;
    border: none;
    color: #fff;
}


.header-curve .logo-header::before{
	background: #fff!important;
}


@media screen and (max-width: 600px){
	.app_facturas{
		position: relative!important;
	}

	.app_facturas a{
		background: red;
	    
	    color: #fff!important;
	}

	.app_facturas a:hover{
	    color: #000!important;
	}
}