/* estilos para mobile */
.nav-content-burger-button{
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nav-content-burger-button > i{
    font-size: 30px;
    color: #333333;
    margin-left: 20px;
    cursor: pointer;
}
.nav-content-title{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-content-title > h1{
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 50px;
}