    #botao__menu__exportacao {
      font-family: 'Roboto Mono', monospace;
      position: absolute;
      z-index: 1;
      right: 40px;
      bottom: 40px;
      cursor: pointer;
      padding: 0;
      border-style: none;
    }
    
    .menu__exportacao__container {
      padding: 1.5rem 1rem;
      display: flex;
      position: absolute;
      flex-direction: column;
      top: 2rem;
      right: 21px;
      z-index: 1;
      min-width: 14.375rem;
      opacity: 0;
      transition: transform 1s cubic-bezier(0.49, -0.24, 0.57, 1.26), opacity 1s ease-in-out;
    }
    
    .export--open {
      opacity: 1;
    }
    
    #botao__exportar__imagem,
    #botao__exportar__codigo,
    #tipo__codigo,
    #tipo__imagem {
      font-family: 'Roboto Mono', monospace;
      background: none;
      border-style: none;
      outline: none;
      padding: 0.5em;
    }
    
    .sub__menus__exportacao {
      display: flex;
    }