.header-contenedor{
	height: 400px;
    background: var(--color-secundario);
    width: 100%;
        color: white;
    text-align: center;
    position: relative;
}

.header-contenedor > img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}