@media screen and (min-width:992px) {
    nav{
        margin-top: 0;
    }

    header .container{
        justify-content: space-between;
        align-items: center;
    }

    header{
        background-color: white;
        padding: 0;
        box-shadow: -3px -1px 8px 0px rgba(0,0,0,0.75);
        -webkit-box-shadow: -3px -1px 8px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -3px -1px 8px 0px rgba(0,0,0,0.75);
    }

    h1{
        width: 6rem;
        height: 5rem;
        background-size: 6rem;
        transition: 400ms;
        background-image: url(/img/logo-laplaza.svg);
    }
}
