.reportes img{
	position: absolute;
    bottom: -100%;
    right: 0%;
    opacity: 1;
    transition: All .3s ease-out;
    -webkit-transition: All .3s ease-out;
    -moz-transition: All .3s ease-out;
    -o-transition: All .3s ease-out;
    width: 30%;
}
.reportes{
	position: relative;
	opacity: 1;
	overflow: hidden;
}
.reportes div{
	opacity: 1;
}

.header {
	background: url(../img/erp-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.card .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
    /*height: 400px;*/
}

@media screen and (max-width: 480px){
	.reportes img{
		display: none;
	}
	section.cuanto-sale a{
		font-size: 1em;
	}
}