.header-contacto{
    height: 93vh;
    /* 02 */
    background-image: linear-gradient(to top, rgba(251, 194, 235, 0.26) 90%, hsla(218, 68%, 79%, 0.514) 100%), url(../img/contacto.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.head{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
}