.Menu_Container {
    display: flex;
    flex-direction: column;
    flex-flow: column;

    align-items: center; /* X */
    justify-content: flex-start; /* Y */

    width: 100%;
    height: 60px;

    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13),
        0 7px 13px -4px rgba(0, 0, 0, 0.45);
}

/* Desktop Version */
@media screen and (min-width: 1212px) {

  .Slide_Menu_Itens_Container{
    display: none;
  }

  .logo_container p {
    font-size: 21px;
    color: #ffffff;
    margin-left: 15px;
    margin-right: 30px;
  }

  .Menu_Container{
    display: flex;
    flex-direction: column;
    flex-flow: column;

    align-items: center; /* X */
    justify-content: center; /* Y */

    width: 100%;
    height: 60px;

    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13),
        0 7px 13px -4px rgba(0, 0, 0, 0.45);
  }

  .Slide_Menu_Container{
    display: none;
  }

  .slide_menu_container{
    display: none;
  }

  .nav-container {
    display: flex;
    flex-direction: row;
    flex-flow: row;

    align-items: center; /* X */
    justify-content: center; /* Y */

    width: 70%;
    height: 60px;

    background-color: #323232;
  }

  .nav-links {
    display: flex;
    flex-direction: row;
    flex-flow: row;

    justify-content: flex-start; /* X */
    align-items: center; /* Y */

    width: 40%;
  }

  .nav-socialnetworks-links {
    display: flex;
    flex-direction: row;
    flex-flow: row;

    justify-content: flex-start; /* X */
    align-items: center; /* Y */

    width: 22%;
  }

  .nav-section {
    display: flex;
    flex-direction: column;
    flex-flow: column;

    align-items: center; /* X */
    justify-content: center; /* Y */

    height: 60px;
  }

  .nav-section-without-hover{
    display: flex;
    flex-direction: column;
    flex-flow: column;

    align-items: center; /* X */
    justify-content: center; /* Y */

    width: 60px;
    height: 65px;
  }

  .nav-section a {
    color: #ffffff;
    font-family: "Roboto";
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-current-section {
    display: flex;
    flex-direction: column;
    flex-flow: column;

    align-items: center; /* X */
    justify-content: center; /* Y */

    height: 60px;
    background-color: #000000;
  }

  .nav-current-section a {
    color: #ffffff;
    font-family: "Roboto";
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-current-section a:hover {
    color: #a47706;
  }

  .nav-section:hover {
    background-color: #999999;
  }

  .nav-divider {
    display: flex;
    flex-direction: row;
    flex-flow: row;

    width: 1px;
    height: 60px;

    background-color: #ffffff;
  }
  
  .logo {
    display: flex;
    flex-direction: row;
    flex-flow: row;

    align-items: center; /* X */
    justify-content: center; /* Y */

    height: 60px;
  }

  .logo img {
    width: 50px;
  }

  .logo p {
    margin-left: 5px;
    margin-right: 30px;
    margin-top: 5px;
    color: #ffffff;
  }

  .slide_menu_togle_button_container{
    display: none;
  }

  .slide_nav_section {
    display: none;
  }

  .slide_nav_section_divider {
    display: none;
  }

}

/* Mobile Version */
@media screen and (max-width: 1212px) {
    
    .Slide_Menu_Container{
      display: flex;
      flex-direction: column;
      flex-flow: column;

      align-items: center; /* X */
      justify-content: flex-start; /* Y */

      width: 100%;
      height: 60px;

      background-color: #323232;
      box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13),
          0 7px 13px -4px rgba(0, 0, 0, 0.45);
    }

    .Menu_Container{
      display: none;
    }

    .nav-container {
      display: none;
    }

    .slide_menu_sub_container{
      display: flex;
      flex-direction: row;
      flex-flow: row;
  
      align-items: center; /* X */
      justify-content: center; /* Y */
  
      width: 100%;
      height: 60px;
  
      background-color: #323232;
      box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13),
      0 7px 13px -4px rgba(0, 0, 0, 0.45);
    }

    .slide_menu_nav-current-section {
      display: flex;
      flex-direction: column;
      flex-flow: column;
  
      align-items: flex-start; /* X */
      justify-content: center; /* Y */
      
      width: 100%;
      height: 50px;
      background-color: #000000;
    }
  
    .slide_menu_nav-current-section a {
      color: #ffffff;
      font-family: "Roboto";
      text-decoration: none;
      margin-left: 30px;
      margin-right: 10px;
    }
  
    .slide_menu_nav-current-section a:hover {
      color: #a47706;
    }

    .logo_container {
      display: flex;
      flex-direction: row;
      flex-flow: row;
  
      justify-content: flex-start; /* X */
      align-items: center; /* Y */
  
      height: 60px;
      width: 50%;

      margin-left: 1%;
    }

  
    .logo_container img {
      margin-left: 10px;
      width: 50px;
    }
  
    .logo_container p {
      font-size: 21px;
      color: #ffffff;
      margin-left: 15px;
      margin-right: 30px;
    }

    .slide_menu_togle_button_container{
        display: flex;
        flex-direction: row;
        flex-flow: row;
    
        justify-content: flex-end; /* X */
        align-items: center; /* Y */
    
        height: 60px;
        width: 50%;
    }
    .nav_togle_menu_button:hover{
        /* margin-right: 20px; */
        padding: 20px 30px;
        color: #a47706;
        border: 1px #000000 solid;
        background-color: #000000;
    }

    .nav_togle_menu_button{
      /* margin-right: 20px; */
      padding: 20px 30px;
      color: #eee;
      border: 1px #323232 solid;
      background-color: #323232;
  }

    .slide_nav_section {
      display: flex;
      flex-direction: column;
      flex-flow: column;
  
      align-items: flex-start; /* X */
      justify-content: center; /* Y */
  
      width: 100%;
      height: 50px;
    }
  
    .slide_nav_section a {
      color: #ffffff;
      font-family: "Roboto";
      text-decoration: none;
      margin-left: 30px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  
    .slide_nav_section:hover {
      background-color: #999999;
    }
  
    .slide_nav_section_divider {
      display: flex;
      flex-direction: row;
      flex-flow: row;
  
      width: 100%;
      height: 1px;
  
      background-color: #ffffff;
    }

    #Slide_Menu_Itens_Container{
        display: none;
        flex-direction: column;
        flex-flow: column;

        align-items: flex-start;
        justify-content: center;

        width: 100%;
        height: 450px;

        margin-top: -3px;
    }
  }