#subpage-header {
    background-color: var(--color-text);
    background-image: url("../images/fondo-header.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 384px;
    margin: 0 auto;
}

#subpage-header img.header-img {
    height: 45%;
    max-width: 85%;
}

@media all and (max-width: 1250px) {
	#subpage-header {
		height: 350px;
	}
}

@media all and (max-width: 1050px) {
	#subpage-header {
		height: 320px;
	}
}

@media all and (max-width: 850px) {
    #subpage-header {
		height: 300px;
	}
}

@media all and (max-width: 710px) {
    #subpage-header {
		height: 280px;
	}
}

@media all and (max-width: 550px) {
    #subpage-header {
		height: 250px;
	}
}

@media all and (max-width: 450px) {
    #subpage-header {
		height: 220px;
	}
}