
  /*Nav*/
  [data-tab="content"] section {
    display: none;
  }
  [data-tab="content"] section.ativo {
    display: flex!important;
  
  }
  
  
  @keyframes show-right {
    from {
      opacity: 0;
      transform: translate3d(-30px, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(30px, 0, 0);
    }
  }
  
  .nav-menu-atual h3{
    color: #3971B4!important;
  }
  
  @media only screen and (max-width: 360px) {
    .logo a img {
      max-width: 200px;
    }
  }
  