body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.contenedor {
    position: absolute;
    position: relative;
    width: 100%;
    height: 100vh;
}

.fondo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.superpuesta {
    max-width: 1500px;
    width: 65%;
    top: 45%;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    position: absolute;
    min-width: 400px;
}

.CSoon {
    max-width: 600px;
    width: 40%;
    min-width: 300px;
    position: absolute;
    top: 82%;
    vertical-align: middle;
    transform: translate(-50%, -50%);
}

.direccion {
    position: absolute;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    top:85%;
    width: 100%;
    font-size: 32px;
    font-weight: 200;
    color: #f7f4e7;
    text-shadow: 2px 2px 2px 0.5 black;
    line-height: 1.5;
    letter-spacing: 1.2px;
}


/* ----movil-----*/


@media (max-width: 750px) {

    .direccion {
        font-size: 18px;
        width: 90%;
        left: 5%;
    }

}