.nav{
    min-height: 100px;
    width: 100%;
    min-width: var(--min-width-site);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    
  }
  .nav-color{
    height: 100%;
    width:100%;
    background-color:var(--color-1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 0px 0;
    box-sizing: border-box;
  }
  .navbar-df{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px 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-df-logo{
    margin-top: 0px;
  }
  .navbar-df-logo-img{
    width: 200px;
    margin-top: 10px
    
  }
  .navbar-df-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 0;
    gap: 25px;
    
    
    
  
  }
  .navbar-df-option-item {
    
    white-space: nowrap;
    
    font-size: 1.2em;
    color: var(--color-2);
    font-family: var(--font-style-1);
    font-weight: 700;
    font-style: normal;
    
  }
  .navbar-df-option-item:hover {
  
    text-shadow: 2px 2px 5px #000000;
    
  }
  
  .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;
    
  }
  main{
    margin-top: 210px;
  }
  
  @media screen and (max-width: 1024px) {
    .nav{
      height: 4vh;
      min-height: 190px;
      width: 100%;
      min-width: 0;
      
      
    }
    .nav-color{
      
      padding: 0 0 50px 0;
      
    }
    .div-instagram{
      width: 100%;
      margin: 0px 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;
    }
    .navbar-df{
      margin: -50px 0 0 0;
    }
    .navbar-df-options {
      display: none;
      
    }
   .navbar-df-logo{
    margin-top: 0;
   }
    .navbar-df-logo-img{
      width: 60vw;
      max-width: 240px;
      margin-top: 15px;
      
    }
      .navbar-df-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);
      
     
      
      
    }
    .nav-bt{
      
    }
  
  }
  
  
  
  
   