
 .bg-dark {
 
 	background-color: black !important;
 }
.logo-header {
	max-height: 70px;
}
.portada-firenotes {

	transition: all .5s;
	min-height: 200px;
	background-image: url("../images/PortadaFireNotes.png");
	background-size: cover;
	background-position: center;
}
@media(min-width: 992px) {
	.portada-firenotes {

		min-height: 470px;
	}
}
.portada-firenotes:hover {
	box-shadow: 0 0 100px 50px rgba(0,0,0,0.8) inset;
	background-size: 110%;
}

