
.nav{
  height: 2vh;
  min-height: 150px;
  width: 100%;
  min-width: var(--min-width-site);
  
  background-color: #000000;
  
}
.nav-color{
  height: 100%;
  width:100%;
  background-color:var(--color-1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 50px 0;
  box-sizing: border-box;
}
.navbar{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: -50px 0 0 0;
  
 
  
  
}
.div-instagram {
  width: 100%;
  margin: 10px 0px 0px 50px;
  box-sizing: border-box;
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;

}
.navbar-logo{
  margin-top: 0px;
  
}
.navbar-logo-img{
  
  width: 200px;
  margin-top: 10px;
  
 
  
}
.navbar-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 0;
  gap: 25px;
 
  
  

}
.navbar-option-item {
  
  white-space: nowrap;
  
  box-sizing: border-box;

  font-size: 1.2em;
  color: var(--color-2);
  font-family: var(--font-style-1);
  font-weight: 700;
  font-style: normal;
  
}
.navbar-option-item:hover {
  
  text-shadow: 2px 2px 5px #e5989b65;
  
}
.nav-citacao{
  
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 2.6em;
  font-weight: 700;
  font-family: var(--font-style-1);
  align-items: center;
  justify-content: center;
  text-align: center;
  
}
.nav-citacao cite {
  display: flex;
  flex-direction: column;
  align-items: center;
  
  
  
}
.nav cite {
  color: aliceblue;
}
.autor{
  font-size: 0.7em;
}
.nav-bt{
 
}
/*  >>>>>>>>>>>>>>MOBILE<<<<<<<<<<<<<<< */
/* MENU */

.menu-icon {
  display: none;
  cursor: pointer;
  margin-top: 40px;
}

.bar1,
.bar2,
.bar3 {
  width: 80px;
  height: 10px;
  background-color: #ffffff;
  margin: 15px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 38px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.menu-link {
  display: none;
  transition: 1s;
  max-height: 80vh;
 
}

@media screen and (max-width: 1024px) {
  .nav{
    height: 4vh;
    min-height: 190px;
    width: 100%;
    min-width: 0;
    
    
  }
  .navbar-logo{
    margin-top: 0px;
  }
  .div-instagram {
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 10px 4%;
    box-sizing: border-box;
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  
  }
  .instagram-icon{
    height: 40px;
    width: 40px;
    z-index: -1;
    
  }
  .instagram-link{
    
    z-index: 99;
  }
  .div-instagram-link{
width: 200px;
  }
  .navbar-options {
    display: none;
    
  }
 
  .navbar-logo-img{
    width: 60vw;
    max-width: 240px;
    margin-top: 15px;
    
  }
    .navbar-background{
      background-color: #ffffff;
      position: fixed;
      z-index: 999;
      height: 100px;
    }
   
    
    
    .menu-icon{
      display: inline-block;
      transition: 1s;
  }
  
  .menu-link{
      display: none;
      position: fixed;
      background-color: #ffffff;
      width: 80vw;
      overflow-y: auto;
      height: 70%;
      top: 140px;
      right: 0px;
      padding: 5%;
      transition: 1s;
      z-index: 999;
      
  }
 
  .menu-link p{
      padding: 10px;
      
      border-width: 1px;
      border-bottom-style:solid;
      color: var(--color-3);
      
      text-decoration: none;
      font-size: 1.8em;
      font-weight: 700;
  }
  .menu-link a{
      color: var(--color-3);
      text-decoration: none;
      font-family: var(--font-style-1);
      font-weight: 700;
  }
  .menu-subiten p{
      padding: 10px 0 10px 8%;
      font-size: 16px;
  }
  .menu-subiten a{
      color: var(--color-3);
  }
  .nav-citacao{
    
    
    font-size: 3em;
    font-weight: 700;
    font-family: var(--font-style-1);
    padding: 0 5%;
    box-sizing: border-box;
    text-align: center;
   
    
    
  }
  .nav-citacao cite {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav-bt{
    
  }

}




 