*{
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 680px) {

    .off{
        display: none;
    }

    .menu a i{
        font-size: 22px;
        letter-spacing: 1em;
    }
    .titulo2{
        color: white;
        font-size: 1em;
        text-align: center;
    }

}

@media screen and (min-width: 768px) {

    .logo h1{
        text-align: left;
    }

    div.logo{
        background: #659cef;
        color: white;
        text-align: center;
        height: 120px;
        font-size: 1.5em;
    }
    
    .logo a{
        text-decoration: none;
        color: white;
        font-size: 1.5em;
    }
    
    .logo a i{
        font-size: 1.5em;
        line-height: 120px;
        color: red;
        text-align: center;
    }


    .menu{
        justify-content: flex-end;
    }

    .menu{
        font-size: 1.3em;
    }

    p.titulo2{
        padding-top: 35%;
        text-align: center;
        color: white;
        font-size: 4em;
        padding-left: 10%;
    }

}

@media screen and (min-width: 1440px) {
    .logo h1{
        text-align: left;
    }
    .menu{
        justify-content: flex-end;
    }
    p.titulo2{
        padding-top: 16%;
        text-align: center;
    }

    .titulo2{
        color: white;
        font-size: 1.5em;
        text-align: center;
        font-weight: lighter;
    }


}
