.logo{
    transform: translate(-50%, -50%);
    position: absolute;
    max-height: 80%;
    max-width: 80%;
    width: 350px;
    left: 50%;
    top: 50%;
}

.brevemente{
    text-transform: uppercase;
    letter-spacing: 7px;
    text-align: center;
    position: absolute;
    font-size: 20px;
    bottom: 100px;
    width: 100%;
    margin: 0;
}

@media (max-height: 700px){
    .logo{
        max-height: 50vh;
        width: auto;
    }
}

@media (max-width: 767px){
    .logo{
        max-width: 60vw;
    }

    .brevemente{
        bottom: 20px;
        font-size: 20px;
        word-spacing: 10px;
    }
}

@media (max-width: 767px) and (orientation: landscape){
    .logo{
        max-height: 60vh;
        width: auto;
    }

    .brevemente{
        bottom: 20px;
        font-size: 20px;
        word-spacing: 10px;

    }
}